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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-irclib IRC protocol client library for Python
0.6.4_1 irc Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.4_1Version of this port present on the latest quarterly branch.
Maintainer: william88@gmail.com search for ports maintained by this maintainer
Port Added: 2001-05-24 10:20:33
Last Update: 2012-11-22 11:21:39
SVN Revision: 307643
People watching this port, also watch:: wget, p5-Time-HiRes, python, p5-Time-Piece, p5-Class-Loader
Also Listed In: python
License: not specified in port
WWW:
http://sourceforge.net/projects/python-irclib/
Description:
This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC. It actually does CTCP parsing exactly as the CTCP specifications describe it. WWW: http://sourceforge.net/projects/python-irclib/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • py27-irclib>0:irc/py-irclib
No installation instructions:
This port has been deleted.
PKGNAME: py27-irclib
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. easy_install : devel/py-setuptools
  2. py27-hgtools>0 : devel/py-hgtools
  3. python2.7 : lang/python27
Runtime dependencies:
  1. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net-mgmt/nagios-check_nick*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (21 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/python-irclib/
  3. http://freefr.dl.sourceforge.net/project/python-irclib/
  4. http://garr.dl.sourceforge.net/project/python-irclib/
  5. http://heanet.dl.sourceforge.net/project/python-irclib/
  6. http://hivelocity.dl.sourceforge.net/project/python-irclib/
  7. http://ignum.dl.sourceforge.net/project/python-irclib/
  8. http://internode.dl.sourceforge.net/project/python-irclib/
  9. http://iweb.dl.sourceforge.net/project/python-irclib/
  10. http://jaist.dl.sourceforge.net/project/python-irclib/
  11. http://nchc.dl.sourceforge.net/project/python-irclib/
  12. http://ncu.dl.sourceforge.net/project/python-irclib/
  13. http://netcologne.dl.sourceforge.net/project/python-irclib/
  14. http://osdn.dl.sourceforge.net/project/python-irclib/
  15. http://space.dl.sourceforge.net/project/python-irclib/
  16. http://sunet.dl.sourceforge.net/project/python-irclib/
  17. http://superb-dca3.dl.sourceforge.net/project/python-irclib/
  18. http://switch.dl.sourceforge.net/project/python-irclib/
  19. http://tenet.dl.sourceforge.net/project/python-irclib/
  20. http://ufpr.dl.sourceforge.net/project/python-irclib/
  21. http://waix.dl.sourceforge.net/project/python-irclib/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.4_1
22 Nov 2012 11:21:39
Revision:307643Original commit files touched by this commit
rm search for other commits by this committer
- update to 5.0.1
- rename to py-irc to follow upstream
- change MASTER_SITES to pypi
- switch to easy_install
- update examples
- convert to optionsng
- add optional dependency on py-importlib for python < 2.7
- update WWW and port description
- general clean-up

This port should be python3 aware, so change USE_PYTHON to yes, but it still
doesn't builds with it because py-hgtools isn't, so can't test for sure.

PR:		173828
Submitted by:	rm (myself)
Approved by:	William Grzybowski <william88 at gmail dot com> (maintainer, via
python@ ML)
Feature safe:	yes
0.6.4_1
13 Nov 2012 14:09:47
Revision:307375Original commit files touched by this commit
rm search for other commits by this committer
- add missing build dependency on devel/py-hgtools. This should fix
  build on pointyhat [1]
- bump PORTREVISION because of dependency change

while here:
- trim Makefile header
- remove trailing whitespace in pkg-descr

PR:		173507 [1]
PR:     173501 [2]
Submitted by:	William Grzybowski <william88 at gmail dot com> (maintainer)
Reported by:	bdrewery [2]
Feature safe:	yes
0.6.4
08 May 2012 19:29:45
Original commit files touched by this commit
delphij search for other commits by this committer
Add an explicit dependency of easy_install.  Note that the bundled install
script do some weird things that makes USE_PYDISTUTILS=easy_install break
the port, mark it so for now.

Submitted by:   William Grzybowski <william88 gmail.com> (maintainer)
PR:             ports/167714
0.6.4
04 May 2012 22:54:22
Original commit files touched by this commit
delphij search for other commits by this committer
 - Update to 0.6.4;
 - Assign maintainership to submitter.

Submitted by:   William Grzybowski <william88 gmail com>
0.4.8
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.4.8
23 May 2010 21:16:16
Original commit files touched by this commit
linimon search for other commits by this committer
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
0.4.8
22 Aug 2009 00:24:37
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
0.4.8
31 Oct 2008 03:25:33
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4.8

PR:             128451
Submitted by:   lwhsu
0.4.6
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
0.4.6
22 Apr 2006 05:23:00
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4.6
0.4.5
22 Jan 2006 12:38:15
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.4.5
29 Aug 2005 14:22:06
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4.5

PR:             83816
Submitted by:   vsevolod
0.4.4
20 Mar 2005 18:01:26
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4.4.
0.4.3
26 Jan 2005 09:47:01
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4.3
0.4.1
19 Dec 2004 16:40:25
Original commit files touched by this commit
perky search for other commits by this committer
Fix plist and delete a unmaintained email address from header.

Spotted by:     the Ports Janitor
0.4.1
18 Mar 2004 07:38:48
Original commit files touched by this commit
perky search for other commits by this committer
Add SIZE data.

Submitted by:   trevor
0.4.1
10 Nov 2003 12:38:02
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4.1
0.4.0
27 Sep 2003 16:20:31
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4.0
0.3.4
25 Feb 2003 06:25:36
Original commit files touched by this commit
perky search for other commits by this committer
De-pkg-comment for my ports.
0.3.4
25 Jun 2002 07:50:58
Original commit files touched by this commit
perky search for other commits by this committer
Updating my email address.

Approved by: cjh (mentor)
0.3.4
27 Mar 2002 15:14:16
Original commit files touched by this commit
ijliao search for other commits by this committer
Update to 0.3.4
Change library install base from LOCALBASE to PREFIX

PR:             36370
Submitted by:   maintainer
26 Feb 2002 22:00:38
commit hash: fp1.25246@dev.null.freshports.orgcommit hash: fp1.25246@dev.null.freshports.orgcommit hash: fp1.25246@dev.null.freshports.orgcommit hash: fp1.25246@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Update to 0.3.3    
13 Dec 2001 13:33:44
commit hash: fp1.21976@dev.null.freshports.orgcommit hash: fp1.21976@dev.null.freshports.orgcommit hash: fp1.21976@dev.null.freshports.orgcommit hash: fp1.21976@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.3.2   change maintainer's email    
27 May 2001 18:08:27
commit hash: fp1.14249@dev.null.freshports.orgcommit hash: fp1.14249@dev.null.freshports.orgcommit hash: fp1.14249@dev.null.freshports.orgcommit hash: fp1.14249@dev.null.freshports.org files touched by this commit
dannyboy search for other commits by this committer
Fix MASTER_SITES.    
24 May 2001 14:20:33
commit hash: fp1.14108@dev.null.freshports.orgcommit hash: fp1.14108@dev.null.freshports.orgcommit hash: fp1.14108@dev.null.freshports.orgcommit hash: fp1.14108@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add py-irclib   IRC protocol client library for Python    

Number of commits found: 25