diff options
author | Will Andrews <will@FreeBSD.org> | 2003-01-30 22:40:59 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-01-30 22:40:59 +0000 |
commit | 1a2ac0e289352bd76ff00f5e7cc2267edf9ed4ef (patch) | |
tree | 526738f0a60988b41670f1189b745e5d56631b98 /security | |
parent | df636b713d1dd83492809d6faebdccc2ff211c36 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
6 files changed, 42 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index c5b0e21a88cc..aa3b84a7ff57 100644 --- a/security/Makefile +++ b/security/Makefile @@ -39,6 +39,7 @@ SUBDIR += cracklib SUBDIR += crank SUBDIR += cryptopp + SUBDIR += cryptplug SUBDIR += cyrus-sasl SUBDIR += cyrus-sasl2 SUBDIR += ddos_scan 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 |