diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-06 18:15:29 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-06 18:15:29 +0000 |
commit | 84fe66c6416c6b9e00832d7e993e615c4714bc51 (patch) | |
tree | cd446610afba11e1605735f0b572389b7584424c /security/gpgme03 | |
parent | 0ac3cc82b3989b650eb96823163af7a5f3b2ac0c (diff) | |
download | FreeBSD-ports-84fe66c6416c6b9e00832d7e993e615c4714bc51.zip FreeBSD-ports-84fe66c6416c6b9e00832d7e993e615c4714bc51.tar.gz |
add gpgme
A library to make access to GnuPG easier
PR: 28196
Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
Diffstat (limited to 'security/gpgme03')
-rw-r--r-- | security/gpgme03/Makefile | 22 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 1 | ||||
-rw-r--r-- | security/gpgme03/pkg-comment | 1 | ||||
-rw-r--r-- | security/gpgme03/pkg-descr | 6 | ||||
-rw-r--r-- | security/gpgme03/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile new file mode 100644 index 0000000..2fcaacd --- /dev/null +++ b/security/gpgme03/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gpgme +# Date created: 15 June 2001 +# Whom: teramoto@comm.eng.osaka-u.ac.jp +# +# $FreeBSD$ +# + +PORTNAME= gpgme +PORTVERSION= 0.2.2 +CATEGORIES= security +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ + +MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp + +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/security/gpgme03/distinfo b/security/gpgme03/distinfo new file mode 100644 index 0000000..33a4e100 --- /dev/null +++ b/security/gpgme03/distinfo @@ -0,0 +1 @@ +MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79 diff --git a/security/gpgme03/pkg-comment b/security/gpgme03/pkg-comment new file mode 100644 index 0000000..71cad26 --- /dev/null +++ b/security/gpgme03/pkg-comment @@ -0,0 +1 @@ +A library to make access to GnuPG easier diff --git a/security/gpgme03/pkg-descr b/security/gpgme03/pkg-descr new file mode 100644 index 0000000..778dff2 --- /dev/null +++ b/security/gpgme03/pkg-descr @@ -0,0 +1,6 @@ +GPGME(GnuPG Make Easy) is a library desined to make access +to GnuPG easier for applications. + +WWW: http://www.gnupg.org/gpgme/ + +tetarmoto@comm.eng.osaka-u.ac.jp diff --git a/security/gpgme03/pkg-plist b/security/gpgme03/pkg-plist new file mode 100644 index 0000000..a6e87b0 --- /dev/null +++ b/security/gpgme03/pkg-plist @@ -0,0 +1,6 @@ +bin/gpgme-config +include/gpgme.h +lib/libgpgme.a +lib/libgpgme.so +lib/libgpgme.so.3 +share/aclocal/gpgme.m4 |