summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-16 14:59:33 +0000
committerkrion <krion@FreeBSD.org>2004-02-16 14:59:33 +0000
commit37f11458caac98f0051d54a1eb96c7b0b2a17582 (patch)
tree717f37b9c406f02bed850f320c6b92e1bf0c02fb /net
parent652ef9235f79b026880e2216f555f408bb7b41a3 (diff)
downloadFreeBSD-ports-37f11458caac98f0051d54a1eb96c7b0b2a17582.zip
FreeBSD-ports-37f11458caac98f0051d54a1eb96c7b0b2a17582.tar.gz
- Update to version 1.19
PR: ports/62913 Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/AquaGatekeeper/Makefile8
-rw-r--r--net/AquaGatekeeper/distinfo3
-rw-r--r--net/AquaGatekeeper/pkg-plist7
-rw-r--r--net/AquaGatekeeper2/Makefile8
-rw-r--r--net/AquaGatekeeper2/distinfo3
-rw-r--r--net/AquaGatekeeper2/pkg-plist7
6 files changed, 30 insertions, 6 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile
index ff3353e..f2c7246 100644
--- a/net/AquaGatekeeper/Makefile
+++ b/net/AquaGatekeeper/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= AquaGatekeeper
-PORTVERSION= 1.17
+PORTVERSION= 1.19
CATEGORIES= net
MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
-DISTNAME= AquaGatekeeper117FreeBSD
+DISTNAME= AquaGatekeeper119FreeBSD
EXTRACT_SUFX= .tgz
MAINTAINER= eugen@grosbein.pp.ru
@@ -38,6 +38,10 @@ do-install:
@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:
diff --git a/net/AquaGatekeeper/distinfo b/net/AquaGatekeeper/distinfo
index f258dbb..6c62f27 100644
--- a/net/AquaGatekeeper/distinfo
+++ b/net/AquaGatekeeper/distinfo
@@ -1 +1,2 @@
-MD5 (AquaGatekeeper117FreeBSD.tgz) = 68fded95233caff1cc05bbac953cd8b7
+MD5 (AquaGatekeeper119FreeBSD.tgz) = 6250a53bdfbbb24f68537edfdbd3644b
+SIZE (AquaGatekeeper119FreeBSD.tgz) = 781596
diff --git a/net/AquaGatekeeper/pkg-plist b/net/AquaGatekeeper/pkg-plist
index ee8d8a4..30cb8ca 100644
--- a/net/AquaGatekeeper/pkg-plist
+++ b/net/AquaGatekeeper/pkg-plist
@@ -10,6 +10,13 @@ etc/AquaGatekeeper.cfg.sample
%%PORTDOCS%%%%DOCSDIR%%/OperationPrinciples.htm
%%PORTDOCS%%%%DOCSDIR%%/RevisionHistory.htm
%%PORTDOCS%%%%DOCSDIR%%/default.css
+%%PORTDOCS%%%%DOCSDIR%%/Rus/AquaGatekeeper.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/CommandLineOptions.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/ConfigSyntax.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/OperationPrinciples.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/RevisionHistory.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/default.css
%%EXAMPLESDIR%%/Example.cfg
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/Rus
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile
index ff3353e..f2c7246 100644
--- a/net/AquaGatekeeper2/Makefile
+++ b/net/AquaGatekeeper2/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= AquaGatekeeper
-PORTVERSION= 1.17
+PORTVERSION= 1.19
CATEGORIES= net
MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
-DISTNAME= AquaGatekeeper117FreeBSD
+DISTNAME= AquaGatekeeper119FreeBSD
EXTRACT_SUFX= .tgz
MAINTAINER= eugen@grosbein.pp.ru
@@ -38,6 +38,10 @@ do-install:
@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:
diff --git a/net/AquaGatekeeper2/distinfo b/net/AquaGatekeeper2/distinfo
index f258dbb..6c62f27 100644
--- a/net/AquaGatekeeper2/distinfo
+++ b/net/AquaGatekeeper2/distinfo
@@ -1 +1,2 @@
-MD5 (AquaGatekeeper117FreeBSD.tgz) = 68fded95233caff1cc05bbac953cd8b7
+MD5 (AquaGatekeeper119FreeBSD.tgz) = 6250a53bdfbbb24f68537edfdbd3644b
+SIZE (AquaGatekeeper119FreeBSD.tgz) = 781596
diff --git a/net/AquaGatekeeper2/pkg-plist b/net/AquaGatekeeper2/pkg-plist
index ee8d8a4..30cb8ca 100644
--- a/net/AquaGatekeeper2/pkg-plist
+++ b/net/AquaGatekeeper2/pkg-plist
@@ -10,6 +10,13 @@ etc/AquaGatekeeper.cfg.sample
%%PORTDOCS%%%%DOCSDIR%%/OperationPrinciples.htm
%%PORTDOCS%%%%DOCSDIR%%/RevisionHistory.htm
%%PORTDOCS%%%%DOCSDIR%%/default.css
+%%PORTDOCS%%%%DOCSDIR%%/Rus/AquaGatekeeper.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/CommandLineOptions.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/ConfigSyntax.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/OperationPrinciples.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/RevisionHistory.htm
+%%PORTDOCS%%%%DOCSDIR%%/Rus/default.css
%%EXAMPLESDIR%%/Example.cfg
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/Rus
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
OpenPOWER on IntegriCloud