add gpgme

A library to make access to GnuPG easier

PR:		28196
Submitted by:	TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
This commit is contained in:
Ying-Chieh Liao 2001-07-06 18:15:29 +00:00
parent e53965ab2d
commit d0029552b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44842
11 changed files with 73 additions and 0 deletions

View File

@ -45,6 +45,7 @@
SUBDIR += gnupg-idea
SUBDIR += gpa
SUBDIR += gpasman
SUBDIR += gpgme
SUBDIR += gtkportscan
SUBDIR += heimdal
SUBDIR += hlfl

22
security/gpgme/Makefile Normal file
View File

@ -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>

1
security/gpgme/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79

View File

@ -0,0 +1 @@
A library to make access to GnuPG easier

6
security/gpgme/pkg-descr Normal file
View File

@ -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

6
security/gpgme/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/gpgme-config
include/gpgme.h
lib/libgpgme.a
lib/libgpgme.so
lib/libgpgme.so.3
share/aclocal/gpgme.m4

22
security/gpgme03/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79

View File

@ -0,0 +1 @@
A library to make access to GnuPG easier

View File

@ -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

View File

@ -0,0 +1,6 @@
bin/gpgme-config
include/gpgme.h
lib/libgpgme.a
lib/libgpgme.so
lib/libgpgme.so.3
share/aclocal/gpgme.m4