1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/trac/pkg-descr
Ruslan Makhmatkhanov 76335c8c63 - remove indefinite article from COMMENT
- add LICENSE (BSD3C)
- set RUN_DEPENDS explicitly
- turn database back-end selection into radio-option keeping existing
logic: if PGSQL isn't selected SQLITE is used
- use options helpers
- do not use easy_install and convert to auto-generated packing list [1]
- utilize shebangfix, instead of doing the same manually
- remove no more needed x-generate-plist target
- simplify examples installation and unmute it's commands
- do not install rpm stuff, it's not linux here anyway
- whitespace fixes in pkg-descr
- bump PORTREVISION

PR:		182332
Requested by:   Volodymyr Kostyrko <arcade@b1t.name> [1]
Submitted by:	rm (myself)
Approved by:	maintainer timeout

- add upstream patch to fix wiki bracketed link with Genshi 0.7
  see http://trac.edgewall.org/changeset/11683 for details

PR:     181419
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Approved by:    maintainer timeout
2014-02-08 20:02:33 +00:00

22 lines
862 B
Plaintext

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/