Index: head/net/AquaGatekeeper2/pkg-message =================================================================== --- head/net/AquaGatekeeper2/pkg-message (revision 250275) +++ head/net/AquaGatekeeper2/pkg-message (nonexistent) @@ -1,5 +0,0 @@ -**************************************************************************** - Please read documentation located in %%PREFIX%%/share/doc/AquaGatekeeper - You will need to write configuration file to run the Gatekeeper. - Some examples are in %%PREFIX%%/share/examples/AquaGatekeeper -**************************************************************************** Property changes on: head/net/AquaGatekeeper2/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/AquaGatekeeper2/Makefile =================================================================== --- head/net/AquaGatekeeper2/Makefile (revision 250275) +++ head/net/AquaGatekeeper2/Makefile (revision 250276) @@ -1,67 +1,69 @@ # New ports collection makefile for: AquaGatekeeper2 # Date created: 11 March 2005 # Whom: Eugene Grosbein # # $FreeBSD$ # PORTNAME= AquaGatekeeper PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk/ \ +MASTER_SITES= ftp://ftp.svzserv.kemerovo.su/pub/FreeBSD/distfiles.misc/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ EXTRACT_SUFX= .tgz -MAINTAINER= eugen@grosbein.pp.ru +MAINTAINER= ports@grosbein.pp.ru COMMENT= Aqua H323 Gatekeeper and proxy WRKSRC= ${WRKDIR}/${PORTNAME} CONFLICTS= AquaGatekeeper-1.* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2${PKGNAMESUFFIX} NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= No commercial redistribution +SUB_FILES= pkg-message +STRIP= +STRIP_CMD= ${TRUE} +DEPRECATED= Binary port of software abandoned by the vendor .if !defined(BATCH) && !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes .endif do-install: @${INSTALL_PROGRAM} ${WRKSRC}/AquaGatekeeper ${PREFIX}/sbin/ @${INSTALL_SCRIPT} ${FILESDIR}/agk.sh.sample ${PREFIX}/etc/rc.d/ @${INSTALL_DATA} ${WRKSRC}/Config/AquaGatekeeper.cfg ${PREFIX}/etc/AquaGatekeeper.cfg.sample @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/Config/Example.cfg ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @for docfile in ${WRKSRC}/Help/* ${WRKSRC}/*.rtf; \ do ${INSTALL_MAN} $$docfile ${DOCSDIR}; \ done @${MKDIR} ${DOCSDIR}/Rus @for docfile in ${WRKSRC}/Help.Rus/*; \ do ${INSTALL_MAN} $$docfile ${DOCSDIR}/Rus; \ done .endif post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${SED} "s'%%PREFIX%%'${PREFIX}'" < pkg-message + @${CAT} ${PKGMESSAGE} .include +# This is binary port of closed-source software .if ${ARCH} == "i386" -LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x +DISTNAME= AquaGatekeeper200FreeBSDBuild653 +LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x \ + crypto.3:${PORTSDIR}/misc/compat5x .elif ${ARCH} == "amd64" -LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x -.endif - -.if ${ARCH} == "amd64" DISTNAME= AquaGatekeeper200FreeBSDamd64Build653 -.else -DISTNAME= AquaGatekeeper200FreeBSDBuild653 +LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x .endif .include Property changes on: head/net/AquaGatekeeper2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/AquaGatekeeper2/files/pkg-message.in =================================================================== --- head/net/AquaGatekeeper2/files/pkg-message.in (nonexistent) +++ head/net/AquaGatekeeper2/files/pkg-message.in (revision 250276) @@ -0,0 +1,9 @@ +**************************************************************************** +!!! NOTE: THE AQUA GATEKEEPER IS DISCONTIUED BY ITS VENDOR. No vendor support, +!!! no updates, no bugfixes. This port is still provided to support +!!! old installations only. You should choose other software for new setups. + + Please read documentation located in %%DOCSDIR%% + You will need to write configuration file to run the Gatekeeper. + Some examples are in %%EXAMPLESDIR%% +**************************************************************************** Property changes on: head/net/AquaGatekeeper2/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/AquaGatekeeper2/pkg-descr =================================================================== --- head/net/AquaGatekeeper2/pkg-descr (revision 250275) +++ head/net/AquaGatekeeper2/pkg-descr (revision 250276) @@ -1,12 +1,16 @@ 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 2.0 is limited to 7 concurrent calls. -WWW: http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk_manual/agk +!!! NOTE: THE AQUA GATEKEEPER IS DISCONTIUED BY ITS VENDOR. No vendor support, +!!! no updates, no bugfixes. This port is still provided to support +!!! old installations only. You should choose other software for new setups. +WWW: http://www.kuzbass.ru/docs/AquaGatekeeper2/AquaGatekeeper.htm + - Grosbein -eugen@grosbein.pp.ru +ports@grosbein.pp.ru Property changes on: head/net/AquaGatekeeper2/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property