Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2008 08:52:11 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129167: [New Port]net/pecl-oauth:A Php Interface to the OAuth Protocol
Message-ID:  <200811250852.mAP8qB8p068056@www.freebsd.org>
Resent-Message-ID: <200811250900.mAP90Ev3055494@freefall.freebsd.org>

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

>Number:         129167
>Category:       ports
>Synopsis:       [New Port]net/pecl-oauth:A Php Interface to the OAuth Protocol
>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 Nov 25 09:00:13 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
pecl-oauth is a php interface to the oauth protocol.
Oauth is an authorization protocol built on top of
HTTP which allows applications to securely access
data without having to store usernames and passwords.

WWW: http://pecl.php.net/package/oauth/
>How-To-Repeat:

>Fix:


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:
#
#	pecl-oauth
#	pecl-oauth/pkg-descr
#	pecl-oauth/distinfo
#	pecl-oauth/Makefile
#
echo c - pecl-oauth
mkdir -p pecl-oauth > /dev/null 2>&1
echo x - pecl-oauth/pkg-descr
sed 's/^X//' >pecl-oauth/pkg-descr << 'cdf1cd86104571af9387f8ec8e69aa51'
Xpecl-oauth is a php interface to the oauth protocol.
XOauth is an authorization protocol built on top of
XHTTP which allows applications to securely access
Xdata without having to store usernames and passwords.
X
XWWW: http://pecl.php.net/package/oauth/
cdf1cd86104571af9387f8ec8e69aa51
echo x - pecl-oauth/distinfo
sed 's/^X//' >pecl-oauth/distinfo << 'e1307f189d7f2e3de9b409ba7b1bb427'
XMD5 (PECL/oauth-0.99.1.tgz) = 8b828ac3f202f537fabc62c6a72feda4
XSHA256 (PECL/oauth-0.99.1.tgz) = d09cd5d0cf397db5da3a49c6fb94275ddc234e8555c77710dcf9510536e32415
XSIZE (PECL/oauth-0.99.1.tgz) = 12517
e1307f189d7f2e3de9b409ba7b1bb427
echo x - pecl-oauth/Makefile
sed 's/^X//' >pecl-oauth/Makefile << '2ea36d09a47b6613311dd4a5a2745ad8'
X# New ports collection makefile for:	pecl-oauth
X# Date created:			25 Nov 2008
X# Whom:				Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	oauth
XPORTVERSION=	0.99.1
XCATEGORIES=	net pear
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	A Php Interface to the OAuth Protocol
X
XBUILD_DEPENDS=	${LOCALBASE}/include/curl/curl.h:${PORTSDIR}/ftp/curl
X
XCFLAGS+=	-I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib
XCONFIGURE_ARGS+=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
X
XUSE_PHP=	yes
XUSE_PHPEXT=	yes
X
X.include <bsd.port.mk>
2ea36d09a47b6613311dd4a5a2745ad8
exit



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



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