pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/trac Update to 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08ced5266b92
branches:  trunk
changeset: 629481:08ced5266b92
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jan 21 22:29:33 2014 +0000

description:
Update to 1.0.1

Sort PLIST.  Add new files.

Trac 1.0.1 (February 1, 2013)
http://svn.edgewall.org/repos/trac/tags/trac-1.0.1

 - Fix zip source download for large directories in Subversion repositories
 - Performance improvement for the Roadmap, by caching milestone properties
 - Added a ''select all'' checkbox to table of components for each plugin on
   the Plugins admin panel
 - Restore the ''Modify'' link at the top of the ticket page, as it was in
   Trac 0.12
 - `ListOption` keeps values other than empty string and None in raw list
   as default
 - Prevent possibility of multiple identical info or warning messages being
   presented to the user
 - The BatchModify select-all checkboxes are toggled with tri-state behavior
   when the ticket checkboxes are toggled
 - Update the ticket changetime to the current time when deleting a ticket
   comment
 - ... and quite more! In particular, see also the changes for 0.12.5
   which are also integrated and new since 1.0

Trac 0.12.5 (January 15, 2013)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.5

Trac 0.12.5 is a maintenance release and contains
a few interesting fixes:
 - upload of .mht files (MHTML web page archive files) now works
   (#9880)
 - more robust parsing of attachment URLs (#10280) and uploaded
   file names (#10850)
 - lots of improvement to the date formatting code, which is now
   much more robust when timezone and daylight saving time
   computations are involved (#10768, #10863, #10864, #10912, #10920)
 - no longer generate invalid JSON encoded data with Python 2.4 and
   2.5 (#10877)
 - ... and a few more!

diffstat:

 www/trac/Makefile |   4 +-
 www/trac/PLIST    |  61 +++++++++++++++++++++++++++++++++---------------------
 www/trac/distinfo |   8 +++---
 3 files changed, 43 insertions(+), 30 deletions(-)

diffs (165 lines):

diff -r 6d62ca8e5b1d -r 08ced5266b92 www/trac/Makefile
--- a/www/trac/Makefile Tue Jan 21 21:26:50 2014 +0000
+++ b/www/trac/Makefile Tue Jan 21 22:29:33 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2013/02/14 14:56:23 gdt Exp $
+# $NetBSD: Makefile,v 1.61 2014/01/21 22:29:33 gdt Exp $
 #
 
-DISTNAME=      Trac-1.0
+DISTNAME=      Trac-1.0.1
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel www
 MASTER_SITES=  http://ftp.edgewall.org/pub/trac/ \
diff -r 6d62ca8e5b1d -r 08ced5266b92 www/trac/PLIST
--- a/www/trac/PLIST    Tue Jan 21 21:26:50 2014 +0000
+++ b/www/trac/PLIST    Tue Jan 21 22:29:33 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2013/02/13 17:10:45 gdt Exp $
+@comment $NetBSD: PLIST,v 1.22 2014/01/21 22:29:33 gdt Exp $
 bin/trac-admin
 bin/tracd
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -162,12 +162,14 @@
 ${PYSITELIB}/trac/htdocs/js/keyboard_nav.js
 ${PYSITELIB}/trac/htdocs/js/log_graph.js
 ${PYSITELIB}/trac/htdocs/js/messages/ca.js
+${PYSITELIB}/trac/htdocs/js/messages/da.js
 ${PYSITELIB}/trac/htdocs/js/messages/de.js
 ${PYSITELIB}/trac/htdocs/js/messages/en_GB.js
 ${PYSITELIB}/trac/htdocs/js/messages/en_US.js
 ${PYSITELIB}/trac/htdocs/js/messages/eo.js
 ${PYSITELIB}/trac/htdocs/js/messages/es.js
 ${PYSITELIB}/trac/htdocs/js/messages/es_AR.js
+${PYSITELIB}/trac/htdocs/js/messages/es_MX.js
 ${PYSITELIB}/trac/htdocs/js/messages/et.js
 ${PYSITELIB}/trac/htdocs/js/messages/fi.js
 ${PYSITELIB}/trac/htdocs/js/messages/fr.js
@@ -176,6 +178,7 @@
 ${PYSITELIB}/trac/htdocs/js/messages/hy.js
 ${PYSITELIB}/trac/htdocs/js/messages/it.js
 ${PYSITELIB}/trac/htdocs/js/messages/ja.js
+${PYSITELIB}/trac/htdocs/js/messages/ko.js
 ${PYSITELIB}/trac/htdocs/js/messages/nb.js
 ${PYSITELIB}/trac/htdocs/js/messages/nl.js
 ${PYSITELIB}/trac/htdocs/js/messages/pt_BR.js
@@ -216,8 +219,10 @@
 ${PYSITELIB}/trac/locale/ca/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/cs/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/cs/LC_MESSAGES/tracini.mo
+${PYSITELIB}/trac/locale/da/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/de/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/de/LC_MESSAGES/tracini.mo
+${PYSITELIB}/trac/locale/el/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/el/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/en_GB/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/en_GB/LC_MESSAGES/tracini.mo
@@ -229,6 +234,7 @@
 ${PYSITELIB}/trac/locale/es/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/es_AR/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/es_AR/LC_MESSAGES/tracini.mo
+${PYSITELIB}/trac/locale/es_MX/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/et/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/fa/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/fi/LC_MESSAGES/messages.mo
@@ -241,16 +247,19 @@
 ${PYSITELIB}/trac/locale/he/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/hu/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/hu/LC_MESSAGES/tracini.mo
+${PYSITELIB}/trac/locale/hy/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/hy/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/it/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/it/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/ja/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/ja/LC_MESSAGES/tracini.mo
+${PYSITELIB}/trac/locale/ko/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/ko/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/nb/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/nb/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/nl/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/nl/LC_MESSAGES/tracini.mo
+${PYSITELIB}/trac/locale/pl/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/pl/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/pt/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/pt/LC_MESSAGES/tracini.mo
@@ -264,6 +273,7 @@
 ${PYSITELIB}/trac/locale/sl/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/sv/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/sv/LC_MESSAGES/tracini.mo
+${PYSITELIB}/trac/locale/tr/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/tr/LC_MESSAGES/tracini.mo
 ${PYSITELIB}/trac/locale/uk/LC_MESSAGES/messages.mo
 ${PYSITELIB}/trac/locale/vi/LC_MESSAGES/tracini.mo
@@ -785,29 +795,6 @@
 ${PYSITELIB}/tracopt/ticket/deleter.pyc
 ${PYSITELIB}/tracopt/ticket/deleter.pyo
 ${PYSITELIB}/tracopt/ticket/templates/ticket_delete.html
-libexec/trac/trac.cgi
-libexec/trac/trac.fcgi
-share/examples/trac/README
-share/examples/trac/bugzilla2trac.py
-share/examples/trac/checkwiki.py
-share/examples/trac/emailfilter.py
-share/examples/trac/htdigest.py
-share/examples/trac/htpasswd.py
-share/examples/trac/migrateticketmodel.py
-share/examples/trac/sourceforge2trac.py
-share/examples/trac/trac-pre-commit-hook
-share/examples/trac/trac-svn-hook
-share/examples/trac/trac-svn-post-commit-hook.cmd
-share/examples/trac/workflow/README
-share/examples/trac/workflow/enterprise-workflow.ini
-share/examples/trac/workflow/migrate_original_to_basic.py
-share/examples/trac/workflow/opensource-workflow.ini
-share/examples/trac/workflow/showworkflow
-share/examples/trac/workflow/simple-workflow.ini
-share/examples/trac/workflow/trivial-workflow.ini
-share/examples/trac/workflow/workflow_parser.py
-share/examples/trac/cgi-bin/trac.cgi
-share/examples/trac/cgi-bin/trac.fcgi
 ${PYSITELIB}/tracopt/versioncontrol/__init__.py
 ${PYSITELIB}/tracopt/versioncontrol/__init__.pyc
 ${PYSITELIB}/tracopt/versioncontrol/__init__.pyo
@@ -829,3 +816,29 @@
 ${PYSITELIB}/tracopt/versioncontrol/svn/svn_prop.py
 ${PYSITELIB}/tracopt/versioncontrol/svn/svn_prop.pyc
 ${PYSITELIB}/tracopt/versioncontrol/svn/svn_prop.pyo
+libexec/trac/trac.cgi
+libexec/trac/trac.fcgi
+share/examples/trac/README
+share/examples/trac/bugzilla2trac.py
+share/examples/trac/cgi-bin/trac.cgi
+share/examples/trac/cgi-bin/trac.fcgi
+share/examples/trac/checkwiki.py
+share/examples/trac/emailfilter.py
+share/examples/trac/htdigest.py
+share/examples/trac/htpasswd.py
+share/examples/trac/l10n_diff_index.py
+share/examples/trac/l10n_reset_en_GB.py
+share/examples/trac/l10n_revert_lineno_conflicts.py
+share/examples/trac/migrateticketmodel.py
+share/examples/trac/sourceforge2trac.py
+share/examples/trac/trac-pre-commit-hook
+share/examples/trac/trac-svn-hook
+share/examples/trac/trac-svn-post-commit-hook.cmd
+share/examples/trac/workflow/README
+share/examples/trac/workflow/enterprise-workflow.ini
+share/examples/trac/workflow/migrate_original_to_basic.py
+share/examples/trac/workflow/opensource-workflow.ini
+share/examples/trac/workflow/showworkflow
+share/examples/trac/workflow/simple-workflow.ini
+share/examples/trac/workflow/trivial-workflow.ini
+share/examples/trac/workflow/workflow_parser.py
diff -r 6d62ca8e5b1d -r 08ced5266b92 www/trac/distinfo
--- a/www/trac/distinfo Tue Jan 21 21:26:50 2014 +0000
+++ b/www/trac/distinfo Tue Jan 21 22:29:33 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2013/02/13 17:10:45 gdt Exp $
+$NetBSD: distinfo,v 1.32 2014/01/21 22:29:33 gdt Exp $
 
-SHA1 (Trac-1.0.tar.gz) = c9720d28704b43a605620de2eb870ddc9073cd12
-RMD160 (Trac-1.0.tar.gz) = d87d87d809fdad35845cbcad5f81fc2d5c9830a1
-Size (Trac-1.0.tar.gz) = 3041136 bytes
+SHA1 (Trac-1.0.1.tar.gz) = b4fffeb171a64299597be616002aee44054673f6
+RMD160 (Trac-1.0.1.tar.gz) = db9abe8f7e52b28aa933187fd2be40bb4a544617
+Size (Trac-1.0.1.tar.gz) = 3479896 bytes



Home | Main Index | Thread Index | Old Index