1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Update to 1.0.r1

- Use SF macro
- Pass maintainership to submitter

PR:		ports/125006
Submitted by:	Wen heping <wenheping@gmail.com>
This commit is contained in:
Beech Rintoul 2008-07-03 09:00:24 +00:00
parent 63a11134f0
commit 94e073847f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216224
3 changed files with 111 additions and 16 deletions

View File

@ -6,12 +6,11 @@
#
PORTNAME= webware
PORTVERSION= 0.9.4
DISTVERSION= 1.0r1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= webware
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Webware-${PORTVERSION}
DISTNAME= Webware-1.0rc1
MAINTAINER= ports@FreeBSD.org
COMMENT= A versatile web application server written in Python

View File

@ -1,3 +1,3 @@
MD5 (Webware-0.9.4.tar.gz) = 7fef58f8eacaae1e2cc7e5f7f70a247d
SHA256 (Webware-0.9.4.tar.gz) = 5c157976d81aedb68b707a229bfdd10a70700622ed081a4cf12727437cfdd24a
SIZE (Webware-0.9.4.tar.gz) = 936493
MD5 (Webware-1.0rc1.tar.gz) = 52c1a2a0b7a0f9fe1a6f73ce63aaf320
SHA256 (Webware-1.0rc1.tar.gz) = 7d5382dda61cbd0f3da442513472917eb8f2dc9233b3e08106e2cb748e7557fe
SIZE (Webware-1.0rc1.tar.gz) = 945449

View File

@ -1,5 +1,11 @@
etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/AllTests.py
%%WEBWARE_MASTER_DIR%%/CGIWrapper/__init__.py
%%WEBWARE_MASTER_DIR%%/CGIWrapper/__init__.pyc
%%WEBWARE_MASTER_DIR%%/CGIWrapper/_accessDenied.py
%%WEBWARE_MASTER_DIR%%/CGIWrapper/_accessDenied.pyc
%%WEBWARE_MASTER_DIR%%/CGIWrapper/_viewError.py
%%WEBWARE_MASTER_DIR%%/CGIWrapper/_viewError.pyc
%%WEBWARE_MASTER_DIR%%/CGIWrapper/AdminPage.py
%%WEBWARE_MASTER_DIR%%/CGIWrapper/AdminPage.pyc
%%WEBWARE_MASTER_DIR%%/CGIWrapper/CGIWrapper.py
@ -8,11 +14,20 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/RelNotes-0.2.2.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/RelNotes-0.2.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/RelNotes-0.7.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/RelNotes-0.8.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/RelNotes-1.0rc1.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/SampleAdmin.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/SampleError.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/ClassHierarchy.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/ClassList.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper.AdminPage.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper.CGIWrapper.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper.Properties.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper.__init__.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper._admin.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper._dumpCSV.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper._dumpErrors.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper._showConfig.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Docs/CGIWrapper.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/FileList.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/AdminPage.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/CGIWrapper.html
@ -21,6 +36,9 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/_dumpCSV.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/_dumpErrors.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/_showConfig.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/__init__.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/_accessDenied.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Files/_viewError.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/AdminPage.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/CGIWrapper.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/Properties.html
@ -28,6 +46,9 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/_dumpCSV.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/_dumpErrors.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/_showConfig.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/__init__.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/_accessDenied.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/Source/Summaries/_viewError.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/UsersGuide.html
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/__init__.py
%%WEBWARE_MASTER_DIR%%/CGIWrapper/Docs/__init__.pyc
@ -60,7 +81,6 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/CGIWrapper/_showConfig.pyc
%%WEBWARE_MASTER_DIR%%/CGIWrapper/server.cgi
%%WEBWARE_MASTER_DIR%%/COMKit/Docs/RelNotes-0.7.html
%%WEBWARE_MASTER_DIR%%/COMKit/Docs/RelNotes-0.8.html
%%WEBWARE_MASTER_DIR%%/COMKit/Docs/Source/ClassHierarchy.html
%%WEBWARE_MASTER_DIR%%/COMKit/Docs/Source/ClassList.html
%%WEBWARE_MASTER_DIR%%/COMKit/Docs/Source/Docs/COMKit.Properties.html
@ -81,6 +101,7 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/COMKit/Properties.pyc
%%WEBWARE_MASTER_DIR%%/COMKit/__init__.py
%%WEBWARE_MASTER_DIR%%/COMKit/__init__.pyc
%%WEBWARE_MASTER_DIR%%/Docs/RelNotes-1.0rc1.html
%%WEBWARE_MASTER_DIR%%/DocSupport/.checksrc.config
%%WEBWARE_MASTER_DIR%%/DocSupport/ClassList.py
%%WEBWARE_MASTER_DIR%%/DocSupport/ClassList.pyc
@ -263,14 +284,77 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/RelNotes-0.9.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/ClassHierarchy.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/ClassList.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Properties.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.__init__.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/FileList.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/Properties.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.AnyDateTimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.Attr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.BasicTypeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.BoolAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.DateAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.DateTimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.DateTimeAttrs.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.DecimalAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.EnumAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.FloatAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.IntAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.Klass.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.Klasses.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.ListAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.LongAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.MiddleDict.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.Model.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.ModelObject.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.ModelUser.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.ObjRefAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.StringAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.TimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.__init__.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Docs/MiddleKit.Core.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/__init__.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/Properties.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/AnyDateTimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/Attr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/BasicTypeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/BoolAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/DateAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/DateTimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/DateTimeAttrs.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/DecimalAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/EnumAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/FloatAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/IntAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/Klass.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/Klasses.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/ListAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/LongAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/MiddleDict.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/Model.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/ModelObject.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/ModelUser.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/ObjRefAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/StringAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Files/TimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/__init__.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/AnyDateTimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/Attr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/BasicTypeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/BoolAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/DateAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/DateTimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/DateTimeAttrs.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/DecimalAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/EnumAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/FloatAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/IntAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/Klass.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/Klasses.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/ListAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/LongAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/MiddleDict.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/Model.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/ModelObject.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/ModelUser.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/ObjRefAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/StringAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Source/Summaries/TimeAttr.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/TODO.text
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/UsersGuide.html
%%WEBWARE_MASTER_DIR%%/MiddleKit/Docs/Videos/Command/main.py
@ -599,6 +683,7 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/MiscUtils/Docs/__init__.py
%%WEBWARE_MASTER_DIR%%/MiscUtils/Docs/__init__.pyc
%%WEBWARE_MASTER_DIR%%/MiscUtils/Docs/index.html
%%WEBWARE_MASTER_DIR%%/MiscUtils/Docs/RelNotes-1.0rc1.html
%%WEBWARE_MASTER_DIR%%/MiscUtils/Error.py
%%WEBWARE_MASTER_DIR%%/MiscUtils/Error.pyc
%%WEBWARE_MASTER_DIR%%/MiscUtils/Funcs.py
@ -627,6 +712,8 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/FixPath.pyc
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/Sample1.csv
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/Sample3.xls
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/TestDateInterval.py
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/TestDateInterval.pyc
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/TestCSVParser.py
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/TestCSVParser.pyc
%%WEBWARE_MASTER_DIR%%/MiscUtils/Testing/TestDBPool.py
@ -789,6 +876,7 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/TaskKit/Docs/__init__.py
%%WEBWARE_MASTER_DIR%%/TaskKit/Docs/__init__.pyc
%%WEBWARE_MASTER_DIR%%/TaskKit/Docs/index.html
%%WEBWARE_MASTER_DIR%%/TaskKit/Docs/RelNotes-1.0rc1.html
%%WEBWARE_MASTER_DIR%%/TaskKit/Properties.py
%%WEBWARE_MASTER_DIR%%/TaskKit/Properties.pyc
%%WEBWARE_MASTER_DIR%%/TaskKit/Scheduler.py
@ -995,6 +1083,12 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/ServletCache.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/__init__.py
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/__init__.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/Sleep.py
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/Sleep.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/ThreadControl.py
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/ThreadControl.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/View.py
%%WEBWARE_MASTER_DIR%%/WebKit/Admin/View.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/AppServer
%%WEBWARE_MASTER_DIR%%/WebKit/AppServer.bat
%%WEBWARE_MASTER_DIR%%/WebKit/AppServer.py
@ -1213,6 +1307,7 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/WebKit/Docs/__init__.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Docs/docutils.conf
%%WEBWARE_MASTER_DIR%%/WebKit/Docs/index.html
%%WEBWARE_MASTER_DIR%%/WebKit/Docs/RelNotes-1.0rc1.html
%%WEBWARE_MASTER_DIR%%/WebKit/ErrorMsgs/_README
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/AjaxPage.py
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/AjaxPage.pyc
@ -1233,8 +1328,8 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/Forward.py
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/Forward.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/Hello.psp
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/Image.py
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/Image.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/ImageDemo.py
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/ImageDemo.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/Introspect.py
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/Introspect.pyc
%%WEBWARE_MASTER_DIR%%/WebKit/Examples/JSONRPCClient.py
@ -1579,6 +1674,7 @@ etc/rc.d/webkit.sh-dist
%%WEBWARE_MASTER_DIR%%/bin/_README
%%WEBWARE_MASTER_DIR%%/bin/checksrc.py
%%WEBWARE_MASTER_DIR%%/bin/editfile.py
%%WEBWARE_MASTER_DIR%%/bin/editfile.bat
%%WEBWARE_MASTER_DIR%%/bin/printprof.py
%%WEBWARE_MASTER_DIR%%/bin/pystats.py
%%WEBWARE_MASTER_DIR%%/bin/setversion.py