import ports/sysutils/ykpers, now that libusb1 can access it without gymnastics

ok jasper@

Tool and library to programme Yubikey devices with new key information.
This commit is contained in:
sthen 2012-06-20 15:34:47 +00:00
parent 82f66c95c3
commit 54ba451147
5 changed files with 56 additions and 0 deletions

33
sysutils/ykpers/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/20 15:34:47 sthen Exp $
COMMENT= library and tool to program yubikeys
DISTNAME= ykpers-1.7.0
SHARED_LIBS += ykpers-1 0.0 # 7.3
CATEGORIES= sysutils
HOMEPAGE= http://code.google.com/p/yubikey-personalization/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c pthread usb-1.0 yubikey
MASTER_SITES= http://yubikey-personalization.googlecode.com/files/
LIB_DEPENDS= devel/libyubikey \
devel/libusb1>=1.0.9p1
SEPARATE_BUILD= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>

5
sysutils/ykpers/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (ykpers-1.7.0.tar.gz) = 0gmhPjBzzZImXMBJBMG9mQ==
RMD160 (ykpers-1.7.0.tar.gz) = zDscFKuelEa3LUhhXX2SHPgakFg=
SHA1 (ykpers-1.7.0.tar.gz) = 3jJRB8HW6dOmEZnK1e6sabmKNtc=
SHA256 (ykpers-1.7.0.tar.gz) = cKKjA8Kx3ChSqx+8lGFkbHnjgprkt8QZxOQyQz5BLtQ=
SIZE (ykpers-1.7.0.tar.gz) = 433901

View File

@ -0,0 +1 @@
Tool and library to programme Yubikey devices with new key information.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/06/20 15:34:47 sthen Exp $
@lib lib/libykpers-1.so.${LIBykpers-1_VERSION}

15
sysutils/ykpers/pkg/PLIST Normal file
View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/20 15:34:47 sthen Exp $
%%SHARED%%
@bin bin/ykchalresp
@bin bin/ykpersonalize
include/ykpers-1/
include/ykpers-1/ykcore.h
include/ykpers-1/ykdef.h
include/ykpers-1/ykpers.h
include/ykpers-1/ykstatus.h
lib/libykpers-1.a
lib/libykpers-1.la
lib/pkgconfig/
lib/pkgconfig/ykpers-1.pc
@man man/man1/ykchalresp.1
@man man/man1/ykpersonalize.1