summaryrefslogtreecommitdiffstats
path: root/net/gatekeeper
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2000-04-15 15:02:51 +0000
committerroger <roger@FreeBSD.org>2000-04-15 15:02:51 +0000
commit2177fdce9a6dddea2897c897c4f4567ba974e460 (patch)
tree9f7ff72627dd275e4f41bdee80e2291d9602e22d /net/gatekeeper
parent2639898d2b6e289c172e86018364bdfdb8c4288b (diff)
downloadFreeBSD-ports-2177fdce9a6dddea2897c897c4f4567ba974e460.zip
FreeBSD-ports-2177fdce9a6dddea2897c897c4f4567ba974e460.tar.gz
Add gatekeeper, another H323 Gatekeeper using the
OpenH323 project's H323 stack. (the other one is called opengatekeeper) Works with all the H323 VideoPhone clients including voxilla, ohphone and NetMeeting
Diffstat (limited to 'net/gatekeeper')
-rw-r--r--net/gatekeeper/Makefile32
-rw-r--r--net/gatekeeper/distinfo1
-rw-r--r--net/gatekeeper/pkg-comment1
-rw-r--r--net/gatekeeper/pkg-descr16
-rw-r--r--net/gatekeeper/pkg-plist1
5 files changed, 51 insertions, 0 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile
new file mode 100644
index 0000000..910e73e
--- /dev/null
+++ b/net/gatekeeper/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gatekeeper
+# Date created: Wed Apr 15 15:41:00 GMT 2000
+# Whom: Roger Hardiman <roger@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gatekeeper
+PORTVERSION= 0.12pre
+CATEGORIES= net
+MASTER_SITES= http://www.willamowius.de/download/
+DISTNAME= gk012pre
+
+MAINTAINER= roger@freebsd.org
+
+BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
+
+WRKSRC= ${WRKDIR}/gk
+
+NOCLEANDEPENDS= yes
+
+USE_GMAKE= yes
+ALL_TARGET= opt
+MAKE_ENV= PWLIBDIR=${PORTSDIR}/net/openh323/work/pwlib \
+ OPENH323DIR=${PORTSDIR}/net/openh323/work/openh323
+THE_MACHTYPE= ${ARCH:S/i386/x86/}
+MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/gk ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/net/gatekeeper/distinfo b/net/gatekeeper/distinfo
new file mode 100644
index 0000000..2b5f33a
--- /dev/null
+++ b/net/gatekeeper/distinfo
@@ -0,0 +1 @@
+MD5 (gk012pre.tar.gz) = aafb2606a42c2c024241ec1e0477800d
diff --git a/net/gatekeeper/pkg-comment b/net/gatekeeper/pkg-comment
new file mode 100644
index 0000000..1034245
--- /dev/null
+++ b/net/gatekeeper/pkg-comment
@@ -0,0 +1 @@
+GK is a H323 GateKeeper (GPLed) for OpenH323 OhPhone and NetMeeting
diff --git a/net/gatekeeper/pkg-descr b/net/gatekeeper/pkg-descr
new file mode 100644
index 0000000..d216bad
--- /dev/null
+++ b/net/gatekeeper/pkg-descr
@@ -0,0 +1,16 @@
+Gatekeeper (gk) is a H323 GateKeeper based on the OpenH323 project.
+It is released with the GPL (GNU Public Licence)
+
+A H323 Gatekeeper manages multiple H323 clients on a network
+and provides a nice user name to IP mapping.
+
+As it follows the H323 standard, it is compatible with H323
+client programs inclding voxilla, OhPhone, OpenPhone and MS NetMeeting.
+
+It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
+
+It's currently maintained by Jan Willamowius <jan@willamowius.de>
+http://www.willamowius.de/openh323gk.html
+
+Also see
+http://www.openh323.org
diff --git a/net/gatekeeper/pkg-plist b/net/gatekeeper/pkg-plist
new file mode 100644
index 0000000..5aa86ed
--- /dev/null
+++ b/net/gatekeeper/pkg-plist
@@ -0,0 +1 @@
+bin/gk
OpenPOWER on IntegriCloud