Add tapidbus 0.2.1, an abstraction layer for interprocess communication.

PR:		ports/91671
Submitted by:	Babak Farrokhi
This commit is contained in:
Emanuel Haupt 2006-01-12 19:48:01 +00:00
parent 21cb4957b1
commit 1012e1dbda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153365
7 changed files with 70 additions and 0 deletions

View File

@ -741,6 +741,7 @@
SUBDIR += tac_plus-libradius
SUBDIR += tac_plus4
SUBDIR += tacshell
SUBDIR += tapidbus
SUBDIR += tcpcat
SUBDIR += tcpdstat
SUBDIR += tcpdump

33
net/tapidbus/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: tapidbus
# Date created: 2006-01-11
# Whom: Babak Farrokhi
#
# $FreeBSD$
#
PORTNAME= tapidbus
PORTVERSION= 0.2.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tapioca-voip
MAINTAINER= babak@farrokhi.net
COMMENT= Abstraction layer for interprocess communication
LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_GNOME= pkgconfig glib20 gnomehack
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure
.include <bsd.port.mk>

3
net/tapidbus/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (tapidbus-0.2.1.tar.gz) = d704c2df28d2d1eea6c31b50cc07b057
SHA256 (tapidbus-0.2.1.tar.gz) = 7144c94faa370c7792164db707a02b8508ec2507c0c84ba64f0b3f0ebac23949
SIZE (tapidbus-0.2.1.tar.gz) = 327946

View File

@ -0,0 +1,11 @@
--- Makefile.am.orig Thu Jan 12 17:32:26 2006
+++ Makefile.am Thu Jan 12 17:33:19 2006
@@ -9,7 +9,7 @@
%-@TAPIDBUS_MAJORMINOR@.pc: %.pc
cp $< $@
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = $(pcfiles)
include aminclude.am

View File

@ -0,0 +1,12 @@
--- configure.orig Wed Jan 11 17:28:18 2006
+++ configure Wed Jan 11 17:28:48 2006
@@ -19213,7 +19213,8 @@
# 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'

3
net/tapidbus/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
An abstraction layer that uses dbus for interprocess communication.
WWW: http://tapioca-voip.sourceforge.net/

7
net/tapidbus/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
include/tapidbus-0.2/tapidbus/tapidbus.h
lib/libtapidbus-0.2.a
lib/libtapidbus-0.2.so
lib/libtapidbus-0.2.so.0
libdata/pkgconfig/tapidbus-0.2.pc
@dirrm include/tapidbus-0.2/tapidbus
@dirrm include/tapidbus-0.2