mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add cryptplug 0.3.15, a collection of plug-ins to cryptographic
engines.
This commit is contained in:
parent
df636b713d
commit
1a2ac0e289
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74321
@ -39,6 +39,7 @@
|
||||
SUBDIR += cracklib
|
||||
SUBDIR += crank
|
||||
SUBDIR += cryptopp
|
||||
SUBDIR += cryptplug
|
||||
SUBDIR += cyrus-sasl
|
||||
SUBDIR += cyrus-sasl2
|
||||
SUBDIR += ddos_scan
|
||||
|
22
security/cryptplug/Makefile
Normal file
22
security/cryptplug/Makefile
Normal file
@ -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>
|
1
security/cryptplug/distinfo
Normal file
1
security/cryptplug/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cryptplug-0.3.15.tar.gz) = 2cbb9ef9a76f3619610c0abf12aba485
|
1
security/cryptplug/pkg-comment
Normal file
1
security/cryptplug/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A collection of plug-ins to cryptographic engines
|
9
security/cryptplug/pkg-descr
Normal file
9
security/cryptplug/pkg-descr
Normal file
@ -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
|
8
security/cryptplug/pkg-plist
Normal file
8
security/cryptplug/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user