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.

Port details
icqlib A library required by kicq (not libicq)
1.0.0_1 net 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 1.0.0_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2005-11-09 07:48:19
SVN Revision: UNKNOWN
People watching this port, also watch:: python, Hermes
License: not specified in port
WWW:
http://kicq.sourceforge.net/icqlib.shtml
Description:
icqlib is a library required by kicq, KDE ICQ client. Note that it is NOT libicq and is not compatible with it. WWW: http://kicq.sourceforge.net/icqlib.shtml - Pavel Andreev <paxvel@iname.com>
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • icqlib>0:net/icqlib
No installation instructions:
This port has been deleted.
PKGNAME: icqlib
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. gmake : devel/gmake
  2. libtool15 : devel/libtool15
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aleron.dl.sourceforge.net/sourceforge/icqlib/
  3. http://belnet.dl.sourceforge.net/sourceforge/icqlib/
  4. http://heanet.dl.sourceforge.net/sourceforge/icqlib/
  5. http://kent.dl.sourceforge.net/sourceforge/icqlib/
  6. http://nchc.dl.sourceforge.net/sourceforge/icqlib/
  7. http://optusnet.dl.sourceforge.net/sourceforge/icqlib/
  8. http://ufpr.dl.sourceforge.net/sourceforge/icqlib/
  9. http://umn.dl.sourceforge.net/sourceforge/icqlib/
  10. http://unc.dl.sourceforge.net/sourceforge/icqlib/
  11. http://voxel.dl.sourceforge.net/sourceforge/icqlib/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0_1
09 Nov 2005 07:48:19
Original commit files touched by this commit
pav search for other commits by this committer
Move instant messaging related ports to newly created net-im category:

  net/aim -> net-im/aim
  net/amsn -> net-im/amsn
  net/ari-yahoo -> net-im/ari-yahoo
  net/ayttm -> net-im/ayttm
  net/bsflite -> net-im/bsflite
  net/ccmsn -> net-im/ccmsn
  net/centericq -> net-im/centericq
  net/cicquin -> net-im/cicquin
  net/coccinella -> net-im/coccinella
  net/convey -> net-im/convey
  net/echat -> net-im/echat
  net/ejabberd -> net-im/ejabberd
  net/firetalk -> net-im/firetalk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.0_1
02 Jun 2005 20:28:41
Original commit files touched by this commit
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
1.0.0_1
05 Mar 2005 01:17:09
Original commit files touched by this commit
lioux search for other commits by this committer
Drop maintainership
1.0.0_1
25 Dec 2004 11:43:58
Original commit files touched by this commit
lioux search for other commits by this committer
Remove deprecated USE_SIZE
1.0.0_1
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
1.0.0_1
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
1.0.0_1
08 Feb 2004 01:14:05
Original commit files touched by this commit
lioux search for other commits by this committer
USE_SIZEify
1.0.0_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
1.0.0
23 Feb 2003 19:58:35
Original commit files touched by this commit
lioux search for other commits by this committer
De-pkg-comment
08 Oct 2000 07:19:09
commit hash: fp1.4799@dev.null.freshports.orgcommit hash: fp1.4799@dev.null.freshports.orgcommit hash: fp1.4799@dev.null.freshports.orgcommit hash: fp1.4799@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  
03 Oct 2000 06:12:50
commit hash: fp1.4560@dev.null.freshports.orgcommit hash: fp1.4560@dev.null.freshports.orgcommit hash: fp1.4560@dev.null.freshports.orgcommit hash: fp1.4560@dev.null.freshports.org files touched by this commit
lioux search for other commits by this committer
Maintainer is now a committer, update email accordingly    
25 Sep 2000 09:14:28
commit hash: fp1.4325@dev.null.freshports.orgcommit hash: fp1.4325@dev.null.freshports.orgcommit hash: fp1.4325@dev.null.freshports.orgcommit hash: fp1.4325@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Remove --buld ltconfig option hacks. Please don't forget to update your libtool 
 installation.    
23 Sep 2000 05:32:13
commit hash: fp1.4261@dev.null.freshports.orgcommit hash: fp1.4261@dev.null.freshports.orgcommit hash: fp1.4261@dev.null.freshports.orgcommit hash: fp1.4261@dev.null.freshports.org files touched by this commit
dannyboy search for other commits by this committer
Change MAINTAINER e-mail address.    
19 Sep 2000 16:19:23
commit hash: fp1.4094@dev.null.freshports.orgcommit hash: fp1.4094@dev.null.freshports.orgcommit hash: fp1.4094@dev.null.freshports.orgcommit hash: fp1.4094@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.0.    
18 Sep 2000 17:50:30
commit hash: fp1.4058@dev.null.freshports.orgcommit hash: fp1.4058@dev.null.freshports.orgcommit hash: fp1.4058@dev.null.freshports.orgcommit hash: fp1.4058@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Change maintainer to be Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>.    
11 Aug 2000 12:50:37
commit hash: fp1.2815@dev.null.freshports.orgcommit hash: fp1.2815@dev.null.freshports.orgcommit hash: fp1.2815@dev.null.freshports.orgcommit hash: fp1.2815@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Make these COMMENT files conform to Handbook standard.    
16 Jun 2000 22:52:41
commit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 11:38:51
commit hash: fp1.1014@dev.null.freshports.orgcommit hash: fp1.1014@dev.null.freshports.orgcommit hash: fp1.1014@dev.null.freshports.orgcommit hash: fp1.1014@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
14 Jun 2000 14:21:38
commit hash: fp1.970@dev.null.freshports.orgcommit hash: fp1.970@dev.null.freshports.orgcommit hash: fp1.970@dev.null.freshports.orgcommit hash: fp1.970@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.    

Number of commits found: 19