Danilo Egea Gondolfo
57bc2c57e7
- Update from 1.0 to 1.1
...
- Add stage support
- Update header
- Add LICENSE
PR: ports/184948
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
2013-12-19 12:57:03 +00:00
Baptiste Daroussin
16f65335a1
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)
2013-09-20 22:36:49 +00:00
Thomas Abthorpe
48104d969a
- Update to 1.0
...
PR: ports/177714
Submitted by: Jason Bacon <jwbacon tds.net> (maintainer)
2013-06-11 02:14:25 +00:00
Olli Hauer
16478b3f54
- update genplist to version 0.6
...
New Features:
==============
- Handling of: PLIST_FILES, PORTEXAMPLES, PORTDOCS, PLIST_DIRS, PLIST_DIRSTRY
- Specific return codes which can be used for automated testing
- Ability to execute external scripts ( ~/.genplist/${portname} )
Sample script for the nmap port:
=================================
$> cat ~/.genplist/nmap
#!/bin/sh
sed -i '' -E -e 's|^(share/ncat/)|%%WITHSSL%%\1|g' \
-e 's|^(@dirrm share/ncat)|%%WITHSSL%%\1|' ${1}
PR: ports/152836
Submitted by: ohauer
Approved by: Jason Bacon <jwbacon _at_ tds.net> (maintainer) via mail.
2010-12-04 18:12:06 +00:00
Olli Hauer
78b76b211d
- Add JAVAJARDIR to substitutions
...
- small fix if prefix is given with trailing /
PR: 150273
Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net>
Approved by: maintainer, glakin (mentor, implicit)
2010-09-07 15:40:33 +00:00
Greg Larkin
97909ed4b9
- Updated to 0.5
...
- Minor Makefile cleanups
PR: ports/149530
Submitted by: Jason Bacon <jwbacon at tds dot net> (maintainer)
2010-08-13 19:19:08 +00:00
Wesley Shields
20e4278812
- Update to 0.4
...
PR: ports/139468
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
2010-01-01 16:22:00 +00:00
Beat Gaetzi
cd3cb63cd8
- Update to 0.3
...
- Update MASTER_SITES
- Update maintainers email address
PR: ports/132384
Submitted by: Jason Bacon <jwbacon AT tds.net> (maintainer)
Approved by: miwi (mentor)
2009-03-10 19:44:00 +00:00
Martin Wilke
db02ec76ce
Genplist automatically creates a static plist for a port by installing it
...
into a temporary directory, and then examining the directory tree. The
process is based on the instructions for plist generation in the
FreeBSD Porter's Handbook.
WWW: http://www.neuro.mcw.edu/~bacon/FreeBSD_MRI
PR: ports/111892
Submitted by: Jason Bacon bacon at smithers.neuro.mcw.edu
Sponsord by: addport
2007-04-20 12:40:28 +00:00