- make "prominent notices" in changed files for 100% license compliance
This commit is contained in:
matt 2002-04-25 15:38:54 +00:00
parent 6baec531d8
commit 555fb7dc93
6 changed files with 89 additions and 38 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2002/04/17 16:04:01 naddy Exp $
# $OpenBSD: Makefile,v 1.11 2002/04/25 15:38:54 matt Exp $
COMMENT= "object-oriented web application server"
VERSION= 2.5.1b1
PORT_VERSION= ${VERSION}.1
VERSION= 2.5.1
PORT_VERSION= ${VERSION}
DISTNAME= Zope-${VERSION}-src
PKGNAME= zope-${PORT_VERSION}
@ -14,6 +14,7 @@ HOMEPAGE= http://www.zope.org/
MAINTAINER= Matt Behrens <matt@openbsd.org>
# Zope Public License (ZPL) 2.0 <http://www.zope.org/Resources/ZPL>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -27,12 +28,6 @@ MASTER_SITES0= http://www.zope.org/Members/zigg/UnixSecurityPatch/
PATCHFILES= Zope-${VERSION}-unix-security.patch:0
PATCH_DIST_STRIP=-p1
HOTFIX_DATE1= 2002-04-15
MASTER_SITES1= http://www.zope.org/Products/Zope/Hotfix_${HOTFIX_DATE1}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
Hotfix_${HOTFIX_DATE1}.tgz:1
BUILD_DEPENDS= :python->=2.1.2,<2.2:lang/python/2.1 \
:gtar-*:archivers/gtar
RUN_DEPENDS= :python->=2.1.2,<2.2:lang/python/2.1
@ -83,10 +78,6 @@ do-install:
${PREFIX}/share/doc/zope/changenotes
echo "Zope ${VERSION} (OpenBSD package zope-${PORT_VERSION})" \
> ${PREFIX}/lib/zope/lib/python/version.txt
${INSTALL_DATA_DIR} ${PRODUCTSDIR}/Hotfix_${HOTFIX_DATE1}
${INSTALL_DATA} \
${WRKDIR}/lib/python/Products/Hotfix_${HOTFIX_DATE1}/* \
${PRODUCTSDIR}/Hotfix_${HOTFIX_DATE1}
do-regress:
cd ${WRKSRC} && python2.1 utilities/testrunner.py -a

View File

@ -1,9 +1,6 @@
MD5 (Hotfix_2002-04-15.tgz) = 7cb0757cfd0867484f95764deff6506f
MD5 (Zope-2.5.1b1-src.tgz) = ad3679dbdd3e77064546b26388600e04
MD5 (Zope-2.5.1b1-unix-security.patch) = 70cc6d20bd372eb26eb7e3b72336167e
RMD160 (Hotfix_2002-04-15.tgz) = d1bffe484105474e07ac29af6b6b0b22d04f0521
RMD160 (Zope-2.5.1b1-src.tgz) = b59a2bdc1ee64a2bbaa9c46edb99a3549d140fc8
RMD160 (Zope-2.5.1b1-unix-security.patch) = 720c30638798ffc49818103655696355ee9bc8c8
SHA1 (Hotfix_2002-04-15.tgz) = f2d0aa8af7088fc125ed082ee5154d2182b6758b
SHA1 (Zope-2.5.1b1-src.tgz) = 99179e15ce4835aef23ebf4cd20fc762e02fe15e
SHA1 (Zope-2.5.1b1-unix-security.patch) = b95f66e840af2c32ad41256912871d90dbcbf62f
MD5 (Zope-2.5.1-src.tgz) = 65d502b2acf986693576decad6b837cf
MD5 (Zope-2.5.1-unix-security.patch) = 89324efb7f2f8846b2a05170c8c7a0e7
RMD160 (Zope-2.5.1-src.tgz) = 3835ad67b93184416b2ff090642948fb11686c39
RMD160 (Zope-2.5.1-unix-security.patch) = 6ee8fd7335d7b0d927327065966e930939b143fd
SHA1 (Zope-2.5.1-src.tgz) = 6ef5ac94270a61541c4ca5da866e60395823658a
SHA1 (Zope-2.5.1-unix-security.patch) = 4eb470c3a006b0ee76348712a19d0adc713dcc69

View File

@ -1,11 +1,26 @@
$OpenBSD: patch-inst_build_pcgi_py,v 1.1.1.1 2001/08/05 20:44:41 matt Exp $
$OpenBSD: patch-inst_build_pcgi_py,v 1.2 2002/04/25 15:38:55 matt Exp $
This patch overrides pcgi's configure script, since the
port already runs configure.
--- inst/build_pcgi.py.orig Thu Jul 22 16:01:09 1999
+++ inst/build_pcgi.py Sun Jul 15 14:44:55 2001
@@ -93,6 +93,5 @@ print "Building the PCGI wrapper"
--- inst/build_pcgi.py.orig Wed Nov 28 10:50:50 2001
+++ inst/build_pcgi.py Thu Apr 25 10:42:09 2002
@@ -10,6 +10,14 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
+
+# NOTICE AS REQUIRED BY LICENSE
+#
+# August 5, 2001
+#
+# This file has been modified to remove the call to the configure script,
+# since the OpenBSD package build process already takes care of this.
+
"""Build a PCGI
You must be in the directory containing this script.
@@ -21,6 +29,5 @@ print "Building the PCGI wrapper"
from do import *
os.chdir('pcgi')

View File

@ -1,11 +1,26 @@
$OpenBSD: patch-w_pcgi_py,v 1.1.1.1 2001/08/05 20:44:41 matt Exp $
$OpenBSD: patch-w_pcgi_py,v 1.2 2002/04/25 15:38:55 matt Exp $
We don't need to make a resource file; that's handled by
zope-instance.
--- w_pcgi.py.orig Thu Jul 22 18:00:17 1999
+++ w_pcgi.py Sat Jul 28 07:14:47 2001
@@ -102,9 +102,6 @@ def main(me):
--- w_pcgi.py.orig Wed Nov 28 10:50:49 2001
+++ w_pcgi.py Thu Apr 25 10:43:13 2002
@@ -10,6 +10,14 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
+
+# NOTICE AS REQUIRED BY LICENSE
+#
+# August 5, 2001
+#
+# Remove the make_resource steps, as this is handled by our zope-instance
+# script.
+
"""Try to do all of the installation steps.
This must be run from the top-level directory of the installation.
@@ -30,9 +38,6 @@ def main(me):
home=setup(me)
import build_pcgi

View File

@ -1,11 +1,26 @@
$OpenBSD: patch-wo_pcgi_py,v 1.1.1.1 2001/08/05 20:44:41 matt Exp $
$OpenBSD: patch-wo_pcgi_py,v 1.2 2002/04/25 15:38:55 matt Exp $
We don't need to build Data.fs, start/stop, or inituser;
these are handled by zope-instance.
--- wo_pcgi.py.orig Thu Apr 12 12:56:19 2001
+++ wo_pcgi.py Sat Jul 28 07:15:03 2001
@@ -103,12 +103,6 @@ def main(me):
--- wo_pcgi.py.orig Wed Nov 28 10:50:49 2001
+++ wo_pcgi.py Thu Apr 25 10:43:47 2002
@@ -10,6 +10,14 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
+
+# NOTICE AS REQUIRED BY LICENSE
+#
+# August 5, 2001
+#
+# Removed building of Data.fs, start/stop, and inituser; these are handled
+# by our zope-instance script.
+
"""Try to do all of the installation steps.
This must be run from the top-level directory of the installation.
@@ -31,12 +39,6 @@ def main(me):
walkandscrub.walkandscrub(home)
import compilezpy
import build_extensions

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2002/04/17 16:04:01 naddy Exp $
@comment $OpenBSD: PLIST,v 1.8 2002/04/25 15:38:55 matt Exp $
bin/zope-instance
lib/zope/Extensions/README.txt
lib/zope/ZServer/DebugLogger.py
@ -353,6 +353,7 @@ lib/zope/lib/python/AccessControl/tests/private_module/__init__.py
lib/zope/lib/python/AccessControl/tests/private_module/submodule/__init__.py
lib/zope/lib/python/AccessControl/tests/public_module/__init__.py
lib/zope/lib/python/AccessControl/tests/public_module/submodule/__init__.py
lib/zope/lib/python/AccessControl/tests/testClassSecurityInfo.py
lib/zope/lib/python/AccessControl/tests/testDeprecatedAPI.py
lib/zope/lib/python/AccessControl/tests/testModuleSecurity.py
lib/zope/lib/python/AccessControl/tests/testPasswordDigest.py
@ -532,6 +533,8 @@ lib/zope/lib/python/BTrees/_OOBTree.so
lib/zope/lib/python/BTrees/__init__.py
lib/zope/lib/python/BTrees/__init__.pyc
lib/zope/lib/python/BTrees/__init__.pyo
lib/zope/lib/python/BTrees/_fsBTree.c
lib/zope/lib/python/BTrees/_fsBTree.so
lib/zope/lib/python/BTrees/convert.py
lib/zope/lib/python/BTrees/convert.pyc
lib/zope/lib/python/BTrees/convert.pyo
@ -897,10 +900,11 @@ lib/zope/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx
lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.py
lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc
lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.pyo
lib/zope/lib/python/Products/ExternalMethod/tests/Extensions/Test.py
lib/zope/lib/python/Products/ExternalMethod/tests/__init__.py
lib/zope/lib/python/Products/ExternalMethod/tests/testExternalMethod.py
lib/zope/lib/python/Products/ExternalMethod/version.txt
lib/zope/lib/python/Products/ExternalMethod/www/function.gif
lib/zope/lib/python/Products/Hotfix_2002-04-15/README.txt
lib/zope/lib/python/Products/Hotfix_2002-04-15/__init__.py
lib/zope/lib/python/Products/MIMETools/MIMETag.py
lib/zope/lib/python/Products/MIMETools/MIMETag.pyc
lib/zope/lib/python/Products/MIMETools/MIMETag.pyo
@ -2388,6 +2392,12 @@ lib/zope/lib/python/ZODB/coptimizations.so
lib/zope/lib/python/ZODB/dbmStorage.py
lib/zope/lib/python/ZODB/dbmStorage.pyc
lib/zope/lib/python/ZODB/dbmStorage.pyo
lib/zope/lib/python/ZODB/fsIndex.py
lib/zope/lib/python/ZODB/fsIndex.pyc
lib/zope/lib/python/ZODB/fsIndex.pyo
lib/zope/lib/python/ZODB/fsdump.py
lib/zope/lib/python/ZODB/fsdump.pyc
lib/zope/lib/python/ZODB/fsdump.pyo
lib/zope/lib/python/ZODB/fsrecover.py
lib/zope/lib/python/ZODB/fsrecover.pyc
lib/zope/lib/python/ZODB/fsrecover.pyo
@ -2403,9 +2413,11 @@ lib/zope/lib/python/ZODB/tests/Corruption.py
lib/zope/lib/python/ZODB/tests/HistoryStorage.py
lib/zope/lib/python/ZODB/tests/IteratorStorage.py
lib/zope/lib/python/ZODB/tests/LocalStorage.py
lib/zope/lib/python/ZODB/tests/MTStorage.py
lib/zope/lib/python/ZODB/tests/MinPO.py
lib/zope/lib/python/ZODB/tests/PackableStorage.py
lib/zope/lib/python/ZODB/tests/PersistentStorage.py
lib/zope/lib/python/ZODB/tests/ReadOnlyStorage.py
lib/zope/lib/python/ZODB/tests/RevisionStorage.py
lib/zope/lib/python/ZODB/tests/StorageTestBase.py
lib/zope/lib/python/ZODB/tests/Synchronization.py
@ -2414,13 +2426,16 @@ lib/zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py
lib/zope/lib/python/ZODB/tests/VersionStorage.py
lib/zope/lib/python/ZODB/tests/__init__.py
lib/zope/lib/python/ZODB/tests/speed.py
lib/zope/lib/python/ZODB/tests/testCache.py
lib/zope/lib/python/ZODB/tests/testDemoStorage.py
lib/zope/lib/python/ZODB/tests/testFileStorage.py
lib/zope/lib/python/ZODB/tests/testMappingStorage.py
lib/zope/lib/python/ZODB/tests/testPersistentMapping.py
lib/zope/lib/python/ZODB/tests/testTimeStamp.py
lib/zope/lib/python/ZODB/tests/testTransaction.py
lib/zope/lib/python/ZODB/tests/testUtils.py
lib/zope/lib/python/ZODB/tests/testZODB.py
lib/zope/lib/python/ZODB/tests/testfsIndex.py
lib/zope/lib/python/ZODB/utils.py
lib/zope/lib/python/ZODB/utils.pyc
lib/zope/lib/python/ZODB/utils.pyo
@ -2476,6 +2491,7 @@ lib/zope/lib/python/ZPublisher/maybe_lock.pyc
lib/zope/lib/python/ZPublisher/maybe_lock.pyo
lib/zope/lib/python/ZPublisher/tests/__init__.py
lib/zope/lib/python/ZPublisher/tests/testHTTPRangeSupport.py
lib/zope/lib/python/ZPublisher/tests/testHTTPRequest.py
lib/zope/lib/python/ZPublisher/xmlrpc.py
lib/zope/lib/python/ZPublisher/xmlrpc.pyc
lib/zope/lib/python/ZPublisher/xmlrpc.pyo
@ -2618,6 +2634,7 @@ lib/zope/pcgi/Util/pcgifile.pyc
lib/zope/pcgi/Util/pcgifile.pyo
lib/zope/pcgi/config.guess
lib/zope/pcgi/config.h.in
lib/zope/pcgi/config.sub
lib/zope/pcgi/configure
lib/zope/pcgi/configure.in
lib/zope/pcgi/install-sh
@ -2833,8 +2850,9 @@ share/doc/zope/changenotes/010620-2.4-btreeconflict.stx
@dirrm lib/zope/lib/python/Products/MailHost/dtml
@dirrm lib/zope/lib/python/Products/MailHost
@dirrm lib/zope/lib/python/Products/MIMETools
@dirrm lib/zope/lib/python/Products/Hotfix_2002-04-15
@dirrm lib/zope/lib/python/Products/ExternalMethod/www
@dirrm lib/zope/lib/python/Products/ExternalMethod/tests/Extensions
@dirrm lib/zope/lib/python/Products/ExternalMethod/tests
@dirrm lib/zope/lib/python/Products/ExternalMethod/help
@dirrm lib/zope/lib/python/Products/ExternalMethod/dtml
@dirrm lib/zope/lib/python/Products/ExternalMethod