pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML import YAML-0.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf1e94318956
branches:  trunk
changeset: 464024:bf1e94318956
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Dec 03 15:56:20 2003 +0000

description:
import YAML-0.35

This is an implementation of YAML (YAML Ain't Markup Language,
http://www.yaml.org/) for Perl.

diffstat:

 textproc/p5-YAML/DESCR            |   2 ++
 textproc/p5-YAML/Makefile         |  15 +++++++++++++++
 textproc/p5-YAML/PLIST            |   1 +
 textproc/p5-YAML/distinfo         |   5 +++++
 textproc/p5-YAML/patches/patch-aa |  25 +++++++++++++++++++++++++
 5 files changed, 48 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r af1761cb8a47 -r bf1e94318956 textproc/p5-YAML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML/DESCR    Wed Dec 03 15:56:20 2003 +0000
@@ -0,0 +1,2 @@
+An implementation of YAML (YAML Ain't Markup Language,
+http://www.yaml.org/) for Perl.
diff -r af1761cb8a47 -r bf1e94318956 textproc/p5-YAML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML/Makefile Wed Dec 03 15:56:20 2003 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 15:56:20 epg Exp $
+
+DISTNAME=      YAML-0.35
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    perl5 textproc
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=YAML/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       YAML implementation for Perl
+
+USE_BUILDLINK2=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/YAML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r af1761cb8a47 -r bf1e94318956 textproc/p5-YAML/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML/PLIST    Wed Dec 03 15:56:20 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 15:56:20 epg Exp $
diff -r af1761cb8a47 -r bf1e94318956 textproc/p5-YAML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML/distinfo Wed Dec 03 15:56:20 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 15:56:20 epg Exp $
+
+SHA1 (YAML-0.35.tar.gz) = fb97a08a56f3b2dd80c62d7b33ee0c5da480ef32
+Size (YAML-0.35.tar.gz) = 55741 bytes
+SHA1 (patch-aa) = 1dc1f95c9e9b504d6112d59470b60794c2d6442c
diff -r af1761cb8a47 -r bf1e94318956 textproc/p5-YAML/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-YAML/patches/patch-aa Wed Dec 03 15:56:20 2003 +0000
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 15:56:20 epg Exp $
+
+--- Makefile.PL.orig   Mon Jun 24 22:59:08 2002
++++ Makefile.PL
+@@ -1,19 +1,6 @@
+ use ExtUtils::MakeMaker;
+ 
+-my @programs;
+-
+-for (split "\n", <<'QUERIES') {
+-ysh|y|YAML Shell
+-xyx|y|YAML<->XML transform
+-yaml2outline|y|YAML-to-Outline converter
+-phone2yaml|y|Palm phone list converter
+-QUERIES
+-    my ($program, $default, $description) = split /\|/, $_;
+-    if (prompt("Do you want to install '$program', the $description?", 
+-               $default) =~ /^y/) {
+-      push(@programs, $program);
+-    }
+-}
++my @programs = ('ysh', 'xyx', 'yaml2outline', 'phone2yaml');
+ 
+ WriteMakefile(
+     NAME => 'YAML',



Home | Main Index | Thread Index | Old Index