non port: net/mpd-l2tp-ipv6pd-client/Makefile |
Number of commits found: 21 |
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 |
Monday, 19 Apr 2021
|
08:00 Tobias Kortkamp (tobik)
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
1bf865f |
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, 9 Oct 2019
|
12:17 bapt
Drop the ipv6 virtual category for n* category as it is not relevant anymore
|
Saturday, 5 May 2018
|
14:37 danfe
For some ports under `net*' categories: remove redundant PKGMESSAGE
assignment, which is set appropriately by the b.p.m when `pkg-message'
appears on the SUB_FILES list.
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 29 Apr 2015
|
18:28 ume
Remove the absolute path from pgrep to make DragonFly happy.
Spotted by: naddy
|
Saturday, 20 Dec 2014
|
19:23 bapt
cleanup plist
|
Sunday, 17 Aug 2014
|
16:45 ume
- Make it non-interactive port. [1]
- Nuke mpd4 support.
Requested by: marino [1]
|
Wednesday, 16 Oct 2013
|
16:31 ume
enable stage.
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Sunday, 29 Jul 2012
|
11:17 cs
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
|
Saturday, 16 Jun 2012
|
19:48 ume
Convert to use new OPTIONS framework.
|
Friday, 2 Mar 2012
|
14:56 pav
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
|
Friday, 3 Jun 2011
|
17:31 ume
New variables CONF_FILES and CONF_DIRS are to be introduced
to bsd.port.mk.
PR: ports/157158
Submitted by: Chris Rees <utisoft__at__gmail.com>
|
Sunday, 1 May 2011
|
13:21 ume
Add missing IS_INTERACTIVE=yes.
PR: ports/156751
Submitted by: Marcin Cieslak <saper__at__saper.info>
|
Saturday, 27 Mar 2010
|
05:21 dougb
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
|
Thursday, 23 Apr 2009
|
17:29 ume
Change to use mpd5 by default.
|
Saturday, 8 Nov 2008
|
16:47 ume
Add support for mpd5.
|
Tuesday, 1 Jan 2008
|
11:52 ume
New port - mpd-l2tp-ipv6pd-client
A sample implementaiton set of "L2TP-IPv6PD" client using mpd.
"OCN IPv6", provided by NTT Communications Corp, was the first
commercial tunnel service using "L2TP-IPv6PD".
NOTE: This port runs on FreeBSD 6.3 and later. If you want to run it
on FreeBSD 6.2, you need to apply following diff to your ng_ksocket:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_ksocket.c.diff?r1=1.59&r2=1.60
WWW: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf
|
Number of commits found: 21 |