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. PR: ports/91749 Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
This commit is contained in:
parent
747ecf19ad
commit
7f980746a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153553
4 changed files with 35 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
SUBDIR += beecrypt
|
||||
SUBDIR += bfbtester
|
||||
SUBDIR += bioapi
|
||||
SUBDIR += bioapitool
|
||||
SUBDIR += bjorb
|
||||
SUBDIR += borzoi
|
||||
SUBDIR += botan
|
||||
|
|
27
security/bioapitool/Makefile
Normal file
27
security/bioapitool/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Ports collection makefile for: bioapitool
|
||||
# Date created: 12 January 2006
|
||||
# Whom: Fredrik Lindberg <fli@shapeshifter.se>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bioapitool
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://shapeshifter.se/pub/bioapitool/
|
||||
|
||||
MAINTAINER= fli@shapeshifter.se
|
||||
COMMENT= BioAPI management utility
|
||||
|
||||
LIB_DEPENDS= bioapi100.0:${PORTSDIR}/security/bioapi
|
||||
|
||||
MAN1= bioapitool.1
|
||||
PLIST_FILES= sbin/bioapitool
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= needs at least FreeBSD 5.0-RELEASE
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
security/bioapitool/distinfo
Normal file
3
security/bioapitool/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (bioapitool-1.0.tar.gz) = fcda08f5b067ed59a111ad30687989e7
|
||||
SHA256 (bioapitool-1.0.tar.gz) = 0cab7564742f8e698163e077b40fd821e5b5fa6bf76c5940f21eaf7ea51ba5cb
|
||||
SIZE (bioapitool-1.0.tar.gz) = 5458
|
4
security/bioapitool/pkg-descr
Normal file
4
security/bioapitool/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
bioapitool is a small BioAPI management utility which allows enrollment and
|
||||
verification of BIR entries.
|
||||
|
||||
WWW: http://shapeshifter.se/code/bioapitool
|
Loading…
Reference in a new issue