diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-01 21:06:23 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-01 21:06:23 +0800 |
commit | 30b77ecc905ea4985ef8027a638a9928a569644e (patch) | |
tree | 973499d7bf8beb242fae20c6535a8c963138c95c /comms/vpb2 | |
parent | ab4ba365e1f965bd06d4531dcdcc29e39869112c (diff) | |
download | freebsd-ports-gnome-30b77ecc905ea4985ef8027a638a9928a569644e.tar.gz freebsd-ports-gnome-30b77ecc905ea4985ef8027a638a9928a569644e.tar.zst freebsd-ports-gnome-30b77ecc905ea4985ef8027a638a9928a569644e.zip |
New Port: coms/vpb2
user mode API for Voicetronix 4 port analog DSP telephony cards
PR: 21113
Submitted by: David Sugar <dyfet@gnu.org>
Diffstat (limited to 'comms/vpb2')
-rw-r--r-- | comms/vpb2/Makefile | 27 | ||||
-rw-r--r-- | comms/vpb2/distinfo | 1 | ||||
-rw-r--r-- | comms/vpb2/pkg-comment | 1 | ||||
-rw-r--r-- | comms/vpb2/pkg-descr | 6 | ||||
-rw-r--r-- | comms/vpb2/pkg-plist | 8 |
5 files changed, 43 insertions, 0 deletions
diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile new file mode 100644 index 000000000000..f4f06f36a7f3 --- /dev/null +++ b/comms/vpb2/Makefile @@ -0,0 +1,27 @@ +# Generated automatically from Makefile.in by configure. +# New ports collection makefile for: vpb2 +# Date created: 07 Sept 2000 +# Whom: David Sugar <dyfet@gnu.org> +# +# $FreeBSD$ +# + +PORTNAME= vpb2 +PORTVERSION= 2.0.3 +CATEGORIES= comms +MASTER_SITES= ftp://www.voxilla.org/pub/vpb/ + +MAINTAINER= dyfet@gnu.org + +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_AUTOCONF= yes +INSTALLS_SHLIB= yes + +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib + +post-extract: + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|-release \$$\(LT_RELEASE\)||g' + +.include <bsd.port.mk> diff --git a/comms/vpb2/distinfo b/comms/vpb2/distinfo new file mode 100644 index 000000000000..3fa133a363fa --- /dev/null +++ b/comms/vpb2/distinfo @@ -0,0 +1 @@ +MD5 (vpb2-2.0.3.tar.gz) = 5f79fd8bf091832d7734c66fcc19c517 diff --git a/comms/vpb2/pkg-comment b/comms/vpb2/pkg-comment new file mode 100644 index 000000000000..c8f586fe79bc --- /dev/null +++ b/comms/vpb2/pkg-comment @@ -0,0 +1 @@ +user mode API for Voicetronix 4 port analog DSP telephony cards diff --git a/comms/vpb2/pkg-descr b/comms/vpb2/pkg-descr new file mode 100644 index 000000000000..82405f1d3d9f --- /dev/null +++ b/comms/vpb2/pkg-descr @@ -0,0 +1,6 @@ +The Voicetronix API allows one to write applications for the Voicetronix +4 port analog DSP telephony cards. These cards are generally available +from Voictronix in Australia and will soon be made available for sales +in the United States. The API provides a single user mode library for +developing telephony applications under both FreeBSD and +GNU/Linux. Several test applications are included. diff --git a/comms/vpb2/pkg-plist b/comms/vpb2/pkg-plist new file mode 100644 index 000000000000..8a84c7667a5e --- /dev/null +++ b/comms/vpb2/pkg-plist @@ -0,0 +1,8 @@ +include/vpbapi.h +lib/libvpb2.a +lib/libvpb2.so +lib/libvpb2.so.0 +bin/tvpb +bin/tload +bin/mtisa + |