summaryrefslogtreecommitdiff
path: root/russian/pgp.language
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-04 14:47:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-04 14:47:57 +0000
commit3e2955219d6642f22842503207679494ab883e60 (patch)
tree0b0995232da5f9593278a7a38bcea826f6c9f67a /russian/pgp.language
parentPut an `@' in front of the mtree command. I don't want to see it. (diff)
Russian translation module for PGP
Notes
Notes: svn path=/head/; revision=1607
Diffstat (limited to 'russian/pgp.language')
-rw-r--r--russian/pgp.language/Makefile36
-rw-r--r--russian/pgp.language/distinfo1
-rw-r--r--russian/pgp.language/pkg-comment1
-rw-r--r--russian/pgp.language/pkg-descr7
-rw-r--r--russian/pgp.language/pkg-plist5
5 files changed, 50 insertions, 0 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile
new file mode 100644
index 000000000000..b9c2a0b55279
--- /dev/null
+++ b/russian/pgp.language/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: pgp.language
+# Version required: 2.6
+# Date created: 4 May 1995
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1995/05/01 11:47:15 ache Exp $
+#
+
+DISTNAME= pgp26ru
+EXTRACT_SUFX= .zip
+CATEGORIES+= utilities
+MASTER_SITES= ftp://ftp.kiae.su/unix/crypto/pgp/
+NO_WRKSUBDIR= YES
+NO_CONFIGURE= YES
+NO_PATCH= YES
+NO_BUILD= YES
+
+MAINTAINER= ache@FreeBSD.ORG
+
+EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
+ pgp:${PORTSDIR}/utils/pgp.non-usa_only
+EXTRACT_CMD= unzip
+EXTRACT_ARGS= -q
+
+PGPLIB= ${PREFIX}/lib/pgp
+OBJS= language.txt ru.hlp
+
+do-install:
+ cd ${WRKSRC}; install -c -o bin -g bin -m 444 ${OBJS} ${PGPLIB}
+ cd ${WRKSRC}; tr -d '\015' < NOTES.ru > ${PGPLIB}/NOTES.ru
+ cd ${PGPLIB}; grep -l -q '^Language.*=.*ru' config.txt || { \
+ cp config.txt config.txt.bak; \
+ sed 's/^Language.*=.*$$/Language = ru/' < config.txt.bak > config.txt; }
+ -pgp > /dev/null 2>&1 # update .idx file
+
+.include <bsd.port.mk>
diff --git a/russian/pgp.language/distinfo b/russian/pgp.language/distinfo
new file mode 100644
index 000000000000..fa1895554292
--- /dev/null
+++ b/russian/pgp.language/distinfo
@@ -0,0 +1 @@
+MD5 (pgp26ru.zip) = c6832d3eb325e3176f6506a01c0f05b4
diff --git a/russian/pgp.language/pkg-comment b/russian/pgp.language/pkg-comment
new file mode 100644
index 000000000000..7fcc1435e60a
--- /dev/null
+++ b/russian/pgp.language/pkg-comment
@@ -0,0 +1 @@
+Russian language module for PGP 2.6*
diff --git a/russian/pgp.language/pkg-descr b/russian/pgp.language/pkg-descr
new file mode 100644
index 000000000000..6397f9c1d8fc
--- /dev/null
+++ b/russian/pgp.language/pkg-descr
@@ -0,0 +1,7 @@
+Russian language module for PGP
+Currently, two charsets handled by PGP, it is koi8-r and alternate codes.
+Internal representation of text files is koi8-r with CR/LF.
+If you transfer text file out of your local system, don't
+forget to add -t (text) option to 'pgp' call.
+Without it, your text can't be read if local and remote system
+charsets are different, f.e. Unix<-->MSDOS transfer.
diff --git a/russian/pgp.language/pkg-plist b/russian/pgp.language/pkg-plist
new file mode 100644
index 000000000000..a1582cfd2246
--- /dev/null
+++ b/russian/pgp.language/pkg-plist
@@ -0,0 +1,5 @@
+@cwd /usr/local
+lib/pgp/language.txt
+lib/pgp/ru.hlp
+lib/pgp/NOTES.ru
+lib/pgp/config.txt