From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 19 08:50:13 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 6AA8916A423 for ; Sun, 19 Mar 2006 08:50:13 +0000 (UTC) (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 D505943D49 for ; Sun, 19 Mar 2006 08:50:12 +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 k2J8oCoO070580 for ; Sun, 19 Mar 2006 08:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2J8oCQO070579; Sun, 19 Mar 2006 08:50:12 GMT (envelope-from gnats) Resent-Date: Sun, 19 Mar 2006 08:50:12 GMT Resent-Message-Id: <200603190850.k2J8oCQO070579@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, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F9716A400 for ; Sun, 19 Mar 2006 08:46:45 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DAC43D45 for ; Sun, 19 Mar 2006 08:46:45 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 5A181C9; Sun, 19 Mar 2006 16:46:41 +0800 (CST) Message-Id: <20060319084641.5A181C9@netnews.NCTU.edu.tw> Date: Sun, 19 Mar 2006 16:46:41 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/94679: [NEW PORT] security/p5-Authen-TypeKey: TypeKey authentication verification 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: Sun, 19 Mar 2006 08:50:13 -0000 >Number: 94679 >Category: ports >Synopsis: [NEW PORT] security/p5-Authen-TypeKey: TypeKey authentication verification >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: Sun Mar 19 08:50:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #4: Sun Jan 15 20:44:38 CST 2006 >Description: Authen::TypeKey is an implementation of verification for signatures generated by TypeKey authentication. For information on the TypeKey protocol and using TypeKey in other applications, see http://www.sixapart.com/typekey/api. Author: Six Apart Ltd, cpan@sixapart.com WWW: http://search.cpan.org/dist/Authen-TypeKey/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Authen-TypeKey-0.05.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: # # p5-Authen-TypeKey # p5-Authen-TypeKey/pkg-descr # p5-Authen-TypeKey/Makefile # p5-Authen-TypeKey/pkg-plist # p5-Authen-TypeKey/distinfo # echo c - p5-Authen-TypeKey mkdir -p p5-Authen-TypeKey > /dev/null 2>&1 echo x - p5-Authen-TypeKey/pkg-descr sed 's/^X//' >p5-Authen-TypeKey/pkg-descr << 'END-of-p5-Authen-TypeKey/pkg-descr' XAuthen::TypeKey is an implementation of verification for signatures Xgenerated by TypeKey authentication. X XFor information on the TypeKey protocol and using TypeKey in other Xapplications, see http://www.sixapart.com/typekey/api. X XAuthor: Six Apart Ltd, cpan@sixapart.com XWWW: http://search.cpan.org/dist/Authen-TypeKey/ END-of-p5-Authen-TypeKey/pkg-descr echo x - p5-Authen-TypeKey/Makefile sed 's/^X//' >p5-Authen-TypeKey/Makefile << 'END-of-p5-Authen-TypeKey/Makefile' X# New ports collection makefile for: p5-Authen-TypeKey X# Date created: 2006-03-19 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Authen-TypeKey XPORTVERSION= 0.05 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Authen XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= TypeKey authentication verification X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ X ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ X ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Authen::TypeKey.3 X X.include X X.if ${PERL_LEVEL} < 500601 XIGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again X.endif X X.include END-of-p5-Authen-TypeKey/Makefile echo x - p5-Authen-TypeKey/pkg-plist sed 's/^X//' >p5-Authen-TypeKey/pkg-plist << 'END-of-p5-Authen-TypeKey/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey/.packlist X%%SITE_PERL%%/Authen/TypeKey.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey 2>/dev/null || true X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true END-of-p5-Authen-TypeKey/pkg-plist echo x - p5-Authen-TypeKey/distinfo sed 's/^X//' >p5-Authen-TypeKey/distinfo << 'END-of-p5-Authen-TypeKey/distinfo' XMD5 (Authen-TypeKey-0.05.tar.gz) = 1a938b0d4e2d0ee6e6e09fd8c046edd2 XSHA256 (Authen-TypeKey-0.05.tar.gz) = 412f00ba42442efc20a9f23e106efe0aa1930c2835d134edd11418fcc8a382e5 XSIZE (Authen-TypeKey-0.05.tar.gz) = 17944 END-of-p5-Authen-TypeKey/distinfo exit --- p5-Authen-TypeKey-0.05.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: