pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-refact



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  5 10:01:56 UTC 2021

Added Files:
        pkgsrc/devel/hs-refact: DESCR Makefile buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-refact/DESCR \
    pkgsrc/devel/hs-refact/Makefile pkgsrc/devel/hs-refact/buildlink3.mk \
    pkgsrc/devel/hs-refact/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-refact/DESCR
diff -u /dev/null pkgsrc/devel/hs-refact/DESCR:1.1
--- /dev/null   Wed May  5 10:01:56 2021
+++ pkgsrc/devel/hs-refact/DESCR        Wed May  5 10:01:56 2021
@@ -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.
Index: pkgsrc/devel/hs-refact/Makefile
diff -u /dev/null pkgsrc/devel/hs-refact/Makefile:1.1
--- /dev/null   Wed May  5 10:01:56 2021
+++ pkgsrc/devel/hs-refact/Makefile     Wed May  5 10:01:56 2021
@@ -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"
Index: pkgsrc/devel/hs-refact/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-refact/buildlink3.mk:1.1
--- /dev/null   Wed May  5 10:01:56 2021
+++ pkgsrc/devel/hs-refact/buildlink3.mk        Wed May  5 10:01:56 2021
@@ -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
Index: pkgsrc/devel/hs-refact/distinfo
diff -u /dev/null pkgsrc/devel/hs-refact/distinfo:1.1
--- /dev/null   Wed May  5 10:01:56 2021
+++ pkgsrc/devel/hs-refact/distinfo     Wed May  5 10:01:56 2021
@@ -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