The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net-im : loudmouth

Lightweight Jabber client library

 Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows. 

http://developer.imendio.com/projects/loudmouth/



loudmouth history


v. 1.39
date: 2007/07/01 08:56:13;  author: novel;  state: Exp;  lines: +2 -1
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.

v. 1.38 date: 2007/06/10 22:15:31; author: marcus; state: Exp; lines: +1 -1 Update to 1.2.3.
v. 1.37 date: 2007/05/29 20:25:37; author: marcus; state: Exp; lines: +1 -1 Update to 1.2.2.
v. 1.36 date: 2007/04/19 16:30:18; author: flz; state: Exp; lines: +3 -3 - Update to 1.2.1. - Add new MASTER_SITE. - Point WWW to the new project website. Approved by: pav
v. 1.35 date: 2007/01/02 08:54:11; author: novel; state: Exp; lines: +2 -1 - Chase security/gnutls update - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
v. 1.34 date: 2006/11/05 03:39:26; author: mezz; state: Exp; lines: +1 -1 INSTALLS_SHLIB -> USE_LDCONFIG. Found by: portlint (cports.sh)
v. 1.33 date: 2006/09/12 02:31:56; author: marcus; state: Exp; lines: +1 -2 Update to 1.0.5.
v. 1.32 date: 2006/07/06 17:41:21; author: novel; state: Exp; lines: +2 -1 Chase gnutls shlib version change.
v. 1.31 date: 2006/07/01 04:46:59; author: marcus; state: Exp; lines: +1 -1 Update to 1.0.4.
v. 1.30 date: 2006/04/06 07:02:21; author: marcus; state: Exp; lines: +1 -2 Update to 1.0.3.
v. 1.29 date: 2006/02/23 10:38:34; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.28 date: 2006/01/09 16:34:18; author: novel; state: Exp; lines: +2 -2 Chase gnutls update.
v. 1.27 date: 2005/11/15 06:50:41; 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.26 date: 2005/11/09 08:21:19; 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.25 date: 2005/11/05 05:20:59; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.24 date: 2005/08/28 19:01:15; author: marcus; state: Exp; lines: +5 -14 Update to 1.0.1.
v. 1.23 date: 2005/03/12 10:53:06; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.22 date: 2004/10/31 05:52:13; author: marcus; state: Exp; lines: +1 -1 Update to 0.17.2. PR: 73329 Submitted by: Andrey Slusar
v. 1.21 date: 2004/08/31 05:26:36; author: marcus; state: Exp; lines: +1 -1 Update to 0.17.1.
v. 1.20 date: 2004/08/27 04:40:12; author: marcus; state: Exp; lines: +3 -4 Update to 0.17. Submitted by: Tom McLaughlin
v. 1.19 date: 2004/07/09 17:42:42; 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.18 date: 2004/06/06 01:44:38; author: marcus; state: Exp; lines: +1 -1 Chase the gnutls shared lib version. Pointy hat to: sergei
v. 1.17 date: 2004/04/05 03:30:56; author: marcus; state: Exp; lines: +1 -0 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.16 date: 2004/03/19 03:48:13; author: marcus; state: Exp; lines: +1 -1 Chase the gnutls shared lib version.
v. 1.15 date: 2004/03/18 15:21:49; author: pav; state: Exp; lines: +2 -3 - Update to 0.16
v. 1.14 date: 2004/03/14 06:17:08; 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.13 date: 2004/02/04 05:08:13; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.12 date: 2004/01/24 23:11:40; author: marcus; state: Exp; lines: +1 -1 Update to 0.15.1.
v. 1.11 date: 2004/01/22 07:46:43; author: marcus; state: Exp; lines: +2 -2 Update to 0.15.
v. 1.10 date: 2003/10/13 13:10:29; author: adamw; state: Exp; lines: +1 -1 Update to 0.14.1.
v. 1.9 date: 2003/10/03 00:43:08; author: adamw; state: Exp; lines: +2 -2 Update to 0.14.
v. 1.8 date: 2003/09/26 14:10:14; author: krion; state: Exp; lines: +1 -1 - Chase library to new gnutls version PR: 57246 Submitted by: Herbert J. Skuhra
v. 1.7 date: 2003/08/15 14:32:13; author: marcus; state: Exp; lines: +1 -1 Update to 0.13.2.
v. 1.6 date: 2003/08/05 15:59:49; author: marcus; state: Exp; lines: +2 -2 Update to 0.13.1.
v. 1.5 date: 2003/08/05 01:56:23; author: marcus; state: Exp; lines: +1 -1 Update to 0.13.
v. 1.4 date: 2003/07/17 22:35:20; author: adamw; state: Exp; lines: +2 -2 Update to 0.12.
v. 1.3 date: 2003/07/14 02:59:52; author: marcus; state: Exp; lines: +6 -0 Advertize the new configurable WITH_GNUTLS option.
v. 1.2 date: 2003/07/14 02:57:56; author: marcus; state: Exp; lines: +18 -4 * Update to 0.11 * Add optional Gnutls support
v. 1.1 date: 2003/07/08 09:07:10; author: adamw; state: Exp; Add loudmouth. Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. ============================================================================= v. 1.39 date: 2007/07/01 08:56:13; author: novel; state: Exp; lines: +2 -1 Chase gnutls shared library version chase: adjust DEPENDS lines and bump PORTREVISIONs.
v. 1.38 date: 2007/06/10 22:15:31; author: marcus; state: Exp; lines: +1 -1 Update to 1.2.3.
v. 1.37 date: 2007/05/29 20:25:37; author: marcus; state: Exp; lines: +1 -1 Update to 1.2.2.
v. 1.36 date: 2007/04/19 16:30:18; author: flz; state: Exp; lines: +3 -3 - Update to 1.2.1. - Add new MASTER_SITE. - Point WWW to the new project website. Approved by: pav
v. 1.35 date: 2007/01/02 08:54:11; author: novel; state: Exp; lines: +2 -1 - Chase security/gnutls update - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
v. 1.34 date: 2006/11/05 03:39:26; author: mezz; state: Exp; lines: +1 -1 INSTALLS_SHLIB -> USE_LDCONFIG. Found by: portlint (cports.sh)
v. 1.33 date: 2006/09/12 02:31:56; author: marcus; state: Exp; lines: +1 -2 Update to 1.0.5.
v. 1.32 date: 2006/07/06 17:41:21; author: novel; state: Exp; lines: +2 -1 Chase gnutls shlib version change.
v. 1.31 date: 2006/07/01 04:46:59; author: marcus; state: Exp; lines: +1 -1 Update to 1.0.4.
v. 1.30 date: 2006/04/06 07:02:21; author: marcus; state: Exp; lines: +1 -2 Update to 1.0.3.
v. 1.29 date: 2006/02/23 10:38:34; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.28 date: 2006/01/09 16:34:18; author: novel; state: Exp; lines: +2 -2 Chase gnutls update.
v. 1.27 date: 2005/11/15 06:50:41; 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.26 date: 2005/11/09 08:21:19; 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.25 date: 2005/11/05 05:20:59; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.24 date: 2005/08/28 19:01:15; author: marcus; state: Exp; lines: +5 -14 Update to 1.0.1.
v. 1.23 date: 2005/03/12 10:53:06; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.22 date: 2004/10/31 05:52:13; author: marcus; state: Exp; lines: +1 -1 Update to 0.17.2. PR: 73329 Submitted by: Andrey Slusar
v. 1.21 date: 2004/08/31 05:26:36; author: marcus; state: Exp; lines: +1 -1 Update to 0.17.1.
v. 1.20 date: 2004/08/27 04:40:12; author: marcus; state: Exp; lines: +3 -4 Update to 0.17. Submitted by: Tom McLaughlin
v. 1.19 date: 2004/07/09 17:42:42; 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.18 date: 2004/06/06 01:44:38; author: marcus; state: Exp; lines: +1 -1 Chase the gnutls shared lib version. Pointy hat to: sergei
v. 1.17 date: 2004/04/05 03:30:56; author: marcus; state: Exp; lines: +1 -0 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.16 date: 2004/03/19 03:48:13; author: marcus; state: Exp; lines: +1 -1 Chase the gnutls shared lib version.
v. 1.15 date: 2004/03/18 15:21:49; author: pav; state: Exp; lines: +2 -3 - Update to 0.16
v. 1.14 date: 2004/03/14 06:17:08; 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.13 date: 2004/02/04 05:08:13; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.12 date: 2004/01/24 23:11:40; author: marcus; state: Exp; lines: +1 -1 Update to 0.15.1.
v. 1.11 date: 2004/01/22 07:46:43; author: marcus; state: Exp; lines: +2 -2 Update to 0.15.
v. 1.10 date: 2003/10/13 13:10:29; author: adamw; state: Exp; lines: +1 -1 Update to 0.14.1.
v. 1.9 date: 2003/10/03 00:43:08; author: adamw; state: Exp; lines: +2 -2 Update to 0.14.
v. 1.8 date: 2003/09/26 14:10:14; author: krion; state: Exp; lines: +1 -1 - Chase library to new gnutls version PR: 57246 Submitted by: Herbert J. Skuhra
v. 1.7 date: 2003/08/15 14:32:13; author: marcus; state: Exp; lines: +1 -1 Update to 0.13.2.
v. 1.6 date: 2003/08/05 15:59:49; author: marcus; state: Exp; lines: +2 -2 Update to 0.13.1.
v. 1.5 date: 2003/08/05 01:56:23; author: marcus; state: Exp; lines: +1 -1 Update to 0.13.
v. 1.4 date: 2003/07/17 22:35:20; author: adamw; state: Exp; lines: +2 -2 Update to 0.12.
v. 1.3 date: 2003/07/14 02:59:52; author: marcus; state: Exp; lines: +6 -0 Advertize the new configurable WITH_GNUTLS option.
v. 1.2 date: 2003/07/14 02:57:56; author: marcus; state: Exp; lines: +18 -4 * Update to 0.11 * Add optional Gnutls support
v. 1.1 date: 2003/07/08 09:07:10; author: adamw; state: Exp; Add loudmouth. Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. ============================================================================= v. 1.39 date: 2007/07/01 08:56:13; author: novel; state: Exp; lines: +2 -1 Chase gnutls shared library version chase: adjust DEPENDS lines and bump PORTREVISIONs.
v. 1.38 date: 2007/06/10 22:15:31; author: marcus; state: Exp; lines: +1 -1 Update to 1.2.3.
v. 1.37 date: 2007/05/29 20:25:37; author: marcus; state: Exp; lines: +1 -1 Update to 1.2.2.
v. 1.36 date: 2007/04/19 16:30:18; author: flz; state: Exp; lines: +3 -3 - Update to 1.2.1. - Add new MASTER_SITE. - Point WWW to the new project website. Approved by: pav
v. 1.35 date: 2007/01/02 08:54:11; author: novel; state: Exp; lines: +2 -1 - Chase security/gnutls update - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
v. 1.34 date: 2006/11/05 03:39:26; author: mezz; state: Exp; lines: +1 -1 INSTALLS_SHLIB -> USE_LDCONFIG. Found by: portlint (cports.sh)
v. 1.33 date: 2006/09/12 02:31:56; author: marcus; state: Exp; lines: +1 -2 Update to 1.0.5.
v. 1.32 date: 2006/07/06 17:41:21; author: novel; state: Exp; lines: +2 -1 Chase gnutls shlib version change.
v. 1.31 date: 2006/07/01 04:46:59; author: marcus; state: Exp; lines: +1 -1 Update to 1.0.4.
v. 1.30 date: 2006/04/06 07:02:21; author: marcus; state: Exp; lines: +1 -2 Update to 1.0.3.
v. 1.29 date: 2006/02/23 10:38:34; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.28 date: 2006/01/09 16:34:18; author: novel; state: Exp; lines: +2 -2 Chase gnutls update.
v. 1.27 date: 2005/11/15 06:50:41; 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.26 date: 2005/11/09 08:21:19; 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.25 date: 2005/11/05 05:20:59; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.24 date: 2005/08/28 19:01:15; author: marcus; state: Exp; lines: +5 -14 Update to 1.0.1.
v. 1.23 date: 2005/03/12 10:53:06; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.22 date: 2004/10/31 05:52:13; author: marcus; state: Exp; lines: +1 -1 Update to 0.17.2. PR: 73329 Submitted by: Andrey Slusar
v. 1.21 date: 2004/08/31 05:26:36; author: marcus; state: Exp; lines: +1 -1 Update to 0.17.1.
v. 1.20 date: 2004/08/27 04:40:12; author: marcus; state: Exp; lines: +3 -4 Update to 0.17. Submitted by: Tom McLaughlin
v. 1.19 date: 2004/07/09 17:42:42; 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.18 date: 2004/06/06 01:44:38; author: marcus; state: Exp; lines: +1 -1 Chase the gnutls shared lib version. Pointy hat to: sergei
v. 1.17 date: 2004/04/05 03:30:56; author: marcus; state: Exp; lines: +1 -0 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.16 date: 2004/03/19 03:48:13; author: marcus; state: Exp; lines: +1 -1 Chase the gnutls shared lib version.
v. 1.15 date: 2004/03/18 15:21:49; author: pav; state: Exp; lines: +2 -3 - Update to 0.16
v. 1.14 date: 2004/03/14 06:17:08; 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.13 date: 2004/02/04 05:08:13; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.12 date: 2004/01/24 23:11:40; author: marcus; state: Exp; lines: +1 -1 Update to 0.15.1.
v. 1.11 date: 2004/01/22 07:46:43; author: marcus; state: Exp; lines: +2 -2 Update to 0.15.
v. 1.10 date: 2003/10/13 13:10:29; author: adamw; state: Exp; lines: +1 -1 Update to 0.14.1.
v. 1.9 date: 2003/10/03 00:43:08; author: adamw; state: Exp; lines: +2 -2 Update to 0.14.
v. 1.8 date: 2003/09/26 14:10:14; author: krion; state: Exp; lines: +1 -1 - Chase library to new gnutls version PR: 57246 Submitted by: Herbert J. Skuhra
v. 1.7 date: 2003/08/15 14:32:13; author: marcus; state: Exp; lines: +1 -1 Update to 0.13.2.
v. 1.6 date: 2003/08/05 15:59:49; author: marcus; state: Exp; lines: +2 -2 Update to 0.13.1.
v. 1.5 date: 2003/08/05 01:56:23; author: marcus; state: Exp; lines: +1 -1 Update to 0.13.
v. 1.4 date: 2003/07/17 22:35:20; author: adamw; state: Exp; lines: +2 -2 Update to 0.12.
v. 1.3 date: 2003/07/14 02:59:52; author: marcus; state: Exp; lines: +6 -0 Advertize the new configurable WITH_GNUTLS option.
v. 1.2 date: 2003/07/14 02:57:56; author: marcus; state: Exp; lines: +18 -4 * Update to 0.11 * Add optional Gnutls support
v. 1.1 date: 2003/07/08 09:07:10; author: adamw; state: Exp; Add loudmouth. Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm