pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc hs-html: Import version 1.0.1.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/2470353a3a56
branches: trunk
changeset: 414610:2470353a3a56
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 30 16:46:10 2020 +0000
description:
hs-html: Import version 1.0.1.2
diffstat:
textproc/Makefile | 3 ++-
textproc/hs-html/DESCR | 2 ++
textproc/hs-html/Makefile | 15 +++++++++++++++
textproc/hs-html/buildlink3.mk | 13 +++++++++++++
textproc/hs-html/distinfo | 6 ++++++
5 files changed, 38 insertions(+), 1 deletions(-)
diffs (69 lines):
diff -r 387d49b953a7 -r 2470353a3a56 textproc/Makefile
--- a/textproc/Makefile Mon Mar 30 16:45:34 2020 +0000
+++ b/textproc/Makefile Mon Mar 30 16:46:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1122 2020/03/30 16:45:34 riastradh Exp $
+# $NetBSD: Makefile,v 1.1123 2020/03/30 16:46:10 riastradh Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -302,6 +302,7 @@
SUBDIR+= hs-haddock-library
SUBDIR+= hs-hscolour
SUBDIR+= hs-hslua-module-text
+SUBDIR+= hs-html
SUBDIR+= hs-hxt
SUBDIR+= hs-hxt-charproperties
SUBDIR+= hs-hxt-regex-xmlschema
diff -r 387d49b953a7 -r 2470353a3a56 textproc/hs-html/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-html/DESCR Mon Mar 30 16:46:10 2020 +0000
@@ -0,0 +1,2 @@
+This package contains a combinator library for constructing HTML
+documents.
diff -r 387d49b953a7 -r 2470353a3a56 textproc/hs-html/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-html/Makefile Mon Mar 30 16:46:10 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:46:10 riastradh Exp $
+
+DISTNAME= html-1.0.1.2
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=html-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://hackage.haskell.org/package/html
+COMMENT= HTML combinator library
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 387d49b953a7 -r 2470353a3a56 textproc/hs-html/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-html/buildlink3.mk Mon Mar 30 16:46:10 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:46:10 riastradh Exp $
+
+BUILDLINK_TREE+= hs-html
+
+.if !defined(HS_HTML_BUILDLINK3_MK)
+HS_HTML_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-html+= hs-html>=1.0.1.2
+BUILDLINK_ABI_DEPENDS.hs-html+= hs-html>=1.0.1.2
+BUILDLINK_PKGSRCDIR.hs-html?= ../../textproc/hs-html
+.endif # HS_HTML_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-html
diff -r 387d49b953a7 -r 2470353a3a56 textproc/hs-html/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-html/distinfo Mon Mar 30 16:46:10 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:46:10 riastradh Exp $
+
+SHA1 (html-1.0.1.2.tar.gz) = 3075f689b29d28229e09a3d2aefa2bfbb008d1da
+RMD160 (html-1.0.1.2.tar.gz) = 55d95a42c297c9c4b0b0c3bbd077a5ed59e48878
+SHA512 (html-1.0.1.2.tar.gz) = e7ce2be53ce4c7898aa8772c34d1469a90fcb5258ffec0cb1da544f334b6f13ecb73060dfec2284622be1156a2adbadec8b9cac5088c1ca9d84edfb50719b9e0
+Size (html-1.0.1.2.tar.gz) = 11021 bytes
Home |
Main Index |
Thread Index |
Old Index