diff options
author | manu <manu@pkgsrc.org> | 2010-07-03 04:45:38 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2010-07-03 04:45:38 +0000 |
commit | 458e740aaa3d5a61adef43bcb2614f695b0c1839 (patch) | |
tree | b6112b2c172f0912eae4c6d0ec48b5b001318826 /security/libassuan2 | |
parent | a5540157687f10d5c9c43ad8056291d9f3f7e4a9 (diff) | |
download | pkgsrc-458e740aaa3d5a61adef43bcb2614f695b0c1839.tar.gz |
This is the IPC library used by GnuPG 2, GPGME and a few other packages.
Diffstat (limited to 'security/libassuan2')
-rw-r--r-- | security/libassuan2/DESCR | 6 | ||||
-rw-r--r-- | security/libassuan2/Makefile | 24 | ||||
-rw-r--r-- | security/libassuan2/PLIST | 6 | ||||
-rw-r--r-- | security/libassuan2/buildlink3.mk | 15 | ||||
-rw-r--r-- | security/libassuan2/distinfo | 5 |
5 files changed, 56 insertions, 0 deletions
diff --git a/security/libassuan2/DESCR b/security/libassuan2/DESCR new file mode 100644 index 00000000000..b6370e6e304 --- /dev/null +++ b/security/libassuan2/DESCR @@ -0,0 +1,6 @@ +The Libassuan package contains an IPC library used by some of the +other GnuPG related packages. Libassuan's primary use is to allow +a client to interact with a non-persistent server. Libassuan is +not, however, limited to use with GnuPG servers and clients. It +was designed to be flexible enough to meet the demands of many +transaction based environments with non-persistent servers. diff --git a/security/libassuan2/Makefile b/security/libassuan2/Makefile new file mode 100644 index 00000000000..754e74325fa --- /dev/null +++ b/security/libassuan2/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/03 04:45:38 manu Exp $ +# + +DISTNAME= libassuan-2.0.0 +CATEGORIES= security +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/ +EXTRACT_SUFX= .tar.bz2 +CONFLICTS= libassuan-1.*{,nb*} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/libassuan/ +COMMENT= TODO: Short description of the package +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS+=--infodir=${PREFIX}/info +INFO_FILES= yes + +.include "../../security/libgpg-error/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/security/libassuan2/PLIST b/security/libassuan2/PLIST new file mode 100644 index 00000000000..9b9c9072558 --- /dev/null +++ b/security/libassuan2/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/03 04:45:38 manu Exp $ +bin/libassuan-config +include/assuan.h +lib/libassuan.la +share/aclocal/libassuan.m4 +info/assuan.info diff --git a/security/libassuan2/buildlink3.mk b/security/libassuan2/buildlink3.mk new file mode 100644 index 00000000000..920beb91ab5 --- /dev/null +++ b/security/libassuan2/buildlink3.mk @@ -0,0 +1,15 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/07/03 04:45:38 manu Exp $ + +BUILDLINK_TREE+= libassuan + +.if !defined(LIBASSUAN_BUILDLINK3_MK) +LIBASSUAN_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.0.0 +BUILDLINK_ABI_DEPENDS.libassuan?= libassuan>=2.0.0 +BUILDLINK_PKGSRCDIR.libassuan?= ../../security/libassuan2 + +.include "../../security/libgpg-error/buildlink3.mk" +.endif # LIBASSUAN_BUILDLINK3_MK + +BUILDLINK_TREE+= -libassuan diff --git a/security/libassuan2/distinfo b/security/libassuan2/distinfo new file mode 100644 index 00000000000..6fc449c65e2 --- /dev/null +++ b/security/libassuan2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/03 04:45:38 manu Exp $ + +SHA1 (libassuan-2.0.0.tar.bz2) = b03c586a4eefdfc0bb1ec65ecf958b9890d429f7 +RMD160 (libassuan-2.0.0.tar.bz2) = d4ace4304ba1ecc94ed45f0c50614e807fa4679d +Size (libassuan-2.0.0.tar.bz2) = 449563 bytes |