non port: ports-mgmt/genplist/Makefile |
SVNWeb
|
Number of commits found: 16 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 31 Jan 2018
|
[ 01:07 jwb ] (Only the first 10 of 56 ports in this commit are shown above. )
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
|
Sun, 14 Feb 2016
|
[ 22:29 ohauer ]
- fix install target s/reinstall/stage/
PR: 206483
Submitted by: <w.schwarzenfeld at aon.at>
Approved by: maintainer timeout
MFH: 2016Q1
|
Fri, 11 Dec 2015
|
[ 08:48 miwi ] (Only the first 10 of 54 ports in this commit are shown above. )
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493
|
Fri, 25 Apr 2014
|
[ 23:27 sunpoet ]
- Update LICENSE
- Use USES=tar:xz
Submitted by: sunpoet (myself)
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
|
Thu, 19 Dec 2013
|
[ 12:57 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)
|
Fri, 20 Sep 2013
|
[ 22:36 bapt ] (Only the first 10 of 81 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
|
Tue, 11 Jun 2013
|
[ 02:14 tabthorpe ]
- Update to 1.0
PR: ports/177714
Submitted by: Jason Bacon <jwbacon tds.net> (maintainer)
|
Sat, 4 Dec 2010
|
[ 18:12 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.
|
Tue, 7 Sep 2010
|
[ 15:40 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)
|
Fri, 13 Aug 2010
|
[ 19:19 glarkin ]
- Updated to 0.5
- Minor Makefile cleanups
PR: ports/149530
Submitted by: Jason Bacon <jwbacon at tds dot net> (maintainer)
|
Fri, 1 Jan 2010
|
[ 16:22 wxs ]
- Update to 0.4
PR: ports/139468
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
|
Tue, 10 Mar 2009
|
[ 19:44 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)
|
Fri, 20 Apr 2007
|
[ 12:40 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
|
Number of commits found: 16 |