pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc hdevtools: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/59773d0864ec
branches: trunk
changeset: 383621:59773d0864ec
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 21 12:29:22 2022 +0000
description:
hdevtools: remove
Marked BROKEN since January 2020, does not support current ghc versions
diffstat:
devel/Makefile | 3 +--
devel/hdevtools/DESCR | 12 ------------
devel/hdevtools/Makefile | 22 ----------------------
devel/hdevtools/distinfo | 5 -----
doc/CHANGES-2022 | 3 ++-
5 files changed, 3 insertions(+), 42 deletions(-)
diffs (82 lines):
diff -r c2f34a788116 -r 59773d0864ec devel/Makefile
--- a/devel/Makefile Sun Aug 21 12:26:57 2022 +0000
+++ b/devel/Makefile Sun Aug 21 12:29:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3772 2022/08/21 12:26:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3773 2022/08/21 12:29:22 wiz Exp $
#
COMMENT= Development utilities
@@ -481,7 +481,6 @@
SUBDIR+= happy
SUBDIR+= haskell-language-server
SUBDIR+= haskell-mode
-SUBDIR+= hdevtools
SUBDIR+= hdf
SUBDIR+= hdf5
SUBDIR+= hdf5-c++
diff -r c2f34a788116 -r 59773d0864ec devel/hdevtools/DESCR
--- a/devel/hdevtools/DESCR Sun Aug 21 12:26:57 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-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 -r c2f34a788116 -r 59773d0864ec devel/hdevtools/Makefile
--- a/devel/hdevtools/Makefile Sun Aug 21 12:26:57 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2022/02/26 03:57:46 pho Exp $
-
-DISTNAME= hdevtools-0.1.8.0
-PKGNAME= ${DISTNAME}
-PKGREVISION= 4
-CATEGORIES= devel #haskell
-
-MAINTAINER= szptvlfn%NetBSD.org@localhost
-COMMENT= Persistent GHC powered background server for FAST haskell dev tools
-LICENSE= mit
-
-# The upstream is dead atm, and is probably forever.
-BROKEN+= "${PKGBASE} is incompatible with GHC >= 8.8."
-BROKEN+= "Consider using devel/haskell-language-server instead."
-BROKEN+= "See https://github.com/hdevtools/hdevtools/issues/97 for more info."
-
-.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 -r c2f34a788116 -r 59773d0864ec devel/hdevtools/distinfo
--- a/devel/hdevtools/distinfo Sun Aug 21 12:26:57 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:14:50 nia Exp $
-
-BLAKE2s (hdevtools-0.1.8.0.tar.gz) = df4f42cffd276c2b25346d4bbb9762f4fdb33d5221e7c313d86c40026249e9ec
-SHA512 (hdevtools-0.1.8.0.tar.gz) = 6f21e69e15799c60ca1acf5f96e41a44b0cebc17a97c33c6dc4ef06887dcd996450bf6debab217060ab458e2810d271220ca3645124a017ef6eefe49448fa827
-Size (hdevtools-0.1.8.0.tar.gz) = 22984 bytes
diff -r c2f34a788116 -r 59773d0864ec doc/CHANGES-2022
--- a/doc/CHANGES-2022 Sun Aug 21 12:26:57 2022 +0000
+++ b/doc/CHANGES-2022 Sun Aug 21 12:29:22 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.3939 2022/08/21 12:26:57 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.3940 2022/08/21 12:29:22 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -5783,3 +5783,4 @@
Updated www/hugo to 0.101.0 [bsiegert 2022-08-21]
Added lang/go119 version 1.19 [bsiegert 2022-08-21]
Removed devel/hs-ghc-mtl [wiz 2022-08-21]
+ Removed devel/hdevtools successor devel/haskell-language-server [wiz 2022-08-21]
Home |
Main Index |
Thread Index |
Old Index