diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:28:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:28:36 +0000 |
commit | c11f98ed94ea1dcf468f2d7d518c8677d5f76761 (patch) | |
tree | 70b7277fe06fcd8638f499e5c6a26a38929091ec /security/pgp5 | |
parent | 4ffdb7f567f7c5df1aa9d9666d5dc4bed6971822 (diff) |
Notes
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 4 | ||||
-rw-r--r-- | security/pgp5/pkg-comment | 1 | ||||
-rw-r--r-- | security/pgp5/pkg-descr | 7 | ||||
-rw-r--r-- | security/pgp5/pkg-plist | 4 |
4 files changed, 13 insertions, 3 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 27f93c78da6b..6305b698f7d9 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.1 1995/07/07 23:50:10 ache Exp $ +# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ # CATEGORIES+= utilities @@ -51,7 +51,6 @@ EXTRACT_CMD= unzip EXTRACT_ARGS= -q FILESDIR= ${.CURDIR}/files.usa PATCHDIR= ${.CURDIR}/patches.usa -PKGDIR= ${.CURDIR}/pkg.usa post-extract: cd ${WRKDIR}; $(EXTRACT_CMD) $(EXTRACT_ARGS) -aa $(DISTNAME)i @@ -67,7 +66,6 @@ MASTER_SITES= ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa -PKGDIR= ${.CURDIR}/pkg.non_usa post-extract: cd ${WRKDIR}; tar xf pgp262ii.tar; rm -f *.tar diff --git a/security/pgp5/pkg-comment b/security/pgp5/pkg-comment new file mode 100644 index 000000000000..10713f891524 --- /dev/null +++ b/security/pgp5/pkg-comment @@ -0,0 +1 @@ +Pretty Good Privacy(tm) MIT 2.6.2 or International 2.6.2i - Public-Key encryption for the masses diff --git a/security/pgp5/pkg-descr b/security/pgp5/pkg-descr new file mode 100644 index 000000000000..a034cf7afce6 --- /dev/null +++ b/security/pgp5/pkg-descr @@ -0,0 +1,7 @@ +PGP (Pretty Good Privacy) is a public key encryption pack- +age to protect E-mail and data files. It lets you commu- +nicate securely with people you've never met, with no +secure channels needed for prior exchange of keys. It's +well featured and fast, with sophisticated key management, +digital signatures, data compression, and good ergonomic +design. diff --git a/security/pgp5/pkg-plist b/security/pgp5/pkg-plist new file mode 100644 index 000000000000..fe4be4d82d40 --- /dev/null +++ b/security/pgp5/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/local +bin/pgp +man/man1/pgp.1 +lib/pgp |