From 081d1c405d12895ea57d9c5e980a5d10f3a70b4a Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Wed, 1 Nov 2000 13:06:23 +0000 Subject: New Port: coms/vpb2 user mode API for Voicetronix 4 port analog DSP telephony cards PR: 21113 Submitted by: David Sugar --- comms/Makefile | 1 + comms/vpb2/Makefile | 27 +++++++++++++++++++++++++++ comms/vpb2/distinfo | 1 + comms/vpb2/pkg-comment | 1 + comms/vpb2/pkg-descr | 6 ++++++ comms/vpb2/pkg-plist | 8 ++++++++ 6 files changed, 44 insertions(+) create mode 100644 comms/vpb2/Makefile create mode 100644 comms/vpb2/distinfo create mode 100644 comms/vpb2/pkg-comment create mode 100644 comms/vpb2/pkg-descr create mode 100644 comms/vpb2/pkg-plist diff --git a/comms/Makefile b/comms/Makefile index fe2784e2a2c5..654e07738ef2 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -22,6 +22,7 @@ SUBDIR += sredird SUBDIR += tkhylafax SUBDIR += viewfax + SUBDIR += vpb2 SUBDIR += xcept SUBDIR += yaps SUBDIR += zmtx-zmrx 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 +# +# $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 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 + -- cgit v1.2.3