head	1.11;
access;
symbols
	pkgsrc-2013Q2:1.11.0.52
	pkgsrc-2013Q2-base:1.11
	pkgsrc-2012Q4:1.11.0.50
	pkgsrc-2012Q4-base:1.11
	pkgsrc-2011Q4:1.11.0.48
	pkgsrc-2011Q4-base:1.11
	pkgsrc-2011Q2:1.11.0.46
	pkgsrc-2011Q2-base:1.11
	pkgsrc-2009Q4:1.11.0.44
	pkgsrc-2009Q4-base:1.11
	pkgsrc-2008Q4:1.11.0.42
	pkgsrc-2008Q4-base:1.11
	pkgsrc-2008Q3:1.11.0.40
	pkgsrc-2008Q3-base:1.11
	cube-native-xorg:1.11.0.38
	cube-native-xorg-base:1.11
	pkgsrc-2008Q2:1.11.0.36
	pkgsrc-2008Q2-base:1.11
	pkgsrc-2008Q1:1.11.0.34
	pkgsrc-2008Q1-base:1.11
	pkgsrc-2007Q4:1.11.0.32
	pkgsrc-2007Q4-base:1.11
	pkgsrc-2007Q3:1.11.0.30
	pkgsrc-2007Q3-base:1.11
	pkgsrc-2007Q2:1.11.0.28
	pkgsrc-2007Q2-base:1.11
	pkgsrc-2007Q1:1.11.0.26
	pkgsrc-2007Q1-base:1.11
	pkgsrc-2006Q4:1.11.0.24
	pkgsrc-2006Q4-base:1.11
	pkgsrc-2006Q3:1.11.0.22
	pkgsrc-2006Q3-base:1.11
	pkgsrc-2006Q2:1.11.0.20
	pkgsrc-2006Q2-base:1.11
	pkgsrc-2006Q1:1.11.0.18
	pkgsrc-2006Q1-base:1.11
	pkgsrc-2005Q4:1.11.0.16
	pkgsrc-2005Q4-base:1.11
	pkgsrc-2005Q3:1.11.0.14
	pkgsrc-2005Q3-base:1.11
	pkgsrc-2005Q2:1.11.0.12
	pkgsrc-2005Q2-base:1.11
	pkgsrc-2005Q1:1.11.0.10
	pkgsrc-2005Q1-base:1.11
	pkgsrc-2004Q4:1.11.0.8
	pkgsrc-2004Q4-base:1.11
	pkgsrc-2004Q3:1.11.0.6
	pkgsrc-2004Q3-base:1.11
	pkgsrc-2004Q2:1.11.0.4
	pkgsrc-2004Q2-base:1.11
	pkgsrc-2004Q1:1.11.0.2
	pkgsrc-2004Q1-base:1.11
	pkgsrc-2003Q4:1.4.0.2
	pkgsrc-2003Q4-base:1.4
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2004.02.20.14.27.53;	author jmmv;	state dead;
branches;
next	1.10;

1.10
date	2004.02.20.13.38.33;	author jmmv;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.14.18.26.27;	author jmmv;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.14.17.21.38;	author jlam;	state Exp;
branches;
next	1.7;

1.7
date	2004.01.23.09.45.51;	author xtraeme;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.22.08.24.30;	author grant;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.16.07.48.19;	author recht;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.18.08.15.37;	author jmmv;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.18.08.11.43;	author jmmv;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.03.09.48.44;	author xtraeme;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.02.07.27.58;	author xtraeme;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.09.02.07.27.58;	author xtraeme;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Moved to pkgsrc/chat/loudmouth.
@
text
@# $NetBSD: Makefile,v 1.10 2004/02/20 13:38:33 jmmv Exp $
#

DISTNAME=	loudmouth-0.15.1
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/loudmouth/0.15/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	xtraeme@@NetBSD.org
HOMEPAGE=	http://loudmouth.imendio.org/
COMMENT=	Lightweight Jabber client library

USE_BUILDLINK3=		yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_GNU_TOOLS+=		make

PKGCONFIG_OVERRIDE+=    loudmouth-1.0.pc.in

CONFIGURE_ARGS+=	--disable-debug

.include "../../mk/bsd.prefs.mk"

BUILD_DEFS+=	LOUDMOUTH_USE_SSL

.if defined(LOUDMOUTH_USE_SSL) && !empty(LOUDMOUTH_USE_SSL:M[Yy][Ee][Ss])
BUILDLINK_DEPENDS.gnutls=	gnutls>=1.0.0
.include "../../security/gnutls/buildlink3.mk"
.else
CONFIGURE_ARGS+=	--with-ssl=no
.endif

.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.10
log
@bl3ify
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:27 jmmv Exp $
@


1.9
log
@PKGCONFIG_OVERRIDE is relative to WRKSRC.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:38 jlam Exp $
d13 1
a13 1
USE_BUILDLINK2=		yes
d28 1
a28 1
.include "../../security/gnutls/buildlink2.mk"
d33 3
a35 3
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"
@


1.8
log
@LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2004/01/23 09:45:51 xtraeme Exp $
d18 1
a18 1
PKGCONFIG_OVERRIDE+=    ${WRKSRC}/loudmouth-1.0.pc.in
@


1.7
log
@Update loudmouth to 0.15.1

Changes in 0.15.1:
------------------
* Require GnuTLS >= 1.0.0

Changes in 0.15:
----------------
* Better Win32 instructions.
* Fixed bug when disconnecting and then connecting again using the same
  LmConnection.
* Documentation typos and errors fixed by Ross Burton.
* Better SSL support, now gives the application the possibility to decide
  if it wants to connect on bogus SSL certificates.
* The SSL API changed a bit, take a look at the API docs.
* Fixed timestamp error on FreeBSD.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2004/01/22 08:24:30 grant Exp $
a17 1
LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
@


1.6
log
@replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2003/12/16 07:48:19 recht Exp $
d4 1
a4 1
DISTNAME=	loudmouth-0.14.1
d6 1
a6 1
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/loudmouth/0.14/}
d28 1
@


1.5
log
@update to 0.14.1
Patch provided by Soren Jacobsen in PR 23767

0.14.1 fixes "a problem" (whatever that means) when using gnutls.
Also, HOMEPAGE changed.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2003/10/18 08:15:37 jmmv Exp $
d16 1
a16 1
USE_GMAKE=		yes
@


1.4
log
@Sort bl2 include lines.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2003/10/18 08:11:43 jmmv Exp $
d4 1
a4 2
DISTNAME=	loudmouth-0.14
PKGREVISION=	1
d10 1
a10 1
HOMEPAGE=	http://www.imendio.com/projects/loudmouth/
@


1.3
log
@Bump revision due to gnutls update (libtasn dependency removed).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2003/10/03 09:48:44 xtraeme Exp $
d34 1
a36 1
.include "../../converters/libiconv/buildlink2.mk"
@


1.2
log
@Updated to 0.14.

Changes in 0.14:
----------------
* Added information about building on Windows
* Bug when using GnuTLS fixed.
* Fixed a bug that could cause replies to be overlooked when using
  blocking mode.
* Added IPv6-support, patch from Sjoerd Simons.
* Made it easier to build RPMs without SSL-support.
* Fixed a memleak when destroying a connection.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:27:58 xtraeme Exp $
d5 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
a4 1
DISTNAME=	loudmouth-${VERSION}
d6 1
a6 1
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/loudmouth/${DIST_VER}/}
a20 1
CONFIGURE_ARGS+=	--disable-gtk-doc
a22 3
DIST_VER=		0.13
VERSION=		0.13.2

d29 2
@


1.1.1.1
log
@Initial import of loudmouth 0.13.2. Ok'ed by wiz@@

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.
@
text
@@
