diff options
author | will <will@FreeBSD.org> | 2003-01-31 06:40:59 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-01-31 06:40:59 +0800 |
commit | 27701a8d227494b53934b02f7b32532ee10f1936 (patch) | |
tree | 3e69ea996465ce7e489697faa9300587f5ec5902 /security/cryptplug | |
parent | ed25cb71da3c3df9f85abf9686a0cf559b9cf71c (diff) | |
download | freebsd-ports-gnome-27701a8d227494b53934b02f7b32532ee10f1936.tar.gz freebsd-ports-gnome-27701a8d227494b53934b02f7b32532ee10f1936.tar.zst freebsd-ports-gnome-27701a8d227494b53934b02f7b32532ee10f1936.zip |
Add cryptplug 0.3.15, a collection of plug-ins to cryptographic
engines.
Diffstat (limited to 'security/cryptplug')
-rw-r--r-- | security/cryptplug/Makefile | 22 | ||||
-rw-r--r-- | security/cryptplug/distinfo | 1 | ||||
-rw-r--r-- | security/cryptplug/pkg-comment | 1 | ||||
-rw-r--r-- | security/cryptplug/pkg-descr | 9 | ||||
-rw-r--r-- | security/cryptplug/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile new file mode 100644 index 000000000000..6ec2c4617028 --- /dev/null +++ b/security/cryptplug/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: cryptplug +# Date created: 29 Jan 2003 +# Whom: michaelnottebrock@gmx.net +# +# $FreeBSD$ +# + +PORTNAME= cryptplug +PORTVERSION= 0.3.15 +CATEGORIES= security +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/cryptplug/ + +MAINTAINER= michaelnottebrock@gmx.net + +BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme \ + gpg-agent:${PORTSDIR}/security/newpg + +USE_LIBTOOL= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/security/cryptplug/distinfo b/security/cryptplug/distinfo new file mode 100644 index 000000000000..3af080c93d5c --- /dev/null +++ b/security/cryptplug/distinfo @@ -0,0 +1 @@ +MD5 (cryptplug-0.3.15.tar.gz) = 2cbb9ef9a76f3619610c0abf12aba485 diff --git a/security/cryptplug/pkg-comment b/security/cryptplug/pkg-comment new file mode 100644 index 000000000000..cbc2a63d43f4 --- /dev/null +++ b/security/cryptplug/pkg-comment @@ -0,0 +1 @@ +A collection of plug-ins to cryptographic engines diff --git a/security/cryptplug/pkg-descr b/security/cryptplug/pkg-descr new file mode 100644 index 000000000000..1ec55cdc5774 --- /dev/null +++ b/security/cryptplug/pkg-descr @@ -0,0 +1,9 @@ +This is a collection of plug-ins to cryptographic engines, accessible +by the crypt-plug interface. Applications can make use of the crypto +operations provided by the CryptPlug interface, and the plug-ins +provided by this package implement the interface for various +cryptographic engines, like GnuPG. + +WWW: http://www.gnupg.org/aegypten + +michaelnottebrock@gmx.net diff --git a/security/cryptplug/pkg-plist b/security/cryptplug/pkg-plist new file mode 100644 index 000000000000..e4da523ec9b5 --- /dev/null +++ b/security/cryptplug/pkg-plist @@ -0,0 +1,8 @@ +lib/cryptplug/gpgme-openpgp.a +lib/cryptplug/gpgme-openpgp.la +lib/cryptplug/gpgme-openpgp.so +lib/cryptplug/gpgme-smime.a +lib/cryptplug/gpgme-smime.la +lib/cryptplug/gpgme-smime.so +@dirrm lib/cryptplug +@dirrm lib |