Date: Sat, 4 Dec 2010 18:12:06 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ports-mgmt/genplist Makefile distinfo ports/ports-mgmt/genplist/files patch-genplist Message-ID: <201012041812.oB4IC62D004779@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ohauer 2010-12-04 18:12:06 UTC
FreeBSD ports repository
Modified files:
ports-mgmt/genplist Makefile distinfo
Removed files:
ports-mgmt/genplist/files patch-genplist
Log:
- 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.
Revision Changes Path
1.6 +1 -5 ports/ports-mgmt/genplist/Makefile
1.5 +2 -3 ports/ports-mgmt/genplist/distinfo
1.2 +0 -19 ports/ports-mgmt/genplist/files/patch-genplist (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012041812.oB4IC62D004779>
