NOTICE: This package has been removed from pkgsrc

./wip/trac, Repository browser, wiki, and issue tracking system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.4.2, Package name: trac-1.4.2, Maintainer: pkgsrc-users

Trac is an enhanced wiki and issue tracking system for software
development projects.

Trac provides:

* An integrated system for managing software projects
* An enhanced wiki
* A flexible web-based issue tracker
* Interfaces to the Subversion and git revision control systems


Required to run:
[databases/py-sqlite2] [devel/py-setuptools] [www/py-genshi] [lang/python27]


Package options: sqlite

Master sites:

RMD160: d9ddf6a83834b387c9241cac8000996e128ecbd0
Filesize: 5513.36 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-10 08:56:40 by OBATA Akio | Files touched by this commit (5) | Package removed
Log message:
No need to maintain "trac" here anymore.
   2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-25 11:38:23 by Thomas Klausner | Files touched by this commit (28) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2012-10-07 19:17:35 by Aleksej Saushev | Files touched by this commit (55)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-07-13 18:58:33 by Greg Troxel | Files touched by this commit (1)
Log message:
Explain why wip/trac exists.  (Basically, www/ja-trac and wip/trac are
very similar, and www/ja-trac and www/trac should be made more
similar.  But they both work and neither of us wants to break the
other's package, and we haven't had time.)
   2011-03-15 07:10:27 by OBATA Akio | Files touched by this commit (1)
Log message:
fix variable name for LEGACY_OPTS.
   2011-03-15 07:05:44 by OBATA Akio | Files touched by this commit (1)
Log message:
Change default driver for pgsql.
   2010-11-22 14:56:46 by OBATA Akio | Files touched by this commit (4)
Log message:
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)