Port details |
- truc Web-based tool for requirement and use case tracking
- 0.12.0_3 devel =2 0.12.0_3Version of this port present on the latest quarterly branch.
- Maintainer: jsi@jules.de
- Port Added: 2007-03-13 09:05:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/truc/
- Description:
- Truc is a web-based tool for requirement and use case tracking.
It has fileupload, discussions, version control, use case
history, build and release management. It supports assignment
of requirements & use cases to releases and filtering over all
fields.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/truc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/truc
- pkg install truc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: truc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (truc_0.12.0.tar.gz) = b21954c8178c0147eabab5d604ecd62853c93a78a788e8fb42f4bb60f0d47390
SIZE (truc_0.12.0.tar.gz) = 1518180
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php81
- mysqli.so : databases/php81-mysqli
- gd.so : graphics/php81-gd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_truc
- USES:
- cpe php:web shebangfix
- pkg-message:
- For install:
- truc-0.12.0_3 has been installed into:
/usr/local/www/truc
If you use MySQL as your database go to the directory
/usr/local/www/truc and do the following to create a
demo database:
mysql -u [username] -p [db_name] < database.sql
To make truc available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /truc/ "/usr/local/www/truc"
<Directory "/usr/local/www/truc/">
Options none
AllowOverride Limit
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
<IfModule dir_module>
DirectoryIndex index.php
</IfModule>
</Directory>
Point your browser to http://localhost/truc/, follow the
instructions to create a config file and save it into
truc's root directory.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.12.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.12.0_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.12.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12.0_3 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
0.12.0_3 08 Apr 2018 11:56:03 |
brnrd |
category devel: Convert to USES=php
Approved by: infrastructure modernization blanket |
0.12.0_3 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.12.0_3 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
0.12.0_3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.12.0_3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.12.0_3 19 Feb 2016 12:39:23 |
miwi |
- Switch to mysqli support |
0.12.0_2 15 Jul 2015 18:27:23 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
0.12.0_1 14 May 2015 09:04:03 |
amdmi3 |
- Add CPE info
- Fix WWW:
- Add empty directory to plist
Approved by: portmgr blanket |
0.12.0_1 27 Oct 2014 11:12:40 |
bapt |
Cleanup plist |
0.12.0_1 11 Sep 2014 19:29:18 |
antoine |
- Allow staging as a regular user
- Bump portrevision as files were not packaged with intended owner |
0.12.0 24 May 2014 14:18:31 |
vanilla |
Stageify.
Approved by: portmgr@ |
0.12.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.12.0 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.12.0 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.12.0 13 Jul 2008 22:53:11 |
miwi |
- Update to 0.12.0
- Rewording pkg-descr
PR: 125524
Submitted by: Jan Siml <jsi@jules.de> (maintainer) |
0.10.0_1 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
0.10.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.10.0 13 Mar 2007 09:04:07 |
miwi |
Truc is a web-based tool for requirement and use case tracking.
It has fileupload, discussions, version control, use case
history, build and release management. It supports assignment
of requirements & use cases to releases and filtering over all
fields.
WWW: http://sourceforge.net/projects/truc/
PR: ports/110171
Submitted by: Jan Siml <jsi at jules.de> |