summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2014-05-24 22:01:30 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2014-05-24 22:01:30 +0000
commit55742fb11715294ada68997f163f93731d6d0805 (patch)
tree793294133105068059ddea8d54d80a1658de2c74
parent0ba890960a64cd4dd5bf773f209482d98280912a (diff)
downloadpkgsrc-55742fb11715294ada68997f163f93731d6d0805.tar.gz
Import hdevtools-0.1.0.5 as devel/hdevtools,
packaged for wip. hdevtools is a backend for text editor plugins, to allow for things such as syntax and type checking of Haskell code, and retrieving type information, all directly from within your text editor. The advantage that hdevtools has over competitors, is that it runs silently in a persistent background process, and therefore is able to keeps all of your Haskell modules and dependent libraries loaded in memory. This way, when you change only a single source file, only it needs to be reloaded and rechecked, instead of having to reload everything. This makes hdevtools very fast for checking syntax and type errors (runs just as fast as the :reload command in GHCi).
-rw-r--r--devel/hdevtools/DESCR12
-rw-r--r--devel/hdevtools/Makefile17
-rw-r--r--devel/hdevtools/PLIST3
-rw-r--r--devel/hdevtools/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/hdevtools/DESCR b/devel/hdevtools/DESCR
new file mode 100644
index 00000000000..6d87caa238e
--- /dev/null
+++ b/devel/hdevtools/DESCR
@@ -0,0 +1,12 @@
+hdevtools is a backend for text editor plugins, to allow for things such as
+syntax and type checking of Haskell code, and retrieving type information,
+all directly from within your text editor.
+
+The advantage that hdevtools has over competitors, is that it runs silently
+in a persistent background process, and therefore is able to keeps all of
+your Haskell modules and dependent libraries loaded in memory. This way,
+when you change only a single source file, only it needs to be reloaded and
+rechecked, instead of having to reload everything.
+
+This makes hdevtools very fast for checking syntax and type errors (runs
+just as fast as the :reload command in GHCi).
diff --git a/devel/hdevtools/Makefile b/devel/hdevtools/Makefile
new file mode 100644
index 00000000000..1257eeb5ac1
--- /dev/null
+++ b/devel/hdevtools/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/05/24 22:01:30 szptvlfn Exp $
+
+DISTNAME= hdevtools-0.1.0.5
+PKGNAME= ${DISTNAME}
+CATEGORIES= devel #haskell
+
+MAINTAINER= szptvlfn@NetBSD.org
+COMMENT= Persistent GHC powered background server for FAST haskell dev tools
+LICENSE= mit
+
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-cmdargs/buildlink3.mk"
+.include "../../devel/hs-ghc-paths/buildlink3.mk"
+.include "../../net/hs-network/buildlink3.mk"
+.include "../../devel/hs-syb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/hdevtools/PLIST b/devel/hdevtools/PLIST
new file mode 100644
index 00000000000..331a844a18e
--- /dev/null
+++ b/devel/hdevtools/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/24 22:01:30 szptvlfn Exp $
+bin/hdevtools
+share/doc/${PKGNAME}/LICENSE
diff --git a/devel/hdevtools/distinfo b/devel/hdevtools/distinfo
new file mode 100644
index 00000000000..1de6083485a
--- /dev/null
+++ b/devel/hdevtools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/24 22:01:30 szptvlfn Exp $
+
+SHA1 (hdevtools-0.1.0.5.tar.gz) = 70bd918e0c88dc2052666a82a7142de1a18ea2ee
+RMD160 (hdevtools-0.1.0.5.tar.gz) = a2f538f0e1a78758ef73c2b9a793bce5ebf39d16
+Size (hdevtools-0.1.0.5.tar.gz) = 13653 bytes