Port details |
- genplist Generates a static plist for a port
- 1.2_1 ports-mgmt =7 1.2_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, obsoleted by "make makeplist"
EXPIRATION DATE: 2025-04-03
- Maintainer: jwb@FreeBSD.org
- Port Added: 2007-04-20 12:41:16
- Last Update: 2025-02-03 22:06:33
- Commit Hash: 10a5ec0
- People watching this port, also watch:: sudo, libdrm, xdg-utils, postfix, lame
- License: BSD2CLAUSE
- WWW:
- http://personalpages.tds.net/~jwbacon/Ports
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- genplist>0:ports-mgmt/genplist
- To install the port:
- cd /usr/ports/ports-mgmt/genplist/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/genplist
- pkg install genplist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: genplist
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (genplist-1.2.tar.xz) = bf5d61dc01c2699701897cf91332d73dd1abd8e948bd954c0c0bb7710ef600eb
SIZE (genplist-1.2.tar.xz) = 5780
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_genplist
- USES:
- tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2_1 03 Feb 2025 22:06:33 |
Jason W. Bacon (jwb) |
math/matlab-installer: Deprecate
Obsoleted by "make makeplist" |
1.2_1 20 Mar 2024 19:51:25 |
Nuno Teixeira (eduardo) |
ports-mgmt/genplist: Move man pages to share/man
Approved by: portmgr (blanket) |
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) |
1.2 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 ) |
1.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2 31 Jan 2018 01:07:08 |
jwb |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128 |
1.2 14 Feb 2016 22:29:56 |
ohauer |
- fix install target s/reinstall/stage/
PR: 206483
Submitted by: <w.schwarzenfeld at aon.at>
Approved by: maintainer timeout
MFH: 2016Q1 |
1.1 11 Dec 2015 08:48:57 |
miwi |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
1.1 25 Apr 2014 23:27:32 |
sunpoet |
- Update LICENSE
- Use USES=tar:xz
Submitted by: sunpoet (myself)
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer) |
1.1 19 Dec 2013 12:57:04 |
danilo |
- 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) |
1.0 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
1.0 11 Jun 2013 02:14:25 |
tabthorpe |
- Update to 1.0
PR: ports/177714
Submitted by: Jason Bacon <jwbacon tds.net> (maintainer) |
0.6 04 Dec 2010 18:12:06 |
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. |
0.5_1 07 Sep 2010 15:40:33 |
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) |
0.5 13 Aug 2010 19:19:08 |
glarkin |
- Updated to 0.5
- Minor Makefile cleanups
PR: ports/149530
Submitted by: Jason Bacon <jwbacon at tds dot net> (maintainer) |
0.4 01 Jan 2010 16:22:01 |
wxs |
- Update to 0.4
PR: ports/139468
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer) |
0.3 10 Mar 2009 19:44:00 |
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) |
0.1 20 Apr 2007 12:40:28 |
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 |