Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv10363

Modified Files:
        trac-py.info 
Log Message:
New upstream Trac (0.11)

Here are some of the features you can expect from this version:

  * 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

You can find a more detailed release note at:
http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.11


Index: trac-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/trac-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- trac-py.info        22 Jun 2008 16:59:22 -0000      1.10
+++ trac-py.info        6 Jul 2008 17:37:25 -0000       1.11
@@ -1,35 +1,60 @@
 Info2: <<
 Package: trac-py%type_pkg[python]
-Version: 0.10.5
+Version: 0.11
 Revision: 1000
 Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
 Type: python(2.3 2.4 2.5)
+
 Maintainer: Charles Lepple <[EMAIL PROTECTED]>
+
 Depends: <<
-sqlite3, 
-python%type_pkg[python]-shlibs | python%type_pkg[python]-nox-shlibs,
-pysqlite2-py%type_pkg[python] (>= 2.4.1-1) | mysql-python-py%type_pkg[python] 
| psycopg2-py%type_pkg[python],
-clearsilver-py%type_pkg[python],
-svn-swig-py%type_pkg[python] (>= 1.2.3-1012)
+   sqlite3, 
+   python%type_pkg[python]-shlibs,
+   pysqlite2-py%type_pkg[python] (>= 2.4.1-1) | 
mysql-python-py%type_pkg[python] | psycopg2-py%type_pkg[python],
+   genshi-py%type_pkg[python] (>= 0.5-1),
+   svn-swig-py%type_pkg[python] (>= 1.2.3-1012)
 <<
+
 BuildDepends: <<
-python%type_pkg[python] | python%type_pkg[python]-nox
+   python%type_pkg[python]
 <<
 
-Conflicts: trac-py22, trac-py23, trac-py24, trac-py25
-Replaces: trac-py22, trac-py23, trac-py24, trac-py25
-Recommends: silvercity-py%type_pkg[python]
+# For some plugins (otherwise, genshi is used):
+Suggests: silvercity-py%type_pkg[python]
 
-Source: http://ftp.edgewall.com/pub/trac/trac-%v.tar.gz
-Source-MD5: 614aa61af201b33f8cd292344f434dbb
+Source: http://ftp.edgewall.com/pub/trac/Trac-%v.tar.gz
+Source-MD5: 5d51f7f9a85b57e8e69bfad9ad68ee07
 
 CompileScript: <<
   %p/bin/python%type_raw[python] setup.py build
 <<
+
 InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
+  mv %i/bin/trac-admin %i/bin/trac-admin%type_raw[python]
+  mv %i/bin/tracd %i/bin/tracd%type_raw[python]
 <<
-DocFiles: AUTHORS COPYING ChangeLog README README.tracd RELEASE THANKS
+
+PostInstScript: <<
+ if [ $1 = "configure" ]; then
+   if dpkg --compare-versions "$2" lt %v; then
+     echo
+     echo "Remember to run 'trac-admin /path/to/environment upgrade'."
+     echo
+   fi
+ fi
+ update-alternatives --install %p/bin/trac-admin trac-admin 
%p/bin/trac-admin%type_raw[python] %type_pkg[python] \
+                     --slave   %p/bin/tracd      tracd      
%p/bin/tracd%type_raw[python]
+<<
+
+PreRmScript: <<
+ if [ $1 != "upgrade" ]; then
+   update-alternatives --remove trac-admin %p/bin/trac-admin%type_raw[python]
+ fi
+<<
+
+
+DocFiles: AUTHORS COPYING ChangeLog README RELEASE THANKS UPGRADE
 Description: Web-based software project management sytem
 DescDetail: <<
 Trac is an enhanced wiki and issue tracking system for software development 
@@ -40,8 +65,10 @@
 way.
 <<
 DescUsage: <<
+*** Remember to run 'trac-admin /path/to/environment upgrade' after upgrading
+to a new version of Trac.
 
-Trac will use pysqlite2 in preference to pysqlite.  If you install 
+*** Trac will use pysqlite2 in preference to pysqlite.  If you install 
 pysqlite2 after creating a pysqlite trac database, you will need to
 update your trac database:
 
@@ -89,6 +116,10 @@
 
 *** In order to have syntax highlighting in the Trac web pages, the
 silvercity-py22|23|24 package needs to be installed.
+
+*** The clearsilver templating language is no longer used (Genshi is used
+instead). You may remove the clearsilver-py* package if nothing else is using
+it.
 <<
 
 DescPort: <<
@@ -97,7 +128,7 @@
 <<
 
 DescPackaging:<<
-$LastChangedRevision: 512 $ in my local repository.
+$LastChangedRevision: 517 $ in my local repository.
 <<
 
 License: BSD


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to