pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import p11-kit as wip/p11-kit



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Thu Jan 28 09:16:44 2016 +0200
Changeset:	4f3934d6a8f76bd47a7725fac8785ad62f7f4d0f

Added Files:
	p11-kit/DESCR
	p11-kit/Makefile
	p11-kit/PLIST
	p11-kit/buildlink3.mk
	p11-kit/distinfo
	p11-kit/patches/patch-aa

Log Message:
import p11-kit as wip/p11-kit

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f3934d6a8f76bd47a7725fac8785ad62f7f4d0f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p11-kit/DESCR            |  4 ++++
 p11-kit/Makefile         | 22 ++++++++++++++++++++++
 p11-kit/PLIST            | 35 +++++++++++++++++++++++++++++++++++
 p11-kit/buildlink3.mk    | 12 ++++++++++++
 p11-kit/distinfo         |  7 +++++++
 p11-kit/patches/patch-aa | 13 +++++++++++++
 6 files changed, 93 insertions(+)

diffs:
diff --git a/p11-kit/DESCR b/p11-kit/DESCR
new file mode 100644
index 0000000..b4c0069
--- /dev/null
+++ b/p11-kit/DESCR
@@ -0,0 +1,4 @@
+P11-KIT
+Provides a way to load and enumerate PKCS#11 modules. Provides a standard
+configuration setup for installing PKCS#11 modules in such a way that they're
+discoverable.
diff --git a/p11-kit/Makefile b/p11-kit/Makefile
new file mode 100644
index 0000000..bc5e688
--- /dev/null
+++ b/p11-kit/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.2 2012/10/23 18:16:39 asau Exp $
+#
+
+DISTNAME=	p11-kit-0.10
+CATEGORIES=	security
+MASTER_SITES=	http://p11-glue.freedesktop.org/releases/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://p11-glue.freedesktop.org/
+COMMENT=	PKCS#11 module manager
+LICENSE=	modified-bsd
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+
+PKGCONFIG_OVERRIDE+=	p11-kit/p11-kit-1.pc.in
+
+PKG_SYSCONFSUBDIR= pkcs11
+CONF_FILES+=	share/examples/p11-kit/pkcs11.conf.example \
+		${PKG_SYSCONFDIR}/pkcs11.conf
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/p11-kit/PLIST b/p11-kit/PLIST
new file mode 100644
index 0000000..89874a4
--- /dev/null
+++ b/p11-kit/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/03 14:43:12 drochner Exp $
+bin/p11-kit
+include/p11-kit-1/p11-kit/p11-kit.h
+include/p11-kit-1/p11-kit/pin.h
+include/p11-kit-1/p11-kit/pkcs11.h
+include/p11-kit-1/p11-kit/uri.h
+lib/libp11-kit.la
+lib/p11-kit-proxy.so
+lib/pkgconfig/p11-kit-1.pc
+share/examples/p11-kit/pkcs11.conf.example
+share/gtk-doc/html/p11-kit/api-index-full.html
+share/gtk-doc/html/p11-kit/config-example.html
+share/gtk-doc/html/p11-kit/config-format.html
+share/gtk-doc/html/p11-kit/config-global.html
+share/gtk-doc/html/p11-kit/config-locations.html
+share/gtk-doc/html/p11-kit/config-module.html
+share/gtk-doc/html/p11-kit/config.html
+share/gtk-doc/html/p11-kit/gtk-doc.css
+share/gtk-doc/html/p11-kit/home.png
+share/gtk-doc/html/p11-kit/index.html
+share/gtk-doc/html/p11-kit/index.sgml
+share/gtk-doc/html/p11-kit/left.png
+share/gtk-doc/html/p11-kit/p11-kit-Future.html
+share/gtk-doc/html/p11-kit/p11-kit-Modules.html
+share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html
+share/gtk-doc/html/p11-kit/p11-kit-URIs.html
+share/gtk-doc/html/p11-kit/p11-kit-Utilities.html
+share/gtk-doc/html/p11-kit/p11-kit.devhelp2
+share/gtk-doc/html/p11-kit/reference.html
+share/gtk-doc/html/p11-kit/right.png
+share/gtk-doc/html/p11-kit/sharing-initialize.html
+share/gtk-doc/html/p11-kit/sharing-module.html
+share/gtk-doc/html/p11-kit/sharing.html
+share/gtk-doc/html/p11-kit/style.css
+share/gtk-doc/html/p11-kit/up.png
diff --git a/p11-kit/buildlink3.mk b/p11-kit/buildlink3.mk
new file mode 100644
index 0000000..91b830a
--- /dev/null
+++ b/p11-kit/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/02/03 14:43:12 drochner Exp $
+
+BUILDLINK_TREE+=	p11-kit
+
+.if !defined(P11_KIT_BUILDLINK3_MK)
+P11_KIT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.p11-kit+=	p11-kit>=0.10
+BUILDLINK_PKGSRCDIR.p11-kit?=	../../security/p11-kit
+.endif	# P11_KIT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-p11-kit
diff --git a/p11-kit/distinfo b/p11-kit/distinfo
new file mode 100644
index 0000000..1502055
--- /dev/null
+++ b/p11-kit/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.2 2015/11/04 01:17:53 agc Exp $
+
+SHA1 (p11-kit-0.10.tar.gz) = 861e8d19a2c578ef8009c8ac93975db9884bb002
+RMD160 (p11-kit-0.10.tar.gz) = f305a865b4d267b79abb183965704ae406e357ae
+SHA512 (p11-kit-0.10.tar.gz) = 28f027e2604265a97a587743752c47fc19412dfea9ed0af89418bcf27eddd871b6cf12ea394d8a086df5d02f14a03ba1377a4560f0a2baf038cd8e66254c8004
+Size (p11-kit-0.10.tar.gz) = 528279 bytes
+SHA1 (patch-aa) = 16b1ed56c062ed5fe3227489e8d44071882ac1df
diff --git a/p11-kit/patches/patch-aa b/p11-kit/patches/patch-aa
new file mode 100644
index 0000000..3a1b5e6
--- /dev/null
+++ b/p11-kit/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2012/02/03 14:43:12 drochner Exp $
+
+--- p11-kit/Makefile.in.orig	2012-01-03 16:00:59.000000000 +0000
++++ p11-kit/Makefile.in
+@@ -334,7 +334,7 @@ libp11_kit_testable_la_LDFLAGS = \
+ libp11_kit_testable_la_SOURCES = $(MODULE_SRCS)
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = p11-kit-1.pc
+-exampledir = $(p11_system_config)
++exampledir = $(prefix)/share/examples/p11-kit
+ example_DATA = pkcs11.conf.example
+ EXTRA_DIST = \
+ 	p11-kit-1.pc.in \


Home | Main Index | Thread Index | Old Index