summaryrefslogtreecommitdiff
path: root/russian/pgp.language/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* expr -> ${EXPR}Michael Haro1999-08-281-2/+2
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-221-3/+3
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Switch to USE_ZIPJustin M. Seger1999-05-071-6/+2
| | | | Notes: svn path=/head/; revision=18579
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Depends on config.txt to not confuse with pgp5 installedAndrey A. Chernov1998-10-191-2/+2
| | | | Notes: svn path=/head/; revision=14087
* Unmark RBOKEN, mark RESSTRICTED: cryptoJustin M. Seger1998-10-161-2/+2
| | | | Notes: svn path=/head/; revision=14044
* Mark BROKEN for ELF:Justin M. Seger1998-10-161-1/+3
| | | | | | | | | | | | | | ===> ru-pgp-2.6.3ia depends on executable: pgp - found [ -d /usr/local/lib/pgp ] || mkdir -p /usr/local/lib/pgp cd /usr/ports/russian/pgp.language/work; install -c -o bin -g bin -m 444 language.txt ru.hlp /usr/local/lib/pgp cd /usr/ports/russian/pgp.language/work; tr -d '\015' < NOTES.ru > /usr/local/lib/pgp/NOTES.ru cd /usr/local/lib/pgp; grep -l -q '^Language.*=.*ru' config.txt || { cp config.txt config.txt.bak; sed 's/^Language.*=.*$/Language = ru/' < config.txt.bak > config.txt; } grep: config.txt: No such file or directory cp: config.txt: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=14031
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-3/+1
| | | | Notes: svn path=/head/; revision=11552
* Change ftp.relcom.ru and ftp.kiae.su to ftp.kiarchive.ruBill Fenner1997-08-101-2/+2
| | | | | | | Submitted by: ache (Andrey A. Chernov) Notes: svn path=/head/; revision=7517
* Fix path on MASTER_SITEBill Fenner1997-08-091-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=7507
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Upgrade to 2.6.3iaAndrey A. Chernov1996-05-271-4/+4
| | | | Notes: svn path=/head/; revision=3131
* Update to mach current development PGP snapshotAndrey A. Chernov1996-01-051-3/+3
| | | | Notes: svn path=/head/; revision=2609
* Remove "utils" from the categories. They already are in others.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2467
* Change "utilities" to "utils.Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2453
* Minor cleanup. Standardize package names (they now all start with "ru-"),Satoshi Asami1995-11-161-3/+3
| | | | | | | add "russian" to categories. Notes: svn path=/head/; revision=2427
* 1st EXEC->BUILDAndrey A. Chernov1995-09-231-3/+3
| | | | | | | 2nd EXEC->RUN Notes: svn path=/head/; revision=2183
* Fix the dependencies. hfs is now in emulators and pgp is in security.Satoshi Asami1995-07-131-2/+3
| | | | Notes: svn path=/head/; revision=1957
* Remove USA_RESIDENT stuff, it goes to pgp meta-port nowAndrey A. Chernov1995-07-081-19/+3
| | | | Notes: svn path=/head/; revision=1936
* Set IS_INTERACTIVE, user should set USA_RESIDENT to YES or NO.Satoshi Asami1995-07-011-1/+4
| | | | | | | Ok'd by: ache Notes: svn path=/head/; revision=1902
* Remove NO_PACKAGE, it depends now on USA_RESIDENT variableAndrey A. Chernov1995-06-261-6/+16
| | | | | | | which must be set to YES or NO to build this package Notes: svn path=/head/; revision=1893
* Add NO_PACKAGE=yes, depends on restricted source (pgp).Satoshi Asami1995-05-181-1/+4
| | | | Notes: svn path=/head/; revision=1781
* Minor fixup (adding PKGNAME=pgp-2.6.ru is the largest).Satoshi Asami1995-05-121-6/+8
| | | | Notes: svn path=/head/; revision=1691
* Russian translation module for PGPAndrey A. Chernov1995-05-041-0/+36
Notes: svn path=/head/; revision=1607