1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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.
This commit is contained in:
Adam Weinberger 2003-07-08 09:07:10 +00:00
parent 88853a7848
commit 0905523e9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84453
11 changed files with 107 additions and 0 deletions

24
net-im/loudmouth/Makefile Normal file
View File

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

View File

@ -0,0 +1 @@
MD5 (loudmouth-0.10.1.tar.bz2) = 02772bf6af0a1a8572387913605c9031

View File

@ -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'

View File

@ -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/

View File

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

View File

@ -310,6 +310,7 @@
SUBDIR += lmd
SUBDIR += lmule
SUBDIR += loadd
SUBDIR += loudmouth
SUBDIR += magictun
SUBDIR += maradns
SUBDIR += mars_nwe

24
net/loudmouth/Makefile Normal file
View File

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

1
net/loudmouth/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (loudmouth-0.10.1.tar.bz2) = 02772bf6af0a1a8572387913605c9031

View File

@ -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'

5
net/loudmouth/pkg-descr Normal file
View File

@ -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/

13
net/loudmouth/pkg-plist Normal file
View File

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