Index: head/net/AquaGatekeeper/pkg-message =================================================================== --- head/net/AquaGatekeeper/pkg-message (revision 250273) +++ head/net/AquaGatekeeper/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/AquaGatekeeper/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/AquaGatekeeper/Makefile =================================================================== --- head/net/AquaGatekeeper/Makefile (revision 250273) +++ head/net/AquaGatekeeper/Makefile (revision 250274) @@ -1,65 +1,67 @@ # New ports collection makefile for: AquaGatekeeper # Date created: 2 November 2003 # Whom: Eugene Grosbein # # $FreeBSD$ # PORTNAME= AquaGatekeeper PORTVERSION= 1.22 PORTREVISION= 3 CATEGORIES= net 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} 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/*; \ 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= AquaGatekeeper122FreeBSDBuild445 +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= AquaGatekeeper122FreeBSDamd64Build131 -.else -DISTNAME= AquaGatekeeper122FreeBSDBuild445 +LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x .endif .include Property changes on: head/net/AquaGatekeeper/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/AquaGatekeeper/files/pkg-message.in =================================================================== --- head/net/AquaGatekeeper/files/pkg-message.in (nonexistent) +++ head/net/AquaGatekeeper/files/pkg-message.in (revision 250274) @@ -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/AquaGatekeeper/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/AquaGatekeeper/pkg-descr =================================================================== --- head/net/AquaGatekeeper/pkg-descr (revision 250273) +++ head/net/AquaGatekeeper/pkg-descr (revision 250274) @@ -1,12 +1,16 @@ Aqua Gatekeeper is H.323 gatekeeper and proxy by Aqua Project Group. 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. -WWW: http://www.aqua.comptek.ru/man/voip/gatekeeper/index.htm +!!! 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/AquaGatekeeper/AquaGatekeeper.htm + - Grosbein -eugen@grosbein.pp.ru +ports@grosbein.pp.ru Property changes on: head/net/AquaGatekeeper/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property