diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 22:13:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 22:13:26 +0800 |
commit | e9edc3f8f686292dc7edfcbdb21bb45b52c55eec (patch) | |
tree | ea75056d934ec53ca1d2c4a3c248c5117b634c92 /security/gnupg | |
parent | a15cb487396e6d1f3f915ae825babc74c4e3dfbb (diff) | |
download | freebsd-ports-gnome-e9edc3f8f686292dc7edfcbdb21bb45b52c55eec.tar.gz freebsd-ports-gnome-e9edc3f8f686292dc7edfcbdb21bb45b52c55eec.tar.zst freebsd-ports-gnome-e9edc3f8f686292dc7edfcbdb21bb45b52c55eec.zip |
The GNU Privacy Guard
Submitted by: kuriyama@FreeBSD.ORG
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 31 | ||||
-rw-r--r-- | security/gnupg/distinfo | 1 | ||||
-rw-r--r-- | security/gnupg/pkg-comment | 1 | ||||
-rw-r--r-- | security/gnupg/pkg-descr | 8 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 20 |
5 files changed, 61 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile new file mode 100644 index 000000000000..5114f82bef05 --- /dev/null +++ b/security/gnupg/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gnupg +# Version required: 0.4.4 +# Date created: Sep 30, 1998 +# Whom: kuriyama@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= gnupg-0.4.4 +CATEGORIES= security +MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ + ftp://pgp.iijlab.net/pub/gnupg/ \ + ftp://ftp.win.or.jp/pub/network/gnupg/ + +MAINTAINER= kuriyama@FreeBSD.ORG + +RESTRICTED= "Crypto; export-controlled" + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-included-gettext + +MAN1= gpg.1 +MLINKS= gpg.1 gpgm.1 + +#post-install: +# chmod u+s ${PREFIX}/bin/gpg + +check: + (cd ${WRKSRC}; ${MAKE} check) + +.include <bsd.port.mk> diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo new file mode 100644 index 000000000000..e5e8c470335c --- /dev/null +++ b/security/gnupg/distinfo @@ -0,0 +1 @@ +MD5 (gnupg-0.4.4.tar.gz) = 69a2409c0b3313e318c0b16f32528ccc diff --git a/security/gnupg/pkg-comment b/security/gnupg/pkg-comment new file mode 100644 index 000000000000..6848290e02ab --- /dev/null +++ b/security/gnupg/pkg-comment @@ -0,0 +1 @@ +The GNU Privacy Guard diff --git a/security/gnupg/pkg-descr b/security/gnupg/pkg-descr new file mode 100644 index 000000000000..e7acec0a3e83 --- /dev/null +++ b/security/gnupg/pkg-descr @@ -0,0 +1,8 @@ +GNUPG is a complete and free replacement for PGP. + +Because it does not use IDEA or RSA it can be used without any +restrictions. GNUPG is nearly in complicance with the OpenPGP draft. + +See http://www.d.shuttle.de/isil/gnupg/ for details. +-- +kuriyama@FreeBSD.ORG diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist new file mode 100644 index 000000000000..4164c1d05040 --- /dev/null +++ b/security/gnupg/pkg-plist @@ -0,0 +1,20 @@ +bin/gpg +bin/gpgm +@exec mkdir %D/lib/gnupg +@dirrm lib/gnupg +share/gnupg/options.skel +@dirrm share/gnupg +share/locale/de/LC_MESSAGES/gnupg.mo +share/locale/en/LC_MESSAGES/gnupg.mo +@dirrm share/locale/en/LC_MESSAGES +@dirrm share/locale/en +share/locale/es_ES/LC_MESSAGES/gnupg.mo +@dirrm share/locale/es_ES/LC_MESSAGES +@dirrm share/locale/es_ES +share/locale/fr/LC_MESSAGES/gnupg.mo +share/locale/it/LC_MESSAGES/gnupg.mo +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/it +share/locale/ru/LC_MESSAGES/gnupg.mo +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/ru |