From d0029552b3a17b2ea7eda67f59a99045c35f41e5 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 6 Jul 2001 18:15:29 +0000 Subject: add gpgme A library to make access to GnuPG easier PR: 28196 Submitted by: TERAMOTO Masahiro --- security/Makefile | 1 + security/gpgme/Makefile | 22 ++++++++++++++++++++++ security/gpgme/distinfo | 1 + security/gpgme/pkg-comment | 1 + security/gpgme/pkg-descr | 6 ++++++ security/gpgme/pkg-plist | 6 ++++++ security/gpgme03/Makefile | 22 ++++++++++++++++++++++ security/gpgme03/distinfo | 1 + security/gpgme03/pkg-comment | 1 + security/gpgme03/pkg-descr | 6 ++++++ security/gpgme03/pkg-plist | 6 ++++++ 11 files changed, 73 insertions(+) create mode 100644 security/gpgme/Makefile create mode 100644 security/gpgme/distinfo create mode 100644 security/gpgme/pkg-comment create mode 100644 security/gpgme/pkg-descr create mode 100644 security/gpgme/pkg-plist create mode 100644 security/gpgme03/Makefile create mode 100644 security/gpgme03/distinfo create mode 100644 security/gpgme03/pkg-comment create mode 100644 security/gpgme03/pkg-descr create mode 100644 security/gpgme03/pkg-plist (limited to 'security') diff --git a/security/Makefile b/security/Makefile index 95f6fe06f56c..c7bb34c9b7ce 100644 --- a/security/Makefile +++ b/security/Makefile @@ -45,6 +45,7 @@ SUBDIR += gnupg-idea SUBDIR += gpa SUBDIR += gpasman + SUBDIR += gpgme SUBDIR += gtkportscan SUBDIR += heimdal SUBDIR += hlfl diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile new file mode 100644 index 000000000000..2fcaacd2d255 --- /dev/null +++ b/security/gpgme/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 diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo new file mode 100644 index 000000000000..33a4e1002db4 --- /dev/null +++ b/security/gpgme/distinfo @@ -0,0 +1 @@ +MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79 diff --git a/security/gpgme/pkg-comment b/security/gpgme/pkg-comment new file mode 100644 index 000000000000..71cad263dfb7 --- /dev/null +++ b/security/gpgme/pkg-comment @@ -0,0 +1 @@ +A library to make access to GnuPG easier diff --git a/security/gpgme/pkg-descr b/security/gpgme/pkg-descr new file mode 100644 index 000000000000..778dff2375ab --- /dev/null +++ b/security/gpgme/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/gpgme/pkg-plist b/security/gpgme/pkg-plist new file mode 100644 index 000000000000..a6e87b096c52 --- /dev/null +++ b/security/gpgme/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 diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile new file mode 100644 index 000000000000..2fcaacd2d255 --- /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 diff --git a/security/gpgme03/distinfo b/security/gpgme03/distinfo new file mode 100644 index 000000000000..33a4e1002db4 --- /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 000000000000..71cad263dfb7 --- /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 000000000000..778dff2375ab --- /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 000000000000..a6e87b096c52 --- /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 -- cgit v1.2.3