ports/119692: New port: security/pear-Crypt_GPG PEAR package providing an object oriented interface to GPG
Ditesh Shashikant Gathani
ditesh at gathani.org
Tue Jan 15 18:50:02 UTC 2008
>Number: 119692
>Category: ports
>Synopsis: New port: security/pear-Crypt_GPG PEAR package providing an object oriented interface to GPG
>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: Tue Jan 15 18:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Ditesh Shashikant Gathani
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386
>Description:
PEAR package providing an object oriented interface to GPG
>How-To-Repeat:
Not applicable.
>Fix:
shar file, as attached.
Patch attached with submission follows:
# 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:
#
# .
# ./pkg-descr
# ./distinfo
# ./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XPEAR::GPG provides an object oriented interface to GNU Privacy Guard (GPG). It
Xrequires the GPG executable to be on the system.
X
XThough GPG can support symmetric-key cryptography, this package is intended
Xonly to facilitate public-key cryptography.
X
XWWW: http://pear.php.net/package/Crypt_GPG/
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (PEAR/Crypt_GPG-0.3.10.tgz) = eab7107a1bdcab7b3884c62a3dc0d386
XSHA256 (PEAR/Crypt_GPG-0.3.10.tgz) = d74e687527f07436f18d8a7f174def18c7ba7f7efff8320e63b8c49836e8e875
XSIZE (PEAR/Crypt_GPG-0.3.10.tgz) = 39395
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# Ports collection makefile for: pear-Crypt_GPG
X# Date created: 15 Jan 2007
X# Whom: Ditesh Shashikant Gathani <ditesh at gathani.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= Crypt_GPG
XPORTVERSION= 0.3.10
XCATEGORIES= security www pear
X
XMAINTAINER= ditesh at gathani.org
XCOMMENT= PEAR package providing an object oriented interface to GPG
X
XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
X
XCATEGORY= Crypt
XFILES= GPG.php GPG/Exceptions.php GPG/Key.php GPG/Signature.php \
X GPG/Driver/Php.php
XDOCS= ChangeLog LICENSE
XTESTS= PhpDriver.php test.php
X
Xpost-extract:
X @${MKDIR} ${WRKSRC}/docs
X @${MV} ${WRKSRC}/ChangeLog ${WRKSRC}/docs
X @${MV} ${WRKSRC}/LICENSE ${WRKSRC}/docs
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-./Makefile
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list