upgrade to YAML 0.36
This commit is contained in:
parent
59a2042371
commit
ec99f3f411
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/19 21:13:34 msf Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2005/03/09 02:25:29 kevlo Exp $
|
||||
|
||||
COMMENT= "YAML ain't a markup language"
|
||||
|
||||
V= 0.35
|
||||
DISTNAME= YAML-0.35
|
||||
V= 0.36
|
||||
DISTNAME= YAML-${V}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (YAML-0.35.tar.gz) = 03f1c4446fae2bcc7d606b0b3ded0632
|
||||
RMD160 (YAML-0.35.tar.gz) = 3ca68e7be7ccb379b3f6520679bb51fb92d8bad0
|
||||
SHA1 (YAML-0.35.tar.gz) = fb97a08a56f3b2dd80c62d7b33ee0c5da480ef32
|
||||
SIZE (YAML-0.35.tar.gz) = 55741
|
||||
MD5 (YAML-0.36.tar.gz) = fa3dfd21c0c813de56c51dedc36092a8
|
||||
RMD160 (YAML-0.36.tar.gz) = 498c458d74b7374dbe5f0b5a2b4f79e7284809b9
|
||||
SHA1 (YAML-0.36.tar.gz) = a2d86fe407905c058597023ff05c01014f47179e
|
||||
SIZE (YAML-0.36.tar.gz) = 59834
|
||||
|
@ -1,36 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/05/19 21:13:34 msf Exp $
|
||||
--- Makefile.PL.orig 2002-06-24 23:59:08.000000000 -0400
|
||||
+++ Makefile.PL 2004-04-29 09:53:45.000000000 -0400
|
||||
@@ -1,19 +1,19 @@
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
-my @programs;
|
||||
+my @programs = ('ysh', 'xyx', 'yaml2outline', 'phone2yaml' );
|
||||
|
||||
-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);
|
||||
- }
|
||||
-}
|
||||
+#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);
|
||||
+# }
|
||||
+#}
|
||||
|
||||
WriteMakefile(
|
||||
NAME => 'YAML',
|
@ -1,7 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/14 23:44:00 espie Exp $
|
||||
bin/phone2yaml
|
||||
bin/xyx
|
||||
bin/yaml2outline
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/03/09 02:25:30 kevlo Exp $
|
||||
bin/ysh
|
||||
${P5SITE}/YAML/
|
||||
${P5SITE}/YAML.pm
|
||||
@ -10,9 +7,6 @@ ${P5SITE}/YAML/Error.pm
|
||||
${P5SITE}/YAML/Family.pm
|
||||
${P5SITE}/YAML/Node.pm
|
||||
${P5SITE}/YAML/Transfer.pm
|
||||
@man man/man1/phone2yaml.1
|
||||
@man man/man1/xyx.1
|
||||
@man man/man1/yaml2outline.1
|
||||
@man man/man1/ysh.1
|
||||
@man man/man3p/YAML.3p
|
||||
@man man/man3p/YAML::Node.3p
|
||||
|
Loading…
Reference in New Issue
Block a user