| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
04 Dec 2010 18:12:06
0.6
|
ohauer  |
- 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. |
07 Sep 2010 15:40:33
0.5_1
|
ohauer  |
- 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) |
13 Aug 2010 19:19:08
0.5
|
glarkin  |
- Updated to 0.5
- Minor Makefile cleanups
PR: ports/149530
Submitted by: Jason Bacon <jwbacon at tds dot net> (maintainer) |
01 Jan 2010 16:22:01
0.4
|
wxs  |
- Update to 0.4
PR: ports/139468
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer) |
10 Mar 2009 19:44:00
0.3
|
beat  |
- 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) |
20 Apr 2007 12:40:28
0.1
|
miwi  |
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 |