non port: ports-mgmt/genplist/Makefile |
Number of commits found: 17 |
Wednesday, 20 Mar 2024
|
19:51 Nuno Teixeira (eduardo)
ports-mgmt/genplist: Move man pages to share/man
Approved by: portmgr (blanket)
415a405 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 31 Jan 2018
|
01:07 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
|
Sunday, 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
|
Friday, 11 Dec 2015
|
08:48 miwi
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493
|
Friday, 25 Apr 2014
|
23:27 sunpoet
- Update LICENSE
- Use USES=tar:xz
Submitted by: sunpoet (myself)
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
|
Thursday, 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)
|
Friday, 20 Sep 2013
|
22:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
|
Tuesday, 11 Jun 2013
|
02:14 tabthorpe
- Update to 1.0
PR: ports/177714
Submitted by: Jason Bacon <jwbacon tds.net> (maintainer)
|
Saturday, 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.
|
Tuesday, 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)
|
Friday, 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)
|
Friday, 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)
|
Tuesday, 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)
|
Friday, 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: 17 |