aboutsummaryrefslogtreecommitdiff
path: root/net-im/loudmouth
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.17.2.Joe Marcus Clarke2004-10-312-3/+3
| | | | | | | | PR: 73329 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=120514
* Update to 0.17.1.Joe Marcus Clarke2004-08-312-3/+3
| | | | Notes: svn path=/head/; revision=117717
* Update to 0.17.Joe Marcus Clarke2004-08-273-16/+5
| | | | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=117388
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-06-061-1/+1
| | | | | | | Pointy hat to: sergei Notes: svn path=/head/; revision=110919
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-03-191-1/+1
| | | | Notes: svn path=/head/; revision=104579
* - Update to 0.16Pav Lucistnik2004-03-182-5/+4
| | | | Notes: svn path=/head/; revision=104477
* - Add/update WWW lines for Imendio.com projectsPav Lucistnik2004-03-181-1/+1
| | | | Notes: svn path=/head/; revision=104475
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104467
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to 0.15.1.Joe Marcus Clarke2004-01-242-2/+2
| | | | Notes: svn path=/head/; revision=98987
* Update to 0.15.Joe Marcus Clarke2004-01-223-6/+8
| | | | Notes: svn path=/head/; revision=98751
* Update to 0.14.1.Adam Weinberger2003-10-132-2/+2
| | | | Notes: svn path=/head/; revision=91041
* Update to 0.14.Adam Weinberger2003-10-032-3/+3
| | | | Notes: svn path=/head/; revision=90071
* - Chase library to new gnutls versionKirill Ponomarev2003-09-261-1/+1
| | | | | | | | PR: 57246 Submitted by: Herbert J. Skuhra <herbert@bugat.at> Notes: svn path=/head/; revision=89454
* Update to 0.13.2.Joe Marcus Clarke2003-08-152-2/+2
| | | | Notes: svn path=/head/; revision=86985
* Update to 0.13.1.Joe Marcus Clarke2003-08-052-3/+3
| | | | Notes: svn path=/head/; revision=86349
* Update to 0.13.Joe Marcus Clarke2003-08-052-2/+2
| | | | Notes: svn path=/head/; revision=86319
* Update to 0.12.Adam Weinberger2003-07-172-3/+3
| | | | Notes: svn path=/head/; revision=85070
* Advertize the new configurable WITH_GNUTLS option.Joe Marcus Clarke2003-07-141-0/+6
| | | | Notes: svn path=/head/; revision=84844
* * Update to 0.11Joe Marcus Clarke2003-07-142-5/+19
| | | | | | | * Add optional Gnutls support Notes: svn path=/head/; revision=84843
* Add loudmouth.Adam Weinberger2003-07-085-0/+53
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. Notes: svn path=/head/; revision=84453