From 65880cb102f9cb32e31e27bf7253dc4153a43404 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 4 May 1995 14:47:57 +0000 Subject: Russian translation module for PGP --- russian/pgp.language/Makefile | 36 ++++++++++++++++++++++++++++++++++++ russian/pgp.language/distinfo | 1 + russian/pgp.language/pkg-comment | 1 + russian/pgp.language/pkg-descr | 7 +++++++ russian/pgp.language/pkg-plist | 5 +++++ 5 files changed, 50 insertions(+) create mode 100644 russian/pgp.language/Makefile create mode 100644 russian/pgp.language/distinfo create mode 100644 russian/pgp.language/pkg-comment create mode 100644 russian/pgp.language/pkg-descr create mode 100644 russian/pgp.language/pkg-plist diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile new file mode 100644 index 0000000..b9c2a0b5 --- /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 diff --git a/russian/pgp.language/distinfo b/russian/pgp.language/distinfo new file mode 100644 index 0000000..fa18955 --- /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 0000000..7fcc143 --- /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 0000000..6397f9c --- /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 0000000..a1582cf --- /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 -- cgit v1.1