mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Russian translation module for PGP
This commit is contained in:
parent
c72a17926e
commit
3e2955219d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1607
36
russian/pgp.language/Makefile
Normal file
36
russian/pgp.language/Makefile
Normal file
@ -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>
|
1
russian/pgp.language/distinfo
Normal file
1
russian/pgp.language/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pgp26ru.zip) = c6832d3eb325e3176f6506a01c0f05b4
|
1
russian/pgp.language/pkg-comment
Normal file
1
russian/pgp.language/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Russian language module for PGP 2.6*
|
7
russian/pgp.language/pkg-descr
Normal file
7
russian/pgp.language/pkg-descr
Normal file
@ -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.
|
5
russian/pgp.language/pkg-plist
Normal file
5
russian/pgp.language/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
@cwd /usr/local
|
||||
lib/pgp/language.txt
|
||||
lib/pgp/ru.hlp
|
||||
lib/pgp/NOTES.ru
|
||||
lib/pgp/config.txt
|
Loading…
Reference in New Issue
Block a user