From nobody@FreeBSD.org  Mon Aug  6 18:39:37 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AFD9216A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Aug 2007 18:39:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E8BA13C468
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Aug 2007 18:39:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l76Idbvp035993
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 Aug 2007 18:39:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l76IdbQm035992;
	Mon, 6 Aug 2007 18:39:37 GMT
	(envelope-from nobody)
Message-Id: <200708061839.l76IdbQm035992@www.freebsd.org>
Date: Mon, 6 Aug 2007 18:39:37 GMT
From: Ditesh Shashikant Gathani <ditesh@gathani.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: textproc/pecl-syck A PECL extension which facilitates YAML parsing
X-Send-Pr-Version: www-3.0

>Number:         115252
>Category:       ports
>Synopsis:       New port: textproc/pecl-syck A PECL extension which facilitates YAML parsing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 18:40:01 GMT 2007
>Closed-Date:    Tue Aug 21 08:58:54 GMT 2007
>Last-Modified:  Tue Aug 21 09:00:16 GMT 2007
>Originator:     Ditesh Shashikant Gathani
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386
>Description:
The syck extension is a binding to the Syck library which facilitates YAML parsing.

YAML(tm) (rhymes with "camel") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration 
settings, log files, Internet messaging and filtering.
>How-To-Repeat:

>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'
XThe syck extension is a binding to the Syck library which facilitates YAML parsing.
X
XYAML(tm) (rhymes with "camel") is a straightforward machine parsable data serialization format designed for human 
Xreadability and interaction with scripting languages. YAML is optimized for data serialization, configuration 
Xsettings, log files, Internet messaging and filtering.
X
XWWW: http://pecl.php.net/package/syck/
X
X- Ditesh Shashikant Gathani
Xditesh@gathani.org
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (PECL/syck-0.9.1.tgz) = 8c418a6dbdef13e0b138eb51c43bcb89
XSHA256 (PECL/syck-0.9.1.tgz) = 758fcf95c25ec03fc6aa6a272dc14778283ada3c0a16689814fd26083cb2768f
XSIZE (PECL/syck-0.9.1.tbz) = 8341
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	pecl-syck
X# Date created:			7 Aug 2007
X# Whom:				Ditesh Shashikant Gathani <ditesh@gathani.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	syck
XPORTVERSION=	0.9.1
XCATEGORIES=	textproc pear
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	ditesh@gathani.org
XCOMMENT=	A PECL extension which facilitates YAML parsing
X
XUSE_PHP=	spl hash
XUSE_PHP_BUILD=	yes
XUSE_PHPEXT=	yes
XBUILD_DEPENDS=	${LOCALBASE}/lib/libsyck.a:${PORTSDIR}/textproc/syck
X
XCONFIGURE_ARGS=	--enable-syck
X
X.include <bsd.port.mk>
END-of-./Makefile
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 6 18:40:10 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants to have pecl- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115252 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Aug 21 08:58:50 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115252 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115252: commit references a PR
Date: Tue, 21 Aug 2007 08:59:08 +0000 (UTC)

 miwi        2007-08-21 08:58:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/pecl-syck   Makefile distinfo pkg-descr 
   Log:
   The syck extension is a binding to the Syck library which facilitates
   YAML parsing.
   
   YAML(tm) (rhymes with "camel") is a straightforward machine parsable
   data serialization format designed for human readability and
   interaction with scripting languages. YAML is optimized for data
   serialization, configuration settings, log files, Internet
   messaging and filtering.
   
   WWW: http://pecl.php.net/package/syck/
   
   PR:             ports/115252
   Submitted by:   Ditesh Shashikant Gathani <ditesh at gathani.org>
   
   Revision  Changes    Path
   1.1174    +1 -0      ports/textproc/Makefile
   1.1       +27 -0     ports/textproc/pecl-syck/Makefile (new)
   1.1       +3 -0      ports/textproc/pecl-syck/distinfo (new)
   1.1       +10 -0     ports/textproc/pecl-syck/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
