Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2007 21:57:49 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/110764: [NEW PORT] security/cryptstring: Crypto Strings for PHP
Message-ID:  <20070324135749.D008841@netnews.NCTU.edu.tw>
Resent-Message-ID: <200703241400.l2OE0AxW057228@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110764
>Category:       ports
>Synopsis:       [NEW PORT] security/cryptstring: Crypto Strings for PHP
>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:   Sat Mar 24 14:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007
>Description:
Very simple PHP functions for encrypting and signing (and reverse,
decrypting and verifying) on string under BSD license.

WWW:	http://code.google.com/p/cryptstring/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cryptstring-0.2.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:
#
#	cryptstring
#	cryptstring/pkg-descr
#	cryptstring/Makefile
#	cryptstring/pkg-plist
#	cryptstring/distinfo
#
echo c - cryptstring
mkdir -p cryptstring > /dev/null 2>&1
echo x - cryptstring/pkg-descr
sed 's/^X//' >cryptstring/pkg-descr << 'END-of-cryptstring/pkg-descr'
XVery simple PHP functions for encrypting and signing (and reverse,
Xdecrypting and verifying) on string under BSD license.
X
XWWW:	http://code.google.com/p/cryptstring/
END-of-cryptstring/pkg-descr
echo x - cryptstring/Makefile
sed 's/^X//' >cryptstring/Makefile << 'END-of-cryptstring/Makefile'
X# New ports collection makefile for:	cryptstring
X# Date created:		2007-02-23
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cryptstring
XPORTVERSION=	0.2
XCATEGORIES=	security
XMASTER_SITES=	http://cryptstring.googlecode.com/files/
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Crypto Strings for PHP
X
XNO_BUILD=	yes
XUSE_PHP=	mcrypt mhash
X
Xdo-install:
X	${MKDIR} ${DATADIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/cs.inc.php ${DATADIR}
X
X.include <bsd.port.mk>
END-of-cryptstring/Makefile
echo x - cryptstring/pkg-plist
sed 's/^X//' >cryptstring/pkg-plist << 'END-of-cryptstring/pkg-plist'
X@comment $FreeBSD$
X%%DATADIR%%/cs.inc.php
X@dirrm %%DATADIR%%
END-of-cryptstring/pkg-plist
echo x - cryptstring/distinfo
sed 's/^X//' >cryptstring/distinfo << 'END-of-cryptstring/distinfo'
XMD5 (cryptstring-0.2.tar.gz) = 4c4179abefdb99bb8c9a3abe81dc10be
XSHA256 (cryptstring-0.2.tar.gz) = d89f8d6084f684486d4f31ca333dcf49ba6edda80f7b818835996e75354dbd60
XSIZE (cryptstring-0.2.tar.gz) = 1456
END-of-cryptstring/distinfo
exit
--- cryptstring-0.2.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070324135749.D008841>