mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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.
This commit is contained in:
parent
e9f2155db4
commit
db0f9e0460
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48561
@ -248,6 +248,7 @@
|
||||
SUBDIR += ohphone
|
||||
SUBDIR += openam
|
||||
SUBDIR += opengatekeeper
|
||||
SUBDIR += opengk
|
||||
SUBDIR += openh323
|
||||
SUBDIR += openh323proxy
|
||||
SUBDIR += openldap
|
||||
|
35
net/opengk/Makefile
Normal file
35
net/opengk/Makefile
Normal file
@ -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>
|
1
net/opengk/distinfo
Normal file
1
net/opengk/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (opengk_1.0.2.tar.gz) = 5dcdba288be5abb44855b7bbe119faf8
|
1
net/opengk/pkg-comment
Normal file
1
net/opengk/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Equivalence's H323 GateKeeper for OpenH323 OhPhone and NetMeeting
|
13
net/opengk/pkg-descr
Normal file
13
net/opengk/pkg-descr
Normal file
@ -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/
|
1
net/opengk/pkg-plist
Normal file
1
net/opengk/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/opengk
|
Loading…
Reference in New Issue
Block a user