From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 13 12:20:08 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E6A16A41F for ; Fri, 13 Jan 2006 12:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE41843D46 for ; Fri, 13 Jan 2006 12:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DCK66d078892 for ; Fri, 13 Jan 2006 12:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DCK6Vs078889; Fri, 13 Jan 2006 12:20:06 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 12:20:06 GMT Resent-Message-Id: <200601131220.k0DCK6Vs078889@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fredrik Lindberg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5320316A41F for ; Fri, 13 Jan 2006 12:16:03 +0000 (GMT) (envelope-from fli@shapeshifter.se) Received: from mx1.h3q.net (manticore.shapeshifter.se [212.37.5.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F5EF43D48 for ; Fri, 13 Jan 2006 12:16:01 +0000 (GMT) (envelope-from fli@shapeshifter.se) Received: from localhost (localhost [127.0.0.1]) by mx1.h3q.net (Postfix) with ESMTP id AB3391A8CE for ; Fri, 13 Jan 2006 13:15:59 +0100 (CET) Received: from mx1.h3q.net ([127.0.0.1]) by localhost (mx1.h3q.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 52213-04 for ; Fri, 13 Jan 2006 13:15:58 +0100 (CET) Received: from shapeshifter.se (81-234-243-91-o926.tbon.telia.com [81.234.243.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.h3q.net (Postfix) with ESMTP id 709981A84C for ; Fri, 13 Jan 2006 13:15:57 +0100 (CET) Received: by shapeshifter.se (sSMTP sendmail emulation); Fri, 13 Jan 2006 13:15:56 +0100 Message-Id: <20060113121557.709981A84C@mx1.h3q.net> Date: Fri, 13 Jan 2006 13:15:56 +0100 From: Fredrik Lindberg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91749: New port: security/bioapitool BioAPI management utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 12:20:08 -0000 >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 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 X.if ${OSVERSION} < 500000 XIGNORE= "Needs at least FreeBSD 5.0-RELEASE" X.endif X.include 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: