f5f2 FreshPorts -- japanese/trac
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
trac 0.12.3 japanese on this many watch lists=9 search for ports that depend on this port An older version of this port was marked as vulnerable.
An enhanced wiki and issue tracking system for software projects
Maintained by: kuriyama@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Dec 2005 16:38:01
Also Listed In: www devel python
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. textproc/py-genshi
  2. devel/py-babel
  3. devel/py-setuptools
  4. lang/python27
Required To Run:
  1. textproc/py-genshi
  2. devel/py-babel
  3. devel/py-setuptools
  4. lang/python27
  5. textproc/silvercity
  6. textproc/py-docutils
  7. textproc/py-pygments
  8. devel/py-pytz
  9. databases/py-sqlite3
  10. devel/py-subversion
There are no ports dependent upon this port

To install the port: cd /usr/ports/japanese/trac/ && make install clean
To add the package: pkg_add -r ja-trac


Configuration Options
===> The following configuration options are available for ja-trac-0.12.3:
     SILVERCITY=on: Use Silvercity for syntax highlighting
     DOCUTILS=on: Allow additional text markup
     PYGMENTS=on: Use generic syntax highlighter
     TZ=on: Process Time Zones
     PGSQL=off: Use PostgreSQL instead of SQLite3
     SUBVERSION=on: Support for subversion RCS
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/
  10. http://www.i-act.co.jp/project/products/downloads/

Number of commits found: 38

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 Mar 2013 10:55:24
Original commit files touched by this commit  0.12.3
lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
22 Jul 2012 09:14:46
Original commit files touched by this commit  0.12.3
kuriyama search for other commits by this committer
- Upgrade to 0.12.3.ja2.
10 Jun 2012 18:42:48
Original commit files touched by this commit  0.12.2
swills search for other commits by this committer
- 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)
08 Oct 2011 08:25:23
Original commit files touched by this commit  0.12.2
kuriyama search for other commits by this committer
- Upgrade to 0.12.2.

PR:             ports/156824
Submitted by:   tota
05 Jul 2011 07:43:28
Original commit files touched by this commit  0.12.1
danfe search for other commits by this committer
Kill EOL whitespace.
26 Mar 2011 15:18:32
Original commit files touched by this commit  0.12.1
kuriyama search for other commits by this committer
- Unbreak by adding forgotten patch.

PR:             ports/155517
Submitted by:   tota
Pointy hat to:  kuriyama
08 Mar 2011 10:24:14
Original commit files touched by this commit  0.12.1
pav search for other commits by this committer
- Mark BROKEN: fails to install

Reported by:    pointyhat
25 Feb 2011 10:59:10
Original commit files touched by this commit  0.12.1
miwi search for other commits by this committer
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
25 Feb 2011 01:44:55
Original commit files touched by this commit  0.12.1
kuriyama search for other commits by this committer
- Upgrade to 0.12.1.

PR:             ports/153435
Submitted by:   Yasutaka ATARASHI <atara-y@mx.scn.tv>
18 May 2010 04:08:06
Original commit files touched by this commit  0.11.7_2
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
05 May 2010 21:52:39
Original commit files touched by this commit  0.11.7_1
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
20 Apr 2010 15:08:25
Original commit files touched by this commit  0.11.7
kuriyama search for other commits by this committer
- Upgrade to 0.11.7.

PR:             ports/145828
Submitted by:   max
16 Sep 2009 06:23:56
Original commit files touched by this commit  0.11.5
kuriyama search for other commits by this committer
- 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
25 Apr 2009 01:13:16
Original commit files touched by this commit  0.11.4
kuriyama search for other commits by this committer
Upgrade to 0.11.4.ja1.
05 Apr 2009 03:23:12
Original commit files touched by this commit  0.11.3
kuriyama search for other commits by this committer
Sync with www/trac, and upgrade to 0.11.3.ja1.
31 Dec 2008 05:14:50
Original commit files touched by this commit  0.11.2.1
kuriyama search for other commits by this committer
- Upgrade to 0.11.2.1.
- Sync minor bits with www/trac.
24 Aug 2008 12:24:47
Original commit files touched by this commit  0.11.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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>
07 Jul 2008 11:34:51
Original commit files touched by this commit  0.10.4_3
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Bump PORTREVISION after arp update

PR:             125277
Submitted by:   rodrigc
30 Jun 2008 12:36:56
Original commit files touched by this commit  0.10.4_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Bump PORTREVISION due to subversion upgrade.
30 Jun 2008 10:00:07
Original commit files touched by this commit  0.10.4_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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.
06 Jun 2008 13:37:38
Original commit files touched by this commit  0.10.4_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
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)
13 Oct 2007 08:45:17
Original commit files touched by this commit  0.10.4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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)
30 Jul 2007 09:42:28
Original commit files touched by this commit  0.10.3_2
 This port version is marked as vulnerable.
alexbl search for other commits by this committer
 - 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
10 Mar 2007 02:18:14
Original commit files touched by this commit  0.10.3_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Merge conditional PostgreSQL/Subversion dependency from www/trac.
- Add a patch to merge 0.10.3.1 changes (security fix).
06 Mar 2007 13:48:01
Original commit files touched by this commit  0.10.3_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Use utf-8 as default charset again.
- Fix silly error for touching unused variable in my patch.
04 Mar 2007 13:11:55
Original commit files touched by this commit  0.10.3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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]
04 Sep 2006 11:27:35
Original commit files touched by this commit  0.9.6_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
More Unicode conversions to avoid failure.

Submitted by:   HASEGAWA Nobuaki <junior@pc.mycom.co.jp>
24 Aug 2006 03:53:56
Original commit files touched by this commit  0.9.6_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Improve rendering of external link icon in Win IE.

Obtained from:  http://trac.edgewall.org/changeset/3282
22 Aug 2006 11:15:36
Original commit files touched by this commit  0.9.6_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Add an experimental patch to use local TZ in notify mail Date:
  header (default off).
- Alter indent in patch-Notify.py to improve readability.
10 Jul 2006 00:35:15
Original commit files touched by this commit  0.9.6
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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
24 May 2006 07:30:14
Original commit files touched by this commit  0.9.5_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Add a workaround to handle Unicode tilde coming from Windows (&#xFF5E;)
  by converting to &#301C;.  Without this hack, notification mails were
  not sent when including these characters.
06 May 2006 09:47:43
Original commit files touched by this commit  0.9.5
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Update to 0.9.5-1.

Security:      
http://www.vuxml.org/freebsd/400d9d22-d6c5-11da-a14b-00123ffe8333.html
03 May 2006 01:07:22
Original commit files touched by this commit  0.9.4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Mark as FORBIDDEN

Security:      
http://www.vuxml.org/freebsd/400d9d22-d6c5-11da-a14b-00123ffe8333.html
26 Mar 2006 23:09:43
Original commit files touched by this commit  0.9.4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Upgrade to 0.9.4.
- Don't conflict with trac-* plugins.
30 Jan 2006 14:21:38
Original commit files touched by this commit  0.9.3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Catch up Japanese patch to 0.9.3.
27 Jan 2006 21:17:06
Original commit files touched by this commit  0.9.2_2
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update dependencies to moved port
Bump PORTREVISION
27 Dec 2005 23:26:57
Original commit files touched by this commit  0.9.2_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Remove *.orig files at post-patch stage to fix plist.

Reported by:    pointyhat via kris
17 Dec 2005 16:37:04
Original commit files touched by this commit  0.9.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Add ja-trac-0.9.2 (translated version of www/trac).

Repocopied by:  marcus (ports/90472)

Number of commits found: 38

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days29
new fortnight78
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0