Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2009 23:51:30 +0900 (JST)
From:      TERAMOTO Masahiro <markun@onohara.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134066: [NEW PORT] textproc/p5-YAML-LibYAML: Perl YAML Serialization using XS and libyaml
Message-ID:  <20090428145130.E526A2845B@gate.onohara.to>
Resent-Message-ID: <200904281500.n3SF06Q2093244@freefall.freebsd.org>

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

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 28 15:00:06 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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