pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-hls-fourmolu-plugin devel/hs-hls-fourmolu-plu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e774be354b0c
branches: trunk
changeset: 374209:e774be354b0c
user: pho <pho%pkgsrc.org@localhost>
date: Wed Feb 16 10:22:25 2022 +0000
description:
devel/hs-hls-fourmolu-plugin: import hs-hls-fourmolu-plugin-1.0.2.0
Integration with the Fourmolu code formatter
diffstat:
devel/hs-hls-fourmolu-plugin/DESCR | 1 +
devel/hs-hls-fourmolu-plugin/Makefile | 16 ++++++++++++++++
devel/hs-hls-fourmolu-plugin/PLIST | 19 +++++++++++++++++++
devel/hs-hls-fourmolu-plugin/buildlink3.mk | 19 +++++++++++++++++++
devel/hs-hls-fourmolu-plugin/distinfo | 5 +++++
5 files changed, 60 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r ba3db3665d5a -r e774be354b0c devel/hs-hls-fourmolu-plugin/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-fourmolu-plugin/DESCR Wed Feb 16 10:22:25 2022 +0000
@@ -0,0 +1,1 @@
+Integration with the Fourmolu code formatter
diff -r ba3db3665d5a -r e774be354b0c devel/hs-hls-fourmolu-plugin/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-fourmolu-plugin/Makefile Wed Feb 16 10:22:25 2022 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/02/16 10:22:25 pho Exp $
+
+DISTNAME= hls-fourmolu-plugin-1.0.2.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Integration with the Fourmolu code formatter
+LICENSE= apache-2.0
+
+.include "../../devel/fourmolu/buildlink3.mk"
+.include "../../devel/hs-ghcide/buildlink3.mk"
+.include "../../devel/hs-hls-plugin-api/buildlink3.mk"
+.include "../../devel/hs-lens/buildlink3.mk"
+.include "../../devel/hs-lsp/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ba3db3665d5a -r e774be354b0c devel/hs-hls-fourmolu-plugin/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-fourmolu-plugin/PLIST Wed Feb 16 10:22:25 2022 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/16 10:22:25 pho Exp $
+lib/hls-fourmolu-plugin-${PKGVERSION}/${HS_VERSION}/package-description
+lib/hls-fourmolu-plugin-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/Ide/Plugin/Fourmolu.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ide/Plugin/Fourmolu.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Ide/Plugin/Fourmolu.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-fourmolu-plugin-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/Ide-Plugin-Fourmolu.html
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/hls-fourmolu-plugin.haddock
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/hls-fourmolu-plugin-${PKGVERSION}/html/synopsis.png
diff -r ba3db3665d5a -r e774be354b0c devel/hs-hls-fourmolu-plugin/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-fourmolu-plugin/buildlink3.mk Wed Feb 16 10:22:25 2022 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/02/16 10:22:25 pho Exp $
+
+BUILDLINK_TREE+= hs-hls-fourmolu-plugin
+
+.if !defined(HS_HLS_FOURMOLU_PLUGIN_BUILDLINK3_MK)
+HS_HLS_FOURMOLU_PLUGIN_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hls-fourmolu-plugin+= hs-hls-fourmolu-plugin>=1.0.2
+BUILDLINK_ABI_DEPENDS.hs-hls-fourmolu-plugin+= hs-hls-fourmolu-plugin>=1.0.2.0
+BUILDLINK_PKGSRCDIR.hs-hls-fourmolu-plugin?= ../../devel/hs-hls-fourmolu-plugin
+
+.include "../../devel/fourmolu/buildlink3.mk"
+.include "../../devel/hs-ghcide/buildlink3.mk"
+.include "../../devel/hs-hls-plugin-api/buildlink3.mk"
+.include "../../devel/hs-lens/buildlink3.mk"
+.include "../../devel/hs-lsp/buildlink3.mk"
+.endif # HS_HLS_FOURMOLU_PLUGIN_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-hls-fourmolu-plugin
diff -r ba3db3665d5a -r e774be354b0c devel/hs-hls-fourmolu-plugin/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hls-fourmolu-plugin/distinfo Wed Feb 16 10:22:25 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/16 10:22:25 pho Exp $
+
+BLAKE2s (hls-fourmolu-plugin-1.0.2.0.tar.gz) = e9786a98a8e6eb5b10e0dea214a1253e9379b93b4f47827d9e03f1c3262a58e3
+SHA512 (hls-fourmolu-plugin-1.0.2.0.tar.gz) = 4e4e25c52d369559d9f4af255c0fb5c0a1c0b2929d525504270887bfab7c78403baafb6a747c7449b64befb12b6c4738600c7824a3a4c9b9fb61ca5738729701
+Size (hls-fourmolu-plugin-1.0.2.0.tar.gz) = 6732 bytes
Home |
Main Index |
Thread Index |
Old Index