From 96c5181d410902b50330cfacc2f933496b354947 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 19 Nov 2009 20:14:09 +0000 Subject: [PATCH] Initial .OPD files for lua, perl, mono, rsynce, subversion, sqlite. Moved rsynce patch and updated .bep file so that it works now. (still need to find and fill in copyright for mono) --- dev-db/sqlite/licenses/SQLite | 32 +++++++++++ .../sqlite/sqlite.OptionalPackageDescription | 5 ++ dev-lang/lua/lua.OptionalPackageDescription | 5 ++ dev-lang/mono/mono.OptionalPackageDescription | 5 ++ dev-lang/perl/perl.OptionalPackageDescription | 6 ++ dev-util/subversion/licenses/Subversion | 57 +++++++++++++++++++ .../subversion.OptionalPackageDescription | 5 ++ .../rsync-3.0.6.patch} | 0 net-misc/rsync/rsync-3.0.6.bep | 7 ++- .../rsync/rsync.OptionalPackageDescription | 5 ++ sys-apps/sed/sed.OptionalPackageDescription | 5 ++ 11 files changed, 129 insertions(+), 3 deletions(-) create mode 100644 dev-db/sqlite/licenses/SQLite create mode 100644 dev-db/sqlite/sqlite.OptionalPackageDescription create mode 100644 dev-lang/lua/lua.OptionalPackageDescription create mode 100644 dev-lang/mono/mono.OptionalPackageDescription create mode 100644 dev-lang/perl/perl.OptionalPackageDescription create mode 100644 dev-util/subversion/licenses/Subversion create mode 100644 dev-util/subversion/subversion.OptionalPackageDescription rename net-misc/rsync/{rsync-3.0.6-haiku.patch => patches/rsync-3.0.6.patch} (100%) create mode 100644 net-misc/rsync/rsync.OptionalPackageDescription create mode 100644 sys-apps/sed/sed.OptionalPackageDescription diff --git a/dev-db/sqlite/licenses/SQLite b/dev-db/sqlite/licenses/SQLite new file mode 100644 index 000000000..b689a3461 --- /dev/null +++ b/dev-db/sqlite/licenses/SQLite @@ -0,0 +1,32 @@ +SQLite Copyright + +SQLite is in the +Public Domain + +All of the deliverable code in SQLite has been dedicated to the public domain by the authors. All code authors, and representatives of the companies they work for, have signed affidavits dedicating their contributions to the public domain and originals of those signed affidavits are stored in a firesafe at the main offices of Hwaci. Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original SQLite code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. + +The previous paragraph applies to the deliverable code in SQLite - those parts of the SQLite library that you actually bundle and ship with a larger application. Portions of the documentation and some code used as part of the build process might fall under other licenses. The details here are unclear. We do not worry about the licensing of the documentation and build code so much because none of these things are part of the core deliverable SQLite library. + +All of the deliverable code in SQLite has been written from scratch. No code has been taken from other projects or from the open internet. Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. So the SQLite code base is clean and is uncontaminated with licensed code from other projects. +Obtaining An Explicit License To Use SQLite + +Even though SQLite is in the public domain and does not require a license, some users want to obtain a license anyway. Some reasons for obtaining a license include: + + * You are using SQLite in a jurisdiction that does not recognize the public domain. + * You are using SQLite in a jurisdiction that does not recognize the right of an author to dedicate their work to the public domain. + * You want to hold a tangible legal document as evidence that you have the legal right to use and distribute SQLite. + * Your legal department tells you that you have to purchase a license. + +If you feel like you really have to purchase a license for SQLite, Hwaci, the company that employs the architect and principal developers of SQLite, will sell you one. +Contributed Code + +In order to keep SQLite completely free and unencumbered by copyright, all new contributors to the SQLite code base are asked to dedicate their contributions to the public domain. If you want to send a patch or enhancement for possible inclusion in the SQLite source tree, please accompany the patch with the following statement: + + The author or authors of this code dedicate any and all copyright interest in this code to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this code under copyright law. + +We are not able to accept patches or changes to SQLite that are not accompanied by a statement such as the above. In addition, if you make changes or enhancements as an employee, then a simple statement such as the above is insufficient. You must also send by surface mail a copyright release signed by a company officer. A signed original of the copyright release should be mailed to: + + Hwaci + 6200 Maple Cove Lane + Charlotte, NC 28269 + USA \ No newline at end of file diff --git a/dev-db/sqlite/sqlite.OptionalPackageDescription b/dev-db/sqlite/sqlite.OptionalPackageDescription new file mode 100644 index 000000000..e3e7901c9 --- /dev/null +++ b/dev-db/sqlite/sqlite.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: SQLite +Version: 3.6.17 +Copyright: Public Domain +License: SQLite +URL: http://www.sqlite.org/ diff --git a/dev-lang/lua/lua.OptionalPackageDescription b/dev-lang/lua/lua.OptionalPackageDescription new file mode 100644 index 000000000..20d2e69b9 --- /dev/null +++ b/dev-lang/lua/lua.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: lua +Version: 5.1.4 +Copyright: 1994-2009, Lua.org, PUC-Rio +License: MIT +URL: http://www.lua.org/ diff --git a/dev-lang/mono/mono.OptionalPackageDescription b/dev-lang/mono/mono.OptionalPackageDescription new file mode 100644 index 000000000..dc0988bf3 --- /dev/null +++ b/dev-lang/mono/mono.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: mono +Version: 2.4.2.3 +Copyright: 2000-2009 ?????? +License: Mono (Dual MIT GPL-LGPL) +URL: http://www.mono-project.org/ diff --git a/dev-lang/perl/perl.OptionalPackageDescription b/dev-lang/perl/perl.OptionalPackageDescription new file mode 100644 index 000000000..75bb8b794 --- /dev/null +++ b/dev-lang/perl/perl.OptionalPackageDescription @@ -0,0 +1,6 @@ +Package: Perl +Version: 5.10.1 +Copyright: 1993-2009 Larry Wall and others +License: GNU GPL v1 +License: Artistic (Perl) +URL: http://www.perl.org diff --git a/dev-util/subversion/licenses/Subversion b/dev-util/subversion/licenses/Subversion new file mode 100644 index 000000000..661eba9e6 --- /dev/null +++ b/dev-util/subversion/licenses/Subversion @@ -0,0 +1,57 @@ +This license applies to all portions of Subversion which are not +externally-maintained libraries (e.g. apr/, apr-util/, and neon/). +Such libraries have their own licenses; we recommend you read them, as +their terms may differ from the terms below. + +This is version 1 of this license. It is also available online at +http://subversion.tigris.org/license-1.html. If newer versions of +this license are posted there (the same URL, but with the version +number incremented: .../license-2.html, .../license-3.html, and so +on), you may use a newer version instead, at your option. + +================================================================ +Copyright (c) 2000-2009 CollabNet. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. The end-user documentation included with the redistribution, + if any, must include the following acknowledgment: + "This product includes software developed by + CollabNet (http://www.Collab.Net/)." + Alternately, this acknowledgment may appear in the software itself, + if and wherever such third-party acknowledgments normally appear. + +4. The hosted project names must not be used to endorse or promote + products derived from this software without prior written + permission. For written permission, please contact info@collab.net. + +5. Products derived from this software may not use the "Tigris" name + nor may "Tigris" appear in their names without prior written + permission of CollabNet. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +==================================================================== + +This software consists of voluntary contributions made by many +individuals on behalf of CollabNet. diff --git a/dev-util/subversion/subversion.OptionalPackageDescription b/dev-util/subversion/subversion.OptionalPackageDescription new file mode 100644 index 000000000..b6df0011e --- /dev/null +++ b/dev-util/subversion/subversion.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: Subversion +Version: 1.6.5 +Copyright: 2000-2009 CollabNet +License: Subversion +URL: http://subversion.tigris.org/ diff --git a/net-misc/rsync/rsync-3.0.6-haiku.patch b/net-misc/rsync/patches/rsync-3.0.6.patch similarity index 100% rename from net-misc/rsync/rsync-3.0.6-haiku.patch rename to net-misc/rsync/patches/rsync-3.0.6.patch diff --git a/net-misc/rsync/rsync-3.0.6.bep b/net-misc/rsync/rsync-3.0.6.bep index c71717296..d6134a4d7 100644 --- a/net-misc/rsync/rsync-3.0.6.bep +++ b/net-misc/rsync/rsync-3.0.6.bep @@ -2,17 +2,18 @@ DESCRIPTION="Rsync" HOMEPAGE="http://www.samba.org/rsync" SRC_URI="http://www.samba.org/ftp/rsync/src/rsync-3.0.6.tar.gz" REVISION="1" -STATUS_R5="untested" -STATUS_BONE="untested" STATUS_HAIKU="stable" DEPEND="" BUILD { cd rsync-3.0.6 - ./configure --prefix=/boot/common + libtoolize --force --copy --install + ./configure --prefix=/boot/common --disable-ipv6 --disable-locale --disable-debug + make reconfigure make } INSTALL { cd rsync-3.0.6 make install + make test } diff --git a/net-misc/rsync/rsync.OptionalPackageDescription b/net-misc/rsync/rsync.OptionalPackageDescription new file mode 100644 index 000000000..43dbf5c5b --- /dev/null +++ b/net-misc/rsync/rsync.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: Rsync +Version: 3.0.6 +Copyright: 1996-2009 by Andrew Tridgell, Wayne Davison, and others. +License: GNU GPL v3 +URL: http://rsync.samba.org diff --git a/sys-apps/sed/sed.OptionalPackageDescription b/sys-apps/sed/sed.OptionalPackageDescription new file mode 100644 index 000000000..bd57dc169 --- /dev/null +++ b/sys-apps/sed/sed.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: sed +Version: 4.2.1 +Copyright: 1989-2009 Free Software Foundation, Inc. +License: GNU GPL v3 +URL: http://sed.sourceforge.net \ No newline at end of file