# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ykclient # ykclient/Makefile # ykclient/distinfo # ykclient/pkg-descr # echo c - ykclient mkdir -p ykclient > /dev/null 2>&1 echo x - ykclient/Makefile sed 's/^X//' >ykclient/Makefile << 'd32aaf47a54e0a63a730f82776690b30' X# $FreeBSD$ X XPORTNAME= ykclient XPORTVERSION= 2.9 XCATEGORIES= security XMASTER_SITES= https://yubico-c-client.googlecode.com/files/ X XMAINTAINER= matt@mjslabs.com XCOMMENT= Yubico C client library X XLIB_DEPENDS= curl:${PORTSDIR}/ftp/curl XBUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl X XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes X XPLIST_FILES= bin/ykclient \ X include/ykclient.h \ X include/ykclient_server_response.h \ X lib/libykclient.a \ X lib/libykclient.la \ X lib/libykclient.so \ X lib/libykclient.so.7 XPLIST_DIRS= X XMAKE_JOBS_UNSAFE=yes X Xcheck: X @(cd ${WRKSRC}; ${MAKE} check) X Xtest: check X X.include d32aaf47a54e0a63a730f82776690b30 echo x - ykclient/distinfo sed 's/^X//' >ykclient/distinfo << 'f0b5e48662d33939f39544b648c31ade' XSHA256 (ykclient-2.9.tar.gz) = f5f93d77dd9f2e3fd1854f7fcfbbc3cfbf4227c3ebe145c8a3f7a2339efbeca5 XSIZE (ykclient-2.9.tar.gz) = 352183 f0b5e48662d33939f39544b648c31ade echo x - ykclient/pkg-descr sed 's/^X//' >ykclient/pkg-descr << '73865f9fe87abbd33264e69ee81e4fb9' XThis project implements online validation of Yubikey OTPs. It is written in C Xand provides a shared library for use by other software. X XWWW: https://code.google.com/p/yubico-c-client 73865f9fe87abbd33264e69ee81e4fb9 exit