summaryrefslogtreecommitdiff
path: root/devel/roundup
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-07-17 02:24:13 +0000
committerdholland <dholland@pkgsrc.org>2011-07-17 02:24:13 +0000
commit9fc1642aee45c1d25ca06f84eb6a26d55a8cf8c9 (patch)
treecff2b83562d7ce132c2fe804db1db661b229148a /devel/roundup
parent924666659da4f40960f9294b931a5aa1398c384a (diff)
downloadpkgsrc-9fc1642aee45c1d25ca06f84eb6a26d55a8cf8c9.tar.gz
Update roundup to 1.4.19. Set LICENSE.
Three years of development, way too much to include here. If anyone's curious the list is in CHANGES.txt in the distfile.
Diffstat (limited to 'devel/roundup')
-rw-r--r--devel/roundup/MESSAGE5
-rw-r--r--devel/roundup/Makefile16
-rw-r--r--devel/roundup/PLIST153
-rw-r--r--devel/roundup/distinfo9
-rw-r--r--devel/roundup/patches/patch-setup-py17
5 files changed, 178 insertions, 22 deletions
diff --git a/devel/roundup/MESSAGE b/devel/roundup/MESSAGE
index 58dfcdcd824..f0ec1878e41 100644
--- a/devel/roundup/MESSAGE
+++ b/devel/roundup/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2003/02/14 15:43:51 grant Exp $
+$NetBSD: MESSAGE,v 1.3 2011/07/17 02:24:13 dholland Exp $
Information about Roundup can be found in the documentation directory:
${PREFIX}/share/doc/roundup
@@ -9,4 +9,7 @@ To install a new Roundup tracker, refer to the instructions in:
(`Basic Installation Step 1.' has already been performed by
installing this package; work from Step 2. onwards.)
+If updating an existing installation, please check:
+ ${PREFIX}/share/doc/roundup/upgrading.txt
+
===========================================================================
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile
index 78d44e76b22..aa09d8de92a 100644
--- a/devel/roundup/Makefile
+++ b/devel/roundup/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.39 2011/07/03 11:19:37 jym Exp $
+# $NetBSD: Makefile,v 1.40 2011/07/17 02:24:13 dholland Exp $
-DISTNAME= roundup-1.4.6
-PKGREVISION= 2
+DISTNAME= roundup-1.4.19
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/r/roundup/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://roundup.sourceforge.net/
COMMENT= Issue tracking system with command-line, web and email clients
+LICENSE= mit AND zpl
PKG_DESTDIR_SUPPORT= user-destdir
@@ -32,13 +32,13 @@ PYTHON_PATCH_SCRIPTS+= tools/migrate-queries.py tools/pygettext.py
ROUNDUPDOCDIR= ${PREFIX}/share/doc/roundup
-INSTALLATION_DIRS+= ${ROUNDUPDOCDIR}
+INSTALLATION_DIRS+= ${ROUNDUPDOCDIR} ${PKGMANDIR}/man1
post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/roundup-admin.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/roundup-demo.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/roundup-mailgw.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/roundup-server.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/share/man/man1/roundup-admin.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/share/man/man1/roundup-demo.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/share/man/man1/roundup-mailgw.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/share/man/man1/roundup-server.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKSRC}/CHANGES.txt ${DESTDIR}${ROUNDUPDOCDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING.txt ${DESTDIR}${ROUNDUPDOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${ROUNDUPDOCDIR}
diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST
index ba95a5f3111..20f67f3261f 100644
--- a/devel/roundup/PLIST
+++ b/devel/roundup/PLIST
@@ -1,16 +1,40 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 17:49:07 joerg Exp $
-bin/roundup-admin
-bin/roundup-demo
-bin/roundup-gettext
-bin/roundup-mailgw
-bin/roundup-server
-bin/roundup-xmlrpc-server
+@comment $NetBSD: PLIST,v 1.16 2011/07/17 02:24:13 dholland Exp $
${PYSITELIB}/roundup/__init__.py
${PYSITELIB}/roundup/__init__.pyc
${PYSITELIB}/roundup/__init__.pyo
+${PYSITELIB}/roundup/actions.py
+${PYSITELIB}/roundup/actions.pyc
+${PYSITELIB}/roundup/actions.pyo
${PYSITELIB}/roundup/admin.py
${PYSITELIB}/roundup/admin.pyc
${PYSITELIB}/roundup/admin.pyo
+${PYSITELIB}/roundup/anypy/__init__.py
+${PYSITELIB}/roundup/anypy/__init__.pyc
+${PYSITELIB}/roundup/anypy/__init__.pyo
+${PYSITELIB}/roundup/anypy/cookie_.py
+${PYSITELIB}/roundup/anypy/cookie_.pyc
+${PYSITELIB}/roundup/anypy/cookie_.pyo
+${PYSITELIB}/roundup/anypy/dbm_.py
+${PYSITELIB}/roundup/anypy/dbm_.pyc
+${PYSITELIB}/roundup/anypy/dbm_.pyo
+${PYSITELIB}/roundup/anypy/email_.py
+${PYSITELIB}/roundup/anypy/email_.pyc
+${PYSITELIB}/roundup/anypy/email_.pyo
+${PYSITELIB}/roundup/anypy/hashlib_.py
+${PYSITELIB}/roundup/anypy/hashlib_.pyc
+${PYSITELIB}/roundup/anypy/hashlib_.pyo
+${PYSITELIB}/roundup/anypy/http_.py
+${PYSITELIB}/roundup/anypy/http_.pyc
+${PYSITELIB}/roundup/anypy/http_.pyo
+${PYSITELIB}/roundup/anypy/io_.py
+${PYSITELIB}/roundup/anypy/io_.pyc
+${PYSITELIB}/roundup/anypy/io_.pyo
+${PYSITELIB}/roundup/anypy/sets_.py
+${PYSITELIB}/roundup/anypy/sets_.pyc
+${PYSITELIB}/roundup/anypy/sets_.pyo
+${PYSITELIB}/roundup/anypy/urllib_.py
+${PYSITELIB}/roundup/anypy/urllib_.pyc
+${PYSITELIB}/roundup/anypy/urllib_.pyo
${PYSITELIB}/roundup/backends/__init__.py
${PYSITELIB}/roundup/backends/__init__.pyc
${PYSITELIB}/roundup/backends/__init__.pyo
@@ -62,6 +86,9 @@ ${PYSITELIB}/roundup/backends/sessions_rdbms.pyo
${PYSITELIB}/roundup/backends/tsearch2_setup.py
${PYSITELIB}/roundup/backends/tsearch2_setup.pyc
${PYSITELIB}/roundup/backends/tsearch2_setup.pyo
+${PYSITELIB}/roundup/cgi/KeywordsExpr.py
+${PYSITELIB}/roundup/cgi/KeywordsExpr.pyc
+${PYSITELIB}/roundup/cgi/KeywordsExpr.pyo
${PYSITELIB}/roundup/cgi/MultiMapping.py
${PYSITELIB}/roundup/cgi/MultiMapping.pyc
${PYSITELIB}/roundup/cgi/MultiMapping.pyo
@@ -251,6 +278,12 @@ ${PYSITELIB}/roundup/version_check.pyo
${PYSITELIB}/roundup/xmlrpc.py
${PYSITELIB}/roundup/xmlrpc.pyc
${PYSITELIB}/roundup/xmlrpc.pyo
+bin/roundup-admin
+bin/roundup-demo
+bin/roundup-gettext
+bin/roundup-mailgw
+bin/roundup-server
+bin/roundup-xmlrpc-server
man/man1/roundup-admin.1
man/man1/roundup-demo.1
man/man1/roundup-mailgw.1
@@ -261,10 +294,14 @@ share/doc/roundup/FAQ.html
share/doc/roundup/FAQ.txt
share/doc/roundup/README.txt
share/doc/roundup/ZPL.txt
+share/doc/roundup/_static/style.css
+share/doc/roundup/_templates/layout.html
+share/doc/roundup/acknowledgements.txt
share/doc/roundup/admin_guide.html
share/doc/roundup/admin_guide.txt
share/doc/roundup/announcement.html
share/doc/roundup/announcement.txt
+share/doc/roundup/contact.txt
share/doc/roundup/customizing.html
share/doc/roundup/customizing.txt
share/doc/roundup/debugging.txt
@@ -277,8 +314,37 @@ share/doc/roundup/features.html
share/doc/roundup/features.txt
share/doc/roundup/glossary.html
share/doc/roundup/glossary.txt
-share/doc/roundup/images/edit_issue.png
+share/doc/roundup/html/FAQ.html
+share/doc/roundup/html/ZPL.html
+share/doc/roundup/html/acknowledgements.html
+share/doc/roundup/html/admin_guide.html
+share/doc/roundup/html/announcement.html
+share/doc/roundup/html/contact.html
+share/doc/roundup/html/customizing.html
+share/doc/roundup/html/debugging.html
+share/doc/roundup/html/design.html
+share/doc/roundup/html/developers.html
+share/doc/roundup/html/features.html
+share/doc/roundup/html/genindex.html
+share/doc/roundup/html/glossary.html
+share/doc/roundup/html/implementation.html
+share/doc/roundup/html/index.html
+share/doc/roundup/html/installation.html
+share/doc/roundup/html/license.html
+share/doc/roundup/html/mysql.html
+share/doc/roundup/html/objects.inv
+share/doc/roundup/html/overview.html
+share/doc/roundup/html/postgresql.html
+share/doc/roundup/html/search.html
+share/doc/roundup/html/searchindex.js
+share/doc/roundup/html/tracker_templates.html
+share/doc/roundup/html/upgrading.html
+share/doc/roundup/html/user_guide.html
+share/doc/roundup/html/whatsnew-0.7.html
+share/doc/roundup/html/whatsnew-0.8.html
+share/doc/roundup/html/xmlrpc.html
share/doc/roundup/images/edit.png
+share/doc/roundup/images/edit_issue.png
share/doc/roundup/images/hyperdb.png
share/doc/roundup/images/index_logged_in.png
share/doc/roundup/images/index_logged_out.png
@@ -296,6 +362,7 @@ share/doc/roundup/index.html
share/doc/roundup/index.txt
share/doc/roundup/installation.html
share/doc/roundup/installation.txt
+share/doc/roundup/license.txt
share/doc/roundup/mysql.html
share/doc/roundup/mysql.txt
share/doc/roundup/original_overview.html
@@ -320,7 +387,9 @@ share/locale/es/LC_MESSAGES/roundup.mo
share/locale/fr/LC_MESSAGES/roundup.mo
share/locale/hu/LC_MESSAGES/roundup.mo
share/locale/it/LC_MESSAGES/roundup.mo
+share/locale/ja/LC_MESSAGES/roundup.mo
share/locale/lt/LC_MESSAGES/roundup.mo
+share/locale/nb/LC_MESSAGES/roundup.mo
share/locale/ru/LC_MESSAGES/roundup.mo
share/locale/zh_CN/LC_MESSAGES/roundup.mo
share/locale/zh_TW/LC_MESSAGES/roundup.mo
@@ -341,10 +410,11 @@ share/roundup/templates/classic/html/_generic.help-submit.html
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/_generic.keywords_expr.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/help.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
@@ -367,6 +437,71 @@ share/roundup/templates/classic/html/user.rego_progress.html
share/roundup/templates/classic/html/user_utils.js
share/roundup/templates/classic/initial_data.py
share/roundup/templates/classic/schema.py
+share/roundup/templates/devel/TEMPLATE-INFO.txt
+share/roundup/templates/devel/config.ini
+share/roundup/templates/devel/detectors/messagesummary.py
+share/roundup/templates/devel/detectors/no_texthtml.py
+share/roundup/templates/devel/detectors/nosyreaction.py
+share/roundup/templates/devel/detectors/patches.py
+share/roundup/templates/devel/detectors/severityauditor.py
+share/roundup/templates/devel/detectors/statusauditor.py
+share/roundup/templates/devel/detectors/userauditor.py
+share/roundup/templates/devel/extensions/local_replace.py
+share/roundup/templates/devel/extensions/spambayes.py
+share/roundup/templates/devel/extensions/timestamp.py
+share/roundup/templates/devel/extensions/timezone.py
+share/roundup/templates/devel/html/_generic.404.html
+share/roundup/templates/devel/html/_generic.calendar.html
+share/roundup/templates/devel/html/_generic.collision.html
+share/roundup/templates/devel/html/_generic.help-empty.html
+share/roundup/templates/devel/html/_generic.help-list.html
+share/roundup/templates/devel/html/_generic.help-search.html
+share/roundup/templates/devel/html/_generic.help-submit.html
+share/roundup/templates/devel/html/_generic.help.html
+share/roundup/templates/devel/html/_generic.index.html
+share/roundup/templates/devel/html/_generic.item.html
+share/roundup/templates/devel/html/_generic.keywords_expr.html
+share/roundup/templates/devel/html/_generic.query.html
+share/roundup/templates/devel/html/bug.index.html
+share/roundup/templates/devel/html/bug.item.html
+share/roundup/templates/devel/html/bug.search.html
+share/roundup/templates/devel/html/favicon.ico
+share/roundup/templates/devel/html/file.index.html
+share/roundup/templates/devel/html/file.item.html
+share/roundup/templates/devel/html/help.css
+share/roundup/templates/devel/html/help.html
+share/roundup/templates/devel/html/help_controls.js
+share/roundup/templates/devel/html/home.classlist.html
+share/roundup/templates/devel/html/home.html
+share/roundup/templates/devel/html/jquery.js
+share/roundup/templates/devel/html/keyword.index.html
+share/roundup/templates/devel/html/keyword.item.html
+share/roundup/templates/devel/html/milestone.index.html
+share/roundup/templates/devel/html/milestone.item.html
+share/roundup/templates/devel/html/msg.index.html
+share/roundup/templates/devel/html/msg.item.html
+share/roundup/templates/devel/html/page.html
+share/roundup/templates/devel/html/patch.index.html
+share/roundup/templates/devel/html/patch.item.html
+share/roundup/templates/devel/html/query.edit.html
+share/roundup/templates/devel/html/query.html
+share/roundup/templates/devel/html/query.item.html
+share/roundup/templates/devel/html/query.js
+share/roundup/templates/devel/html/style.css
+share/roundup/templates/devel/html/task.index.html
+share/roundup/templates/devel/html/task.item.html
+share/roundup/templates/devel/html/task.search.html
+share/roundup/templates/devel/html/tracker.css
+share/roundup/templates/devel/html/user.forgotten.html
+share/roundup/templates/devel/html/user.help-search.html
+share/roundup/templates/devel/html/user.help.html
+share/roundup/templates/devel/html/user.index.html
+share/roundup/templates/devel/html/user.item.html
+share/roundup/templates/devel/html/user.register.html
+share/roundup/templates/devel/html/user.rego_progress.html
+share/roundup/templates/devel/html/user_utils.js
+share/roundup/templates/devel/initial_data.py
+share/roundup/templates/devel/schema.py
share/roundup/templates/minimal/TEMPLATE-INFO.txt
share/roundup/templates/minimal/detectors/userauditor.py
share/roundup/templates/minimal/extensions/README.txt
diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo
index 2a923c5f646..120a1f53a68 100644
--- a/devel/roundup/distinfo
+++ b/devel/roundup/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.24 2008/09/28 02:47:46 tonnerre Exp $
+$NetBSD: distinfo,v 1.25 2011/07/17 02:24:13 dholland Exp $
-SHA1 (roundup-1.4.6.tar.gz) = 5691718bc2454a11a39129518919da259fa4422b
-RMD160 (roundup-1.4.6.tar.gz) = 3b15b8e6a85dd6346ddc4faee6a5387b44ffc377
-Size (roundup-1.4.6.tar.gz) = 1370687 bytes
+SHA1 (roundup-1.4.19.tar.gz) = 8c92ee6b644cacf6d1592caa847bab7696232850
+RMD160 (roundup-1.4.19.tar.gz) = f5ce2fab5d6e5a9abd6384d80610f21730beac1a
+Size (roundup-1.4.19.tar.gz) = 2505527 bytes
+SHA1 (patch-setup-py) = a5a84a6fc0e4a2e57a3ce71e3c4d78234b5fe686
diff --git a/devel/roundup/patches/patch-setup-py b/devel/roundup/patches/patch-setup-py
new file mode 100644
index 00000000000..91292e66052
--- /dev/null
+++ b/devel/roundup/patches/patch-setup-py
@@ -0,0 +1,17 @@
+$NetBSD: patch-setup-py,v 1.1 2011/07/17 02:24:13 dholland Exp $
+
+Honor PKGMANDIR. (The man pages are installed from the pkgsrc makefile.)
+
+--- setup.py~ 2011-07-15 08:03:39.000000000 +0000
++++ setup.py
+@@ -73,8 +73,8 @@ def main():
+ ('share/roundup/cgi-bin', ['frontends/roundup.cgi']),
+ ]
+ # install man pages on POSIX platforms
+- if os.name == 'posix':
+- data_files.append(include('share/man/man1', '*'))
++ #if os.name == 'posix':
++ # data_files.append(include('share/man/man1', '*'))
+
+ # add the templates to the data files lists
+ from roundup.init import listTemplates