summaryrefslogtreecommitdiff
path: root/textproc/libyaml
diff options
context:
space:
mode:
authorahoka <ahoka>2008-10-20 01:10:16 +0000
committerahoka <ahoka>2008-10-20 01:10:16 +0000
commit1ba43c10dc57db2223e84c07a4498ccc6b9c797f (patch)
tree18c9b923b38026a66b7e42043ab6970d89153ce7 /textproc/libyaml
parent49d6d34eaa0814662b78b86450af4e62045c5b61 (diff)
downloadpkgsrc-1ba43c10dc57db2223e84c07a4498ccc6b9c797f.tar.gz
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 (limited to 'textproc/libyaml')
-rw-r--r--textproc/libyaml/DESCR6
-rw-r--r--textproc/libyaml/Makefile17
-rw-r--r--textproc/libyaml/PLIST3
-rw-r--r--textproc/libyaml/distinfo5
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/libyaml/DESCR b/textproc/libyaml/DESCR
new file mode 100644
index 00000000000..583d9da6861
--- /dev/null
+++ b/textproc/libyaml/DESCR
@@ -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 --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile
new file mode 100644
index 00000000000..4e9b8d928ba
--- /dev/null
+++ b/textproc/libyaml/Makefile
@@ -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
+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 --git a/textproc/libyaml/PLIST b/textproc/libyaml/PLIST
new file mode 100644
index 00000000000..d8f29e2eed9
--- /dev/null
+++ b/textproc/libyaml/PLIST
@@ -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 --git a/textproc/libyaml/distinfo b/textproc/libyaml/distinfo
new file mode 100644
index 00000000000..548b5d7e0e3
--- /dev/null
+++ b/textproc/libyaml/distinfo
@@ -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