diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /russian/pgp.language | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'russian/pgp.language')
-rw-r--r-- | russian/pgp.language/Makefile | 41 | ||||
-rw-r--r-- | russian/pgp.language/distinfo | 1 | ||||
-rw-r--r-- | russian/pgp.language/pkg-comment | 1 | ||||
-rw-r--r-- | russian/pgp.language/pkg-descr | 7 | ||||
-rw-r--r-- | russian/pgp.language/pkg-plist | 5 |
5 files changed, 0 insertions, 55 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile deleted file mode 100644 index 530df9b6aadb..000000000000 --- a/russian/pgp.language/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: pgp.language -# Version required: 2.6 -# Date created: 4 May 1995 -# Whom: ache -# -# $Id: Makefile,v 1.2 1995/05/12 09:43:57 asami Exp $ -# - -DISTNAME= pgp26ru -PKGNAME= pgp-2.6.ru -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.kiae.su/unix/crypto/pgp/ -EXTRACT_SUFX= .zip - -MAINTAINER= ache@FreeBSD.ORG - -# depends on restricted stuff (pgp) -NO_PACKAGE= yes - -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ - pgp:${PORTSDIR}/utils/pgp.non-usa_only -EXTRACT_CMD= unzip -EXTRACT_ARGS= -q -NO_WRKSUBDIR= YES -NO_CONFIGURE= YES -NO_PATCH= YES -NO_BUILD= YES - -PGPLIB= ${PREFIX}/lib/pgp -OBJS= language.txt ru.hlp - -do-install: - [ -d ${PGPLIB} ] || mkdir -p ${PGPLIB} - 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 deleted file mode 100644 index 434474a12c65..000000000000 --- a/russian/pgp.language/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pgp26ru.zip) = 8353c86b3d47302c03c34ff5f263d630 diff --git a/russian/pgp.language/pkg-comment b/russian/pgp.language/pkg-comment deleted file mode 100644 index 7fcc1435e60a..000000000000 --- a/russian/pgp.language/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Russian language module for PGP 2.6* diff --git a/russian/pgp.language/pkg-descr b/russian/pgp.language/pkg-descr deleted file mode 100644 index 6397f9c1d8fc..000000000000 --- a/russian/pgp.language/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index a1582cfd2246..000000000000 --- a/russian/pgp.language/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@cwd /usr/local -lib/pgp/language.txt -lib/pgp/ru.hlp -lib/pgp/NOTES.ru -lib/pgp/config.txt |