summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2014-09-09 19:09:09 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2014-09-09 19:09:09 +0000
commit571144ce7067ba79aa0c23612d80e5aa33aab3ae (patch)
treeb30bdd6cacf8d2e6091102b67ed6ed3f976be5a3 /textproc
parent810e2fbfd108b4c8ee843dbec10fbc96abf562c0 (diff)
downloadpkgsrc-571144ce7067ba79aa0c23612d80e5aa33aab3ae.tar.gz
Import pandoc-types-1.12.4.1 as textproc/hs-pandoc-types,
packaged for wip. Text.Pandoc.Definition defines the Pandoc data structure, which is used by pandoc to represent structured documents. This module used to live in the pandoc package, but starting with pandoc 1.7, it has been split off, so that other packages can use it without drawing in all of pandoc's dependencies, and pandoc itself can depend on packages (like citeproc-hs) that use them. Text.Pandoc.Builder provides functions for building up Pandoc structures programmatically. Text.Pandoc.Generic provides generic functions for manipulating Pandoc documents. Text.Pandoc.Walk provides faster, nongeneric functions for manipulating Pandoc documents. Text.Pandoc.JSON provides functions for serializing and deserializing a Pandoc structure to and from JSON.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-pandoc-types/DESCR18
-rw-r--r--textproc/hs-pandoc-types/Makefile14
-rw-r--r--textproc/hs-pandoc-types/PLIST52
-rw-r--r--textproc/hs-pandoc-types/buildlink3.mk17
-rw-r--r--textproc/hs-pandoc-types/distinfo5
5 files changed, 106 insertions, 0 deletions
diff --git a/textproc/hs-pandoc-types/DESCR b/textproc/hs-pandoc-types/DESCR
new file mode 100644
index 00000000000..cc7fb0c31be
--- /dev/null
+++ b/textproc/hs-pandoc-types/DESCR
@@ -0,0 +1,18 @@
+Text.Pandoc.Definition defines the Pandoc data structure, which is used by
+pandoc to represent structured documents. This module used to live in the
+pandoc package, but starting with pandoc 1.7, it has been split off, so
+that other packages can use it without drawing in all of pandoc's
+dependencies, and pandoc itself can depend on packages (like citeproc-hs)
+that use them.
+
+Text.Pandoc.Builder provides functions for building up Pandoc structures
+programmatically.
+
+Text.Pandoc.Generic provides generic functions for manipulating Pandoc
+documents.
+
+Text.Pandoc.Walk provides faster, nongeneric functions for manipulating
+Pandoc documents.
+
+Text.Pandoc.JSON provides functions for serializing and deserializing a
+Pandoc structure to and from JSON.
diff --git a/textproc/hs-pandoc-types/Makefile b/textproc/hs-pandoc-types/Makefile
new file mode 100644
index 00000000000..7d7c5bc50ad
--- /dev/null
+++ b/textproc/hs-pandoc-types/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2014/09/09 19:09:09 szptvlfn Exp $
+
+DISTNAME= pandoc-types-1.12.4.1
+CATEGORIES= textproc
+
+MAINTAINER= szptvlfn@NetBSD.org
+COMMENT= Types for representing a structured document
+LICENSE= gnu-gpl-v2
+
+.include "../../mk/haskell.mk"
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../devel/hs-deepseq-generics/buildlink3.mk"
+.include "../../devel/hs-syb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/hs-pandoc-types/PLIST b/textproc/hs-pandoc-types/PLIST
new file mode 100644
index 00000000000..f3e40db4866
--- /dev/null
+++ b/textproc/hs-pandoc-types/PLIST
@@ -0,0 +1,52 @@
+@comment $NetBSD: PLIST,v 1.1 2014/09/09 19:09:09 szptvlfn Exp $
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/HSpandoc-types-${PKGVERSION}.o
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/Text/Pandoc/Builder.hi
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/Text/Pandoc/Definition.hi
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/Text/Pandoc/Generic.hi
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/Text/Pandoc/JSON.hi
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/Text/Pandoc/Walk.hi
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/libHSpandoc-types-${PKGVERSION}.a
+lib/pandoc-types-${PKGVERSION}/${HASKELL_VERSION}/package-description
+share/doc/pandoc-types-${PKGVERSION}/COPYING
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Builder.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Definition.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Generic.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/Text-Pandoc-JSON.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Walk.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-60.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-A.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-All.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-B.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-C.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-D.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-E.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-F.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-H.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-I.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-L.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-M.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-N.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-O.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-P.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-Q.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-R.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-S.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-T.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-U.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index-W.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/frames.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/haddock-util.js
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/hslogo-16.png
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/index-frames.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/mini_Text-Pandoc-Builder.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/mini_Text-Pandoc-Definition.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/mini_Text-Pandoc-Generic.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/mini_Text-Pandoc-JSON.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/mini_Text-Pandoc-Walk.html
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/minus.gif
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/ocean.css
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/pandoc-types.haddock
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/plus.gif
+${PLIST.doc}share/doc/pandoc-types-${PKGVERSION}/html/synopsis.png
diff --git a/textproc/hs-pandoc-types/buildlink3.mk b/textproc/hs-pandoc-types/buildlink3.mk
new file mode 100644
index 00000000000..6355e66e142
--- /dev/null
+++ b/textproc/hs-pandoc-types/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/09/09 19:09:09 szptvlfn Exp $
+
+BUILDLINK_TREE+= hs-pandoc-types
+
+.if !defined(HS_PANDOC_TYPES_BUILDLINK3_MK)
+HS_PANDOC_TYPES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-pandoc-types+= hs-pandoc-types>=1.12.4
+BUILDLINK_ABI_DEPENDS.hs-pandoc-types+= hs-pandoc-types>=1.12.4.1
+BUILDLINK_PKGSRCDIR.hs-pandoc-types?= ../../textproc/hs-pandoc-types
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../devel/hs-deepseq-generics/buildlink3.mk"
+.include "../../devel/hs-syb/buildlink3.mk"
+.endif # HS_PANDOC_TYPES_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-pandoc-types
diff --git a/textproc/hs-pandoc-types/distinfo b/textproc/hs-pandoc-types/distinfo
new file mode 100644
index 00000000000..fcc1e9338db
--- /dev/null
+++ b/textproc/hs-pandoc-types/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/09 19:09:09 szptvlfn Exp $
+
+SHA1 (pandoc-types-1.12.4.1.tar.gz) = 9855c768dbae08c0588753051ee4ef5b912e539b
+RMD160 (pandoc-types-1.12.4.1.tar.gz) = e038c591b3c2e81bcd1485e29762be11a0f2513a
+Size (pandoc-types-1.12.4.1.tar.gz) = 18909 bytes