non port: ports-mgmt/mkreadmes/Makefile |
Number of commits found: 12 |
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, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com>
* Heiner <h.eichmann@gmx.de>
* Ilya A. Arkhipov <rum1cro@yandex.ru>
* John Marino <marino@FreeBSD.org>
* Jun-ichiro itojun Hagino <itojun@itojun.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Mamoru Sakaue / MwGhennndo
* Martin Kammerhofer
* Matthew Seaman
* Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Matthias Andree <mandree@FreeBSD.org>
* Matthias Schmidt
* Pawel Pekala <pawel@FreeBSD.org>
* Philip M. Gollucci <pgollucci@p6m7g8.com>
* Philipp Wuensche <cryx-ports@h3q.com>
* Richard Gallamore <ultima@FreeBSD.org>
* Romain Tartiere <romain@FreeBSD.org>
* Romain Tartiere <romain@blogreen.org>
* Securedog <securedog@users.sourceforge.jp>
* Sergei Kolobov <sergei@kolobov.com>
* Shaun Amott <shaun@inerd.com>
* Stefan Walter <sw@gegenunendlich.de>
* Stephen Hurd <shurd@FreeBSD.org>
* Timothy Redaelli <drizzt@gufi.org>
* Tom Hukins <tom@FreeBSD.org>
* Vasil Dimov <vd@datamax.bg>
* Vladimir Chukharev
* Yanhui Shen <shen.elf@gmail.com>
* Zane C, Bowers <vvelox@vvelox.net>
* kmoore@FreeBSD.org
With hat: portmgr
9c165b9 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 19 Aug 2015
|
07:10 erwin
Reset maintainer
<conrads@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1
<conrads@cox.net> invalid recipient - Refer to Error Codes section at
http://postmaster.cox.net/confluence/display/postmaster/Error+Codes for
more information. (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S
 |
Tuesday, 24 Jun 2014
|
03:56 jhale
- Support staging
- Simplify MASTER_SITES
- Remove indefinite article from COMMENT
- USES_BZIP2 -> USE=tar:bzip2
Approved by: portmgr (blanket approval)
 |
Friday, 20 Sep 2013
|
22:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
 |
Friday, 4 May 2012
|
22:06 jgh
- Update to 1.3
This version adds support for a top-level Makefile.local. Also
restored the priority-setting code, but without making it mandatory
(if the call to rtprio fails, the program will still runs, rather than
aborting as it formerly did, the last time this code was included).
PR: ports/167592
Submitted by: maintainer, conrads@cox.net
 |
Saturday, 10 Mar 2012
|
06:00 jgh
- Update to 1.2
- add WWW to pkg-descr
PR: ports/165896
Submitted by: maintainer, conrads@cox.net
Feature safe: yes
 |
Wednesday, 7 Mar 2012
|
19:32 crees
- Update to 1.1.2
. Improved handling of pathnames
PR: ports/165829
Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer)
 |
Monday, 5 Mar 2012
|
17:50 jgh
- Update to 1.1.1
- Bug fix release
- Add man page
PR: ports/165723
Submitted by: maintainer, conrads@cox.net
 |
Sunday, 4 Mar 2012
|
11:13 crees
Update to 1.0.2:
Change initialize() routine to call getuid() to ensure the program is being
run as root before trying to call rtprio(). This allows the program to
be run by a non-privileged user in a jail(8) environment.
PR: ports/165681
Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer)
Submitted by: Marco Steinbach <coco@executive-computing.de>
 |
Saturday, 3 Mar 2012
|
13:21 crees
Mkreadmes is designed to be a very fast, flexible and easy-to-use alternative
to the standard "make readmes" for building the README.html files for the
FreeBSD Ports Collection, building the files in a fraction of the time of the
standard method.
PR: ports/165631
Submitted by: Conrad J. Sabatier <conrads@cox.net>
 |
Number of commits found: 12 |