From 95223e72858ab19152f69cef2edf8ca33acf1fb6 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 18 Jun 2009 18:08:12 +0000 Subject: [PATCH] import p5-Parse-CPAN-Meta Parse::CPAN::Meta is a parser for META.yml files, based on the parser half of YAML::Tiny. It supports a basic subset of the full YAML specification, enough to implement parsing of typical META.yml files, and other similarly simple YAML files. If you need something with more power, move up to a full YAML parser such as YAML, YAML::Syck or YAML::LibYAML. ok jim@ --- devel/p5-Parse-CPAN-Meta/Makefile | 15 +++++++++++++++ devel/p5-Parse-CPAN-Meta/distinfo | 5 +++++ devel/p5-Parse-CPAN-Meta/pkg/DESCR | 7 +++++++ devel/p5-Parse-CPAN-Meta/pkg/PLIST | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 devel/p5-Parse-CPAN-Meta/Makefile create mode 100644 devel/p5-Parse-CPAN-Meta/distinfo create mode 100644 devel/p5-Parse-CPAN-Meta/pkg/DESCR create mode 100644 devel/p5-Parse-CPAN-Meta/pkg/PLIST diff --git a/devel/p5-Parse-CPAN-Meta/Makefile b/devel/p5-Parse-CPAN-Meta/Makefile new file mode 100644 index 00000000000..029f41549f8 --- /dev/null +++ b/devel/p5-Parse-CPAN-Meta/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2009/06/18 18:08:12 simon Exp $ + +COMMENT = parse META.yml and other similar CPAN metadata files + +MODULES = cpan +DISTNAME = Parse-CPAN-Meta-1.39 +CATEGORIES = devel + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +.include diff --git a/devel/p5-Parse-CPAN-Meta/distinfo b/devel/p5-Parse-CPAN-Meta/distinfo new file mode 100644 index 00000000000..5034d240040 --- /dev/null +++ b/devel/p5-Parse-CPAN-Meta/distinfo @@ -0,0 +1,5 @@ +MD5 (Parse-CPAN-Meta-1.39.tar.gz) = tcknCJswztRBrUZ3qLxNDQ== +RMD160 (Parse-CPAN-Meta-1.39.tar.gz) = Td/Y1A6M6Jp07tpdGzZzfjenbw0= +SHA1 (Parse-CPAN-Meta-1.39.tar.gz) = ryFvwS8+WusBCCUrlahTQa4V0+M= +SHA256 (Parse-CPAN-Meta-1.39.tar.gz) = wy9X0uW1EwhcdPnzqlluS5uUPnyHCr4bLcjvCj3LQCk= +SIZE (Parse-CPAN-Meta-1.39.tar.gz) = 25134 diff --git a/devel/p5-Parse-CPAN-Meta/pkg/DESCR b/devel/p5-Parse-CPAN-Meta/pkg/DESCR new file mode 100644 index 00000000000..b0cf86f0993 --- /dev/null +++ b/devel/p5-Parse-CPAN-Meta/pkg/DESCR @@ -0,0 +1,7 @@ +Parse::CPAN::Meta is a parser for META.yml files, based on the parser +half of YAML::Tiny. +It supports a basic subset of the full YAML specification, enough to +implement parsing of typical META.yml files, and other similarly simple +YAML files. +If you need something with more power, move up to a full YAML parser +such as YAML, YAML::Syck or YAML::LibYAML. diff --git a/devel/p5-Parse-CPAN-Meta/pkg/PLIST b/devel/p5-Parse-CPAN-Meta/pkg/PLIST new file mode 100644 index 00000000000..31a52c5f774 --- /dev/null +++ b/devel/p5-Parse-CPAN-Meta/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/18 18:08:12 simon Exp $ +${P5SITE}/Parse/ +${P5SITE}/Parse/CPAN/ +${P5SITE}/Parse/CPAN/Meta.pm +@man man/man3p/Parse::CPAN::Meta.3p