Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2006 13:15:56 +0100
From:      Fredrik Lindberg <fli@shapeshifter.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91749: New port: security/bioapitool BioAPI management utility	
Message-ID:  <20060113121557.709981A84C@mx1.h3q.net>
Resent-Message-ID: <200601131220.k0DCK6Vs078889@freefall.freebsd.org>

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

>Number:         91749
>Category:       ports
>Synopsis:       New port: security/bioapitool BioAPI management utility
>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:   Fri Jan 13 12:20:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Fredrik Lindberg
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD genesis.int.shapeshifter.se 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Tue Dec 6 22:01:51 CET 2005 root@genesis.int.shapeshifter.se:/usr/obj/usr/src/sys/GENESIS i386


	
>Description:
bioapitool is a small BioAPI management utility which allows enrollment
and verification of BIR entries. 
It only implements a subset of the BioAPI specification but should provide 
enough functionallity for basic account management. 

>How-To-Repeat:
	
>Fix:

	

--- bioapitool 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:
#
#	bioapitool
#	bioapitool/Makefile
#	bioapitool/pkg-descr
#	bioapitool/distinfo
#	bioapitool/pkg-plist
#
echo c - bioapitool
mkdir -p bioapitool > /dev/null 2>&1
echo x - bioapitool/Makefile
sed 's/^X//' >bioapitool/Makefile << 'END-of-bioapitool/Makefile'
X# Ports collection makefile for:	bioapitool
X# Date created:			12 January 2006
X# Whom:					Fredrik Lindberg <fli@shapeshifter.se>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		bioapitool
XPORTVERSION=	1.0
XCATEGORIES=		security
XMASTER_SITES=	http://shapeshifter.se/pub/bioapitool/
X
XMAINTAINER=		fli@shapeshifter.se
XCOMMENT=		BioAPI management utility
X
XLIB_DEPENDS=	bioapi100.0:${PORTSDIR}/security/bioapi
X
XMAN1=			bioapitool.1
X
X.include <bsd.port.pre.mk>
X.if ${OSVERSION} < 500000
XIGNORE=     "Needs at least FreeBSD 5.0-RELEASE"
X.endif
X.include <bsd.port.post.mk>
END-of-bioapitool/Makefile
echo x - bioapitool/pkg-descr
sed 's/^X//' >bioapitool/pkg-descr << 'END-of-bioapitool/pkg-descr'
Xbioapitool is a small BioAPI management utility which allows 
Xenrollment and verification of BIR entries.
X
XWWW: http://shapeshifter.se/code/bioapitool
END-of-bioapitool/pkg-descr
echo x - bioapitool/distinfo
sed 's/^X//' >bioapitool/distinfo << 'END-of-bioapitool/distinfo'
XMD5 (bioapitool-1.0.tar.gz) = fcda08f5b067ed59a111ad30687989e7
XSHA256 (bioapitool-1.0.tar.gz) = 0cab7564742f8e698163e077b40fd821e5b5fa6bf76c5940f21eaf7ea51ba5cb
XSIZE (bioapitool-1.0.tar.gz) = 5458
END-of-bioapitool/distinfo
echo x - bioapitool/pkg-plist
sed 's/^X//' >bioapitool/pkg-plist << 'END-of-bioapitool/pkg-plist'
Xsbin/bioapitool
END-of-bioapitool/pkg-plist
exit
--- bioapitool ends here ---


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



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