summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2001-10-08 12:14:34 +0000
committerRoger Hardiman <roger@FreeBSD.org>2001-10-08 12:14:34 +0000
commitdb0f9e0460b58dd5a4b6f6b7d713b29ac56b9deb (patch)
tree13871f2a7d224eff20ec0e9d4f2e4290895360ae /net
parentRemove Broken status. OpenH323 now includes the right functions. (diff)
Add OpenGK, a H323 Gatekeeper written by Equivalence, who also write
the OpenH323 library. This Gatekeeper has a html interface via port 1719 for configuration.
Notes
Notes: svn path=/head/; revision=48561
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/opengk/Makefile35
-rw-r--r--net/opengk/distinfo1
-rw-r--r--net/opengk/pkg-comment1
-rw-r--r--net/opengk/pkg-descr13
-rw-r--r--net/opengk/pkg-plist1
6 files changed, 52 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 0e7c22f17174..6ffe847c41c2 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -248,6 +248,7 @@
SUBDIR += ohphone
SUBDIR += openam
SUBDIR += opengatekeeper
+ SUBDIR += opengk
SUBDIR += openh323
SUBDIR += openh323proxy
SUBDIR += openldap
diff --git a/net/opengk/Makefile b/net/opengk/Makefile
new file mode 100644
index 000000000000..d7c095d837b3
--- /dev/null
+++ b/net/opengk/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: opengk
+# Date created: Mon Oct 8 12:49:00 BST 2001
+# Whom: Roger Hardiman <roger@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= opengk
+PORTVERSION= 1.0.2
+CATEGORIES= net
+MASTER_SITES= http://www.openh323.org/bin/ \
+ http://www.de.openh323.org/bin/ \
+ http://www.ru.openh323.org/bin/
+DISTNAME= opengk_1.0.2
+
+MAINTAINER= roger@FreeBSD.org
+
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+NOCLEANDEPENDS= yes
+
+USE_NEWGCC= yes
+USE_GMAKE= yes
+ALL_TARGET= opt
+MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
+ OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
+THE_MACHTYPE= ${ARCH:S/i386/x86/}
+MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/opengk ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/net/opengk/distinfo b/net/opengk/distinfo
new file mode 100644
index 000000000000..c1039ef4619c
--- /dev/null
+++ b/net/opengk/distinfo
@@ -0,0 +1 @@
+MD5 (opengk_1.0.2.tar.gz) = 5dcdba288be5abb44855b7bbe119faf8
diff --git a/net/opengk/pkg-comment b/net/opengk/pkg-comment
new file mode 100644
index 000000000000..a0734749b9db
--- /dev/null
+++ b/net/opengk/pkg-comment
@@ -0,0 +1 @@
+Equivalence's H323 GateKeeper for OpenH323 OhPhone and NetMeeting
diff --git a/net/opengk/pkg-descr b/net/opengk/pkg-descr
new file mode 100644
index 000000000000..0870b8deeb9b
--- /dev/null
+++ b/net/opengk/pkg-descr
@@ -0,0 +1,13 @@
+OpenGatekeeper is a H323 GateKeeper based on the OpenH323 project.
+It is written by Equivalence, who also write the OpenH323 library
+
+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 including OhPhone, OpenPhone and MS NetMeeting.
+
+It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
+
+For more information see
+WWW: http://www.openh323.org/
diff --git a/net/opengk/pkg-plist b/net/opengk/pkg-plist
new file mode 100644
index 000000000000..91327d9b7b89
--- /dev/null
+++ b/net/opengk/pkg-plist
@@ -0,0 +1 @@
+bin/opengk