pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-hls-explicit-imports-plugin
Module Name: pkgsrc
Committed By: pho
Date: Wed Feb 16 10:14:35 UTC 2022
Added Files:
pkgsrc/devel/hs-hls-explicit-imports-plugin: DESCR Makefile PLIST
buildlink3.mk distinfo
Log Message:
devel/hs-hls-explicit-imports-plugin: import hs-hls-explicit-imports-plugin-1.0.2.0
Explicit imports plugin for Haskell Language Server
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-hls-explicit-imports-plugin/DESCR \
pkgsrc/devel/hs-hls-explicit-imports-plugin/Makefile \
pkgsrc/devel/hs-hls-explicit-imports-plugin/PLIST \
pkgsrc/devel/hs-hls-explicit-imports-plugin/buildlink3.mk \
pkgsrc/devel/hs-hls-explicit-imports-plugin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/hs-hls-explicit-imports-plugin/DESCR
diff -u /dev/null pkgsrc/devel/hs-hls-explicit-imports-plugin/DESCR:1.1
--- /dev/null Wed Feb 16 10:14:35 2022
+++ pkgsrc/devel/hs-hls-explicit-imports-plugin/DESCR Wed Feb 16 10:14:35 2022
@@ -0,0 +1 @@
+Explicit imports plugin for Haskell Language Server
Index: pkgsrc/devel/hs-hls-explicit-imports-plugin/Makefile
diff -u /dev/null pkgsrc/devel/hs-hls-explicit-imports-plugin/Makefile:1.1
--- /dev/null Wed Feb 16 10:14:35 2022
+++ pkgsrc/devel/hs-hls-explicit-imports-plugin/Makefile Wed Feb 16 10:14:35 2022
@@ -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"
Index: pkgsrc/devel/hs-hls-explicit-imports-plugin/PLIST
diff -u /dev/null pkgsrc/devel/hs-hls-explicit-imports-plugin/PLIST:1.1
--- /dev/null Wed Feb 16 10:14:35 2022
+++ pkgsrc/devel/hs-hls-explicit-imports-plugin/PLIST Wed Feb 16 10:14:35 2022
@@ -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
Index: pkgsrc/devel/hs-hls-explicit-imports-plugin/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-hls-explicit-imports-plugin/buildlink3.mk:1.1
--- /dev/null Wed Feb 16 10:14:35 2022
+++ pkgsrc/devel/hs-hls-explicit-imports-plugin/buildlink3.mk Wed Feb 16 10:14:35 2022
@@ -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
Index: pkgsrc/devel/hs-hls-explicit-imports-plugin/distinfo
diff -u /dev/null pkgsrc/devel/hs-hls-explicit-imports-plugin/distinfo:1.1
--- /dev/null Wed Feb 16 10:14:35 2022
+++ pkgsrc/devel/hs-hls-explicit-imports-plugin/distinfo Wed Feb 16 10:14:35 2022
@@ -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