aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/genplist
Commit message (Collapse)AuthorAgeFilesLines
* - update genplist to version 0.6Olli Hauer2010-12-043-27/+3
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=265686
* - Add JAVAJARDIR to substitutionsOlli Hauer2010-09-072-0/+20
| | | | | | | | | | | - small fix if prefix is given with trailing / PR: 150273 Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> Approved by: maintainer, glakin (mentor, implicit) Notes: svn path=/head/; revision=260699
* - Updated to 0.5Greg Larkin2010-08-132-9/+9
| | | | | | | | | | - Minor Makefile cleanups PR: ports/149530 Submitted by: Jason Bacon <jwbacon at tds dot net> (maintainer) Notes: svn path=/head/; revision=259192
* - Update to 0.4Wesley Shields2010-01-013-7/+10
| | | | | | | | | PR: ports/139468 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Jason Bacon <jwbacon@tds.net> (maintainer) Notes: svn path=/head/; revision=246964
* - Update to 0.3Beat Gaetzi2009-03-102-6/+7
| | | | | | | | | | | | - Update MASTER_SITES - Update maintainers email address PR: ports/132384 Submitted by: Jason Bacon <jwbacon AT tds.net> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=229851
* Genplist automatically creates a static plist for a port by installing itMartin Wilke2007-04-203-0/+35
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 Notes: svn path=/head/; revision=190440