FreshPorts -- The Place For Ports Sun, 5 Jul 2009 1:03 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
trac 0.11.4 www on this many watch lists=50 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: clsung@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Apr 2004 19:09:42
Also Listed In: devel python


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: textproc/py-genshi, devel/py-setuptools, lang/python25
Required To Run: textproc/py-genshi, devel/py-setuptools, lang/python25, devel/py-setuptools, lang/python25, textproc/silvercity, textproc/py-docutils, textproc/py-pygments, devel/py-pytz, databases/py-sqlite3, devel/py-subversion

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


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

Master Sites:
http://ftp.edgewall.com/pub/trac/
ftp://ftp.edgewall.com/pub/trac/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2005-11-04
    Affects: users of www/trac
    Author: rui@ruilopes.com
    Reason: 
      The Trac database schema was changed between versions 0.8 and 0.9. This
      port also started to use PySQLite 2 (SQLite 3). Existing environments
      must be upgraded before they can be used with Trac 0.9.
    
      The canonical update procedure for existing trac environments is:
    
        $ export TRAC_ENV=/path/to/trac/env
        $ # backup existing trac environment
        $ cp -Rp $TRAC_ENV $TRAC_ENV.backup # backup existing trac env
        $ # convert database from sqlite 2 to sqlite 3 format
        $ mv $TRAC_ENV/db/trac.db $TRAC_ENV/db/trac2.db
        $ sqlite $TRAC_ENV/db/trac2.db .dump | sqlite3 $TRAC_ENV/db/trac.db
        $ # upgrade trac environment
        $ /usr/local/bin/trac-admin $TRAC_ENV upgrade
        $ /usr/local/bin/trac-admin $TRAC_ENV resync
        $ /usr/local/bin/trac-admin $TRAC_ENV wiki upgrade
    
      Consult the full upgrade instructions at:
    
    	http://projects.edgewall.com/trac/wiki/TracUpgrade
    
    

Number of commits found: 44

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
07 Apr 2009 03:07:19
Original commit files touched by this commit  0.11.4
clsung search for other commits by this committer
- Update to 0.11.4

PR:             ports/133225
Submitted by:   lwhsu
19 Feb 2009 01:36:20
Original commit files touched by this commit  0.11.3
clsung search for other commits by this committer
- Update to 0.11.3

PR:             ports/131729
Submitted by:   lwhsu
29 Jan 2009 13:29:39
Original commit files touched by this commit  0.11.2.1
clsung search for other commits by this committer
- Update to 0.11.2.1
- Fix dependency on sqlite3, for PYTHON_REL >= 250, uses databases/py-sqlite3,
  for PYTHON_REL < 250, uses databases/py-pysqlite23

PR:             ports/131110
Submitted by:   lwhsu
10 Nov 2008 02:47:51
Original commit files touched by this commit  0.11.2
clsung search for other commits by this committer
- Update to 0.11.2
- s/PREFIX/LOCALBASE/ in *_DEPENDS

PR:             ports/128709
Submitted by:   lwhsu
08 Sep 2008 02:43:25
Original commit files touched by this commit  0.11.1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.11.1

PR:             ports/127187
Submitted by:   lwhsu
07 Jul 2008 13:37:21
Original commit files touched by this commit  0.11_2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Bump PORTREVISION after apr update

PR:             125270 125271 125272 125278 125281 125282
                125284 125285 125287 125288 125289 125290
                125291 125292 125293 125295 125296 125297
                125300
Submitted by:   rodrigc
30 Jun 2008 13:36:56
Original commit files touched by this commit  0.11_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Bump PORTREVISION due to subversion upgrade.
30 Jun 2008 11:00:07
Original commit files touched by this commit  0.11
 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.
27 Jun 2008 09:59:20
Original commit files touched by this commit  0.11
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.11
24 Jun 2008 09:19:16
Original commit files touched by this commit  0.10.5
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.10.5

PR:             ports/124885
Submitted by:   lwhsu
06 Jun 2008 15:07:24
Original commit files touched by this commit  0.10.4_2
 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)
31 Jul 2007 14:55:59
Original commit files touched by this commit  0.10.4_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Properly create empty directories when installed from package
09 Jun 2007 03:53:50
Original commit files touched by this commit  0.10.4_1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- official site recommands the stable pysqlite23
  - http://trac.edgewall.org/wiki/PySqlite
- bump PORTREVISION

Submitted by:   Michael Neumann <mneuma2s_AT_smail dot inf dot
fh-bonn-rhein-sieg dot de>
23 Apr 2007 03:09:55
Original commit files touched by this commit  0.10.4
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.10.4

PR:             ports/111982
Submitted by:   lwhsu
10 Apr 2007 00:06:17
Original commit files touched by this commit  0.10.3.1_2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- fix portversion (should be 0.10.3.1)
- bump PORTREVISION

Noted by:       Wesley Shields <wxs_AT_atarininja dot org>
PointyHat to:   myself
07 Apr 2007 11:36:43
Original commit files touched by this commit  0.10.3_1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- install examples
- Trac comes with a contrib directory with miscellaneous scripts, including
  hooks to be installed into a Subversion repository. I'm requesting this
  change so the scripts will be installed along with the port.

PR:             ports/111243
Submitted by:   Greg Larkin <glarkin_AT_sourcehosting dot net>
09 Mar 2007 06:58:34
Original commit files touched by this commit  0.10.3.1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.10.3.1, security fix
07 Mar 2007 07:11:22
Original commit files touched by this commit  0.10.3
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- add knobs for compiling with pgsql backend and add knob for compiling without
  subversion for sites who doesn't use it

PR:             ports/109998
Submitted by:   Radim Kolar SF dot NET <hsn_AT_sendmail dot cz>
13 Dec 2006 12:18:40
Original commit files touched by this commit  0.10.3
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.10.3

Trac 0.10.3 is a bug fix release and fixes a few bugs introduced in the
0.10.1 and 0.10.2 releases. A brief summary of major changes:

* Timeline fail to load with a "NoSuchChangeset" error message (#4132).
* Timed out MySQL connections not handled properly (#3645).
* Subversion repository resync broken. (#4204).

The complete list of closed tickets can be found here:

http://trac.edgewall.org/query?status=closed&milestone=0.10.3

PR:             ports/106664
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
14 Nov 2006 07:10:00
Original commit files touched by this commit  0.10.2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.10.2

Trac 0.10.2 is a bug fix release and fixes few bugs introduced in the
0.10.1 release. A brief summary of major changes:

* Fixes deadlock when using authz_file config option (#3996).
* Makes the CSRF code play nice with the XmlRpcPlugin (#4122).
* Fixes Timeline breakage after svn commit when using sqlite (#4120).

The complete list of closed tickets can be found here:

http://trac.edgewall.org/query?status=closed&milestone=0.10.2

PR:             ports/105505
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
09 Nov 2006 14:47:05
Original commit files touched by this commit  0.10.1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.10.1
  Trac 0.10.1 is a security and bug fix release. This release fixes
  a Cross Site Request Forgery (CSRF) vulnerability reported by Daniel
  Kahn Gillmor. Trac 0.10.1 also fixes a number of bugs found since the
  last release. The complete list of closed tickets can be found here:

  http://trac.edgewall.org/query?status=closed&milestone=0.10.1

PR:             ports/105331
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
06 Nov 2006 03:30:17
Original commit files touched by this commit  0.10
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- I'll maintain these two ports from now on.
- Thanks to Rui Lopes, who contributed lots to these ports.

PR:             ports/105102
Submitted by:   Rui Lopes <rui_AT_ruilopes dot com>
31 Oct 2006 02:24:40
Original commit files touched by this commit  0.10
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.10

PR:             ports/103847
Submitted by:   clsung
Reviewed by:    maintainer
Approved by:    maintainer (Rui Lopes)
11 Jul 2006 14:05:29
Original commit files touched by this commit  0.9.6
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
Update to 0.9.6 to fFixed reStructuredText breach of privacy and denial of
service vulnerability found by Felix Wiemann.

PR:             ports/100081
Submitted by:   Adrian Penisoara <ady@freebsd.ady.ro>
Approved by:    maintainer
Security:      
http://www.freebsd.org/ports/portaudit/b0d61f73-0e11-11db-a47b-000c2957fdf1.html
26 Apr 2006 19:10:39
Original commit files touched by this commit  0.9.5
 This port version is marked as vulnerable.
jmelo search for other commits by this committer
- Update to 0.9.5.

PR:             ports/96282
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Approved by:    maintainer, mnag (mentor)
26 Mar 2006 19:54:25
Original commit files touched by this commit  0.9.4
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.9.4

PR:             ports/94422
Submitted by:   Wesley Shields <wxs@csh.rit.edu>
Approved by:    Rui Lopes <rui@ruilopes.com> (maintainer)
27 Jan 2006 21:17:06
Original commit files touched by this commit  0.9.3_1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update dependencies to moved port
Bump PORTREVISION
23 Jan 2006 17:44:27
Original commit files touched by this commit  0.9.3
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Update to 0.9.3

PR:             92208
Submitted by:   Rui Lopes <rui@ruilopes.com> (maintainer)
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)
07 Dec 2005 02:14:28
Original commit files touched by this commit  0.9.2
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update to 0.9.2
Add SHA256
portlint(1)

PR:             90048
Submitted by:   maintainer
Security:       http://secunia.com/advisories/17894/
25 Nov 2005 03:58:32
Original commit files touched by this commit  0.9
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Chase some URLs per the distfile survey.

hat:    portmgr
04 Nov 2005 12:30:10
Original commit files touched by this commit  0.9
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.9
- Pass maintainership to submitter

PR:             ports/88453
Submitted by:   Rui Lopes <rgl@ruilopes.com>
Approved by:    maintainer
26 Jul 2005 14:54:05
Original commit files touched by this commit  0.8.4_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Assign maintainership to volunteer

PR:             ports/84125
Submitted by:   Tobias Roth <ports@fsck.ch>
17 Jul 2005 22:11:41
Original commit files touched by this commit  0.8.4_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Reset long term unresponsive maintainer
17 Jul 2005 22:10:07
Original commit files touched by this commit  0.8.4_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- BUILD_DEPENDS are also RUN_DEPENDS

PR:             ports/82828
Submitted by:   Vivek Khera <vivek@khera.org>
Approved by:    maintainer timeout (14 days)
21 Jun 2005 21:25:49
Original commit files touched by this commit  0.8.4
 This port version is marked as vulnerable.
nik search for other commits by this committer
Update to trac 0.8.4.  Version < 0.8.4 have a security vulnerability,

http://www.FreeBSD.org/ports/portaudit/b02c1d80-e1bb-11d9-b875-0001020eed82.html

and this is the easiest way to fix it.  There's an outstanding PR,
ports/81785 which updates trac to 0.8.2 (insufficient to fix the
vulnerability) and the maintainer hasn't responded since it was
assigned to them on June 2nd.
05 May 2005 20:16:54
Original commit files touched by this commit  0.8.1
 This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 0.8.1

PR:             80225
Submitted by:   Toni Viemero <toni.viemero@iki.fi>
Approved by:    maintainer timeout
14 Mar 2005 01:32:06
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the py-PySQLite dependency.

Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Reported by:    Kris' makeindex script
01 Mar 2005 22:05:24
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
vs search for other commits by this committer
Unbreak: Install man-pages into the correct place

Prodded by: cluster
28 Feb 2005 01:32:39
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
kris search for other commits by this committer
BROKEN: Uses incorrect directory for manpages
03 Feb 2005 16:22:10
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
vs search for other commits by this committer
Update to 0.8

PR:             ports/74922
Submitted by:   Nik Clayton, Rui Lopes
Approved by:    maintainer timeout (4 weeks)
13 Jul 2004 01:34:25
Original commit files touched by this commit  0.7.1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add upgrade instructions

PR:             ports/68966
Submitted by:   Aho K.F. Li <thinker@branda.to> (maintainer)
12 Jul 2004 23:41:04
Original commit files touched by this commit  0.7.1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.7.1

PR:             ports/68883
Submitted by:   thinker@branda.to <thinker@branda.to> (maintainer)
20 Apr 2004 19:08:54
Original commit files touched by this commit  0.6.1
 This port version is marked as vulnerable.
pav search for other commits by this committer
Add trac. 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

PR:             ports/65690
Submitted by:   <thinker@branda.to>

Number of commits found: 44

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20380
Broken 142
Deprecated 44
Ignore 760
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 18
Set to expire 25
Interactive 81
new 24 hours 5
new 48 hours7
new 7 days74
new fortnight99
new month185

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.472 seconds.