Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.93 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
6.93 20 Jul 2022 14:22:09 |
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> (Only the first 15 lines of the commit message are shown above ) |
6.93 25 Jun 2021 13:40:23 |
Po-Chuan Hsieh (sunpoet) |
irc/p5-POE-Component-IRC: Update to 6.93
Changes: https://metacpan.org/dist/POE-Component-IRC/changes |
6.90 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.90 06 Oct 2018 13:06:45 |
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) |
6.90 18 Aug 2018 20:43:32 |
sunpoet |
Update WWW |
6.90 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
6.90 07 Sep 2017 20:12:41 |
sunpoet |
Remove MASTER_SITE_SUBDIR |
6.90 06 Sep 2017 20:06:24 |
sunpoet |
Update to 6.90
- Add LICENSE_FILE
- Sort *_DEPENDS
- Add missing OPTIONS_DEFINE=EXAMPLES
- Add NO_ARCH
- Convert to options target helper
Changes: http://search.cpan.org/dist/POE-Component-IRC/Changes |
6.88_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
6.88_1 13 Mar 2015 17:29:59 |
adamw |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
6.88_1 25 Feb 2015 18:54:16 |
adamw |
p5-Test-Differences was already listed as a TEST_DEPENDS, but was missed
being removed from BUILD/RUN_DEPENDS. |
6.88 04 Jan 2015 09:26:24 |
sunpoet |
- Update to 6.88
- Sort PLIST
Changes: http://search.cpan.org/dist/POE-Component-IRC/Changes |
6.83_1 26 Nov 2014 13:08:38 |
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 (Only the first 15 lines of the commit message are shown above ) |
6.83 18 Nov 2014 10:38:27 |
mat |
Take miwi's old perl ports into perl@'s fold.
Sponsored by: Absolight |
6.83 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
6.83 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
6.83 13 Jun 2014 07:36:28 |
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) |
6.83 30 Jan 2014 16:05:13 |
miwi |
- Stage support |
6.83 15 Jan 2014 04:19:23 |
miwi |
- Update to 6.83 |
6.81 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
6.81 16 Sep 2013 17:03:42 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
6.81 04 Feb 2013 02:45:33 |
miwi |
- Update to 6.81
- Convert to OPTIONSng
PR: 173867
Submitted by: Jase Thew <jase@FreeBSD.org> |
6.80 31 Oct 2012 17:05:48 |
jase |
- Update to 6.80
- Convert to new format Makefile header
Changes: https://metacpan.org/source/BINGOS/POE-Component-IRC-6.80/Changes
PR: ports/171828
Approved by: maintainer timeout (38 days)
Feature safe: yes |
6.78 03 May 2012 14:26:47 |
miwi |
- Update to 6.78
PR: 166989
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
6.76 02 May 2012 03:23:38 |
swills |
- Add TEST_DEPENDS
Approved by: portmgr (blanket) |
6.76 04 Dec 2011 09:50:18 |
miwi |
- Update to 6.76
- Update WWW
- Changes: http://metacpan.org/source/HINRIK/POE-Component-IRC-6.76/Changes
PR: 162938
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes |
6.75 28 Nov 2011 11:29:14 |
miwi |
- Update to 6.75
PR: 162887
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes |
6.74 23 Oct 2011 15:50:21 |
miwi |
- Update to 6.74
PR: 161394 |
6.70 26 Aug 2011 07:02:19 |
miwi |
- Update to 6.70
- Add license
PR: 159286
Submitted by: Jase Thew <freebsd@beardz.net> |
6.68 12 Jun 2011 02:34:12 |
miwi |
- Update to 6.68
PR: 156502
Submitted by: Jase Thew <freebsd@beardz.net> |
6.54 18 Mar 2011 04:04:01 |
miwi |
- Update to 6.54 |
6.52 24 Nov 2010 07:50:08 |
miwi |
- Update to 6.52 |
6.50 04 Nov 2010 05:04:24 |
miwi |
- Update to 6.50 |
6.49 04 Nov 2010 04:52:42 |
miwi |
- Update to 6.49
PR: 151177
Submitted by: Jase Thew <freebsd@beardz.net> |
6.45 30 Sep 2010 04:11:43 |
miwi |
- Update to 6.45
PR: 150731
Submitted by: Jase Thew <freebsd@beardz.net> |
6.39 11 Sep 2010 11:24:20 |
miwi |
- Update to 6.39
PR: 150279
Submitted by: Jase Thew <freebsd@beardz.net> |
6.35 10 Jul 2010 07:38:31 |
miwi |
- Update to 6.35 |
6.32 20 Jun 2010 05:01:16 |
miwi |
- Update to 6.32
PR: 147555
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes |
6.24 13 Feb 2010 16:51:38 |
miwi |
- Update to 6.24 |
6.22 21 Jan 2010 23:21:11 |
miwi |
- Update to 6.22 |
6.18 18 Dec 2009 00:16:18 |
miwi |
- Update to 6.18
PR: 141587
Submitted by: pgollucci |
6.16 17 Oct 2009 07:01:45 |
miwi |
- Update to 6.16
PR: 139667
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
6.14 28 Sep 2009 09:17:29 |
kuriyama |
- Upgrade to 6.14.
Approved by: miwi
Feature safe: yes |
5.98 06 Mar 2009 08:22:31 |
miwi |
- Update to 5.98 |
5.96 03 Feb 2009 13:36:16 |
miwi |
- Update to 5.96 |
5.88_1 22 Dec 2008 21:39:46 |
miwi |
- Add missing dependency
PR: 129791
Submitted by: Tod McQuillin <devin@spamcop.net> |
5.88 30 Aug 2008 20:17:43 |
miwi |
- Update to 5.88 |
5.86 24 Jul 2008 15:06:35 |
miwi |
- Update to 5.86 |
5.84 28 Jun 2008 22:33:23 |
miwi |
- Update to 5.84 |
5.82 18 Jun 2008 23:13:05 |
miwi |
- Update to 5.82 |
5.78 31 May 2008 16:06:39 |
miwi |
- Update to 5.78 |
5.76 08 May 2008 11:27:54 |
miwi |
- Update to 5.76 |
5.74 03 Apr 2008 11:57:36 |
miwi |
- Update to 5.74 |
5.72 25 Mar 2008 23:19:58 |
miwi |
- Update to 5.72 |
5.70 21 Mar 2008 11:23:39 |
miwi |
- Update to 5.70
- Take maintainership |
5.68 21 Feb 2008 07:16:25 |
beech |
- Update to 5.68
- Reset maintainership
PR: ports/120922
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) |
5.46 08 Jan 2008 17:29:24 |
beech |
- Update to 5.46
Changes:
- irc_public' events should now be generated according to ISupport
information
PR: ports/119408
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Approved by: linimon (mentor) |
5.34 15 Aug 2007 02:20:57 |
clsung |
- Update to 5.34
PR: ports/115494
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
5.32 30 Jul 2007 02:01:35 |
clsung |
- Update to 5.32
PR: ports/114884
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
5.26 01 May 2007 01:58:34 |
clsung |
- Update to 5.26
PR: ports/112260
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
5.24 20 Apr 2007 20:26:35 |
miwi |
- Update to 5.2.4
PR: 111933
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (Maintainer) |
5.22 04 Feb 2007 06:41:21 |
clsung |
- Update to 5.22
PR: ports/108726
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
5.18 11 Jan 2007 09:51:27 |
miwi |
- Update to 5.1.8
PR: ports/107767
Submitted by: miwi
Approved by: maintainer |
5.17 24 Dec 2006 05:25:53 |
aaron |
Update to 5.17
PR: ports/107131
Submitted by: aaron
Approved by: tjs@cdpa.nsysu.edu.tw |
5.13 27 Nov 2006 11:34:52 |
miwi |
- Update to 5.13
Submitted by: pointyhat
Approved by: maintainer |
5.11 20 Nov 2006 19:44:47 |
miwi |
- Update to 0.11
PR: 105683
Submitted by: miwi
Approved by: maintainer |
5.07 31 Oct 2006 06:38:21 |
clsung |
- Update to 5.07
PR: ports/104513
Submitted by: maintainer (Jin-Shan Tseng) |
5.05 07 Oct 2006 11:19:20 |
clsung |
- Update to 5.05
PR: ports/104085
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
5.04 26 Sep 2006 08:25:15 |
clsung |
- Update to 5.04
PR: ports/103627
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Jin-Shan Tseng) |
5.00 07 Sep 2006 21:34:17 |
ehaupt |
Update to 5.00
PR: 102894
Submitted by: chinsan <chinsan.tw@gmail.com>
Approved by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) |
4.99 30 Aug 2006 00:19:56 |
clsung |
- Update to 4.99
- sort pkg-plist
PR: ports/102668
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
4.98 22 Aug 2006 06:01:21 |
clsung |
- Update to 4.98
- Not to use RUN_DEPENDS=${BUILD_DEPENDS} to avoid p5-Module-Build
into run-depends-list
PR: ports/102241
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Jin-Shan Tseng) |
4.97 24 Jul 2006 22:57:43 |
clsung |
- update to 4.97
PR: ports/100777
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
4.96 19 Jul 2006 00:59:35 |
clsung |
- update to 4.96
- original maintainer pass maintainership to submitter
PR: ports/100487
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (original, Christopher Nehren) |
4.93 20 Jun 2006 04:38:53 |
aaron |
- Update to v4.93
PR: ports/99166
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit) |
4.90 15 Jun 2006 01:09:18 |
aaron |
- Update from v4.87 to v4.90
- Update plist to respect NOPORTDOCS
PR: ports/98318
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit) |
4.87 21 May 2006 11:41:55 |
sat |
- Update to 4.87
Approved by: krion (mentor), Christopher Nehren
<apeiron+ports@coitusmentis.info> (maintainer) |
4.70 22 Jan 2006 12:38:15 |
edwin |
SHA256ify
Approved by: krion@ |
4.70 22 Jan 2006 02:15:53 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
4.70 14 Oct 2005 05:48:50 |
ehaupt |
Update to 4.70
PR: 86813
Submitted by: ehaupt
Approved by: Christopher Nehren <apeiron@coitusmentis.info> (maintainer),
novel (mentor) |
4.65 22 Jul 2005 01:32:26 |
leeym |
- Update irc/p5-POE-Component-IRC to 4.65
PR: 83883
Submitted by: Christopher Nehren <apeiron+ports@coitusmentis.info> |
4.63 23 Jun 2005 09:41:50 |
sem |
- Update to 4.63
PR: ports/82517
Submitted by: maintainer |
4.0 16 Apr 2005 21:39:00 |
sem |
- Update to 4.0
- Pass maintainership to submitter
PR: ports/79573
Submitted by: Christopher Nehren <apeiron+ports@coitusmentis.info> |
2.9 05 Apr 2005 20:54:59 |
pav |
- Reset unreachable maintainer (mail bounces) |
2.9 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.9 09 Aug 2003 11:53:47 |
skv |
Updated to 2.9
PR: ports/55373
Submitted by: Mathieu Arnold <m@absolight.net> |
2.8 06 Jul 2003 03:52:28 |
kuriyama |
Update to 2.8.
Add WWW:.
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/52242
No response from: maintainer |
2.6 21 Feb 2003 12:17:17 |
knu |
De-pkg-comment. |
2.6 03 Jan 2003 05:44:26 |
petef |
- update to 2.6
- submitter is now the maintainer (from ports@)
PR: 46710
Submitted by: Daniel B. Hemmerich <dan-freebsd@spot.org> |
2.5 19 Nov 2002 13:15:36 |
ijliao |
upgrade 45025
PR: 45025
Submitted by: Jim Westfall <jwestfall@surrealistic.net> |
2.2 27 May 2002 14:43:15 |
skv |
Updated to 2.2, added examples. |
2.1 17 May 2002 04:23:05 |
ijliao |
upgrade to 2.1 |
24 Aug 2001 22:32:55 |
tobez |
Remove redundant USE_PERL5 statements. |
19 Aug 2001 00:07:01 |
ijliao |
add p5-POE-Component-IRC A fully event-driven IRC client module |