non port: irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile |
Number of commits found: 17 |
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, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 6 Oct 2018
|
13:06 des
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Friday, 15 Sep 2017
|
08:58 mat
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Monday, 20 Feb 2017
|
15:09 sunpoet
Update to 1.02
- Add LICENSE
- Sort *_DEPENDS
- Add missing OPTIONS_DEFINE=EXAMPLES
- Add NO_ARCH
- Use PORTEXAMPLES
- Convert to options target helper
Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/Changes
|
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 26 Nov 2014
|
13:08 mat
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
Tuesday, 18 Nov 2014
|
10:38 mat
Take miwi's old perl ports into perl@'s fold.
Sponsored by: Absolight
|
09:37 bapt
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
|
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)
|
Thursday, 6 Feb 2014
|
02:42 miwi
- Stage support
|
Friday, 20 Sep 2013
|
18:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Tuesday, 10 Sep 2013
|
10:51 az
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Tuesday, 10 Apr 2012
|
05:42 miwi
- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION
- Pet portlint
PR: 166762
Submitted by: swills@
|
Friday, 1 May 2009
|
14:03 miwi
- Update to 1.00
|
Saturday, 31 May 2008
|
16:59 miwi
POE::Component::IRC::Plugin::Bollocks is a POE::Component::IRC plugin
generates management bullshit whenever you need it.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/
PR: ports/-u
Submitted by: Martin Wilke <miwi at FreeBSD.org
|
Number of commits found: 17 |