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:
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
|
@ -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
22
security/gpgme/Makefile
Normal 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
1
security/gpgme/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79
|
1
security/gpgme/pkg-comment
Normal file
1
security/gpgme/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A library to make access to GnuPG easier
|
6
security/gpgme/pkg-descr
Normal file
6
security/gpgme/pkg-descr
Normal 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
6
security/gpgme/pkg-plist
Normal 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
22
security/gpgme03/Makefile
Normal 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/gpgme03/distinfo
Normal file
1
security/gpgme03/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79
|
1
security/gpgme03/pkg-comment
Normal file
1
security/gpgme03/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A library to make access to GnuPG easier
|
6
security/gpgme03/pkg-descr
Normal file
6
security/gpgme03/pkg-descr
Normal 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/gpgme03/pkg-plist
Normal file
6
security/gpgme03/pkg-plist
Normal 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
|
Loading…
Reference in a new issue