diff options
author | ache <ache@FreeBSD.org> | 1995-07-08 08:28:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-08 08:28:36 +0800 |
commit | 57b322e810d7712aba2702d4a24b268356535433 (patch) | |
tree | a48740e78ecaa32cdae621dbf7979cf1f78f63fe /security/pgp | |
parent | 4d0dd995fe856eefeea9bda19749c8c1b5b6696a (diff) | |
download | freebsd-ports-graphics-57b322e810d7712aba2702d4a24b268356535433.tar.gz freebsd-ports-graphics-57b322e810d7712aba2702d4a24b268356535433.tar.zst freebsd-ports-graphics-57b322e810d7712aba2702d4a24b268356535433.zip |
Make common pkg directory to satisfy 'make index'
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 4 | ||||
-rw-r--r-- | security/pgp/pkg-comment | 1 | ||||
-rw-r--r-- | security/pgp/pkg-descr | 7 | ||||
-rw-r--r-- | security/pgp/pkg-plist | 4 |
4 files changed, 13 insertions, 3 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 27f93c78da6..6305b698f7d 100644 --- a/security/pgp/Makefile +++ b/security/pgp/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/pgp/pkg-comment b/security/pgp/pkg-comment new file mode 100644 index 00000000000..10713f89152 --- /dev/null +++ b/security/pgp/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/pgp/pkg-descr b/security/pgp/pkg-descr new file mode 100644 index 00000000000..a034cf7afce --- /dev/null +++ b/security/pgp/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/pgp/pkg-plist b/security/pgp/pkg-plist new file mode 100644 index 00000000000..fe4be4d82d4 --- /dev/null +++ b/security/pgp/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/local +bin/pgp +man/man1/pgp.1 +lib/pgp |