This is the second generation of AquaGatekeeper, gatekeeper and proxy by Infinet Wireless LTD (formerly Aqua Comptek Group). Its first version is already in the Ports Collection. New release comes as new port because of lots of reasons: it is not quite compatible with older versions, its configuration syntax has changed, its license is more restrictive (now it allows only 7 concurrent calls). How-To-Repeat: N/A
It should be make through repocopy from net/AquaGatekeeper. Submit a diff to the port please then. -- Sem.
State Changed From-To: open->feedback Wait for diff
Here comes diff: diff -ruN AquaGatekeeper/Makefile AquaGatekeeper2/Makefile --- AquaGatekeeper/Makefile Thu Jul 22 20:19:02 2004 +++ AquaGatekeeper2/Makefile Fri Mar 11 19:44:37 2005 @@ -1,15 +1,14 @@ -# New ports collection makefile for: AquaGatekeeper -# Date created: 2 November 2003 +# New ports collection makefile for: AquaGatekeeper2 +# Date created: 11 March 2005 # Whom: Eugene Grosbein <eugen@grosbein.pp.ru> # -# $FreeBSD: ports/net/AquaGatekeeper/Makefile,v 1.8 2004/07/22 12:19:02 krion Exp $ +# $FreeBSD$ # PORTNAME= AquaGatekeeper -PORTVERSION= 1.22 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \ +MASTER_SITES= http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ EXTRACT_SUFX= .tgz @@ -36,7 +35,7 @@ @${INSTALL_DATA} ${WRKSRC}/Config/Example.cfg ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @for docfile in ${WRKSRC}/Help/*; \ + @for docfile in ${WRKSRC}/Help/* ${WRKSRC}/*.rtf; \ do ${INSTALL_MAN} $$docfile ${DOCSDIR}; \ done @${MKDIR} ${DOCSDIR}/Rus @@ -58,9 +57,9 @@ .endif .if ${ARCH} == "amd64" -DISTNAME= AquaGatekeeper122FreeBSDamd64Build131 +DISTNAME= AquaGatekeeper200FreeBSDamd64Build653 .else -DISTNAME= AquaGatekeeper122FreeBSDBuild131 +DISTNAME= AquaGatekeeper200FreeBSDBuild653 .endif .include <bsd.port.post.mk> diff -ruN AquaGatekeeper/distinfo.amd64 AquaGatekeeper2/distinfo.amd64 --- AquaGatekeeper/distinfo.amd64 Thu Jul 22 20:19:02 2004 +++ AquaGatekeeper2/distinfo.amd64 Fri Mar 11 19:13:27 2005 @@ -1,2 +1,2 @@ -MD5 (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 3ae343325e21fd49ef71c865bc5e22dc -SIZE (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 2926031 +MD5 (AquaGatekeeper200FreeBSDamd64Build653.tgz) = bccffb094d3a80f3fade694c588377aa +SIZE (AquaGatekeeper200FreeBSDamd64Build653.tgz) = 686437 diff -ruN AquaGatekeeper/distinfo.i386 AquaGatekeeper2/distinfo.i386 --- AquaGatekeeper/distinfo.i386 Thu Jul 22 20:19:02 2004 +++ AquaGatekeeper2/distinfo.i386 Fri Mar 11 19:02:47 2005 @@ -1,2 +1,2 @@ -MD5 (AquaGatekeeper122FreeBSDBuild131.tgz) = e5dede37d29462641f214a5076eb4766 -SIZE (AquaGatekeeper122FreeBSDBuild131.tgz) = 3011253 +MD5 (AquaGatekeeper200FreeBSDBuild653.tgz) = b4db47138010d875acf2c3b09c67191b +SIZE (AquaGatekeeper200FreeBSDBuild653.tgz) = 749636 diff -ruN AquaGatekeeper/pkg-descr AquaGatekeeper2/pkg-descr --- AquaGatekeeper/pkg-descr Mon Nov 3 00:37:14 2003 +++ AquaGatekeeper2/pkg-descr Fri Mar 11 19:30:47 2005 @@ -1,12 +1,12 @@ -Aqua Gatekeeper is H.323 gatekeeper and proxy by Aqua Project Group. +Aqua Gatekeeper 2.0 is H.323 gatekeeper and proxy by Infinet Wireless LTD. It is compatible with many hardware/software like Cisco H.323 gateways and Microsoft NetMeeting 3.01 for Windows 2000 and later. This port presents Aqua Gatekeeper Startup Edition. It is not a free software but may be used free of charge. -The Aqua Gatekeeper Startup Edition is limited to 30 concurrent calls. +The Aqua Gatekeeper Startup Edition 2.0 is limited to 7 concurrent calls. -WWW: http://www.aqua.comptek.ru/man/voip/gatekeeper/index.htm +WWW: http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk_manual/agk - Grosbein eugen@grosbein.pp.ru diff -ruN AquaGatekeeper/pkg-plist AquaGatekeeper2/pkg-plist --- AquaGatekeeper/pkg-plist Thu Jul 22 20:19:02 2004 +++ AquaGatekeeper2/pkg-plist Fri Mar 11 19:26:38 2005 @@ -1,7 +1,6 @@ sbin/AquaGatekeeper etc/rc.d/agk.sh.sample etc/AquaGatekeeper.cfg.sample -%%PORTDOCS%%%%DOCSDIR%%/AdministratorGuide.pdf %%PORTDOCS%%%%DOCSDIR%%/AquaGatekeeper.htm %%PORTDOCS%%%%DOCSDIR%%/CommandLineOptions.htm %%PORTDOCS%%%%DOCSDIR%%/ConfigSyntax.htm @@ -10,7 +9,6 @@ %%PORTDOCS%%%%DOCSDIR%%/OperationPrinciples.htm %%PORTDOCS%%%%DOCSDIR%%/RevisionHistory.htm %%PORTDOCS%%%%DOCSDIR%%/default.css -%%PORTDOCS%%%%DOCSDIR%%/Rus/AdministratorGuideRus.pdf %%PORTDOCS%%%%DOCSDIR%%/Rus/AquaGatekeeper.htm %%PORTDOCS%%%%DOCSDIR%%/Rus/CommandLineOptions.htm %%PORTDOCS%%%%DOCSDIR%%/Rus/ConfigSyntax.htm
State Changed From-To: feedback->repocopy Repocpy request: net/AquaGatekeeper -> net/AquaGatekeeper2
Responsible Changed From-To: freebsd-ports-bugs->portmgr Repocpy request: net/AquaGatekeeper -> net/AquaGatekeeper2
State Changed From-To: repocopy->open Repo-copy complete.
Responsible Changed From-To: portmgr->sem Repo-copy complete.
State Changed From-To: open->closed Committed, thanks!