notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: irc/p5-POE-Component-IRC/Makefile

Number of commits found: 90

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 6ec0477
Friday, 25 Jun 2021
13:40 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
irc/p5-POE-Component-IRC: Update to 6.93

Changes:	https://metacpan.org/dist/POE-Component-IRC/changes
commit hash: edc22750e6daaf012d3395e2df3dad6eca83c606 commit hash: edc22750e6daaf012d3395e2df3dad6eca83c606 commit hash: edc22750e6daaf012d3395e2df3dad6eca83c606 commit hash: edc22750e6daaf012d3395e2df3dad6eca83c606 edc2275
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 6 Oct 2018
13:06 des search for other commits by this committer
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)
Original commitRevision:481365 
Friday, 15 Sep 2017
08:58 mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Original commitRevision:449893 
Thursday, 7 Sep 2017
20:12 sunpoet search for other commits by this committer
Remove MASTER_SITE_SUBDIR
Original commitRevision:449419 
Wednesday, 6 Sep 2017
20:06 sunpoet search for other commits by this committer
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
Original commitRevision:449367 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Friday, 13 Mar 2015
17:29 adamw search for other commits by this committer
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
Original commitRevision:381221 
Wednesday, 25 Feb 2015
18:54 adamw search for other commits by this committer
p5-Test-Differences was already listed as a TEST_DEPENDS, but was missed
being removed from BUILD/RUN_DEPENDS.
Original commitRevision:379943 
Sunday, 4 Jan 2015
09:26 sunpoet search for other commits by this committer
- Update to 6.88
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-IRC/Changes
Original commitRevision:376181 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Original commitRevision:373448 
Tuesday, 18 Nov 2014
10:38 mat search for other commits by this committer
Take miwi's old perl ports into perl@'s fold.

Sponsored by:	Absolight
Original commitRevision:372712 
09:37 bapt search for other commits by this committer
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
Original commitRevision:372709 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
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)
Original commitRevision:357654 
Thursday, 30 Jan 2014
16:05 miwi search for other commits by this committer
- Stage support
Original commitRevision:341855 
Wednesday, 15 Jan 2014
04:19 miwi search for other commits by this committer
- Update to 6.83
Original commitRevision:339751 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Monday, 16 Sep 2013
17:03 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327418 
Monday, 4 Feb 2013
02:45 miwi search for other commits by this committer
- Update to 6.81
- Convert to OPTIONSng

PR:		173867
Submitted by:	Jase Thew <jase@FreeBSD.org>
Original commitRevision:311561 
Wednesday, 31 Oct 2012
17:05 jase search for other commits by this committer
- 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
Original commitRevision:306752 
Thursday, 3 May 2012
14:26 miwi search for other commits by this committer
- Update to 6.78

PR:             166989
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commit
Wednesday, 2 May 2012
03:23 swills search for other commits by this committer
- Add TEST_DEPENDS

Approved by:    portmgr (blanket)
Original commit
Sunday, 4 Dec 2011
09:50 miwi search for other commits by this committer
- 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
Original commit
Monday, 28 Nov 2011
11:29 miwi search for other commits by this committer
- Update to 6.75

PR:             162887
Submitted by:   Jase Thew <freebsd@beardz.net>
Feature safe:   yes
Original commit
Sunday, 23 Oct 2011
15:50 miwi search for other commits by this committer
- Update to 6.74

PR:             161394
Original commit
Friday, 26 Aug 2011
07:02 miwi search for other commits by this committer
- Update to 6.70
- Add license

PR:             159286
Submitted by:   Jase Thew <freebsd@beardz.net>
Original commit
Sunday, 12 Jun 2011
02:34 miwi search for other commits by this committer
- Update to 6.68

PR:             156502
Submitted by:   Jase Thew <freebsd@beardz.net>
Original commit
Friday, 18 Mar 2011
04:04 miwi search for other commits by this committer
- Update to 6.54
Original commit
Wednesday, 24 Nov 2010
07:50 miwi search for other commits by this committer
- Update to 6.52
Original commit
Thursday, 4 Nov 2010
05:04 miwi search for other commits by this committer
- Update to 6.50
Original commit
04:52 miwi search for other commits by this committer
- Update to 6.49

PR:             151177
Submitted by:   Jase Thew <freebsd@beardz.net>
Original commit
Thursday, 30 Sep 2010
04:11 miwi search for other commits by this committer
- Update to 6.45

PR:             150731
Submitted by:   Jase Thew <freebsd@beardz.net>
Original commit
Saturday, 11 Sep 2010
11:24 miwi search for other commits by this committer
- Update to 6.39

PR:             150279
Submitted by:   Jase Thew <freebsd@beardz.net>
Original commit
Saturday, 10 Jul 2010
07:38 miwi search for other commits by this committer
- Update to 6.35
Original commit
Sunday, 20 Jun 2010
05:01 miwi search for other commits by this committer
- Update to 6.32

PR:             147555
Submitted by:   Jase Thew <freebsd@beardz.net>
Feature safe:   yes
Original commit
Saturday, 13 Feb 2010
16:51 miwi search for other commits by this committer
- Update to 6.24
Original commit
Thursday, 21 Jan 2010
23:21 miwi search for other commits by this committer
- Update to 6.22
Original commit
Friday, 18 Dec 2009
00:16 miwi search for other commits by this committer
- Update to 6.18

PR:             141587
Submitted by:   pgollucci
Original commit
Saturday, 17 Oct 2009
07:01 miwi search for other commits by this committer
- Update to 6.16

PR:             139667
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Original commit
Monday, 28 Sep 2009
09:17 kuriyama search for other commits by this committer
- Upgrade to 6.14.

Approved by:    miwi
Feature safe:   yes
Original commit
Friday, 6 Mar 2009
08:22 miwi search for other commits by this committer
- Update to 5.98
Original commit
Tuesday, 3 Feb 2009
13:36 miwi search for other commits by this committer
- Update to 5.96
Original commit
Monday, 22 Dec 2008
21:39 miwi search for other commits by this committer
- Add missing dependency

PR:             129791
Submitted by:   Tod McQuillin <devin@spamcop.net>
Original commit
Saturday, 30 Aug 2008
20:17 miwi search for other commits by this committer
- Update to 5.88
Original commit
Thursday, 24 Jul 2008
15:06 miwi search for other commits by this committer
- Update to 5.86
Original commit
Saturday, 28 Jun 2008
22:33 miwi search for other commits by this committer
- Update to 5.84
Original commit
Wednesday, 18 Jun 2008
23:13 miwi search for other commits by this committer
- Update to 5.82
Original commit
Saturday, 31 May 2008
16:06 miwi search for other commits by this committer
- Update to 5.78
Original commit
Thursday, 8 May 2008
11:27 miwi search for other commits by this committer
- Update to 5.76
Original commit
Thursday, 3 Apr 2008
11:57 miwi search for other commits by this committer
- Update to 5.74
Original commit
Tuesday, 25 Mar 2008
23:19 miwi search for other commits by this committer
- Update to 5.72
Original commit
Friday, 21 Mar 2008
11:23 miwi search for other commits by this committer
- Update to 5.70
- Take maintainership
Original commit
Thursday, 21 Feb 2008
07:16 beech search for other commits by this committer
- Update to 5.68
- Reset maintainership

PR:             ports/120922
Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Original commit
Tuesday, 8 Jan 2008
17:29 beech search for other commits by this committer
- 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)
Original commit
Wednesday, 15 Aug 2007
02:20 clsung search for other commits by this committer
- Update to 5.34

PR:             ports/115494
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
Original commit
Monday, 30 Jul 2007
02:01 clsung search for other commits by this committer
- Update to 5.32

PR:             ports/114884
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
Original commit
Tuesday, 1 May 2007
01:58 clsung search for other commits by this committer
- Update to 5.26

PR:             ports/112260
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
Original commit
Friday, 20 Apr 2007
20:26 miwi search for other commits by this committer
- Update to 5.2.4

PR:             111933
Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (Maintainer)
Original commit
Sunday, 4 Feb 2007
06:41 clsung search for other commits by this committer
- Update to 5.22

PR:             ports/108726
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
Original commit
Thursday, 11 Jan 2007
09:51 miwi search for other commits by this committer
- Update to 5.1.8

PR:             ports/107767
Submitted by:   miwi
Approved by:    maintainer
Original commit
Sunday, 24 Dec 2006
05:25 aaron search for other commits by this committer
Update to 5.17

PR:             ports/107131
Submitted by:   aaron
Approved by:    tjs@cdpa.nsysu.edu.tw
Original commit
Monday, 27 Nov 2006
11:34 miwi search for other commits by this committer
- Update to 5.13

Submitted by:   pointyhat
Approved by:    maintainer
Original commit
Monday, 20 Nov 2006
19:44 miwi search for other commits by this committer
- Update to 0.11

PR:             105683
Submitted by:   miwi
Approved by:    maintainer
Original commit
Tuesday, 31 Oct 2006
06:38 clsung search for other commits by this committer
- Update to 5.07

PR:             ports/104513
Submitted by:   maintainer (Jin-Shan Tseng)
Original commit
Saturday, 7 Oct 2006
11:19 clsung search for other commits by this committer
- Update to 5.05

PR:             ports/104085
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
Original commit
Tuesday, 26 Sep 2006
08:25 clsung search for other commits by this committer
- Update to 5.04

PR:             ports/103627
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:    maintainer (Jin-Shan Tseng)
Original commit
Thursday, 7 Sep 2006
21:34 ehaupt search for other commits by this committer
Update to 5.00

PR:             102894
Submitted by:   chinsan <chinsan.tw@gmail.com>
Approved by:    Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Original commit
Wednesday, 30 Aug 2006
00:19 clsung search for other commits by this committer
- Update to 4.99
- sort pkg-plist

PR:             ports/102668
Submitted by:   Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Original commit
Tuesday, 22 Aug 2006
06:01 clsung search for other commits by this committer
- 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)
Original commit
Monday, 24 Jul 2006
22:57 clsung search for other commits by this committer
- update to 4.97

PR:             ports/100777
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
Original commit
Wednesday, 19 Jul 2006
00:59 clsung search for other commits by this committer
- 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)
Original commit
Tuesday, 20 Jun 2006
04:38 aaron search for other commits by this committer
- Update to v4.93

PR:             ports/99166
Submitted by:   aaron
Reviewed by:    maintainer
Approved by:    maintainer, tobez (implicit)
Original commit
Thursday, 15 Jun 2006
01:09 aaron search for other commits by this committer
- Update from v4.87 to v4.90
- Update plist to respect NOPORTDOCS

PR:             ports/98318
Submitted by:   aaron
Approved by:    maintainer timeout, tobez (implicit)
Original commit
Sunday, 21 May 2006
11:41 sat search for other commits by this committer
- Update to 4.87

Approved by:    krion (mentor), Christopher Nehren
<apeiron+ports@coitusmentis.info> (maintainer)
Original commit
Friday, 14 Oct 2005
05:48 ehaupt search for other commits by this committer
Update to 4.70

PR:             86813
Submitted by:   ehaupt
Approved by:    Christopher Nehren <apeiron@coitusmentis.info> (maintainer),
                novel (mentor)
Original commit
Friday, 22 Jul 2005
01:32 leeym search for other commits by this committer
- Update irc/p5-POE-Component-IRC to 4.65

PR:             83883
Submitted by:   Christopher Nehren <apeiron+ports@coitusmentis.info>
Original commit
Thursday, 23 Jun 2005
09:41 sem search for other commits by this committer
- Update to 4.63

PR:             ports/82517
Submitted by:   maintainer
Original commit
Saturday, 16 Apr 2005
21:39 sem search for other commits by this committer
- Update to 4.0
- Pass maintainership to submitter

PR:             ports/79573
Submitted by:   Christopher Nehren <apeiron+ports@coitusmentis.info>
Original commit
Tuesday, 5 Apr 2005
20:54 pav search for other commits by this committer
- Reset unreachable maintainer (mail bounces)
Original commit
Saturday, 9 Aug 2003
11:53 skv search for other commits by this committer
Updated to 2.9

PR:             ports/55373
Submitted by:   Mathieu Arnold <m@absolight.net>
Original commit
Sunday, 6 Jul 2003
03:52 kuriyama search for other commits by this committer
Update to 2.8.
Add WWW:.

Submitted by:   Mathieu Arnold <m@absolight.net>
PR:             ports/52242
No response from: maintainer
Original commit
Friday, 21 Feb 2003
12:17 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 3 Jan 2003
05:44 petef search for other commits by this committer
- update to 2.6
- submitter is now the maintainer (from ports@)

PR:             46710
Submitted by:   Daniel B. Hemmerich <dan-freebsd@spot.org>
Original commit
Tuesday, 19 Nov 2002
13:15 ijliao search for other commits by this committer
upgrade 45025

PR:             45025
Submitted by:   Jim Westfall <jwestfall@surrealistic.net>
Original commit
Monday, 27 May 2002
14:43 skv search for other commits by this committer
Updated to 2.2, added examples.
Original commit
Friday, 17 May 2002
04:23 ijliao search for other commits by this committer
upgrade to 2.1
Original commit
Friday, 24 Aug 2001
22:32 tobez search for other commits by this committer
Remove redundant USE_PERL5 statements.    
Original commit
Sunday, 19 Aug 2001
00:07 ijliao search for other commits by this committer
add p5-POE-Component-IRC   A fully event-driven IRC client module    
Original commit

Number of commits found: 90