pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hs-hls-explicit-imports-plugin devel/hs-hls-expl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0eb44577b499
branches:  trunk
changeset: 374170:0eb44577b499
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Feb 16 10:14:35 2022 +0000

description:
devel/hs-hls-explicit-imports-plugin: import hs-hls-explicit-imports-plugin-1.0.2.0

Explicit imports plugin for Haskell Language Server

diffstat:

 devel/hs-hls-explicit-imports-plugin/DESCR         |   1 +
 devel/hs-hls-explicit-imports-plugin/Makefile      |  17 +++++++++++++++++
 devel/hs-hls-explicit-imports-plugin/PLIST         |  19 +++++++++++++++++++
 devel/hs-hls-explicit-imports-plugin/buildlink3.mk |  20 ++++++++++++++++++++
 devel/hs-hls-explicit-imports-plugin/distinfo      |   5 +++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r 53feba44f9c9 -r 0eb44577b499 devel/hs-hls-explicit-imports-plugin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-explicit-imports-plugin/DESCR        Wed Feb 16 10:14:35 2022 +0000
@@ -0,0 +1,1 @@
+Explicit imports plugin for Haskell Language Server
diff -r 53feba44f9c9 -r 0eb44577b499 devel/hs-hls-explicit-imports-plugin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-explicit-imports-plugin/Makefile     Wed Feb 16 10:14:35 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/02/16 10:14:35 pho Exp $
+
+DISTNAME=      hls-explicit-imports-plugin-1.0.2.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Explicit imports plugin for Haskell Language Server
+LICENSE=       apache-2.0
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../devel/hs-ghcide/buildlink3.mk"
+.include "../../devel/hs-hls-graph/buildlink3.mk"
+.include "../../devel/hs-hls-plugin-api/buildlink3.mk"
+.include "../../devel/hs-lsp/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 53feba44f9c9 -r 0eb44577b499 devel/hs-hls-explicit-imports-plugin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-explicit-imports-plugin/PLIST        Wed Feb 16 10:14:35 2022 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/16 10:14:35 pho Exp $
+lib/hls-explicit-imports-plugin-${PKGVERSION}/${HS_VERSION}/package-description
+lib/hls-explicit-imports-plugin-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/Ide/Plugin/ExplicitImports.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ide/Plugin/ExplicitImports.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ide/Plugin/ExplicitImports.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/Ide-Plugin-ExplicitImports.html
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/hls-explicit-imports-plugin.haddock
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/hls-explicit-imports-plugin-${PKGVERSION}/html/synopsis.png
diff -r 53feba44f9c9 -r 0eb44577b499 devel/hs-hls-explicit-imports-plugin/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-explicit-imports-plugin/buildlink3.mk        Wed Feb 16 10:14:35 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/02/16 10:14:35 pho Exp $
+
+BUILDLINK_TREE+=       hs-hls-explicit-imports-plugin
+
+.if !defined(HS_HLS_EXPLICIT_IMPORTS_PLUGIN_BUILDLINK3_MK)
+HS_HLS_EXPLICIT_IMPORTS_PLUGIN_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hls-explicit-imports-plugin+= hs-hls-explicit-imports-plugin>=1.0.2
+BUILDLINK_ABI_DEPENDS.hs-hls-explicit-imports-plugin+= hs-hls-explicit-imports-plugin>=1.0.2.0
+BUILDLINK_PKGSRCDIR.hs-hls-explicit-imports-plugin?=   ../../devel/hs-hls-explicit-imports-plugin
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../devel/hs-ghcide/buildlink3.mk"
+.include "../../devel/hs-hls-graph/buildlink3.mk"
+.include "../../devel/hs-hls-plugin-api/buildlink3.mk"
+.include "../../devel/hs-lsp/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.endif # HS_HLS_EXPLICIT_IMPORTS_PLUGIN_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-hls-explicit-imports-plugin
diff -r 53feba44f9c9 -r 0eb44577b499 devel/hs-hls-explicit-imports-plugin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-explicit-imports-plugin/distinfo     Wed Feb 16 10:14:35 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/16 10:14:35 pho Exp $
+
+BLAKE2s (hls-explicit-imports-plugin-1.0.2.0.tar.gz) = 84be1bb37e39ced00bb2f33796bdc965a689640d93e4db5d867d978bddde2dbf
+SHA512 (hls-explicit-imports-plugin-1.0.2.0.tar.gz) = b7ea660c83a57feceb214ffde0b975e539d49662b0d68cf3bdd13e5674c4a685f7cd9a33a621ed8d2784753c0d64357fbc2a2e3bf43e161e51e61825fde5073f
+Size (hls-explicit-imports-plugin-1.0.2.0.tar.gz) = 9499 bytes



Home | Main Index | Thread Index | Old Index