pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-yaml Import yaml-0.8.30 from wip
details: https://anonhg.NetBSD.org/pkgsrc/rev/74c344d20550
branches: trunk
changeset: 346783:74c344d20550
user: pho <pho%pkgsrc.org@localhost>
date: Fri Jan 03 08:03:05 2020 +0000
description:
Import yaml-0.8.30 from wip
Provides support for parsing and emitting Yaml documents.
Data.Yaml provides a high-level interface based around the JSON
datatypes provided by the aeson package. It uses Text.Libyaml from
libyaml in its implementation of the low-level yaml encoder/decoder.
diffstat:
textproc/hs-yaml/DESCR | 5 +++++
textproc/hs-yaml/Makefile | 23 +++++++++++++++++++++++
textproc/hs-yaml/buildlink3.mk | 24 ++++++++++++++++++++++++
textproc/hs-yaml/distinfo | 6 ++++++
4 files changed, 58 insertions(+), 0 deletions(-)
diffs (74 lines):
diff -r e01b381ef7fe -r 74c344d20550 textproc/hs-yaml/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-yaml/DESCR Fri Jan 03 08:03:05 2020 +0000
@@ -0,0 +1,5 @@
+Provides support for parsing and emitting Yaml documents.
+
+Data.Yaml provides a high-level interface based around the JSON
+datatypes provided by the aeson package. It uses Text.Libyaml from
+libyaml in its implementation of the low-level yaml encoder/decoder.
diff -r e01b381ef7fe -r 74c344d20550 textproc/hs-yaml/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-yaml/Makefile Fri Jan 03 08:03:05 2020 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2020/01/03 08:03:05 pho Exp $
+
+DISTNAME= yaml-0.8.30
+CATEGORIES= textproc
+
+MAINTAINER= szptvlfn%NetBSD.org@localhost
+COMMENT= Support for parsing and rendering YAML document
+LICENSE= modified-bsd
+
+CONFIGURE_ARGS+= -f system-libyaml
+
+.include "../../mk/haskell.mk"
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../textproc/hs-attoparsec/buildlink3.mk"
+.include "../../devel/hs-conduit/buildlink3.mk"
+.include "../../devel/hs-resourcet/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../devel/hs-text/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../textproc/libyaml/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e01b381ef7fe -r 74c344d20550 textproc/hs-yaml/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-yaml/buildlink3.mk Fri Jan 03 08:03:05 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/03 08:03:05 pho Exp $
+
+BUILDLINK_TREE+= hs-yaml
+
+.if !defined(HS_YAML_BUILDLINK3_MK)
+HS_YAML_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-yaml+= hs-yaml>=0.8.30
+BUILDLINK_ABI_DEPENDS.hs-yaml+= hs-yaml>=0.8.30
+BUILDLINK_PKGSRCDIR.hs-yaml?= ../../textproc/hs-yaml
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../textproc/hs-attoparsec/buildlink3.mk"
+.include "../../devel/hs-conduit/buildlink3.mk"
+.include "../../devel/hs-resourcet/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../devel/hs-text/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../textproc/libyaml/buildlink3.mk"
+.endif # HS_YAML_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-yaml
diff -r e01b381ef7fe -r 74c344d20550 textproc/hs-yaml/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-yaml/distinfo Fri Jan 03 08:03:05 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/03 08:03:05 pho Exp $
+
+SHA1 (yaml-0.8.30.tar.gz) = df6be741ae033aa42929558b5d3b93a45edb4f2e
+RMD160 (yaml-0.8.30.tar.gz) = fd75559e36811fb81f58b05916d787934f4a7986
+SHA512 (yaml-0.8.30.tar.gz) = 15ec8fcde602f42ca4622f3ffec03ab5b7712fc558519bf37c1b3fa7c3c969b5a4dfbcf5008fbda158ab952b36bb8dce666c70bf5727acdd2188ae42f8691668
+Size (yaml-0.8.30.tar.gz) = 82706 bytes
Home |
Main Index |
Thread Index |
Old Index