From 55742fb11715294ada68997f163f93731d6d0805 Mon Sep 17 00:00:00 2001 From: szptvlfn Date: Sat, 24 May 2014 22:01:30 +0000 Subject: 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). --- devel/hdevtools/DESCR | 12 ++++++++++++ devel/hdevtools/Makefile | 17 +++++++++++++++++ devel/hdevtools/PLIST | 3 +++ devel/hdevtools/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 devel/hdevtools/DESCR create mode 100644 devel/hdevtools/Makefile create mode 100644 devel/hdevtools/PLIST create mode 100644 devel/hdevtools/distinfo 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 -- cgit v1.2.3