summaryrefslogtreecommitdiff
path: root/security/ykpers
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-03-13 15:30:07 +0000
committerpettai <pettai@pkgsrc.org>2012-03-13 15:30:07 +0000
commit8cc051e0ad89372b74931ccbd6c1ef37bcbd5f6e (patch)
tree1c027ccfa6cfcb058c83155321f9a85185db6615 /security/ykpers
parent70e8c3639bf9498e82beb52e6f8eb63ae71e123e (diff)
downloadpkgsrc-8cc051e0ad89372b74931ccbd6c1ef37bcbd5f6e.tar.gz
The YubiKey Personalization package contains a library and
command line tool used to personalize (i.e., set a AES key) YubiKeys. Imported from pkgsrc-wip
Diffstat (limited to 'security/ykpers')
-rw-r--r--security/ykpers/DESCR2
-rw-r--r--security/ykpers/Makefile23
-rw-r--r--security/ykpers/PLIST11
-rw-r--r--security/ykpers/buildlink3.mk15
-rw-r--r--security/ykpers/distinfo5
5 files changed, 56 insertions, 0 deletions
diff --git a/security/ykpers/DESCR b/security/ykpers/DESCR
new file mode 100644
index 00000000000..0e782209237
--- /dev/null
+++ b/security/ykpers/DESCR
@@ -0,0 +1,2 @@
+The YubiKey Personalization package contains a library and
+command line tool used to personalize (i.e., set a AES key) YubiKeys.
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
new file mode 100644
index 00000000000..e869bfd5710
--- /dev/null
+++ b/security/ykpers/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/13 15:30:07 pettai Exp $
+#
+
+DISTNAME= ykpers-1.6.3
+CATEGORIES= security
+MASTER_SITES= http://yubikey-personalization.googlecode.com/files/
+
+MAINTAINER= pettai@NetBSD.org
+HOMEPAGE= http://code.google.com/p/yubikey-personalization/
+COMMENT= Yubico's YubiKey re-programming toolkit
+LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+USE_LIBTOOL= yes
+
+PKGCONFIG_OVERRIDE+= ykpers-1.pc.in
+
+.include "../../security/libyubikey/buildlink3.mk"
+.include "../../devel/libusb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/ykpers/PLIST b/security/ykpers/PLIST
new file mode 100644
index 00000000000..1a0b5313a24
--- /dev/null
+++ b/security/ykpers/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/13 15:30:07 pettai Exp $
+bin/ykchalresp
+bin/ykpersonalize
+include/ykpers-1/ykcore.h
+include/ykpers-1/ykdef.h
+include/ykpers-1/ykpers.h
+include/ykpers-1/ykstatus.h
+lib/libykpers-1.la
+lib/pkgconfig/ykpers-1.pc
+man/man1/ykchalresp.1
+man/man1/ykpersonalize.1
diff --git a/security/ykpers/buildlink3.mk b/security/ykpers/buildlink3.mk
new file mode 100644
index 00000000000..4f0d426e3a6
--- /dev/null
+++ b/security/ykpers/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/13 15:30:07 pettai Exp $
+
+BUILDLINK_TREE+= ykpers
+
+.if !defined(YKPERS_BUILDLINK3_MK)
+YKPERS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ykpers+= ykpers>=1.6.3
+BUILDLINK_PKGSRCDIR.ykpers?= ../../security/ykpers
+
+.include "../../security/libyubikey/buildlink3.mk"
+.include "../../devel/libusb/buildlink3.mk"
+.endif # YKPERS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ykpers
diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo
new file mode 100644
index 00000000000..945b42f369c
--- /dev/null
+++ b/security/ykpers/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/03/13 15:30:07 pettai Exp $
+
+SHA1 (ykpers-1.6.3.tar.gz) = f2851d9ed156692c61220cde2d19eb90dd1a90aa
+RMD160 (ykpers-1.6.3.tar.gz) = e343d66a2eae14638f69fc8bfa42ff5eaac51231
+Size (ykpers-1.6.3.tar.gz) = 400062 bytes