aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-14 08:29:58 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-14 08:29:58 +0000
commit770aeae1f4b39612252747966478293d6d3ab80f (patch)
treecd19e31df686c6ddf1e41d2f5ef011ae456bc6b4 /comms
parent62f973a1a8bf5781202cc2068ed8da5ea92152d6 (diff)
downloadports-770aeae1f4b39612252747966478293d6d3ab80f.tar.gz
ports-770aeae1f4b39612252747966478293d6d3ab80f.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/pstngw/Makefile32
-rw-r--r--comms/pstngw/distinfo2
-rw-r--r--comms/pstngw/pkg-descr7
4 files changed, 42 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index c1c3d7048de6..2a692d7bd2e6 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -53,6 +53,7 @@
SUBDIR += p5-Device-SerialPort
SUBDIR += plp
SUBDIR += pr
+ SUBDIR += pstngw
SUBDIR += py-bulksms
SUBDIR += py-lirc
SUBDIR += py-serial
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/