Trac 0.12.1 (October 9, 2010)

http://svn.edgewall.org/repos/trac/tags/trac-0.12.1

This list contains only a few highlights:
 - db: improve concurrency behavior (#9111)
 - fcgi: add an environment variable `TRAC_USE_FLUP` to control the usage of fl
up vs. bundled _fcgi.py (defaults to 0, i.e. use bundled as before)
 - svn authz: improve compatibility with svn 1.5 format (#8289)
 - milestone: allow to set the time for the due date (#6369, #9582)
 - ticket: fixes for the CC: property (#8597, #9522)
 - notification: improved the formatting of ticket fields in notification e-mai
ls (#9484, #9494)
 - i18n: added a configuration option to set the default language (#8117)
 - several fixes for upgrade (#9400, #9416, #9483, #9556)
This commit is contained in:
OBATA Akio 2010-11-22 13:56:45 +00:00 committed by Thomas Klausner
parent 223a9f7301
commit a91dfc0f5d
4 changed files with 17 additions and 11 deletions

View file

@ -1,7 +1,4 @@
Trac is a minimalistic web-based software project management and bug/issue
tracking system. It provides an interface to the Subversion revision control
tracking system. It provides an interface to the Subversion revision control
systems, an integrated wiki, flexible issue tracking and convenient report
facilities.
This package seems to be the same major version of trac as www/trac,
but older.

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2010/06/16 07:48:27 obache Exp $
# $NetBSD: Makefile,v 1.13 2010/11/22 13:56:45 obache Exp $
#
DISTNAME= Trac-0.12
DISTNAME= Trac-0.12.1
PKGNAME= ${DISTNAME:tl}
EGG_NAME= ${DISTNAME}
CATEGORIES= devel www
@ -10,6 +10,7 @@ MASTER_SITES= http://ftp.edgewall.com/pub/trac/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://trac.edgewall.org/
COMMENT= Integrated SCM, wiki, issue tracker and project environment
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
@ -35,6 +36,9 @@ post-install:
cd ${WRKSRC}/contrib && \
pax -rw -pp -pm . ${DESTDIR}${PREFIX}/${EGDIR}
# deploy template files
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/trac/admin/templates/deploy_*.*cgi
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2010/06/16 07:48:27 obache Exp $
@comment $NetBSD: PLIST,v 1.9 2010/11/22 13:56:45 obache Exp $
bin/trac-admin
bin/tracd
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@ -118,6 +118,9 @@ ${PYSITELIB}/trac/htdocs/feed.png
${PYSITELIB}/trac/htdocs/file.png
${PYSITELIB}/trac/htdocs/folder.png
${PYSITELIB}/trac/htdocs/grip.png
${PYSITELIB}/trac/htdocs/guide/admin-permissions-TICKET_ADMIN.png
${PYSITELIB}/trac/htdocs/guide/admin-permissions.png
${PYSITELIB}/trac/htdocs/guide/admin.png
${PYSITELIB}/trac/htdocs/guide/basic-workflow.png
${PYSITELIB}/trac/htdocs/guide/original-workflow.png
${PYSITELIB}/trac/htdocs/ics.png
@ -131,8 +134,10 @@ ${PYSITELIB}/trac/htdocs/js/folding.js
${PYSITELIB}/trac/htdocs/js/ie_pre7_hacks.js
${PYSITELIB}/trac/htdocs/js/jquery.js
${PYSITELIB}/trac/htdocs/js/keyboard_nav.js
${PYSITELIB}/trac/htdocs/js/messages/ca.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

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2010/06/16 07:48:27 obache Exp $
$NetBSD: distinfo,v 1.9 2010/11/22 13:56:45 obache Exp $
SHA1 (Trac-0.12.tar.gz) = f13a5caf2ab353248f696dc5320df7a27c102e06
RMD160 (Trac-0.12.tar.gz) = aca8d024a582519cefef07053517d14722f87609
Size (Trac-0.12.tar.gz) = 2107428 bytes
SHA1 (Trac-0.12.1.tar.gz) = 062e335a2f5bf6dd5f858711cf38419f73f286b1
RMD160 (Trac-0.12.1.tar.gz) = 3f5e61e27d6217995a9c87401c0c57e4d353d8aa
Size (Trac-0.12.1.tar.gz) = 2170563 bytes