non port: irc/dircproxy/Makefile |
Number of commits found: 33 |
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)
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net>
* David Bushong <david+ports@bushong.net>
* David Taylor <davidt@yadt.co.uk>
* Dennis Herrmann <adox@mcx2.org>
* Dominic Marks <dom@cus.org.uk>
* Edini <ports@edini.net>
* Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
* Evgueni V. Gavrilov <aquatique@rusunix.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerrit Beine <tux@pinguru.net>
* Gustau Perez <gustau.perez@gmail.com>
* Hye-Shik Chang
* Jase Thew <freebsd@beardz.net>
* Jens Holmqvist <zparta@hispan.se>
* Jimbo Bahooli <griffin@blackhole.iceworld.org>
* Jonas Kvinge <jonas@night-light.net>
* Josh Paetzel <josh@tcbug.org>
* Julien Laffaye <kimelto@gmail.com>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kubilay Kocak <koobs@FreeBSD.org>
* Makoto Matsushita <matusita@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org
* Martin Wilke <miwi@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Matthew West <mwest@uct.ac.za>
* Maxim Ignatenko
* Michael Ranner
* Oliver Eikemeier
* Philippe Audeoud <jadawin@tuxaco.net>
* Romain Tartiere <romain@blogreen.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shaun Amott <shaun@inerd.com>
* Steve Wills <swills@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TERAMOTO Masahiro <markun@onohara.to>
* Tim Bishop <tim@bishnet.net>
* Timothy Redaelli <drizzt@gufi.org>
* Travis Poppe <tlp@liquidx.org>
* Ulrich Spoerlein <q@uni.de>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Walter Venable <weaseal@hotmail.com>
* Walter Venable <weaseal@users.sourceforge.net>
* Wen Heping <wenheping@gmail.com>
* Will Andrews <andrews@technologist.com>
* clement
* db
* elvstone@gmail.com
* gahr
* hrs
* ijliao
* koji@jet.es
* milki <milki@rescomp.berkeley.edu>
* perlguy@perlguy.com
* pgl@instinct.org
* sec@42.org
* tdb
* torstenb
With hat: portmgr
6ec0477 |
Tuesday, 31 Aug 2021
|
09:23 Bernhard Froehlich (decke)
irc/dircproxy: Add CPE information
Approved by: portmgr (blanket)
fb372e5 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 5 May 2018
|
15:17 danfe
For ports under `emulators', `games', `irc`, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
 |
Saturday, 23 Dec 2017
|
14:57 tijl
Convert to USES=autoreconf.
 |
Saturday, 25 Mar 2017
|
01:51 mm
irc/dircproxy: change master site to github and unbreak
 |
Friday, 3 Mar 2017
|
16:00 mat
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 14 Sep 2016
|
15:59 mat
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
 |
Wednesday, 26 Aug 2015
|
02:43 amdmi3
- Remove deprecated and unused MAN1 knob
- Don't hardcode make command
Approved by: portmgr blanket
 |
Wednesday, 27 May 2015
|
00:15 amdmi3
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
 |
Friday, 13 Jun 2014
|
07:36 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
 |
Sunday, 19 Jan 2014
|
12:41 mm
Fix pkg-plist for dircproxy
 |
12:01 mm
Add STAGE support to irc/dircproxy
 |
Friday, 20 Sep 2013
|
18:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Wednesday, 23 Mar 2011
|
15:53 mm
- Add LICENSE knob(s)
 |
Monday, 19 Apr 2010
|
16:19 mm
- Update to 1.2.0 RC1
- Take maintainership from ports@
 |
Tuesday, 12 Jan 2010
|
04:03 pgollucci
- SUB_FILES += pkg-message
PR: ports/142586
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
 |
Monday, 5 Nov 2007
|
12:11 miwi
- Fix a crash if dirproxy recieves an ACTION command without a parameter.
- Bump PORTREVISION
Approved by: portmgr (erwin)
Security:
http://www.vuxml.org/freebsd/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
 |
Wednesday, 17 Oct 2007
|
14:02 miwi
- Rest Maintainer
Approved by: linimon
 |
14:01 miwi
- Fix build with gcc 4.2
PR: 116820
Submitted by: miwi
Approved by: maintainer timeout
 |
Tuesday, 2 Oct 2007
|
01:45 linimon
Mark as broken on gcc4.2.
 |
Wednesday, 16 Mar 2005
|
12:21 vs
Update master-site
PR: ports/76713
Submitted by: maintainer
 |
Tuesday, 12 Oct 2004
|
22:07 thierry
Take maintainership.
Since I'm here, use DATADIR.
PR: ports/71976
Submitted by: Lester Mesa.
 |
Sunday, 2 Nov 2003
|
03:36 edwin
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
 |
Friday, 21 Feb 2003
|
12:17 knu
De-pkg-comment.
 |
Friday, 3 Jan 2003
|
06:37 ijliao
upgrade to 1.0.5
make portlint happy
PR: 43657
Submitted by: maintainer
 |
Saturday, 31 Aug 2002
|
13:48 greid
Transfer MAINTAINERship to Lester A. Mesa <lester@mazpe.net> who has been
working closely with the author on this software.
Submitted by: Lester A. Mesa <lester@mazpe.net>
 |
Tuesday, 12 Mar 2002
|
14:06 greid
Update to version 1.0.3
Submitted by: Neil Darlow <neil@darlow.co.uk>
 |
Sunday, 6 Jan 2002
|
21:05 greid
Update to 1.0.2
 |
Friday, 13 Jul 2001
|
19:03 greid
Update to version 1.0.1
 |
Saturday, 10 Mar 2001
|
19:49 will
Add dircproxy 1.0.0, a detachable irc proxy server with many features.
 |
Number of commits found: 33 |