From markun@onohara.to  Tue Apr 28 14:51:30 2009
Return-Path: <markun@onohara.to>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BBA46106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Apr 2009 14:51:30 +0000 (UTC)
	(envelope-from markun@onohara.to)
Received: from gate.onohara.to (gate.onohara.to [202.222.28.229])
	by mx1.freebsd.org (Postfix) with ESMTP id 91E4E8FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Apr 2009 14:51:30 +0000 (UTC)
	(envelope-from markun@onohara.to)
Received: by gate.onohara.to (Postfix, from userid 1000)
	id E526A2845B; Tue, 28 Apr 2009 23:51:30 +0900 (JST)
Message-Id: <20090428145130.E526A2845B@gate.onohara.to>
Date: Tue, 28 Apr 2009 23:51:30 +0900 (JST)
From: TERAMOTO Masahiro <markun@onohara.to>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] textproc/p5-YAML-LibYAML: Perl YAML Serialization using XS and libyaml
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         134066
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-YAML-LibYAML: Perl YAML Serialization using XS and libyaml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 28 15:00:06 UTC 2009
>Closed-Date:    Wed Apr 29 13:07:10 UTC 2009
>Last-Modified:  Wed Apr 29 13:10:01 UTC 2009
>Originator:     TERAMOTO Masahiro
>Release:        FreeBSD 6.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD gate.onohara.to 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008
>Description:
This module is a Perl XS binding to libyaml which offers
Perl the best YAML support to date.

Author:	Yuval Kogman <nothingmuch@woobling.org>
WWW:	http://search.cpan.org/~nuffin/YAML-LibYAML/

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

--- p5-YAML-LibYAML-0.32.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:
#
#	p5-YAML-LibYAML
#	p5-YAML-LibYAML/pkg-descr
#	p5-YAML-LibYAML/Makefile
#	p5-YAML-LibYAML/pkg-plist
#	p5-YAML-LibYAML/distinfo
#
echo c - p5-YAML-LibYAML
mkdir -p p5-YAML-LibYAML > /dev/null 2>&1
echo x - p5-YAML-LibYAML/pkg-descr
sed 's/^X//' >p5-YAML-LibYAML/pkg-descr << '063d0e6a957b73d7a93afb5780aaed47'
XThis module is a Perl XS binding to libyaml which offers
XPerl the best YAML support to date.
X
XAuthor:	Yuval Kogman <nothingmuch@woobling.org>
XWWW:	http://search.cpan.org/~nuffin/YAML-LibYAML/
063d0e6a957b73d7a93afb5780aaed47
echo x - p5-YAML-LibYAML/Makefile
sed 's/^X//' >p5-YAML-LibYAML/Makefile << 'b00cc21aa7e1c45b46b8f80adf87ef22'
X# New ports collection makefile for:	p5-YAML-LibYAML
X# Date created:		2009-04-28
X# Whom:			TERAMOTO Masahiro <markun@onohara.to>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	YAML-LibYAML
XPORTVERSION=	0.32
XCATEGORIES=	textproc perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	markun@onohara.to
XCOMMENT=	Perl YAML Serialization using XS and libyaml
X
XBUILD_DEPENDS=	p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		YAML::XS::LibYAML.3 \
X		YAML::XS.3
X
X.include <bsd.port.mk>
b00cc21aa7e1c45b46b8f80adf87ef22
echo x - p5-YAML-LibYAML/pkg-plist
sed 's/^X//' >p5-YAML-LibYAML/pkg-plist << 'e70379b362a7d4df7f32cf4c219fd473'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/LibYAML/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/XS/LibYAML/LibYAML.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/XS/LibYAML/LibYAML.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/YAML/XS/LibYAML.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/YAML/LibYAML.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/YAML/XS.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/XS/LibYAML
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/XS
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/LibYAML
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/YAML/XS
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/YAML
e70379b362a7d4df7f32cf4c219fd473
echo x - p5-YAML-LibYAML/distinfo
sed 's/^X//' >p5-YAML-LibYAML/distinfo << '80ec08451a20f4c7d8c77cfc6b51cb2f'
XMD5 (YAML-LibYAML-0.32.tar.gz) = 7a8b9258a311e52d0938744ad2ddfc4d
XSHA256 (YAML-LibYAML-0.32.tar.gz) = a3751cc424de2fc3b4461ef480b47027ab4c64fac87c0f32f925d85862120d8a
XSIZE (YAML-LibYAML-0.32.tar.gz) = 136005
80ec08451a20f4c7d8c77cfc6b51cb2f
exit
--- p5-YAML-LibYAML-0.32.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer 
Responsible-Changed-By: skreuzer 
Responsible-Changed-When: Tue Apr 28 15:53:00 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134066 
State-Changed-From-To: open->closed 
State-Changed-By: skreuzer 
State-Changed-When: Wed Apr 29 13:07:09 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134066: commit references a PR
Date: Wed, 29 Apr 2009 13:06:41 +0000 (UTC)

 skreuzer    2009-04-29 13:06:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/p5-YAML-LibYAML Makefile distinfo pkg-descr pkg-plist 
   Log:
   Perl XS binding to libyaml which offers the best YAML support to date.
   
   WWW:    http://search.cpan.org/~nuffin/YAML-LibYAML/
   
   PR:     ports/134066
   Submitted by:   TERAMOTO Masahiro <markun@onohara.to>
   Approved by:    wxs (mentor)
   
   Revision  Changes    Path
   1.1332    +1 -0      ports/textproc/Makefile
   1.1       +25 -0     ports/textproc/p5-YAML-LibYAML/Makefile (new)
   1.1       +3 -0      ports/textproc/p5-YAML-LibYAML/distinfo (new)
   1.1       +5 -0      ports/textproc/p5-YAML-LibYAML/pkg-descr (new)
   1.1       +13 -0     ports/textproc/p5-YAML-LibYAML/pkg-plist (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:
