summaryrefslogtreecommitdiff
path: root/security/pgp5
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-31 15:01:21 +0000
committerfrueauf <frueauf>1998-12-31 15:01:21 +0000
commitb498436b96675ceac59b24a3de792b0e7d03ea31 (patch)
tree18ca3e49633a27fa8a72a058a165268fa73cf384 /security/pgp5
parent670f5761683476d0bffb32ee6bc007167e49a7a5 (diff)
downloadpkgsrc-b498436b96675ceac59b24a3de792b0e7d03ea31.tar.gz
Gna, $Id$ where changed, maybe cvs add -ko fixes sustition *sigh*
Diffstat (limited to 'security/pgp5')
-rw-r--r--security/pgp5/patches/patch-ab30
-rw-r--r--security/pgp5/patches/patch-af60
2 files changed, 0 insertions, 90 deletions
diff --git a/security/pgp5/patches/patch-ab b/security/pgp5/patches/patch-ab
deleted file mode 100644
index bc89fccc553..00000000000
--- a/security/pgp5/patches/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $
-
---- apps/pgp/Makefile.in.orig Sat Feb 7 20:54:56 1998
-+++ apps/pgp/Makefile.in Tue Dec 29 23:55:51 1998
-@@ -6,7 +6,7 @@
- # $Id: patch-ab,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $
- #
-
--PROG = pgp
-+PROG = pgp5
- INSTALLPROGS = $(PROG)
-
- COMMON=../common
-@@ -21,11 +21,11 @@
-
- install:: $(PROG)
- ( \
-- $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir); \
-+ $(INSTALL) -m 755 pgp5 $(DESTDIR)$(bindir); \
- cd $(DESTDIR)$(bindir); \
- $(RM) pgpe pgps pgpv pgp_old; \
-- $(LN_S) pgp pgpe; \
-- $(LN_S) pgp pgps; \
-- $(LN_S) pgp pgpv; \
-- $(LN_S) pgp pgp_old \
-+ $(LN_S) pgp5 pgpe; \
-+ $(LN_S) pgp5 pgps; \
-+ $(LN_S) pgp5 pgpv; \
-+ $(LN_S) pgp5 pgp_old \
- )
diff --git a/security/pgp5/patches/patch-af b/security/pgp5/patches/patch-af
deleted file mode 100644
index 83c9232a323..00000000000
--- a/security/pgp5/patches/patch-af
+++ /dev/null
@@ -1,60 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $
-
---- man/pgp.1.orig Sat Feb 7 21:08:26 1998
-+++ man/pgp.1 Thu Dec 31 15:16:09 1998
-@@ -1,38 +1,38 @@
- .\"
--.\" pgp.1
-+.\" pgp5.1
- .\"
- .\" Copyright (C) 1997 Pretty Good Privacy, Inc. All rights reserved.
- .\"
- .\" $Id: patch-af,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $
- .\"
- .\" Process this file with
--.\" groff -man -Tascii pgp.1
-+.\" groff -man -Tascii pgp5.1
- .\"
--.TH PGP 1 "JULY 1997 (v5.0)" PGP "User Manual"
-+.TH PGP5 1 "JULY 1997 (v5.0)" PGP "User Manual"
- .SH NAME
--PGP \- A suite of tools for encrypting, decrypting and verifying
-+PGP5 \- A suite of tools for encrypting, decrypting and verifying
- messages.
- .SH DESCRIPTION
- There are two files in this package, but several additional modes of
- operation are available via symbolic links:
-
- .RS
--.BR pgp (1)
-+.BR pgp5 (1)
- is the main cryptographic engine of the PGP package. However,
- invoking it as itself merely prints a usage summary.
-
- .BR pgpe (1)
- is executed to encrypt, or encrypt and sign, files. It is a link to
--.BR pgp (1).
-+.BR pgp5 (1).
-
- .BR pgps (1)
- is executed to only sign files. It is a link to
--.BR pgp (1).
-+.BR pgp5 (1).
-
- .BR pgpv (1)
- is executed to only verify or decrypt signed or encrypted files. It
- is a link to
--.BR pgp (1).
-+.BR pgp5 (1).
-
- .BR pgpk (1)
- is the key management application, which is used to generate,
-@@ -167,7 +167,7 @@
- There is currently no way to specify just a secret or public keyring
- for an operation.
-
--.B pgp --version
-+.B pgp5 --version
- doesn't work. Use
- .B pgpk --version
- or one of the other commands, instead.