pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libyaml Import libyaml-0.1.1 as textproc/liby...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec12b60db1f9
branches:  trunk
changeset: 548633:ec12b60db1f9
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Oct 20 01:10:16 2008 +0000

description:
Import libyaml-0.1.1 as textproc/libyaml.

YAML is a data serialization language which is designed to be both
human readable and computationally powerful.

This C language implementation is developed by Kirill Simonov for Python
Software Foundation as a part of Google Summer of Code under the mentorship
of Clark Evans and released under the MIT license.

diffstat:

 textproc/libyaml/DESCR    |   6 ++++++
 textproc/libyaml/Makefile |  17 +++++++++++++++++
 textproc/libyaml/PLIST    |   3 +++
 textproc/libyaml/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 417e62e211e0 -r ec12b60db1f9 textproc/libyaml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libyaml/DESCR    Mon Oct 20 01:10:16 2008 +0000
@@ -0,0 +1,6 @@
+YAML is a data serialization language which is designed to be both
+human readable and computationally powerful.
+
+This C language implementation is developed by Kirill Simonov for Python
+Software Foundation as a part of Google Summer of Code under the mentorship
+of Clark Evans and released under the MIT license.
diff -r 417e62e211e0 -r ec12b60db1f9 textproc/libyaml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libyaml/Makefile Mon Oct 20 01:10:16 2008 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/20 01:10:16 ahoka Exp $
+#
+
+DISTNAME=      yaml-0.1.1
+PKGNAME=       lib${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  http://pyyaml.org/download/libyaml/
+
+MAINTAINER=    ahoka%NetBSD.org@localhost
+HOMEPAGE=      http://pyyaml.org/wiki/LibYAML
+COMMENT=       YAML 1.1 parser and emitter written in C
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 417e62e211e0 -r ec12b60db1f9 textproc/libyaml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libyaml/PLIST    Mon Oct 20 01:10:16 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/20 01:10:16 ahoka Exp $
+include/yaml.h
+lib/libyaml.la
diff -r 417e62e211e0 -r ec12b60db1f9 textproc/libyaml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libyaml/distinfo Mon Oct 20 01:10:16 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/20 01:10:16 ahoka Exp $
+
+SHA1 (yaml-0.1.1.tar.gz) = 9215223c6c947182725882e6b7509e9f61e4313b
+RMD160 (yaml-0.1.1.tar.gz) = cd6d6a96b0564dcc5a643bc5bf120f2f0a4cd9f7
+Size (yaml-0.1.1.tar.gz) = 466770 bytes



Home | Main Index | Thread Index | Old Index