summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn>2014-05-26 22:04:11 +0000
committerszptvlfn <szptvlfn>2014-05-26 22:04:11 +0000
commit7a268ae01e24350b83a9639e580e9bdd087eee99 (patch)
tree4cd45f0ed7c2d15a7217ffa22fbaedac6e3f1294 /devel
parent0857fb44e5650a99b3c2732575fdeb753f370046 (diff)
downloadpkgsrc-7a268ae01e24350b83a9639e580e9bdd087eee99.tar.gz
Import transformers-compat-0.3.3 as devel/hs-transformers-compat,
packaged for wip. This package includes backported versions of types that were added to transformers in transformers 0.3 an 0.4 for users who need strict transformers 0.2 or 0.3 compatibility to run on old versions of the platform, but also need those types. Those users should be able to just depend on transformers >= 0.2 and transformers-compat >= 0.3. Note: missing methods are not supplied, but this at least permits the types to be used.
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-transformers-compat/DESCR10
-rw-r--r--devel/hs-transformers-compat/Makefile13
-rw-r--r--devel/hs-transformers-compat/PLIST17
-rw-r--r--devel/hs-transformers-compat/buildlink3.mk14
-rw-r--r--devel/hs-transformers-compat/distinfo5
5 files changed, 59 insertions, 0 deletions
diff --git a/devel/hs-transformers-compat/DESCR b/devel/hs-transformers-compat/DESCR
new file mode 100644
index 00000000000..fbbfa517a28
--- /dev/null
+++ b/devel/hs-transformers-compat/DESCR
@@ -0,0 +1,10 @@
+This package includes backported versions of types that were added to
+transformers in transformers 0.3 an 0.4 for users who need strict
+transformers 0.2 or 0.3 compatibility to run on old versions of the
+platform, but also need those types.
+
+Those users should be able to just depend on transformers >= 0.2 and
+transformers-compat >= 0.3.
+
+Note: missing methods are not supplied, but this at least permits the types
+to be used.
diff --git a/devel/hs-transformers-compat/Makefile b/devel/hs-transformers-compat/Makefile
new file mode 100644
index 00000000000..9a1016b2a58
--- /dev/null
+++ b/devel/hs-transformers-compat/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2014/05/26 22:04:11 szptvlfn Exp $
+
+DISTNAME= transformers-compat-0.3.3
+CATEGORIES= devel
+
+MAINTAINER= szptvlfn@NetBSD.org
+COMMENT= Small compatibility shim exposing the new types
+LICENSE= modified-bsd
+
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-transformers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/hs-transformers-compat/PLIST b/devel/hs-transformers-compat/PLIST
new file mode 100644
index 00000000000..18997128e58
--- /dev/null
+++ b/devel/hs-transformers-compat/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/26 22:04:11 szptvlfn Exp $
+lib/transformers-compat-${PKGVERSION}/${HASKELL_VERSION}/HStransformers-compat-${PKGVERSION}.o
+lib/transformers-compat-${PKGVERSION}/${HASKELL_VERSION}/Paths_transformers_compat.hi
+lib/transformers-compat-${PKGVERSION}/${HASKELL_VERSION}/libHStransformers-compat-${PKGVERSION}.a
+lib/transformers-compat-${PKGVERSION}/${HASKELL_VERSION}/package-description
+share/doc/transformers-compat-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/frames.html
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/haddock-util.js
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/hslogo-16.png
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/index-frames.html
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/minus.gif
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/ocean.css
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/plus.gif
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/synopsis.png
+${PLIST.doc}share/doc/transformers-compat-${PKGVERSION}/html/transformers-compat.haddock
diff --git a/devel/hs-transformers-compat/buildlink3.mk b/devel/hs-transformers-compat/buildlink3.mk
new file mode 100644
index 00000000000..ff985dbde51
--- /dev/null
+++ b/devel/hs-transformers-compat/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/05/26 22:04:11 szptvlfn Exp $
+
+BUILDLINK_TREE+= hs-transformers-compat
+
+.if !defined(HS_TRANSFORMERS_COMPAT_BUILDLINK3_MK)
+HS_TRANSFORMERS_COMPAT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-transformers-compat+= hs-transformers-compat>=0.3.3
+BUILDLINK_PKGSRCDIR.hs-transformers-compat?= ../../devel/hs-transformers-compat
+
+.include "../../devel/hs-transformers/buildlink3.mk"
+.endif # HS_TRANSFORMERS_COMPAT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-transformers-compat
diff --git a/devel/hs-transformers-compat/distinfo b/devel/hs-transformers-compat/distinfo
new file mode 100644
index 00000000000..00168c03bd8
--- /dev/null
+++ b/devel/hs-transformers-compat/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/26 22:04:11 szptvlfn Exp $
+
+SHA1 (transformers-compat-0.3.3.tar.gz) = bc9944771ee129e26df0b1c08624c331f9258fa8
+RMD160 (transformers-compat-0.3.3.tar.gz) = e2a202de14f0576e0cd8a7b27cd4eb45812e8f97
+Size (transformers-compat-0.3.3.tar.gz) = 11081 bytes