diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-10-20 01:10:16 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-10-20 01:10:16 +0000 |
commit | 32ae0d878a8098b2aab24dd39e0bb18d70ac8689 (patch) | |
tree | 18c9b923b38026a66b7e42043ab6970d89153ce7 /textproc | |
parent | 6dc73d414b6f7f7e01325a07b640b7b21e028f8d (diff) | |
download | pkgsrc-32ae0d878a8098b2aab24dd39e0bb18d70ac8689.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')
-rw-r--r-- | textproc/libyaml/DESCR | 6 | ||||
-rw-r--r-- | textproc/libyaml/Makefile | 17 | ||||
-rw-r--r-- | textproc/libyaml/PLIST | 3 | ||||
-rw-r--r-- | textproc/libyaml/distinfo | 5 |
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 |