From 8cc051e0ad89372b74931ccbd6c1ef37bcbd5f6e Mon Sep 17 00:00:00 2001 From: pettai Date: Tue, 13 Mar 2012 15:30:07 +0000 Subject: 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 --- security/ykpers/DESCR | 2 ++ security/ykpers/Makefile | 23 +++++++++++++++++++++++ security/ykpers/PLIST | 11 +++++++++++ security/ykpers/buildlink3.mk | 15 +++++++++++++++ security/ykpers/distinfo | 5 +++++ 5 files changed, 56 insertions(+) create mode 100644 security/ykpers/DESCR create mode 100644 security/ykpers/Makefile create mode 100644 security/ykpers/PLIST create mode 100644 security/ykpers/buildlink3.mk create mode 100644 security/ykpers/distinfo (limited to 'security') 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 -- cgit v1.2.3