diff options
author | pho <pho@pkgsrc.org> | 2021-05-05 10:01:56 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2021-05-05 10:01:56 +0000 |
commit | 3aa9ea376e063424bc840511d14e59ffe815744f (patch) | |
tree | 7766ce70270e870612272fdfe2a1654792ef1ecf /devel/hs-refact | |
parent | 53d135037b8779fd51d8658d1a7a81d9c0e297d4 (diff) | |
download | pkgsrc-3aa9ea376e063424bc840511d14e59ffe815744f.tar.gz |
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 (limited to 'devel/hs-refact')
-rw-r--r-- | devel/hs-refact/DESCR | 3 | ||||
-rw-r--r-- | devel/hs-refact/Makefile | 11 | ||||
-rw-r--r-- | devel/hs-refact/buildlink3.mk | 13 | ||||
-rw-r--r-- | devel/hs-refact/distinfo | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/hs-refact/DESCR b/devel/hs-refact/DESCR new file mode 100644 index 00000000000..5d3c54a44e0 --- /dev/null +++ b/devel/hs-refact/DESCR @@ -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 --git a/devel/hs-refact/Makefile b/devel/hs-refact/Makefile new file mode 100644 index 00000000000..47998880c18 --- /dev/null +++ b/devel/hs-refact/Makefile @@ -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 +COMMENT= Specify refactorings to perform with apply-refact +LICENSE= modified-bsd + +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/hs-refact/buildlink3.mk b/devel/hs-refact/buildlink3.mk new file mode 100644 index 00000000000..09e4dab6ccd --- /dev/null +++ b/devel/hs-refact/buildlink3.mk @@ -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 --git a/devel/hs-refact/distinfo b/devel/hs-refact/distinfo new file mode 100644 index 00000000000..be45b41e2b3 --- /dev/null +++ b/devel/hs-refact/distinfo @@ -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 |