pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libglobalplatform Import libglobalplatform-6....
details: https://anonhg.NetBSD.org/pkgsrc/rev/a652bb38da69
branches: trunk
changeset: 631726:a652bb38da69
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Mar 12 21:23:11 2014 +0000
description:
Import libglobalplatform-6.0.0 as security/libglobalplatform.
C library for managing the contents of a GlobalPlatform smart card.
diffstat:
security/libglobalplatform/DESCR | 1 +
security/libglobalplatform/Makefile | 26 ++++++++++++++++++++++++++
security/libglobalplatform/PLIST | 14 ++++++++++++++
security/libglobalplatform/buildlink3.mk | 15 +++++++++++++++
security/libglobalplatform/distinfo | 5 +++++
5 files changed, 61 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r d5ac8c8755d1 -r a652bb38da69 security/libglobalplatform/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libglobalplatform/DESCR Wed Mar 12 21:23:11 2014 +0000
@@ -0,0 +1,1 @@
+C library for managing the contents of a GlobalPlatform smart card.
diff -r d5ac8c8755d1 -r a652bb38da69 security/libglobalplatform/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libglobalplatform/Makefile Wed Mar 12 21:23:11 2014 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2014/03/12 21:23:11 gdt Exp $
+
+DISTNAME= globalplatform-6.0.0
+PKGNAME= lib${DISTNAME}
+CATEGORIES= security
+# The pkgsrc guide says to do:
+# MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=globalplatform/GlobalPlatform%20Library/GlobalPlatform%20Library%20${PKGVERSION_NOREV}/}
+# but unfortunately bmake's ":old_string=new_string" variable modifier
+# treats the % in the URL as a special character and doesn't provide a
+# way to escape it. So we use the ":@temp@string@" variable modifier
+# instead to accomplish the same thing.
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:@.SITE.@${.SITE.}globalplatform/GlobalPlatform%20Library/GlobalPlatform%20Library%20${PKGVERSION_NOREV}/@}
+
+MAINTAINER= rhansen%bbn.com@localhost
+HOMEPAGE= http://globalplatform.sourceforge.net/
+COMMENT= C library for managing GlobalPlatform smart card contents
+LICENSE= gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES+= c
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+.include "../../security/pcsc-lite/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5ac8c8755d1 -r a652bb38da69 security/libglobalplatform/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libglobalplatform/PLIST Wed Mar 12 21:23:11 2014 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2014/03/12 21:23:11 gdt Exp $
+include/globalplatform/connection.h
+include/globalplatform/connectionplugin.h
+include/globalplatform/debug.h
+include/globalplatform/error.h
+include/globalplatform/errorcodes.h
+include/globalplatform/globalplatform.h
+include/globalplatform/library.h
+include/globalplatform/security.h
+include/globalplatform/stringify.h
+include/globalplatform/types.h
+include/globalplatform/unicode.h
+lib/libglobalplatform.la
+lib/pkgconfig/globalplatform.pc
diff -r d5ac8c8755d1 -r a652bb38da69 security/libglobalplatform/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libglobalplatform/buildlink3.mk Wed Mar 12 21:23:11 2014 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/03/12 21:23:11 gdt Exp $
+
+BUILDLINK_TREE+= libglobalplatform
+
+.if !defined(LIBGLOBALPLATFORM_BUILDLINK3_MK)
+LIBGLOBALPLATFORM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libglobalplatform+= libglobalplatform>=6.0.0
+BUILDLINK_PKGSRCDIR.libglobalplatform?= ../../security/libglobalplatform
+
+.include "../../security/pcsc-lite/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.endif # LIBGLOBALPLATFORM_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libglobalplatform
diff -r d5ac8c8755d1 -r a652bb38da69 security/libglobalplatform/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libglobalplatform/distinfo Wed Mar 12 21:23:11 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/03/12 21:23:11 gdt Exp $
+
+SHA1 (globalplatform-6.0.0.tar.gz) = 5a08bec4cbcc8caffa7c646a35600712f468553c
+RMD160 (globalplatform-6.0.0.tar.gz) = ac147749605733a47fe6678f88ec07a3d8f61984
+Size (globalplatform-6.0.0.tar.gz) = 421171 bytes
Home |
Main Index |
Thread Index |
Old Index