The FreeBSD Ports Archive
FreeBSD net-im : libicq4>
Library to add ICQ communication support to your software
libicq is based on micq and is intended to make it easy to add ICQ
communication support to your software.
micq is available at ftp://www.micq.org/pub/micq/
http://gicq.sourceforge.net/
|
libicq history
v. 1.29
date: 2006/08/15 00:56:19; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.28
date: 2006/05/11 22:49:35; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.27
date: 2006/02/23 10:38:33; author: ade; state: Exp; lines: +1 -0
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.26
date: 2005/11/15 06:50:40; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.25
date: 2005/11/09 08:21:18; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
v. 1.24
date: 2005/06/02 20:28:40; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.23
date: 2005/04/03 21:30:38; author: kris; state: Exp; lines: +1 -1
Reset inactive maintainer. Thanks for your work in the past!
v. 1.22
date: 2004/07/09 17:42:41; author: marcus; state: Exp; lines: +1 -1
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
v. 1.21
date: 2004/03/14 06:17:07; author: ade; state: Exp; lines: +1 -1
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.
v. 1.20
date: 2003/04/20 19:37:57; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.19
date: 2003/03/07 10:58:43; author: flathill; state: Exp; lines: +0 -0
Fix URLs.
PR: ports/48376
Submitted by: tadalunch@s5.xrea.com
v. 1.18
date: 2003/03/07 10:58:42; author: flathill; state: Exp; lines: +2 -2
Fix URLs.
PR: ports/48376
Submitted by: tadalunch@s5.xrea.com
v. 1.17
date: 2003/03/07 06:07:49; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.16
date: 2002/07/15 17:21:55; author: sobomax; state: Exp; lines: +3 -2
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
v. 1.15
date: 2000/10/05 06:22:58; author: reg; state: Exp; lines: +2 -6
Implement USE_GLIB.
v. 1.14
date: 2000/08/08 05:08:12; author: flathill; state: Exp; lines: +4 -2
Update MASTER_SITES
v. 1.13
date: 2000/06/20 13:37:37; author: nectar; state: Exp; lines: +2 -3
Locally hosted distfiles moved to ftp.freebsd.org.
v. 1.12
date: 2000/06/16 21:51:46; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.11
date: 2000/06/16 08:47:27; author: sobomax; state: Exp; lines: +2 -1
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.10
date: 2000/04/09 18:12:01; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.9
date: 1999/11/18 23:54:13; author: flathill; state: Exp; lines: +2 -2
Add patch for more firewall-friendly by default
Requested by: Nick Sayer
v. 1.8
date: 1999/10/09 18:42:08; author: vanilla; state: Exp; lines: +2 -2
Bump glib12 's share library version to 3,
and portlint.
v. 1.7
date: 1999/08/31 06:48:55; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/30 14:23:10; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1999/05/29 03:47:41; author: steve; state: Exp; lines: +6 -4
Use glib version 1.2.3.
PR: 11841
Submitted by: Jeremy Lea
v. 1.4
date: 1999/05/08 00:24:25; author: taoka; state: Exp; lines: +2 -2
Fixed ${CATEGORIS} from devel to net
v. 1.3
date: 1999/03/15 19:59:22; author: nectar; state: Exp; lines: +11 -10
Update of libicq and gicq.
libicq: 0.20 -> 0.33
gicq: 0.22 -> 0.33
v. 1.2
date: 1998/11/23 06:07:44; author: asami; state: Exp; lines: +1 -2
portlint (PKGNAME not necessary if same as DISTNAME).
v. 1.1
date: 1998/11/19 07:03:11; author: flathill; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/11/19 07:03:11; author: flathill; state: Exp; lines: +0 -0
Initial Import libicq.
libicq is based on micq
=============================================================================
v. 1.29
date: 2006/08/15 00:56:19; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.28
date: 2006/05/11 22:49:35; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.27
date: 2006/02/23 10:38:33; author: ade; state: Exp; lines: +1 -0
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.26
date: 2005/11/15 06:50:40; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.25
date: 2005/11/09 08:21:18; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
v. 1.24
date: 2005/06/02 20:28:40; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.23
date: 2005/04/03 21:30:38; author: kris; state: Exp; lines: +1 -1
Reset inactive maintainer. Thanks for your work in the past!
v. 1.22
date: 2004/07/09 17:42:41; author: marcus; state: Exp; lines: +1 -1
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
v. 1.21
date: 2004/03/14 06:17:07; author: ade; state: Exp; lines: +1 -1
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.
v. 1.20
date: 2003/04/20 19:37:57; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.19
date: 2003/03/07 10:58:43; author: flathill; state: Exp; lines: +0 -0
Fix URLs.
PR: ports/48376
Submitted by: tadalunch@s5.xrea.com
v. 1.18
date: 2003/03/07 10:58:42; author: flathill; state: Exp; lines: +2 -2
Fix URLs.
PR: ports/48376
Submitted by: tadalunch@s5.xrea.com
v. 1.17
date: 2003/03/07 06:07:49; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.16
date: 2002/07/15 17:21:55; author: sobomax; state: Exp; lines: +3 -2
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
v. 1.15
date: 2000/10/05 06:22:58; author: reg; state: Exp; lines: +2 -6
Implement USE_GLIB.
v. 1.14
date: 2000/08/08 05:08:12; author: flathill; state: Exp; lines: +4 -2
Update MASTER_SITES
v. 1.13
date: 2000/06/20 13:37:37; author: nectar; state: Exp; lines: +2 -3
Locally hosted distfiles moved to ftp.freebsd.org.
v. 1.12
date: 2000/06/16 21:51:46; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.11
date: 2000/06/16 08:47:27; author: sobomax; state: Exp; lines: +2 -1
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.10
date: 2000/04/09 18:12:01; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.9
date: 1999/11/18 23:54:13; author: flathill; state: Exp; lines: +2 -2
Add patch for more firewall-friendly by default
Requested by: Nick Sayer
v. 1.8
date: 1999/10/09 18:42:08; author: vanilla; state: Exp; lines: +2 -2
Bump glib12 's share library version to 3,
and portlint.
v. 1.7
date: 1999/08/31 06:48:55; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/30 14:23:10; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1999/05/29 03:47:41; author: steve; state: Exp; lines: +6 -4
Use glib version 1.2.3.
PR: 11841
Submitted by: Jeremy Lea
v. 1.4
date: 1999/05/08 00:24:25; author: taoka; state: Exp; lines: +2 -2
Fixed ${CATEGORIS} from devel to net
v. 1.3
date: 1999/03/15 19:59:22; author: nectar; state: Exp; lines: +11 -10
Update of libicq and gicq.
libicq: 0.20 -> 0.33
gicq: 0.22 -> 0.33
v. 1.2
date: 1998/11/23 06:07:44; author: asami; state: Exp; lines: +1 -2
portlint (PKGNAME not necessary if same as DISTNAME).
v. 1.1
date: 1998/11/19 07:03:11; author: flathill; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/11/19 07:03:11; author: flathill; state: Exp; lines: +0 -0
Initial Import libicq.
libicq is based on micq
=============================================================================
v. 1.29
date: 2006/08/15 00:56:19; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.28
date: 2006/05/11 22:49:35; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.27
date: 2006/02/23 10:38:33; author: ade; state: Exp; lines: +1 -0
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.26
date: 2005/11/15 06:50:40; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.25
date: 2005/11/09 08:21:18; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
v. 1.24
date: 2005/06/02 20:28:40; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.23
date: 2005/04/03 21:30:38; author: kris; state: Exp; lines: +1 -1
Reset inactive maintainer. Thanks for your work in the past!
v. 1.22
date: 2004/07/09 17:42:41; author: marcus; state: Exp; lines: +1 -1
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
v. 1.21
date: 2004/03/14 06:17:07; author: ade; state: Exp; lines: +1 -1
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.
v. 1.20
date: 2003/04/20 19:37:57; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.19
date: 2003/03/07 10:58:43; author: flathill; state: Exp; lines: +0 -0
Fix URLs.
PR: ports/48376
Submitted by: tadalunch@s5.xrea.com
v. 1.18
date: 2003/03/07 10:58:42; author: flathill; state: Exp; lines: +2 -2
Fix URLs.
PR: ports/48376
Submitted by: tadalunch@s5.xrea.com
v. 1.17
date: 2003/03/07 06:07:49; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.16
date: 2002/07/15 17:21:55; author: sobomax; state: Exp; lines: +3 -2
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
v. 1.15
date: 2000/10/05 06:22:58; author: reg; state: Exp; lines: +2 -6
Implement USE_GLIB.
v. 1.14
date: 2000/08/08 05:08:12; author: flathill; state: Exp; lines: +4 -2
Update MASTER_SITES
v. 1.13
date: 2000/06/20 13:37:37; author: nectar; state: Exp; lines: +2 -3
Locally hosted distfiles moved to ftp.freebsd.org.
v. 1.12
date: 2000/06/16 21:51:46; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.11
date: 2000/06/16 08:47:27; author: sobomax; state: Exp; lines: +2 -1
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.10
date: 2000/04/09 18:12:01; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.9
date: 1999/11/18 23:54:13; author: flathill; state: Exp; lines: +2 -2
Add patch for more firewall-friendly by default
Requested by: Nick Sayer
v. 1.8
date: 1999/10/09 18:42:08; author: vanilla; state: Exp; lines: +2 -2
Bump glib12 's share library version to 3,
and portlint.
v. 1.7
date: 1999/08/31 06:48:55; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/30 14:23:10; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1999/05/29 03:47:41; author: steve; state: Exp; lines: +6 -4
Use glib version 1.2.3.
PR: 11841
Submitted by: Jeremy Lea
v. 1.4
date: 1999/05/08 00:24:25; author: taoka; state: Exp; lines: +2 -2
Fixed ${CATEGORIS} from devel to net
v. 1.3
date: 1999/03/15 19:59:22; author: nectar; state: Exp; lines: +11 -10
Update of libicq and gicq.
libicq: 0.20 -> 0.33
gicq: 0.22 -> 0.33
v. 1.2
date: 1998/11/23 06:07:44; author: asami; state: Exp; lines: +1 -2
portlint (PKGNAME not necessary if same as DISTNAME).
v. 1.1
date: 1998/11/19 07:03:11; author: flathill; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/11/19 07:03:11; author: flathill; state: Exp; lines: +0 -0
Initial Import libicq.
libicq is based on micq
=============================================================================
|
| |

|