pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libgpg-error Initial import of libgpg-error-0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27f4b8bf6506
branches: trunk
changeset: 464298:27f4b8bf6506
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Dec 05 23:24:31 2003 +0000
description:
Initial import of libgpg-error-0.6 from pkgsrc-wip, packaged by
Min Sik Kim.
libgpg-error is a library that defines common error values for all
GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent,
libgcrypt, pinentry, SmartCard Daemon and possibly more in the future.
diffstat:
security/libgpg-error/DESCR | 3 +++
security/libgpg-error/Makefile | 21 +++++++++++++++++++++
security/libgpg-error/PLIST | 10 ++++++++++
security/libgpg-error/buildlink2.mk | 24 ++++++++++++++++++++++++
security/libgpg-error/distinfo | 4 ++++
5 files changed, 62 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r 7b32bdb5d81f -r 27f4b8bf6506 security/libgpg-error/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libgpg-error/DESCR Fri Dec 05 23:24:31 2003 +0000
@@ -0,0 +1,3 @@
+libgpg-error is a library that defines common error values for all
+GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent,
+libgcrypt, pinentry, SmartCard Daemon and possibly more in the future.
diff -r 7b32bdb5d81f -r 27f4b8bf6506 security/libgpg-error/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libgpg-error/Makefile Fri Dec 05 23:24:31 2003 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 23:24:31 xtraeme Exp $
+#
+
+DISTNAME= libgpg-error-0.6
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.gnupg.org/GnuPG/alpha/libgpg-error/
+
+MAINTAINER= minskim%bawi.org@localhost
+HOMEPAGE= http://www.gnupg.org/
+COMMENT= Definitions of common error values for all GnuPG components
+
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_PKGLOCALEDIR= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7b32bdb5d81f -r 27f4b8bf6506 security/libgpg-error/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libgpg-error/PLIST Fri Dec 05 23:24:31 2003 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/05 23:24:31 xtraeme Exp $
+bin/gpg-error-config
+include/gpg-error.h
+lib/libgpg-error.a
+lib/libgpg-error.la
+lib/libgpg-error.so
+lib/libgpg-error.so.1
+lib/libgpg-error.so.1.1
+share/aclocal/gpg-error.m4
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libgpg-error.mo
diff -r 7b32bdb5d81f -r 27f4b8bf6506 security/libgpg-error/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libgpg-error/buildlink2.mk Fri Dec 05 23:24:31 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/05 23:24:31 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use libgpg-error.
+#
+# This file was created automatically using createbuildlink 2.7.
+#
+
+.if !defined(LIBGPG_ERROR_BUILDLINK2_MK)
+LIBGPG_ERROR_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= libgpg-error
+BUILDLINK_DEPENDS.libgpg-error?= libgpg-error>=0.6
+BUILDLINK_PKGSRCDIR.libgpg-error?= ../../security/libgpg-error
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.libgpg-error=libgpg-error
+BUILDLINK_PREFIX.libgpg-error_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.libgpg-error+= include/gpg-error.h
+BUILDLINK_FILES.libgpg-error+= lib/libgpg-error.*
+
+BUILDLINK_TARGETS+= libgpg-error-buildlink
+
+libgpg-error-buildlink: _BUILDLINK_USE
+
+.endif # LIBGPG_ERROR_BUILDLINK2_MK
diff -r 7b32bdb5d81f -r 27f4b8bf6506 security/libgpg-error/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libgpg-error/distinfo Fri Dec 05 23:24:31 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/05 23:24:31 xtraeme Exp $
+
+SHA1 (libgpg-error-0.6.tar.gz) = ad15b47b15621a1954d82fb90e427febee2d0d04
+Size (libgpg-error-0.6.tar.gz) = 294648 bytes
Home |
Main Index |
Thread Index |
Old Index