pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-refact Import refact-0.3.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/104acdc78263
branches:  trunk
changeset: 452064:104acdc78263
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed May 05 10:01:56 2021 +0000

description:
Import refact-0.3.0.2

This library provides a datatype which can be interpreted by
apply-refact. It exists as a seperate library so that applications can
specify refactorings without depending on GHC.

diffstat:

 devel/hs-refact/DESCR         |   3 +++
 devel/hs-refact/Makefile      |  11 +++++++++++
 devel/hs-refact/buildlink3.mk |  13 +++++++++++++
 devel/hs-refact/distinfo      |   6 ++++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 75b03e5e6554 -r 104acdc78263 devel/hs-refact/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-refact/DESCR     Wed May 05 10:01:56 2021 +0000
@@ -0,0 +1,3 @@
+This library provides a datatype which can be interpreted by
+apply-refact. It exists as a seperate library so that applications can
+specify refactorings without depending on GHC.
diff -r 75b03e5e6554 -r 104acdc78263 devel/hs-refact/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-refact/Makefile  Wed May 05 10:01:56 2021 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2021/05/05 10:01:56 pho Exp $
+
+DISTNAME=      refact-0.3.0.2
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Specify refactorings to perform with apply-refact
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 75b03e5e6554 -r 104acdc78263 devel/hs-refact/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-refact/buildlink3.mk     Wed May 05 10:01:56 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/05/05 10:01:56 pho Exp $
+
+BUILDLINK_TREE+=       hs-refact
+
+.if !defined(HS_REFACT_BUILDLINK3_MK)
+HS_REFACT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-refact+=      hs-refact>=0.3.0
+BUILDLINK_ABI_DEPENDS.hs-refact+=      hs-refact>=0.3.0.2
+BUILDLINK_PKGSRCDIR.hs-refact?=                ../../devel/hs-refact
+.endif # HS_REFACT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-refact
diff -r 75b03e5e6554 -r 104acdc78263 devel/hs-refact/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-refact/distinfo  Wed May 05 10:01:56 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/05 10:01:56 pho Exp $
+
+SHA1 (refact-0.3.0.2.tar.gz) = 778cbc7a147e216246f85e3e824a0215712c3013
+RMD160 (refact-0.3.0.2.tar.gz) = 3dd5bfbb45e0e673cfb15e67fce65ffe01d2d7dc
+SHA512 (refact-0.3.0.2.tar.gz) = 18f35a3f563288815645c4ef8e557a08bd9038aca0b3d9af391f9f71b39bbf779b725f037fa682a23e38e31cf7b8e0f4ae412e2af2ec3639c4b2c47a05a45a6e
+Size (refact-0.3.0.2.tar.gz) = 2345 bytes



Home | Main Index | Thread Index | Old Index