The FreeBSD Ports Archive
FreeBSD net-im : libicq20004>
An opensource C++ library to support icq2000/2001 protocol
[ from developer's site ]
libicq2000 is an opensource C++ library being developed to support
the icq2000/2001 protocol. It is easy for developers to use as the
backbone for their clients' connection to the ICQ network - all the
protocol work is abstracted away in one nice object-orientated
interface.
http://libicq2000.sourceforge.net/
|
libicq2000 history
v. 1.21
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.20
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.19
date: 2006/02/23 10:38:33; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.18
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.17
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.16
date: 2005/06/05 15:31:51; author: oliver; state: Exp; lines: +1 -1
don't install the static library like it was before my 1.3 -> 1.5 libtool change
Noted by: vs
v. 1.15
date: 2005/06/02 20:28:40; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.14
date: 2005/05/27 10:09:12; author: vs; state: Exp; lines: +2 -0
Libtool gets only pulled in for configuring, not patching
v. 1.13
date: 2005/05/24 18:06:01; author: vs; state: Exp; lines: +5 -8
- More LIBTOOL-target practice: Disconnect unused static lib from build by
using a recent ltmain.sh and setting CONFIGURE_ARGS/USE_INC_LIBTOOL
- Minor repackaging and de-crufting
v. 1.12
date: 2005/03/05 01:17:09; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.11
date: 2004/12/25 11:43:56; author: lioux; state: Exp; lines: +0 -1
Remove deprecated USE_SIZE
v. 1.10
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.9
date: 2004/02/08 01:14:01; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.8
date: 2003/06/26 22:58:29; author: ade; state: Exp; lines: +1 -1
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.7
date: 2003/04/06 01:13:28; author: edwin; state: Exp; lines: +2 -0
Added INSTALLS_SHLIB to Makefile. Informed maintainer.
v. 1.6
date: 2003/02/23 19:58:31; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.5
date: 2002/08/08 13:16:32; author: lioux; state: Exp; lines: +7 -3
* libicq2000
- Return correct cflags when libicq2000-config is called [1]
- USE_REINPLACE
- Bump PORTREVISION
* ickle
- Patch to work with aforementioned fix
Prompted by: Neil Darlow [1]
v. 1.4
date: 2002/08/07 22:41:20; author: lioux; state: Exp; lines: +0 -0
o Forced commit to fix previous commit message
o Update to 0.3.2 not 0.8.2
v. 1.3
date: 2002/08/07 22:37:22; author: lioux; state: Exp; lines: +1 -1
o Update to 0.8.2
o library version bump
Prompted by: Neil Darlow
v. 1.2
date: 2002/06/07 15:56:17; author: lioux; state: Exp; lines: +1 -0
In -CURRENT, iomanip.h is deprecated in favor of iomanip
Submitted by: bento
v. 1.1
date: 2002/04/27 15:17:05; author: lioux; state: Exp;
New port libicq2000 version 0.3.1: An opensource C++ library to
support icq2000/2001 protocol
=============================================================================
v. 1.21
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.20
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.19
date: 2006/02/23 10:38:33; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.18
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.17
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.16
date: 2005/06/05 15:31:51; author: oliver; state: Exp; lines: +1 -1
don't install the static library like it was before my 1.3 -> 1.5 libtool change
Noted by: vs
v. 1.15
date: 2005/06/02 20:28:40; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.14
date: 2005/05/27 10:09:12; author: vs; state: Exp; lines: +2 -0
Libtool gets only pulled in for configuring, not patching
v. 1.13
date: 2005/05/24 18:06:01; author: vs; state: Exp; lines: +5 -8
- More LIBTOOL-target practice: Disconnect unused static lib from build by
using a recent ltmain.sh and setting CONFIGURE_ARGS/USE_INC_LIBTOOL
- Minor repackaging and de-crufting
v. 1.12
date: 2005/03/05 01:17:09; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.11
date: 2004/12/25 11:43:56; author: lioux; state: Exp; lines: +0 -1
Remove deprecated USE_SIZE
v. 1.10
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.9
date: 2004/02/08 01:14:01; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.8
date: 2003/06/26 22:58:29; author: ade; state: Exp; lines: +1 -1
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.7
date: 2003/04/06 01:13:28; author: edwin; state: Exp; lines: +2 -0
Added INSTALLS_SHLIB to Makefile. Informed maintainer.
v. 1.6
date: 2003/02/23 19:58:31; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.5
date: 2002/08/08 13:16:32; author: lioux; state: Exp; lines: +7 -3
* libicq2000
- Return correct cflags when libicq2000-config is called [1]
- USE_REINPLACE
- Bump PORTREVISION
* ickle
- Patch to work with aforementioned fix
Prompted by: Neil Darlow [1]
v. 1.4
date: 2002/08/07 22:41:20; author: lioux; state: Exp; lines: +0 -0
o Forced commit to fix previous commit message
o Update to 0.3.2 not 0.8.2
v. 1.3
date: 2002/08/07 22:37:22; author: lioux; state: Exp; lines: +1 -1
o Update to 0.8.2
o library version bump
Prompted by: Neil Darlow
v. 1.2
date: 2002/06/07 15:56:17; author: lioux; state: Exp; lines: +1 -0
In -CURRENT, iomanip.h is deprecated in favor of iomanip
Submitted by: bento
v. 1.1
date: 2002/04/27 15:17:05; author: lioux; state: Exp;
New port libicq2000 version 0.3.1: An opensource C++ library to
support icq2000/2001 protocol
=============================================================================
v. 1.21
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.20
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.19
date: 2006/02/23 10:38:33; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.18
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.17
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.16
date: 2005/06/05 15:31:51; author: oliver; state: Exp; lines: +1 -1
don't install the static library like it was before my 1.3 -> 1.5 libtool change
Noted by: vs
v. 1.15
date: 2005/06/02 20:28:40; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.14
date: 2005/05/27 10:09:12; author: vs; state: Exp; lines: +2 -0
Libtool gets only pulled in for configuring, not patching
v. 1.13
date: 2005/05/24 18:06:01; author: vs; state: Exp; lines: +5 -8
- More LIBTOOL-target practice: Disconnect unused static lib from build by
using a recent ltmain.sh and setting CONFIGURE_ARGS/USE_INC_LIBTOOL
- Minor repackaging and de-crufting
v. 1.12
date: 2005/03/05 01:17:09; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.11
date: 2004/12/25 11:43:56; author: lioux; state: Exp; lines: +0 -1
Remove deprecated USE_SIZE
v. 1.10
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.9
date: 2004/02/08 01:14:01; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.8
date: 2003/06/26 22:58:29; author: ade; state: Exp; lines: +1 -1
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.7
date: 2003/04/06 01:13:28; author: edwin; state: Exp; lines: +2 -0
Added INSTALLS_SHLIB to Makefile. Informed maintainer.
v. 1.6
date: 2003/02/23 19:58:31; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.5
date: 2002/08/08 13:16:32; author: lioux; state: Exp; lines: +7 -3
* libicq2000
- Return correct cflags when libicq2000-config is called [1]
- USE_REINPLACE
- Bump PORTREVISION
* ickle
- Patch to work with aforementioned fix
Prompted by: Neil Darlow [1]
v. 1.4
date: 2002/08/07 22:41:20; author: lioux; state: Exp; lines: +0 -0
o Forced commit to fix previous commit message
o Update to 0.3.2 not 0.8.2
v. 1.3
date: 2002/08/07 22:37:22; author: lioux; state: Exp; lines: +1 -1
o Update to 0.8.2
o library version bump
Prompted by: Neil Darlow
v. 1.2
date: 2002/06/07 15:56:17; author: lioux; state: Exp; lines: +1 -0
In -CURRENT, iomanip.h is deprecated in favor of iomanip
Submitted by: bento
v. 1.1
date: 2002/04/27 15:17:05; author: lioux; state: Exp;
New port libicq2000 version 0.3.1: An opensource C++ library to
support icq2000/2001 protocol
=============================================================================
|
| |

|