pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 16:48:01 UTC 2020

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/hs-shakespeare: DESCR Makefile buildlink3.mk distinfo

Log Message:
hs-shakespeare: Import version 2.0.24


To generate a diff of this commit:
cvs rdiff -u -r1.1124 -r1.1125 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-shakespeare/DESCR \
    pkgsrc/textproc/hs-shakespeare/Makefile \
    pkgsrc/textproc/hs-shakespeare/buildlink3.mk \
    pkgsrc/textproc/hs-shakespeare/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1124 pkgsrc/textproc/Makefile:1.1125
--- pkgsrc/textproc/Makefile:1.1124     Mon Mar 30 16:47:25 2020
+++ pkgsrc/textproc/Makefile    Mon Mar 30 16:48:01 2020
@@ -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-base
 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

Added files:

Index: pkgsrc/textproc/hs-shakespeare/DESCR
diff -u /dev/null pkgsrc/textproc/hs-shakespeare/DESCR:1.1
--- /dev/null   Mon Mar 30 16:48:01 2020
+++ pkgsrc/textproc/hs-shakespeare/DESCR        Mon Mar 30 16:48:01 2020
@@ -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.
Index: pkgsrc/textproc/hs-shakespeare/Makefile
diff -u /dev/null pkgsrc/textproc/hs-shakespeare/Makefile:1.1
--- /dev/null   Mon Mar 30 16:48:01 2020
+++ pkgsrc/textproc/hs-shakespeare/Makefile     Mon Mar 30 16:48:01 2020
@@ -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"
Index: pkgsrc/textproc/hs-shakespeare/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hs-shakespeare/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:48:01 2020
+++ pkgsrc/textproc/hs-shakespeare/buildlink3.mk        Mon Mar 30 16:48:01 2020
@@ -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
Index: pkgsrc/textproc/hs-shakespeare/distinfo
diff -u /dev/null pkgsrc/textproc/hs-shakespeare/distinfo:1.1
--- /dev/null   Mon Mar 30 16:48:01 2020
+++ pkgsrc/textproc/hs-shakespeare/distinfo     Mon Mar 30 16:48:01 2020
@@ -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