Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 03:06:00 -0800 (PST)
From:      Matt Stofko <matt@mjslabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175503: New port: security/ykclient Yubico C client library
Message-ID:  <201301221106.r0MB60EM038771@phjeer.us>
Resent-Message-ID: <201301221110.r0MBA0IR038497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175503
>Category:       ports
>Synopsis:       New port: security/ykclient Yubico C client library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 11:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Matt Stofko <matt@mjslabs.com>
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
mjslabs.com
>Environment:
System: FreeBSD fbsd-vm 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	ykclient implements online validation of Yubikey One-Time Passwords

	WWW: http://yubico.com

>How-To-Repeat:
	
>Fix:

	

--- ykclient.shar begins here ---
# 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 <bsd.port.mk>
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
--- ykclient.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301221106.r0MB60EM038771>