[Lunar-commits] <moonbase> trac: version bumped to 0.11.1.
Florin Braescu
florin at lunar-linux.org
Wed Sep 17 18:39:04 CEST 2008
commit 0954762b5aa09c649e40233b76406e9f5e2e9fff
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 17 19:39:04 2008 +0300
trac: version bumped to 0.11.1.
Changes:
Improved DB connection handling (new connection pool)
Better MySQL backend unicode support. "utf8" and "utf8_bin" is the recommended database charset and collation settings.
Fixes intermittent "constraint violation" and "invalid form token" error messages.
Fixes roadmap layout glitch in Firefox 3.
Safer default umask value for tracd (can be set using --umask option)
Better default PYTHON_EGG_CACHE value.
New template engine for generating content (Genshi)
New configurable workflow in the ticket subsystem
Finer-grained control of permissions
Support for Pygments as the default syntax highlighter
Improved repository browser ("blame" support, dynamic in-place expansion of folders)
Improved user preferences subsystem, among which the possibility for
any user to select their time zone and disable access keys
The WebAdmin plugin is now an integral part of Trac
Paging of timeline and query results.
---
web/trac/DEPENDS | 11 +++++++----
web/trac/DETAILS | 21 +++++++++++----------
2 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/web/trac/DEPENDS b/web/trac/DEPENDS
index 17899a2..9472bab 100644
--- a/web/trac/DEPENDS
+++ b/web/trac/DEPENDS
@@ -1,4 +1,7 @@
-depends swig &&
-depends subversion &&
-depends pysqlite1 &&
-depends clearsilver
+depends pysqlite
+depends Genshi
+
+optional_depends Pygments "" "" "for syntax highlighting"
+optional_depends pytz "" "" "for time zone support"
+optional_depends swig "" "" "for swig support"
+optional_depends subversion "" "" "for subversion support"
diff --git a/web/trac/DETAILS b/web/trac/DETAILS
index 4d1e76e..b4a450d 100644
--- a/web/trac/DETAILS
+++ b/web/trac/DETAILS
@@ -1,13 +1,14 @@
- MODULE=trac
- VERSION=0.10.4
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_URL[0]=http://ftp.edgewall.com/pub/trac/
-SOURCE_URL[1]=http://ftp.edgewall.com/pub/trac/old/
- SOURCE_VFY=sha1:2b6db96665cb7753d02de4f7f75beef9a1d97afc
- WEB_SITE=http://www.edgewall.com/trac/
- ENTERED=20050512
- UPDATED=20070511
- SHORT="Web-based collaboration site"
+ MODULE=trac
+ VERSION=0.11.1
+ SOURCE=Trac-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Trac-$VERSION
+ SOURCE_URL=http://ftp.edgewall.com/pub/trac
+ SOURCE_VFY=sha1:92be092d45bb03bc01d39983966d7a89a1b47e29
+ WEB_SITE=http://www.edgewall.com/trac
+ ENTERED=20050512
+ UPDATED=20080917
+ SHORT="Web-based collaboration site"
+
cat << EOF
Trac is an enhanced wiki and issue tracking system for software
development projects.
More information about the Lunar-commits
mailing list