Port details |
- trac Enhanced wiki and issue tracking system for software projects
- 0.12.3 japanese
=8 0.12.3Version of this port present on the latest quarterly branch.
- BROKEN: fails to build
DEPRECATED: Broken for more than 6 month This port expired on: 2014-02-27 IGNORE: is marked as broken: fails to build
- Maintainer: kuriyama@FreeBSD.org
- Port Added: 2005-12-17 16:38:01
- Last Update: 2014-02-27 22:39:43
- SVN Revision: 346397
- People watching this port, also watch:: clamav, rsync
- Also Listed In: devel python www
- License: not specified in port
- WWW:
- http://trac.edgewall.org/
- Description:
- Trac uses a minimalistic approach to web-based software project management.
Our mission; to help developers write great software while staying out of
the way. Trac should impose as little as possible on a team's established
development process and policies.
All aspects of Trac have been designed with one single goal, to simplify
tracking and communication of software issues, enhancements and monitoring
overall progress.
What is Trac?
* An integrated system for managing software projects
* An enhanced wiki
* A flexible web-based issue tracker
* An interface to the Subversion revision control system
At the core of Trac lies an integrated wiki and issue/bug database. Using
wiki markup, all objects managed by Trac can directly link to other
issues/bug reports, code changesets, documentation and files.
WWW: http://trac.edgewall.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ja-trac
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-Genshi>=0.5 : textproc/py-genshi
- py27-Babel>=0.9 : devel/py-babel
- py27-setuptools>0 : devel/py-setuptools
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-Genshi>=0.5 : textproc/py-genshi
- py27-Babel>=0.9 : devel/py-babel
- source2html.py : textproc/silvercity
- rst2html : textproc/py-docutils
- pygmentize : textproc/py-pygments
- py27-pytz>0 : devel/py-pytz
- py27-sqlite3>0 : databases/py-sqlite3
- __init__.py : devel/py-subversion
- easy_install-2.7 : devel/py-setuptools
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ja-trac-0.12.3:
DOCUTILS=on: Allow additional text markup
PGSQL=off: PostgreSQL database support
PYGMENTS=on: Use generic syntax highlighter
SILVERCITY=on: Use Silvercity for syntax highlighting
SVN=on: Support for subversion RCS
TZ=on: Process Time Zones
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.3 27 Feb 2014 22:39:43 |
rene |
Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month |
0.12.3 27 Jan 2014 17:35:27 |
bapt |
Deprecate ports broken for more than 6 month |
0.12.3 26 Jan 2014 14:30:44 |
miwi |
- Stage Support |
0.12.3 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.12.3 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
0.12.3 18 Jul 2013 05:33:41 |
miwi |
- Mark Broken
Reported
by: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20130717143058.pointyhat-west/ja-trac-0.12.3.log |
0.12.3 26 May 2013 00:36:38 |
jgh |
- match OPTION |
0.12.3 26 May 2013 00:33:54 |
jgh |
- adoption of optionsNG framework
- trim COMMENTS and historical headers
Approved by: portmgr (bapt) |
0.12.3 04 Mar 2013 10:55:24 |
lwhsu |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation |
0.12.3 22 Jul 2012 09:14:46 |
kuriyama |
- Upgrade to 0.12.3.ja2. |
0.12.2 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.12.2 08 Oct 2011 08:25:23 |
kuriyama |
- Upgrade to 0.12.2.
PR: ports/156824
Submitted by: tota |
0.12.1 05 Jul 2011 07:43:28 |
danfe |
Kill EOL whitespace. |
0.12.1 26 Mar 2011 15:18:32 |
kuriyama |
- Unbreak by adding forgotten patch.
PR: ports/155517
Submitted by: tota
Pointy hat to: kuriyama |
0.12.1 08 Mar 2011 10:24:14 |
pav |
- Mark BROKEN: fails to install
Reported by: pointyhat |
0.12.1 25 Feb 2011 10:59:10 |
miwi |
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+ |
0.12.1 25 Feb 2011 01:44:55 |
kuriyama |
- Upgrade to 0.12.1.
PR: ports/153435
Submitted by: Yasutaka ATARASHI <atara-y@mx.scn.tv> |
0.11.7_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.11.7_1 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
0.11.7 20 Apr 2010 15:08:25 |
kuriyama |
- Upgrade to 0.11.7.
PR: ports/145828
Submitted by: max |
0.11.5 16 Sep 2009 06:23:56 |
kuriyama |
- Upgrade to 0.11.5.ja1.
- Remove my hack about notification.local_timezone flag, and use
recently added trac.default_timezone setting.
- Rewrite my patch about "prefer iso-2022-jp" encoding in notification
mail.
Feature safe: yes |
0.11.4 25 Apr 2009 01:13:16 |
kuriyama |
Upgrade to 0.11.4.ja1. |
0.11.3 05 Apr 2009 03:23:12 |
kuriyama |
Sync with www/trac, and upgrade to 0.11.3.ja1. |
0.11.2.1 31 Dec 2008 05:14:50 |
kuriyama |
- Upgrade to 0.11.2.1.
- Sync minor bits with www/trac. |
0.11.1 24 Aug 2008 12:24:47 |
kuriyama |
- Upgrade to 0.11.1.ja1 and catch up to www/trac port.
- default_charset in mimeview was changed to cp932 (previously I
patched from iso-8859-15 to utf-8).
PR: ports/126088 (no patch!)
Submitted by: nrg milk <nrgmilk@gmail.com> |
0.10.4_3 07 Jul 2008 11:34:51 |
miwi |
- Bump PORTREVISION after arp update
PR: 125277
Submitted by: rodrigc |
0.10.4_2 30 Jun 2008 12:36:56 |
lev |
Bump PORTREVISION due to subversion upgrade. |
0.10.4_1 30 Jun 2008 10:00:07 |
lev |
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings. |
0.10.4_1 06 Jun 2008 13:37:38 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.10.4 13 Oct 2007 08:45:17 |
kuriyama |
- Upgrade to 0.10.4-ja-1 (1).
- Use $DISTNAME rather than $DISTFILES.
- Sync with www/trac.
= installs contrib files into $EXAMPLESDIR.
= prefer py-pysqlite23 instead of py-pysqlite20 for depending SQLite.
= sort plist.
PR: ports/112833 (1)
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (1) |
0.10.3_2 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.10.3_2 10 Mar 2007 02:18:14 |
kuriyama |
- Merge conditional PostgreSQL/Subversion dependency from www/trac.
- Add a patch to merge 0.10.3.1 changes (security fix). |
0.10.3_1 06 Mar 2007 13:48:01 |
kuriyama |
- Use utf-8 as default charset again.
- Fix silly error for touching unused variable in my patch. |
0.10.3 04 Mar 2007 13:11:55 |
kuriyama |
- Upgrade to 0.10.3-ja-1 [1].
- Integrate my local timezone patch as non-optional, but not activated
until "[notification] local_timezone = true" set.
PR: ports/109242 [1]
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> [1] |
0.9.6_3 04 Sep 2006 11:27:35 |
kuriyama |
More Unicode conversions to avoid failure.
Submitted by: HASEGAWA Nobuaki <junior@pc.mycom.co.jp> |
0.9.6_2 24 Aug 2006 03:53:56 |
kuriyama |
- Improve rendering of external link icon in Win IE.
Obtained from: http://trac.edgewall.org/changeset/3282 |
0.9.6_1 22 Aug 2006 11:15:36 |
kuriyama |
- Add an experimental patch to use local TZ in notify mail Date:
header (default off).
- Alter indent in patch-Notify.py to improve readability. |
0.9.6 10 Jul 2006 00:35:15 |
kuriyama |
- Upgrade to 0.9.6-ja.
- Change default charset from iso-8859-1 to utf-8.
Security:
http://www.vuxml.org/freebsd/b0d61f73-0e11-11db-a47b-000c2957fdf1.html |
0.9.5_1 24 May 2006 07:30:14 |
kuriyama |
- Add a workaround to handle Unicode tilde coming from Windows (~)
by converting to ĭC;. Without this hack, notification mails were
not sent when including these characters. |
0.9.5 06 May 2006 09:47:43 |
kuriyama |
Update to 0.9.5-1.
Security:
http://www.vuxml.org/freebsd/400d9d22-d6c5-11da-a14b-00123ffe8333.html |
0.9.4 03 May 2006 01:07:22 |
mnag |
- Mark as FORBIDDEN
Security:
http://www.vuxml.org/freebsd/400d9d22-d6c5-11da-a14b-00123ffe8333.html |
0.9.4 26 Mar 2006 23:09:43 |
kuriyama |
- Upgrade to 0.9.4.
- Don't conflict with trac-* plugins. |
0.9.3 30 Jan 2006 14:21:38 |
kuriyama |
- Catch up Japanese patch to 0.9.3. |
0.9.2_2 27 Jan 2006 21:17:06 |
mnag |
Update dependencies to moved port
Bump PORTREVISION |
0.9.2_1 27 Dec 2005 23:26:57 |
kuriyama |
Remove *.orig files at post-patch stage to fix plist.
Reported by: pointyhat via kris |
0.9.2 17 Dec 2005 16:37:04 |
kuriyama |
Add ja-trac-0.9.2 (translated version of www/trac).
Repocopied by: marcus (ports/90472) |