pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-css-text Import css-text-0.1.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb6b2d4cd2c8
branches: trunk
changeset: 409615:bb6b2d4cd2c8
user: pho <pho%pkgsrc.org@localhost>
date: Sun Jan 19 10:24:14 2020 +0000
description:
Import css-text-0.1.3.0
Parse CSS with parseNestedBlocks and render it with renderNestedBlock.
diffstat:
textproc/hs-css-text/DESCR | 1 +
textproc/hs-css-text/Makefile | 12 ++++++++++++
textproc/hs-css-text/buildlink3.mk | 15 +++++++++++++++
textproc/hs-css-text/distinfo | 6 ++++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r b82518547b62 -r bb6b2d4cd2c8 textproc/hs-css-text/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-css-text/DESCR Sun Jan 19 10:24:14 2020 +0000
@@ -0,0 +1,1 @@
+Parse CSS with parseNestedBlocks and render it with renderNestedBlock.
diff -r b82518547b62 -r bb6b2d4cd2c8 textproc/hs-css-text/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-css-text/Makefile Sun Jan 19 10:24:14 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 10:24:14 pho Exp $
+
+DISTNAME= css-text-0.1.3.0
+CATEGORIES= textproc
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= CSS parser and renderer
+LICENSE= mit
+
+.include "../../textproc/hs-attoparsec/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b82518547b62 -r bb6b2d4cd2c8 textproc/hs-css-text/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-css-text/buildlink3.mk Sun Jan 19 10:24:14 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 10:24:14 pho Exp $
+
+BUILDLINK_TREE+= hs-css-text
+
+.if !defined(HS_CSS_TEXT_BUILDLINK3_MK)
+HS_CSS_TEXT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-css-text+= hs-css-text>=0.1.3
+BUILDLINK_ABI_DEPENDS.hs-css-text+= hs-css-text>=0.1.3.0
+BUILDLINK_PKGSRCDIR.hs-css-text?= ../../textproc/hs-css-text
+
+.include "../../textproc/hs-attoparsec/buildlink3.mk"
+.endif # HS_CSS_TEXT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-css-text
diff -r b82518547b62 -r bb6b2d4cd2c8 textproc/hs-css-text/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-css-text/distinfo Sun Jan 19 10:24:14 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 10:24:14 pho Exp $
+
+SHA1 (css-text-0.1.3.0.tar.gz) = 78e6f42508ccac3b1b870e99878d5ba7c044dd94
+RMD160 (css-text-0.1.3.0.tar.gz) = c2960bfc88547e1d600f6e37d1db19922c4e5fc5
+SHA512 (css-text-0.1.3.0.tar.gz) = 2f7b4fc758e3e6da7dadbaf48c9174770de8230ef4578d9fda610ca9b7a4ad497284623e382bf55111ddc852550275415f58311a2e726721f050d9f704050628
+Size (css-text-0.1.3.0.tar.gz) = 4594 bytes
Home |
Main Index |
Thread Index |
Old Index