pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc hs-shakespeare: Import version 2.0.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7d48afce9fb
branches:  trunk
changeset: 414613:b7d48afce9fb
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Mar 30 16:48:01 2020 +0000

description:
hs-shakespeare: Import version 2.0.24

diffstat:

 textproc/Makefile                     |   3 ++-
 textproc/hs-shakespeare/DESCR         |   7 +++++++
 textproc/hs-shakespeare/Makefile      |  16 ++++++++++++++++
 textproc/hs-shakespeare/buildlink3.mk |  13 +++++++++++++
 textproc/hs-shakespeare/distinfo      |   6 ++++++
 5 files changed, 44 insertions(+), 1 deletions(-)

diffs (75 lines):

diff -r 52e93cac8608 -r b7d48afce9fb textproc/Makefile
--- a/textproc/Makefile Mon Mar 30 16:47:25 2020 +0000
+++ b/textproc/Makefile Mon Mar 30 16:48:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1124 2020/03/30 16:47:25 riastradh Exp $
+# $NetBSD: Makefile,v 1.1125 2020/03/30 16:48:01 riastradh Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -317,6 +317,7 @@
 SUBDIR+=       hs-regex-pcre
 SUBDIR+=       hs-regex-posix
 SUBDIR+=       hs-regex-tdfa
+SUBDIR+=       hs-shakespeare
 SUBDIR+=       hs-skylighting
 SUBDIR+=       hs-skylighting-core
 SUBDIR+=       hs-stringsearch
diff -r 52e93cac8608 -r b7d48afce9fb textproc/hs-shakespeare/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-shakespeare/DESCR     Mon Mar 30 16:48:01 2020 +0000
@@ -0,0 +1,7 @@
+Shakespeare is a family of type-safe, efficient template languages.
+Shakespeare templates are expanded at compile-time, ensuring that all
+interpolated variables are in scope.  Variables are interpolated
+according to their type through a typeclass.
+
+Shakespeare templates can be used inline with a quasi-quoter or in an
+external file.
diff -r 52e93cac8608 -r b7d48afce9fb textproc/hs-shakespeare/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-shakespeare/Makefile  Mon Mar 30 16:48:01 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:01 riastradh Exp $
+
+DISTNAME=      shakespeare-2.0.24
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_HASKELL_HACKAGE:=shakespeare-${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.yesodweb.com/book/shakespearean-templates
+COMMENT=       Toolkit for making compile-time interpolated templates
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../textproc/hs-blaze-html/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 52e93cac8608 -r b7d48afce9fb textproc/hs-shakespeare/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-shakespeare/buildlink3.mk     Mon Mar 30 16:48:01 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:48:01 riastradh Exp $
+
+BUILDLINK_TREE+=       hs-shakespeare
+
+.if !defined(HS_SHAKESPEARE_BUILDLINK3_MK)
+HS_SHAKESPEARE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-shakespeare+= hs-shakespeare>=2.0.24
+BUILDLINK_ABI_DEPENDS.hs-shakespeare+= hs-shakespeare>=2.0.24
+BUILDLINK_PKGSRCDIR.hs-shakespeare?=   ../../textproc/hs-shakespeare
+.endif # HS_SHAKESPEARE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-shakespeare
diff -r 52e93cac8608 -r b7d48afce9fb textproc/hs-shakespeare/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-shakespeare/distinfo  Mon Mar 30 16:48:01 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:48:01 riastradh Exp $
+
+SHA1 (shakespeare-2.0.24.tar.gz) = 96712da0890dcca47b29b293df8433e52e75b769
+RMD160 (shakespeare-2.0.24.tar.gz) = 917351b0eb021ee72da547375a7c0ccd0642a4ef
+SHA512 (shakespeare-2.0.24.tar.gz) = ca6a70a7415bc9302cb5d08efac2ad30db2889b7b7c2292e4b62dc2d35d5b56c7ec757e1bfa3d11778f7bb76a2e4083cd8837730121fb4c3a65dc3d83524f436
+Size (shakespeare-2.0.24.tar.gz) = 66155 bytes



Home | Main Index | Thread Index | Old Index