update to 0.6.1.

Lot's of fixes and new features.
See CHANGES for a complete list.

Also, take ownership.
ok'ed by lukem@
This commit is contained in:
recht 2003-09-14 17:30:18 +00:00
parent e914ab3288
commit 1c1e43a917
3 changed files with 265 additions and 193 deletions

View file

@ -1,14 +1,17 @@
# $NetBSD: Makefile,v 1.6 2003/07/17 21:33:36 grant Exp $
# $NetBSD: Makefile,v 1.7 2003/09/14 17:30:18 recht Exp $
DISTNAME= roundup-0.5.8
DISTNAME= roundup-0.6.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/}
MAINTAINER= lukem@NetBSD.org
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://roundup.sf.net/
COMMENT= Issue tracking system with command-line, web and email clients
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth
PYTHON_PATCH_SCRIPTS= roundup/admin.py roundup/backends/locking.py \
roundup/version_check.py cgi-bin/roundup.cgi
@ -16,6 +19,8 @@ PYTHON_PATCH_SCRIPTS= roundup/admin.py roundup/backends/locking.py \
ROUNDUPDOCDIR= ${PREFIX}/share/doc/roundup
post-install:
cd ${WRKSRC}/doc && ${INSTALL_MAN} roundup-admin.1 roundup-server.1 \
roundup-mailgw.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${ROUNDUPDOCDIR}
cd ${WRKSRC} && ${INSTALL_DATA} CHANGES.txt COPYING.txt README.txt \
${ROUNDUPDOCDIR}

View file

@ -1,165 +1,206 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/11 07:39:15 lukem Exp $
@comment $NetBSD: PLIST,v 1.2 2003/09/14 17:30:18 recht Exp $
bin/roundup-admin
bin/roundup-mailgw
bin/roundup-server
lib/python2.2/site-packages/roundup/__init__.py
lib/python2.2/site-packages/roundup/__init__.pyc
lib/python2.2/site-packages/roundup/admin.py
lib/python2.2/site-packages/roundup/admin.pyc
lib/python2.2/site-packages/roundup/backends/__init__.py
lib/python2.2/site-packages/roundup/backends/__init__.pyc
lib/python2.2/site-packages/roundup/backends/back_anydbm.py
lib/python2.2/site-packages/roundup/backends/back_anydbm.pyc
lib/python2.2/site-packages/roundup/backends/back_bsddb.py
lib/python2.2/site-packages/roundup/backends/back_bsddb.pyc
lib/python2.2/site-packages/roundup/backends/back_bsddb3.py
lib/python2.2/site-packages/roundup/backends/back_bsddb3.pyc
lib/python2.2/site-packages/roundup/backends/back_gadfly.py
lib/python2.2/site-packages/roundup/backends/back_gadfly.pyc
lib/python2.2/site-packages/roundup/backends/back_metakit.py
lib/python2.2/site-packages/roundup/backends/back_metakit.pyc
lib/python2.2/site-packages/roundup/backends/back_sqlite.py
lib/python2.2/site-packages/roundup/backends/back_sqlite.pyc
lib/python2.2/site-packages/roundup/backends/blobfiles.py
lib/python2.2/site-packages/roundup/backends/blobfiles.pyc
lib/python2.2/site-packages/roundup/backends/locking.py
lib/python2.2/site-packages/roundup/backends/locking.pyc
lib/python2.2/site-packages/roundup/backends/portalocker.py
lib/python2.2/site-packages/roundup/backends/portalocker.pyc
lib/python2.2/site-packages/roundup/backends/rdbms_common.py
lib/python2.2/site-packages/roundup/backends/rdbms_common.pyc
lib/python2.2/site-packages/roundup/backends/sessions.py
lib/python2.2/site-packages/roundup/backends/sessions.pyc
lib/python2.2/site-packages/roundup/cgi/MultiMapping.py
lib/python2.2/site-packages/roundup/cgi/MultiMapping.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/ComputedAttribute.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/ComputedAttribute.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/Expressions.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/Expressions.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/MultiMapping.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/MultiMapping.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/PageTemplate.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/PageTemplate.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/PathIterator.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/PathIterator.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/PythonExpr.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/PythonExpr.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/TALES.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/TALES.pyc
lib/python2.2/site-packages/roundup/cgi/PageTemplates/__init__.py
lib/python2.2/site-packages/roundup/cgi/PageTemplates/__init__.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/HTMLParser.py
lib/python2.2/site-packages/roundup/cgi/TAL/HTMLParser.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/HTMLTALParser.py
lib/python2.2/site-packages/roundup/cgi/TAL/HTMLTALParser.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/TALDefs.py
lib/python2.2/site-packages/roundup/cgi/TAL/TALDefs.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/TALGenerator.py
lib/python2.2/site-packages/roundup/cgi/TAL/TALGenerator.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/TALInterpreter.py
lib/python2.2/site-packages/roundup/cgi/TAL/TALInterpreter.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/TALParser.py
lib/python2.2/site-packages/roundup/cgi/TAL/TALParser.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/XMLParser.py
lib/python2.2/site-packages/roundup/cgi/TAL/XMLParser.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/__init__.py
lib/python2.2/site-packages/roundup/cgi/TAL/__init__.pyc
lib/python2.2/site-packages/roundup/cgi/TAL/markupbase.py
lib/python2.2/site-packages/roundup/cgi/TAL/markupbase.pyc
lib/python2.2/site-packages/roundup/cgi/ZTUtils/Batch.py
lib/python2.2/site-packages/roundup/cgi/ZTUtils/Batch.pyc
lib/python2.2/site-packages/roundup/cgi/ZTUtils/Iterator.py
lib/python2.2/site-packages/roundup/cgi/ZTUtils/Iterator.pyc
lib/python2.2/site-packages/roundup/cgi/ZTUtils/__init__.py
lib/python2.2/site-packages/roundup/cgi/ZTUtils/__init__.pyc
lib/python2.2/site-packages/roundup/cgi/__init__.py
lib/python2.2/site-packages/roundup/cgi/__init__.pyc
lib/python2.2/site-packages/roundup/cgi/cgitb.py
lib/python2.2/site-packages/roundup/cgi/cgitb.pyc
lib/python2.2/site-packages/roundup/cgi/client.py
lib/python2.2/site-packages/roundup/cgi/client.pyc
lib/python2.2/site-packages/roundup/cgi/templating.py
lib/python2.2/site-packages/roundup/cgi/templating.pyc
lib/python2.2/site-packages/roundup/cgi/zLOG.py
lib/python2.2/site-packages/roundup/cgi/zLOG.pyc
lib/python2.2/site-packages/roundup/date.py
lib/python2.2/site-packages/roundup/date.pyc
lib/python2.2/site-packages/roundup/hyperdb.py
lib/python2.2/site-packages/roundup/hyperdb.pyc
lib/python2.2/site-packages/roundup/i18n.py
lib/python2.2/site-packages/roundup/i18n.pyc
lib/python2.2/site-packages/roundup/indexer.py
lib/python2.2/site-packages/roundup/indexer.pyc
lib/python2.2/site-packages/roundup/init.py
lib/python2.2/site-packages/roundup/init.pyc
lib/python2.2/site-packages/roundup/install_util.py
lib/python2.2/site-packages/roundup/install_util.pyc
lib/python2.2/site-packages/roundup/instance.py
lib/python2.2/site-packages/roundup/instance.pyc
lib/python2.2/site-packages/roundup/mailgw.py
lib/python2.2/site-packages/roundup/mailgw.pyc
lib/python2.2/site-packages/roundup/password.py
lib/python2.2/site-packages/roundup/password.pyc
lib/python2.2/site-packages/roundup/roundupdb.py
lib/python2.2/site-packages/roundup/roundupdb.pyc
lib/python2.2/site-packages/roundup/scripts/__init__.py
lib/python2.2/site-packages/roundup/scripts/__init__.pyc
lib/python2.2/site-packages/roundup/scripts/roundup_admin.py
lib/python2.2/site-packages/roundup/scripts/roundup_admin.pyc
lib/python2.2/site-packages/roundup/scripts/roundup_mailgw.py
lib/python2.2/site-packages/roundup/scripts/roundup_mailgw.pyc
lib/python2.2/site-packages/roundup/scripts/roundup_server.py
lib/python2.2/site-packages/roundup/scripts/roundup_server.pyc
lib/python2.2/site-packages/roundup/security.py
lib/python2.2/site-packages/roundup/security.pyc
lib/python2.2/site-packages/roundup/templates/__init__.py
lib/python2.2/site-packages/roundup/templates/__init__.pyc
lib/python2.2/site-packages/roundup/templates/builder.py
lib/python2.2/site-packages/roundup/templates/builder.pyc
lib/python2.2/site-packages/roundup/templates/classic/__init__.py
lib/python2.2/site-packages/roundup/templates/classic/__init__.pyc
lib/python2.2/site-packages/roundup/templates/classic/config.py
lib/python2.2/site-packages/roundup/templates/classic/config.pyc
lib/python2.2/site-packages/roundup/templates/classic/dbinit.py
lib/python2.2/site-packages/roundup/templates/classic/dbinit.pyc
lib/python2.2/site-packages/roundup/templates/classic/detectors/__init__.py
lib/python2.2/site-packages/roundup/templates/classic/detectors/__init__.pyc
lib/python2.2/site-packages/roundup/templates/classic/detectors/nosyreaction.py
lib/python2.2/site-packages/roundup/templates/classic/detectors/nosyreaction.pyc
lib/python2.2/site-packages/roundup/templates/classic/detectors/statusauditor.py
lib/python2.2/site-packages/roundup/templates/classic/detectors/statusauditor.pyc
lib/python2.2/site-packages/roundup/templates/classic/interfaces.py
lib/python2.2/site-packages/roundup/templates/classic/interfaces.pyc
lib/python2.2/site-packages/roundup/templates/classic_htmlbase.py
lib/python2.2/site-packages/roundup/templates/classic_htmlbase.pyc
lib/python2.2/site-packages/roundup/templates/minimal/__init__.py
lib/python2.2/site-packages/roundup/templates/minimal/__init__.pyc
lib/python2.2/site-packages/roundup/templates/minimal/config.py
lib/python2.2/site-packages/roundup/templates/minimal/config.pyc
lib/python2.2/site-packages/roundup/templates/minimal/dbinit.py
lib/python2.2/site-packages/roundup/templates/minimal/dbinit.pyc
lib/python2.2/site-packages/roundup/templates/minimal/detectors/__init__.py
lib/python2.2/site-packages/roundup/templates/minimal/detectors/__init__.pyc
lib/python2.2/site-packages/roundup/templates/minimal/interfaces.py
lib/python2.2/site-packages/roundup/templates/minimal/interfaces.pyc
lib/python2.2/site-packages/roundup/templates/minimal_htmlbase.py
lib/python2.2/site-packages/roundup/templates/minimal_htmlbase.pyc
lib/python2.2/site-packages/roundup/token.py
lib/python2.2/site-packages/roundup/token.pyc
lib/python2.2/site-packages/roundup/version_check.py
lib/python2.2/site-packages/roundup/version_check.pyc
${PYSITELIB}/roundup/__init__.py
${PYSITELIB}/roundup/__init__.pyc
${PYSITELIB}/roundup/__init__.pyo
${PYSITELIB}/roundup/admin.py
${PYSITELIB}/roundup/admin.pyc
${PYSITELIB}/roundup/admin.pyo
${PYSITELIB}/roundup/backends/__init__.py
${PYSITELIB}/roundup/backends/__init__.pyc
${PYSITELIB}/roundup/backends/__init__.pyo
${PYSITELIB}/roundup/backends/back_anydbm.py
${PYSITELIB}/roundup/backends/back_anydbm.pyc
${PYSITELIB}/roundup/backends/back_anydbm.pyo
${PYSITELIB}/roundup/backends/back_bsddb.py
${PYSITELIB}/roundup/backends/back_bsddb.pyc
${PYSITELIB}/roundup/backends/back_bsddb.pyo
${PYSITELIB}/roundup/backends/back_bsddb3.py
${PYSITELIB}/roundup/backends/back_bsddb3.pyc
${PYSITELIB}/roundup/backends/back_bsddb3.pyo
${PYSITELIB}/roundup/backends/back_metakit.py
${PYSITELIB}/roundup/backends/back_metakit.pyc
${PYSITELIB}/roundup/backends/back_metakit.pyo
${PYSITELIB}/roundup/backends/back_mysql.py
${PYSITELIB}/roundup/backends/back_mysql.pyc
${PYSITELIB}/roundup/backends/back_mysql.pyo
${PYSITELIB}/roundup/backends/back_sqlite.py
${PYSITELIB}/roundup/backends/back_sqlite.pyc
${PYSITELIB}/roundup/backends/back_sqlite.pyo
${PYSITELIB}/roundup/backends/blobfiles.py
${PYSITELIB}/roundup/backends/blobfiles.pyc
${PYSITELIB}/roundup/backends/blobfiles.pyo
${PYSITELIB}/roundup/backends/locking.py
${PYSITELIB}/roundup/backends/locking.pyc
${PYSITELIB}/roundup/backends/locking.pyo
${PYSITELIB}/roundup/backends/portalocker.py
${PYSITELIB}/roundup/backends/portalocker.pyc
${PYSITELIB}/roundup/backends/portalocker.pyo
${PYSITELIB}/roundup/backends/rdbms_common.py
${PYSITELIB}/roundup/backends/rdbms_common.pyc
${PYSITELIB}/roundup/backends/rdbms_common.pyo
${PYSITELIB}/roundup/backends/sessions.py
${PYSITELIB}/roundup/backends/sessions.pyc
${PYSITELIB}/roundup/backends/sessions.pyo
${PYSITELIB}/roundup/cgi/MultiMapping.py
${PYSITELIB}/roundup/cgi/MultiMapping.pyc
${PYSITELIB}/roundup/cgi/MultiMapping.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/ComputedAttribute.py
${PYSITELIB}/roundup/cgi/PageTemplates/ComputedAttribute.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/ComputedAttribute.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/Expressions.py
${PYSITELIB}/roundup/cgi/PageTemplates/Expressions.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/Expressions.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/MultiMapping.py
${PYSITELIB}/roundup/cgi/PageTemplates/MultiMapping.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/MultiMapping.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/PageTemplate.py
${PYSITELIB}/roundup/cgi/PageTemplates/PageTemplate.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/PageTemplate.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/PathIterator.py
${PYSITELIB}/roundup/cgi/PageTemplates/PathIterator.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/PathIterator.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/PythonExpr.py
${PYSITELIB}/roundup/cgi/PageTemplates/PythonExpr.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/PythonExpr.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/TALES.py
${PYSITELIB}/roundup/cgi/PageTemplates/TALES.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/TALES.pyo
${PYSITELIB}/roundup/cgi/PageTemplates/__init__.py
${PYSITELIB}/roundup/cgi/PageTemplates/__init__.pyc
${PYSITELIB}/roundup/cgi/PageTemplates/__init__.pyo
${PYSITELIB}/roundup/cgi/TAL/HTMLParser.py
${PYSITELIB}/roundup/cgi/TAL/HTMLParser.pyc
${PYSITELIB}/roundup/cgi/TAL/HTMLParser.pyo
${PYSITELIB}/roundup/cgi/TAL/HTMLTALParser.py
${PYSITELIB}/roundup/cgi/TAL/HTMLTALParser.pyc
${PYSITELIB}/roundup/cgi/TAL/HTMLTALParser.pyo
${PYSITELIB}/roundup/cgi/TAL/TALDefs.py
${PYSITELIB}/roundup/cgi/TAL/TALDefs.pyc
${PYSITELIB}/roundup/cgi/TAL/TALDefs.pyo
${PYSITELIB}/roundup/cgi/TAL/TALGenerator.py
${PYSITELIB}/roundup/cgi/TAL/TALGenerator.pyc
${PYSITELIB}/roundup/cgi/TAL/TALGenerator.pyo
${PYSITELIB}/roundup/cgi/TAL/TALInterpreter.py
${PYSITELIB}/roundup/cgi/TAL/TALInterpreter.pyc
${PYSITELIB}/roundup/cgi/TAL/TALInterpreter.pyo
${PYSITELIB}/roundup/cgi/TAL/TALParser.py
${PYSITELIB}/roundup/cgi/TAL/TALParser.pyc
${PYSITELIB}/roundup/cgi/TAL/TALParser.pyo
${PYSITELIB}/roundup/cgi/TAL/XMLParser.py
${PYSITELIB}/roundup/cgi/TAL/XMLParser.pyc
${PYSITELIB}/roundup/cgi/TAL/XMLParser.pyo
${PYSITELIB}/roundup/cgi/TAL/__init__.py
${PYSITELIB}/roundup/cgi/TAL/__init__.pyc
${PYSITELIB}/roundup/cgi/TAL/__init__.pyo
${PYSITELIB}/roundup/cgi/TAL/markupbase.py
${PYSITELIB}/roundup/cgi/TAL/markupbase.pyc
${PYSITELIB}/roundup/cgi/TAL/markupbase.pyo
${PYSITELIB}/roundup/cgi/ZTUtils/Batch.py
${PYSITELIB}/roundup/cgi/ZTUtils/Batch.pyc
${PYSITELIB}/roundup/cgi/ZTUtils/Batch.pyo
${PYSITELIB}/roundup/cgi/ZTUtils/Iterator.py
${PYSITELIB}/roundup/cgi/ZTUtils/Iterator.pyc
${PYSITELIB}/roundup/cgi/ZTUtils/Iterator.pyo
${PYSITELIB}/roundup/cgi/ZTUtils/__init__.py
${PYSITELIB}/roundup/cgi/ZTUtils/__init__.pyc
${PYSITELIB}/roundup/cgi/ZTUtils/__init__.pyo
${PYSITELIB}/roundup/cgi/__init__.py
${PYSITELIB}/roundup/cgi/__init__.pyc
${PYSITELIB}/roundup/cgi/__init__.pyo
${PYSITELIB}/roundup/cgi/cgitb.py
${PYSITELIB}/roundup/cgi/cgitb.pyc
${PYSITELIB}/roundup/cgi/cgitb.pyo
${PYSITELIB}/roundup/cgi/client.py
${PYSITELIB}/roundup/cgi/client.pyc
${PYSITELIB}/roundup/cgi/client.pyo
${PYSITELIB}/roundup/cgi/templating.py
${PYSITELIB}/roundup/cgi/templating.pyc
${PYSITELIB}/roundup/cgi/templating.pyo
${PYSITELIB}/roundup/cgi/zLOG.py
${PYSITELIB}/roundup/cgi/zLOG.pyc
${PYSITELIB}/roundup/cgi/zLOG.pyo
${PYSITELIB}/roundup/date.py
${PYSITELIB}/roundup/date.pyc
${PYSITELIB}/roundup/date.pyo
${PYSITELIB}/roundup/hyperdb.py
${PYSITELIB}/roundup/hyperdb.pyc
${PYSITELIB}/roundup/hyperdb.pyo
${PYSITELIB}/roundup/i18n.py
${PYSITELIB}/roundup/i18n.pyc
${PYSITELIB}/roundup/i18n.pyo
${PYSITELIB}/roundup/indexer.py
${PYSITELIB}/roundup/indexer.pyc
${PYSITELIB}/roundup/indexer.pyo
${PYSITELIB}/roundup/init.py
${PYSITELIB}/roundup/init.pyc
${PYSITELIB}/roundup/init.pyo
${PYSITELIB}/roundup/install_util.py
${PYSITELIB}/roundup/install_util.pyc
${PYSITELIB}/roundup/install_util.pyo
${PYSITELIB}/roundup/instance.py
${PYSITELIB}/roundup/instance.pyc
${PYSITELIB}/roundup/instance.pyo
${PYSITELIB}/roundup/mailgw.py
${PYSITELIB}/roundup/mailgw.pyc
${PYSITELIB}/roundup/mailgw.pyo
${PYSITELIB}/roundup/password.py
${PYSITELIB}/roundup/password.pyc
${PYSITELIB}/roundup/password.pyo
${PYSITELIB}/roundup/rcsv.py
${PYSITELIB}/roundup/rcsv.pyc
${PYSITELIB}/roundup/rcsv.pyo
${PYSITELIB}/roundup/rfc2822.py
${PYSITELIB}/roundup/rfc2822.pyc
${PYSITELIB}/roundup/rfc2822.pyo
${PYSITELIB}/roundup/roundupdb.py
${PYSITELIB}/roundup/roundupdb.pyc
${PYSITELIB}/roundup/roundupdb.pyo
${PYSITELIB}/roundup/scripts/__init__.py
${PYSITELIB}/roundup/scripts/__init__.pyc
${PYSITELIB}/roundup/scripts/__init__.pyo
${PYSITELIB}/roundup/scripts/roundup_admin.py
${PYSITELIB}/roundup/scripts/roundup_admin.pyc
${PYSITELIB}/roundup/scripts/roundup_admin.pyo
${PYSITELIB}/roundup/scripts/roundup_mailgw.py
${PYSITELIB}/roundup/scripts/roundup_mailgw.pyc
${PYSITELIB}/roundup/scripts/roundup_mailgw.pyo
${PYSITELIB}/roundup/scripts/roundup_server.py
${PYSITELIB}/roundup/scripts/roundup_server.pyc
${PYSITELIB}/roundup/scripts/roundup_server.pyo
${PYSITELIB}/roundup/security.py
${PYSITELIB}/roundup/security.pyc
${PYSITELIB}/roundup/security.pyo
${PYSITELIB}/roundup/token.py
${PYSITELIB}/roundup/token.pyc
${PYSITELIB}/roundup/token.pyo
${PYSITELIB}/roundup/version_check.py
${PYSITELIB}/roundup/version_check.pyc
${PYSITELIB}/roundup/version_check.pyo
man/man1/roundup-admin.1
man/man1/roundup-mailgw.1
man/man1/roundup-server.1
share/doc/roundup/CHANGES.txt
share/doc/roundup/COPYING.txt
share/doc/roundup/FAQ.html
share/doc/roundup/FAQ.txt
share/doc/roundup/README.txt
share/doc/roundup/ZPL.txt
share/doc/roundup/announcement.html
share/doc/roundup/announcement.txt
share/doc/roundup/customizing.html
share/doc/roundup/customizing.txt
share/doc/roundup/default.css
share/doc/roundup/design.html
share/doc/roundup/design.txt
share/doc/roundup/developers.html
share/doc/roundup/developers.txt
share/doc/roundup/features.html
share/doc/roundup/features.txt
share/doc/roundup/gadfly.txt
share/doc/roundup/glossary.html
share/doc/roundup/glossary.txt
share/doc/roundup/images/edit.png
share/doc/roundup/images/hyperdb.png
@ -168,62 +209,88 @@ share/doc/roundup/images/logo-codesourcery-medium.png
share/doc/roundup/images/logo-software-carpentry-standard.png
share/doc/roundup/images/roundup-1.png
share/doc/roundup/images/roundup.png
share/doc/roundup/implementation.html
share/doc/roundup/implementation.txt
share/doc/roundup/index.html
share/doc/roundup/index.txt
share/doc/roundup/installation.html
share/doc/roundup/installation.txt
share/doc/roundup/maintenance.html
share/doc/roundup/maintenance.txt
share/doc/roundup/overview.html
share/doc/roundup/mysql.txt
share/doc/roundup/original_overview.html
share/doc/roundup/overview.txt
share/doc/roundup/spec.html
share/doc/roundup/upgrading.html
share/doc/roundup/upgrading.txt
share/doc/roundup/user_guide.html
share/doc/roundup/user_guide.txt
share/roundup/cgi-bin/roundup.cgi
share/roundup/templates/classic/html/_generic.help
share/roundup/templates/classic/html/_generic.index
share/roundup/templates/classic/html/_generic.item
share/roundup/templates/classic/html/file.index
share/roundup/templates/classic/html/file.item
share/roundup/templates/classic/html/home
share/roundup/templates/classic/html/home.classlist
share/roundup/templates/classic/html/issue.index
share/roundup/templates/classic/html/issue.item
share/roundup/templates/classic/html/issue.search
share/roundup/templates/classic/html/keyword.item
share/roundup/templates/classic/html/msg.index
share/roundup/templates/classic/html/msg.item
share/roundup/templates/classic/html/page
share/roundup/templates/classic/html/query.item
share/roundup/templates/classic/TEMPLATE-INFO.txt
share/roundup/templates/classic/__init__.py
share/roundup/templates/classic/config.py
share/roundup/templates/classic/dbinit.py
share/roundup/templates/classic/detectors/__init__.py
share/roundup/templates/classic/detectors/messagesummary.py
share/roundup/templates/classic/detectors/nosyreaction.py
share/roundup/templates/classic/detectors/statusauditor.py
share/roundup/templates/classic/detectors/userauditor.py
share/roundup/templates/classic/html/_generic.help.html
share/roundup/templates/classic/html/_generic.index.html
share/roundup/templates/classic/html/_generic.item.html
share/roundup/templates/classic/html/file.index.html
share/roundup/templates/classic/html/file.item.html
share/roundup/templates/classic/html/help_controls.js
share/roundup/templates/classic/html/home.classlist.html
share/roundup/templates/classic/html/home.html
share/roundup/templates/classic/html/issue.index.html
share/roundup/templates/classic/html/issue.item.html
share/roundup/templates/classic/html/issue.search.html
share/roundup/templates/classic/html/keyword.item.html
share/roundup/templates/classic/html/msg.index.html
share/roundup/templates/classic/html/msg.item.html
share/roundup/templates/classic/html/page.html
share/roundup/templates/classic/html/query.item.html
share/roundup/templates/classic/html/style.css
share/roundup/templates/classic/html/user.index
share/roundup/templates/classic/html/user.item
share/roundup/templates/classic/html/user.register
share/roundup/templates/minimal/html/_generic.help
share/roundup/templates/minimal/html/_generic.index
share/roundup/templates/minimal/html/_generic.item
share/roundup/templates/minimal/html/home
share/roundup/templates/minimal/html/home.classlist
share/roundup/templates/minimal/html/page
share/roundup/templates/classic/html/user.forgotten.html
share/roundup/templates/classic/html/user.index.html
share/roundup/templates/classic/html/user.item.html
share/roundup/templates/classic/html/user.register.html
share/roundup/templates/classic/html/user.rego_progress.html
share/roundup/templates/classic/htmlbase.py
share/roundup/templates/classic/interfaces.py
share/roundup/templates/minimal/TEMPLATE-INFO.txt
share/roundup/templates/minimal/__init__.py
share/roundup/templates/minimal/config.py
share/roundup/templates/minimal/dbinit.py
share/roundup/templates/minimal/detectors/__init__.py
share/roundup/templates/minimal/detectors/userauditor.py
share/roundup/templates/minimal/html/_generic.help.html
share/roundup/templates/minimal/html/_generic.index.html
share/roundup/templates/minimal/html/_generic.item.html
share/roundup/templates/minimal/html/home.classlist.html
share/roundup/templates/minimal/html/home.html
share/roundup/templates/minimal/html/page.html
share/roundup/templates/minimal/html/style.css
share/roundup/templates/minimal/html/user.index
share/roundup/templates/minimal/html/user.item
share/roundup/templates/minimal/html/user.register
share/roundup/templates/minimal/html/user.index.html
share/roundup/templates/minimal/html/user.item.html
share/roundup/templates/minimal/html/user.register.html
share/roundup/templates/minimal/interfaces.py
@dirrm share/roundup/templates/minimal/html
@dirrm share/roundup/templates/minimal/detectors
@dirrm share/roundup/templates/minimal
@dirrm share/roundup/templates/classic/html
@dirrm share/roundup/templates/classic/detectors
@dirrm share/roundup/templates/classic
@dirrm share/roundup/templates
@dirrm share/roundup/cgi-bin
@dirrm share/roundup
@dirrm share/doc/roundup/images
@dirrm share/doc/roundup
@dirrm lib/python2.2/site-packages/roundup/templates/minimal/detectors
@dirrm lib/python2.2/site-packages/roundup/templates/minimal
@dirrm lib/python2.2/site-packages/roundup/templates/classic/detectors
@dirrm lib/python2.2/site-packages/roundup/templates/classic
@dirrm lib/python2.2/site-packages/roundup/templates
@dirrm lib/python2.2/site-packages/roundup/scripts
@dirrm lib/python2.2/site-packages/roundup/cgi/ZTUtils
@dirrm lib/python2.2/site-packages/roundup/cgi/TAL
@dirrm lib/python2.2/site-packages/roundup/cgi/PageTemplates
@dirrm lib/python2.2/site-packages/roundup/cgi
@dirrm lib/python2.2/site-packages/roundup/backends
@dirrm lib/python2.2/site-packages/roundup
@dirrm ${PYSITELIB}/roundup/scripts
@dirrm ${PYSITELIB}/roundup/cgi/ZTUtils
@dirrm ${PYSITELIB}/roundup/cgi/TAL
@dirrm ${PYSITELIB}/roundup/cgi/PageTemplates
@dirrm ${PYSITELIB}/roundup/cgi
@dirrm ${PYSITELIB}/roundup/backends
@dirrm ${PYSITELIB}/roundup

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2003/07/03 06:04:12 lukem Exp $
$NetBSD: distinfo,v 1.5 2003/09/14 17:30:18 recht Exp $
SHA1 (roundup-0.5.8.tar.gz) = da83a7aa7dfb3f4a8ffb976cf0643dfe58048040
Size (roundup-0.5.8.tar.gz) = 451250 bytes
SHA1 (roundup-0.6.1.tar.gz) = 9b9aba61f633d10528cb86a07dfd2c2b9704e54b
Size (roundup-0.6.1.tar.gz) = 594119 bytes