From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 12 12:50:03 2005 Return-Path: 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 3786C16A4D0 for ; Thu, 12 May 2005 12:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 009AA43D48 for ; Thu, 12 May 2005 12:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4CCo20J097707 for ; Thu, 12 May 2005 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4CCo29t097706; Thu, 12 May 2005 12:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 12 May 2005 12:50:02 GMT Resent-Message-Id: <200505121250.j4CCo29t097706@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, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E08716A4CE for ; Thu, 12 May 2005 12:42:33 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4359543D67 for ; Thu, 12 May 2005 12:42:32 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j4CCgU3F003853 for ; Thu, 12 May 2005 09:42:31 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j4CCgUsq003852; Thu, 12 May 2005 09:42:30 -0300 (BRT) Message-Id: <200505121242.j4CCgUsq003852@digitalsign.com> Date: Thu, 12 May 2005 09:42:30 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80939: New port: security/pear-Crypt_RSA PEAR class allows you to use two-key strong cryptography X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 12:50:03 -0000 >Number: 80939 >Category: ports >Synopsis: New port: security/pear-Crypt_RSA PEAR class allows you to use two-key strong cryptography >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: Thu May 12 12:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antonio Carlos Venancio Junior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #7: Tue May 10 10:37:35 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: security/pear-Crypt_RSA PEAR class allows you to use two-key strong cryptography PEAR::Crypt_RSA allows you to use two-key strong cryptography like RSA with arbitrary key length. It uses one of the following extensions for math calculations: - PECL big_int extension version greater than or equal to 1.0.3 - PHP GMP extension - PHP BCMath extension for both PHP4 and PHP5 >How-To-Repeat: >Fix: # 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: # # pear-Crypt_RSA # pear-Crypt_RSA/Makefile # pear-Crypt_RSA/distinfo # pear-Crypt_RSA/pkg-descr # echo c - pear-Crypt_RSA mkdir -p pear-Crypt_RSA > /dev/null 2>&1 echo x - pear-Crypt_RSA/Makefile sed 's/^X//' >pear-Crypt_RSA/Makefile << 'END-of-pear-Crypt_RSA/Makefile' X# Ports collection makefile for: pear-Crypt_RSA X# Date created: 12 May 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Crypt_RSA XPORTVERSION= 1.0.0 XCATEGORIES= security www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class allows you to use two-key strong cryptography X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XOPTIONS= BCMATH "PHP BCMath extension support" off \ X GMP "PHP GMP extension support" off X XPORT_DBDIR?= /var/db/ports XLATEST_LINK= pear-${PORTNAME} XOPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options X X.if exists(${OPTIONSFILE}) X.include "${OPTIONSFILE}" X.endif X X.for opt in BCMATH GMP X. if defined(WITH_${opt}) XUSE_PHP+= ${opt:L} X. endif X.endfor X XCATEGORY= Crypt XFILES= RSA.php RSA/ErrorHandler.php RSA/Key.php RSA/KeyPair.php \ X RSA/MathLoader.php RSA/Math/BCMath.php RSA/Math/BigInt.php \ X RSA/Math/GMP.php XDOCS= CREDITS LICENSE Crypt_RSA.txt math_wrappers.txt XEXAMPLES= web_interface.php XTESTS= test1.php test2.php X Xpost-extract: X @${MV} ${WRKSRC}/CREDITS ${WRKSRC}/docs X @${MV} ${WRKSRC}/LICENSE ${WRKSRC}/docs X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Crypt_RSA/Makefile echo x - pear-Crypt_RSA/distinfo sed 's/^X//' >pear-Crypt_RSA/distinfo << 'END-of-pear-Crypt_RSA/distinfo' XMD5 (PEAR/Crypt_RSA-1.0.0.tgz) = 222a018dc66509d8b56f444a1ea7874d XSIZE (PEAR/Crypt_RSA-1.0.0.tgz) = 17941 END-of-pear-Crypt_RSA/distinfo echo x - pear-Crypt_RSA/pkg-descr sed 's/^X//' >pear-Crypt_RSA/pkg-descr << 'END-of-pear-Crypt_RSA/pkg-descr' XPEAR::Crypt_RSA allows you to use two-key strong cryptography like RSA with Xarbitrary key length. X XIt uses one of the following extensions for math calculations: X- PECL big_int extension version greater than or equal to 1.0.3 X- PHP GMP extension X- PHP BCMath extension for both PHP4 and PHP5 X XWWW: http://pear.php.net/package/Crypt_RSA/ END-of-pear-Crypt_RSA/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: