aboutsummaryrefslogtreecommitdiffstats
path: root/comms/pstngw
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-06-14 16:29:58 +0800
committervs <vs@FreeBSD.org>2004-06-14 16:29:58 +0800
commit73391fa4634498379ddbd3f5e528544591b90dd0 (patch)
treeded6a6d1a9287f3411454ed2ee86db6f7a1cfcdb /comms/pstngw
parentdb0f53b6f2cb68ea6e6ee8441eb915efdda5b309 (diff)
downloadfreebsd-ports-gnome-73391fa4634498379ddbd3f5e528544591b90dd0.tar.gz
freebsd-ports-gnome-73391fa4634498379ddbd3f5e528544591b90dd0.tar.zst
freebsd-ports-gnome-73391fa4634498379ddbd3f5e528544591b90dd0.zip
Add pstngw 1.2.2, simple H.323-PSTN (POTS) gateway.
PR: ports/63024 Submitted by: Jakub Klausa <jacke@bofh.pl>
Diffstat (limited to 'comms/pstngw')
-rw-r--r--comms/pstngw/Makefile32
-rw-r--r--comms/pstngw/distinfo2
-rw-r--r--comms/pstngw/pkg-descr7
3 files changed, 41 insertions, 0 deletions
diff --git a/comms/pstngw/Makefile b/comms/pstngw/Makefile
new file mode 100644
index 000000000000..d2c5d30695c4
--- /dev/null
+++ b/comms/pstngw/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: pstngw
+# Date created: Wed Apr 15 15:41:00 GMT 2000
+# Whom: Jakub Klausa <jacke@bofh.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pstngw
+PORTVERSION= 1.2.2
+CATEGORIES= comms
+MASTER_SITES= http://www.openh323.org/bin/
+DISTNAME= pstngw_${PORTVERSION}
+
+MAINTAINER= jacke@bofh.pl
+COMMENT= Simple H.323-PSTN (POTS) gateway
+
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+
+NOCLEANDEPENDS= yes
+
+USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/pstngw
+MAKE_ENV+= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
+ OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../../net/openh323/work/openh323
+THE_MACHTYPE= ${ARCH:S/i386/x86/}
+
+PLIST_FILES= bin/pstngw
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_d/pstngw ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/comms/pstngw/distinfo b/comms/pstngw/distinfo
new file mode 100644
index 000000000000..57e37b40e7c5
--- /dev/null
+++ b/comms/pstngw/distinfo
@@ -0,0 +1,2 @@
+MD5 (pstngw_1.2.2.tar.gz) = 42cf263a23b45ee962a026b463050ce2
+SIZE (pstngw_1.2.2.tar.gz) = 25248
diff --git a/comms/pstngw/pkg-descr b/comms/pstngw/pkg-descr
new file mode 100644
index 000000000000..655f06d453a4
--- /dev/null
+++ b/comms/pstngw/pkg-descr
@@ -0,0 +1,7 @@
+This is a very simple PSTN to H.323 gateway program using the OpenH323
+library. It allows H.323 clients to make outgoing calls, and incoming
+calls to be routed to a specific H.323 client.
+
+It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
+
+WWW: http://www.openh323.org/