diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 09:07:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 09:07:10 +0000 |
commit | 0905523e9ca1a33d9f7c0077c14cc4d186715853 (patch) | |
tree | 7f4a78c1c706d06daae6626d74ceaa932451a8a5 /net-im | |
parent | 88853a78483dc60bdf4be46302fb0475cbe738e7 (diff) | |
download | ports-0905523e9ca1a33d9f7c0077c14cc4d186715853.tar.gz ports-0905523e9ca1a33d9f7c0077c14cc4d186715853.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/loudmouth/Makefile | 24 | ||||
-rw-r--r-- | net-im/loudmouth/distinfo | 1 | ||||
-rw-r--r-- | net-im/loudmouth/files/patch-configure | 10 | ||||
-rw-r--r-- | net-im/loudmouth/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/loudmouth/pkg-plist | 13 |
5 files changed, 53 insertions, 0 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile new file mode 100644 index 000000000000..d8ad6d04af4f --- /dev/null +++ b/net-im/loudmouth/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: loudmouth +# Date created: 08 July 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= loudmouth +PORTVERSION= 0.10.1 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Lightweight Jabber client library + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomehack glib20 + +.include <bsd.port.mk> diff --git a/net-im/loudmouth/distinfo b/net-im/loudmouth/distinfo new file mode 100644 index 000000000000..cfdc984bf65c --- /dev/null +++ b/net-im/loudmouth/distinfo @@ -0,0 +1 @@ +MD5 (loudmouth-0.10.1.tar.bz2) = 02772bf6af0a1a8572387913605c9031 diff --git a/net-im/loudmouth/files/patch-configure b/net-im/loudmouth/files/patch-configure new file mode 100644 index 000000000000..2622df1d24fd --- /dev/null +++ b/net-im/loudmouth/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Jul 8 01:41:33 2003 ++++ configure Tue Jul 8 01:42:15 2003 +@@ -18006,6 +18006,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net-im/loudmouth/pkg-descr b/net-im/loudmouth/pkg-descr new file mode 100644 index 000000000000..3915e760393e --- /dev/null +++ b/net-im/loudmouth/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://www.imendio.com/projects/loudmouth/ diff --git a/net-im/loudmouth/pkg-plist b/net-im/loudmouth/pkg-plist new file mode 100644 index 000000000000..37fa3dedf6c9 --- /dev/null +++ b/net-im/loudmouth/pkg-plist @@ -0,0 +1,13 @@ +include/loudmouth-1.0/loudmouth/lm-connection.h +include/loudmouth-1.0/loudmouth/lm-error.h +include/loudmouth-1.0/loudmouth/lm-message-handler.h +include/loudmouth-1.0/loudmouth/lm-message-node.h +include/loudmouth-1.0/loudmouth/lm-message.h +include/loudmouth-1.0/loudmouth/lm-utils.h +include/loudmouth-1.0/loudmouth/loudmouth.h +lib/libloudmouth.a +lib/libloudmouth.so +lib/libloudmouth.so.0 +libdata/pkgconfig/loudmouth-1.0.pc +@dirrm include/loudmouth-1.0/loudmouth +@dirrm include/loudmouth-1.0 |