summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--devel/hs-fgl/DESCR4
-rw-r--r--devel/hs-fgl/Makefile15
-rw-r--r--devel/hs-fgl/buildlink3.mk13
-rw-r--r--devel/hs-fgl/distinfo6
5 files changed, 40 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 61f8961634b..f88f50b75b6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3073 2020/03/30 16:36:06 riastradh Exp $
+# $NetBSD: Makefile,v 1.3074 2020/03/30 16:36:47 riastradh Exp $
#
COMMENT= Development utilities
@@ -532,6 +532,7 @@ SUBDIR+= hs-errors
SUBDIR+= hs-exceptions
SUBDIR+= hs-extensible-exceptions
SUBDIR+= hs-fail
+SUBDIR+= hs-fgl
SUBDIR+= hs-fingertree
SUBDIR+= hs-fsnotify
SUBDIR+= hs-generic-deriving
diff --git a/devel/hs-fgl/DESCR b/devel/hs-fgl/DESCR
new file mode 100644
index 00000000000..166b978011b
--- /dev/null
+++ b/devel/hs-fgl/DESCR
@@ -0,0 +1,4 @@
+An interactive representation of manipulating graph data structures.
+
+Original web site can be found at
+http://web.engr.oregonstate.edu/~erwig/fgl/haskell
diff --git a/devel/hs-fgl/Makefile b/devel/hs-fgl/Makefile
new file mode 100644
index 00000000000..f7eb6c34a95
--- /dev/null
+++ b/devel/hs-fgl/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:36:48 riastradh Exp $
+
+DISTNAME= fgl-5.7.0.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=fgl-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://hackage.haskell.org/package/fgl
+COMMENT= Martin Erwig's Functional Graph Library
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/hs-fgl/buildlink3.mk b/devel/hs-fgl/buildlink3.mk
new file mode 100644
index 00000000000..1d5fcc83b96
--- /dev/null
+++ b/devel/hs-fgl/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:36:48 riastradh Exp $
+
+BUILDLINK_TREE+= hs-fgl
+
+.if !defined(HS_FGL_BUILDLINK3_MK)
+HS_FGL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-fgl+= hs-fgl>=5.7.0.2
+BUILDLINK_ABI_DEPENDS.hs-fgl+= hs-fgl>=5.7.0.2
+BUILDLINK_PKGSRCDIR.hs-fgl?= ../../devel/hs-fgl
+.endif # HS_FGL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-fgl
diff --git a/devel/hs-fgl/distinfo b/devel/hs-fgl/distinfo
new file mode 100644
index 00000000000..beec19ec801
--- /dev/null
+++ b/devel/hs-fgl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:36:48 riastradh Exp $
+
+SHA1 (fgl-5.7.0.2.tar.gz) = 2211e8418f323df8a019c288a7a599b3f539c743
+RMD160 (fgl-5.7.0.2.tar.gz) = f6d7d6313dda8ac0d765fec237d5efeb2ed62dfe
+SHA512 (fgl-5.7.0.2.tar.gz) = a259cd9abe236cfec892d520b27e293293071ce1b435055cd009087d7d1fc2a87b71306e362020d3e8f6460c538da4e686c6b08b13361fc07c1e978b49a775fd
+Size (fgl-5.7.0.2.tar.gz) = 56399 bytes