From 2b0aea7b65a6802978f1e3cb52de8c91492c5bc3 Mon Sep 17 00:00:00 2001 From: Ryosuke Moro Date: Thu, 29 May 2014 22:11:19 +0000 Subject: [PATCH] Remove hs-mmorph, imported to pkgsrc/devel. Remove hs-polyparse, imported to pkgsrc/textproc. --- Makefile | 4 +- hs-conduit/Makefile | 4 +- hs-conduit/buildlink3.mk | 4 +- hs-cpphs/Makefile | 4 +- hs-cpphs/buildlink3.mk | 4 +- hs-mmorph/DESCR | 2 - hs-mmorph/Makefile | 12 ----- hs-mmorph/PLIST | 22 ---------- hs-mmorph/buildlink3.mk | 14 ------ hs-mmorph/distinfo | 5 --- hs-polyparse/DESCR | 5 --- hs-polyparse/Makefile | 12 ----- hs-polyparse/PLIST | 89 -------------------------------------- hs-polyparse/buildlink3.mk | 14 ------ hs-polyparse/distinfo | 5 --- hs-resourcet/Makefile | 4 +- hs-resourcet/buildlink3.mk | 4 +- 17 files changed, 13 insertions(+), 195 deletions(-) delete mode 100644 hs-mmorph/DESCR delete mode 100644 hs-mmorph/Makefile delete mode 100644 hs-mmorph/PLIST delete mode 100644 hs-mmorph/buildlink3.mk delete mode 100644 hs-mmorph/distinfo delete mode 100644 hs-polyparse/DESCR delete mode 100644 hs-polyparse/Makefile delete mode 100644 hs-polyparse/PLIST delete mode 100644 hs-polyparse/buildlink3.mk delete mode 100644 hs-polyparse/distinfo diff --git a/Makefile b/Makefile index 5833ad7d49..78abec186a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5778 2014/05/28 22:05:59 szptvlfn Exp $ +# $Id: Makefile,v 1.5779 2014/05/29 22:11:19 szptvlfn Exp $ COMMENT= WIP pkgsrc packages @@ -1072,7 +1072,6 @@ SUBDIR+= hs-midi SUBDIR+= hs-mime SUBDIR+= hs-mmap SUBDIR+= hs-mmap4 -SUBDIR+= hs-mmorph SUBDIR+= hs-monad-control SUBDIR+= hs-monad-peel SUBDIR+= hs-monads-fd @@ -1095,7 +1094,6 @@ SUBDIR+= hs-pcre-light SUBDIR+= hs-pointed SUBDIR+= hs-pointedlist SUBDIR+= hs-pointedlist03 -SUBDIR+= hs-polyparse SUBDIR+= hs-profunctors SUBDIR+= hs-punycode SUBDIR+= hs-pureMD5 diff --git a/hs-conduit/Makefile b/hs-conduit/Makefile index 3ab058b8a6..13f2829f30 100644 --- a/hs-conduit/Makefile +++ b/hs-conduit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/18 21:33:26 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/29 22:11:19 szptvlfn Exp $ DISTNAME= conduit-1.0.9.3 CATEGORIES= devel @@ -9,7 +9,7 @@ LICENSE= mit .include "../../wip/mk/haskell.mk" .include "../../wip/hs-lifted-base/buildlink3.mk" -.include "../../wip/hs-mmorph/buildlink3.mk" +.include "../../devel/hs-mmorph/buildlink3.mk" .include "../../wip/hs-monad-control/buildlink3.mk" .include "../../devel/hs-mtl/buildlink3.mk" .include "../../wip/hs-resourcet/buildlink3.mk" diff --git a/hs-conduit/buildlink3.mk b/hs-conduit/buildlink3.mk index 26868f4273..f919a0b83c 100644 --- a/hs-conduit/buildlink3.mk +++ b/hs-conduit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2014/05/18 21:33:26 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2014/05/29 22:11:20 szptvlfn Exp $ BUILDLINK_TREE+= hs-conduit @@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-conduit+= hs-conduit>=1.0.9 BUILDLINK_PKGSRCDIR.hs-conduit?= ../../wip/hs-conduit .include "../../wip/hs-lifted-base/buildlink3.mk" -.include "../../wip/hs-mmorph/buildlink3.mk" +.include "../../devel/hs-mmorph/buildlink3.mk" .include "../../wip/hs-monad-control/buildlink3.mk" .include "../../devel/hs-mtl/buildlink3.mk" .include "../../wip/hs-resourcet/buildlink3.mk" diff --git a/hs-cpphs/Makefile b/hs-cpphs/Makefile index 0fcf89a1fb..96975413ff 100644 --- a/hs-cpphs/Makefile +++ b/hs-cpphs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/03/16 12:21:07 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/29 22:11:20 szptvlfn Exp $ # DISTNAME= cpphs-1.18.3 @@ -9,5 +9,5 @@ COMMENT= Re-implementation of cpp in Haskell LICENSE= gnu-lgpl-v2.1 .include "../../wip/mk/haskell.mk" -.include "../../wip/hs-polyparse/buildlink3.mk" +.include "../../textproc/hs-polyparse/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/hs-cpphs/buildlink3.mk b/hs-cpphs/buildlink3.mk index 9c1543250a..5efd751da1 100644 --- a/hs-cpphs/buildlink3.mk +++ b/hs-cpphs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2014/03/16 12:21:08 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2014/05/29 22:11:20 szptvlfn Exp $ BUILDLINK_TREE+= hs-cpphs @@ -8,7 +8,7 @@ HS_CPPHS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-cpphs+= hs-cpphs>=1.18.3 BUILDLINK_PKGSRCDIR.hs-cpphs?= ../../wip/hs-cpphs -.include "../../wip/hs-polyparse/buildlink3.mk" +.include "../../textproc/hs-polyparse/buildlink3.mk" .endif # HS_CPPHS_BUILDLINK3_MK BUILDLINK_TREE+= -hs-cpphs diff --git a/hs-mmorph/DESCR b/hs-mmorph/DESCR deleted file mode 100644 index 0d7794a9f3..0000000000 --- a/hs-mmorph/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This library provides monad morphism utilities, most commonly used for -manipulating monad transformer stacks. diff --git a/hs-mmorph/Makefile b/hs-mmorph/Makefile deleted file mode 100644 index 03c51459b8..0000000000 --- a/hs-mmorph/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2014/05/23 21:46:05 szptvlfn Exp $ - -DISTNAME= mmorph-1.0.3 -CATEGORIES= devel - -MAINTAINER= szptvlfn@NetBSD.org -COMMENT= Monad morphisms -LICENSE= modified-bsd - -.include "../../mk/haskell.mk" -.include "../../devel/hs-transformers/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/hs-mmorph/PLIST b/hs-mmorph/PLIST deleted file mode 100644 index ab1bcbec24..0000000000 --- a/hs-mmorph/PLIST +++ /dev/null @@ -1,22 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2014/05/23 21:46:05 szptvlfn Exp $ -lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Morph.hi -lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Trans/Compose.hi -lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/HSmmorph-${PKGVERSION}.o -lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/libHSmmorph-${PKGVERSION}.a -lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/package-description -share/doc/mmorph-${PKGVERSION}/LICENSE -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/Control-Monad-Morph.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/Control-Monad-Trans-Compose.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/frames.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/haddock-util.js -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/hslogo-16.png -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/index-frames.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/index.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/mini_Control-Monad-Morph.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/mini_Control-Monad-Trans-Compose.html -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/minus.gif -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/mmorph.haddock -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/ocean.css -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/plus.gif -${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/synopsis.png diff --git a/hs-mmorph/buildlink3.mk b/hs-mmorph/buildlink3.mk deleted file mode 100644 index 01f6e488a3..0000000000 --- a/hs-mmorph/buildlink3.mk +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.5 2014/05/23 21:46:05 szptvlfn Exp $ - -BUILDLINK_TREE+= hs-mmorph - -.if !defined(HS_MMORPH_BUILDLINK3_MK) -HS_MMORPH_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.hs-mmorph+= hs-mmorph>=1.0.3 -BUILDLINK_PKGSRCDIR.hs-mmorph?= ../../wip/hs-mmorph - -.include "../../devel/hs-transformers/buildlink3.mk" -.endif # HS_MMORPH_BUILDLINK3_MK - -BUILDLINK_TREE+= -hs-mmorph diff --git a/hs-mmorph/distinfo b/hs-mmorph/distinfo deleted file mode 100644 index 97156bc77d..0000000000 --- a/hs-mmorph/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.4 2014/05/23 21:46:05 szptvlfn Exp $ - -SHA1 (mmorph-1.0.3.tar.gz) = a272bf8b6b9dc21fdfd740ba26e42ed984a10d6e -RMD160 (mmorph-1.0.3.tar.gz) = 285ab3c5671c8ad1397160d7a85ff6607fe2482f -Size (mmorph-1.0.3.tar.gz) = 6023 bytes diff --git a/hs-polyparse/DESCR b/hs-polyparse/DESCR deleted file mode 100644 index 9f93fbdcdd..0000000000 --- a/hs-polyparse/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -A variety of alternative parser combinator libraries, including the -original HuttonMeijer set. The Poly sets have features like good error -reporting, arbitrary token type, running state, lazy parsing, and so on. -Finally, Text.Parse is a proposed replacement for the standard Read class, -for better deserialisation of Haskell values from Strings. diff --git a/hs-polyparse/Makefile b/hs-polyparse/Makefile deleted file mode 100644 index 33be1612fa..0000000000 --- a/hs-polyparse/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2014/05/18 21:33:29 szptvlfn Exp $ - -DISTNAME= polyparse-1.9 -CATEGORIES= textproc - -MAINTAINER= szptvlfn@NetBSD.org -COMMENT= Variety of alternative parser combinator libraries -LICENSE= gnu-lgpl-v2.1 - -.include "../../wip/mk/haskell.mk" -.include "../../devel/hs-text/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/hs-polyparse/PLIST b/hs-polyparse/PLIST deleted file mode 100644 index 0796f7c433..0000000000 --- a/hs-polyparse/PLIST +++ /dev/null @@ -1,89 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2014/04/16 22:16:27 szptvlfn Exp $ -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/HSpolyparse-${PKGVERSION}.o -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse/ByteString.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse/ByteString.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijer.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijer.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijerWallace.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijerWallace.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Base.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Base.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteString.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteString.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteStringChar.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteStringChar.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lazy.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lazy.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lex.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lex.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Parser.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Parser.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Plain.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Plain.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Result.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Result.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/State.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/State.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateLazy.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateLazy.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateParser.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateParser.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateText.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateText.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Text.hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Text.p_hi -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/libHSpolyparse-${PKGVERSION}.a -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/libHSpolyparse-${PKGVERSION}_p.a -lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/package-description -share/doc/polyparse-${PKGVERSION}/COPYRIGHT -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-Parse-ByteString.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-Parse.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-HuttonMeijer.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-HuttonMeijerWallace.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Base.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-ByteString.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-ByteStringChar.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Lazy.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Lex.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Parser.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Plain.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Result.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-State.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateLazy.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateParser.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateText.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Text.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/frames.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/haddock-util.js -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/hslogo-16.png -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/index-frames.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/index.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-Parse-ByteString.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-Parse.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-HuttonMeijer.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-HuttonMeijerWallace.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Base.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-ByteString.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-ByteStringChar.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Lazy.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Lex.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Parser.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Plain.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Result.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-State.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateLazy.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateParser.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateText.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Text.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly.html -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/minus.gif -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/ocean.css -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/plus.gif -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/polyparse.haddock -${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/synopsis.png diff --git a/hs-polyparse/buildlink3.mk b/hs-polyparse/buildlink3.mk deleted file mode 100644 index ffac807660..0000000000 --- a/hs-polyparse/buildlink3.mk +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.2 2014/05/18 21:33:29 szptvlfn Exp $ - -BUILDLINK_TREE+= hs-polyparse - -.if !defined(HS_POLYPARSE_BUILDLINK3_MK) -HS_POLYPARSE_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.hs-polyparse+= hs-polyparse>=1.9 -BUILDLINK_PKGSRCDIR.hs-polyparse?= ../../wip/hs-polyparse - -.include "../../devel/hs-text/buildlink3.mk" -.endif # HS_POLYPARSE_BUILDLINK3_MK - -BUILDLINK_TREE+= -hs-polyparse diff --git a/hs-polyparse/distinfo b/hs-polyparse/distinfo deleted file mode 100644 index 12d0b8ae25..0000000000 --- a/hs-polyparse/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1 2014/03/16 12:16:14 szptvlfn Exp $ - -SHA1 (polyparse-1.9.tar.gz) = 3eaa42c1f9edbc3802318d463484f9fcbc8c5012 -RMD160 (polyparse-1.9.tar.gz) = 07be0c999d94f1f5d914528b40fb3a601788141b -Size (polyparse-1.9.tar.gz) = 22256 bytes diff --git a/hs-resourcet/Makefile b/hs-resourcet/Makefile index 9488636fa7..a5a85d4e0c 100644 --- a/hs-resourcet/Makefile +++ b/hs-resourcet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/16 20:47:11 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/29 22:11:20 szptvlfn Exp $ DISTNAME= resourcet-0.4.10 CATEGORIES= devel @@ -10,7 +10,7 @@ LICENSE= modified-bsd .include "../../wip/mk/haskell.mk" .include "../../wip/hs-lifted-base/buildlink3.mk" -.include "../../wip/hs-mmorph/buildlink3.mk" +.include "../../devel/hs-mmorph/buildlink3.mk" .include "../../wip/hs-monad-control/buildlink3.mk" .include "../../devel/hs-mtl/buildlink3.mk" .include "../../devel/hs-transformers/buildlink3.mk" diff --git a/hs-resourcet/buildlink3.mk b/hs-resourcet/buildlink3.mk index 01ea328faa..753aa1d253 100644 --- a/hs-resourcet/buildlink3.mk +++ b/hs-resourcet/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2014/05/16 20:47:11 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2014/05/29 22:11:20 szptvlfn Exp $ BUILDLINK_TREE+= hs-resourcet @@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-resourcet+= hs-resourcet>=0.4.10 BUILDLINK_PKGSRCDIR.hs-resourcet?= ../../wip/hs-resourcet .include "../../wip/hs-lifted-base/buildlink3.mk" -.include "../../wip/hs-mmorph/buildlink3.mk" +.include "../../devel/hs-mmorph/buildlink3.mk" .include "../../wip/hs-monad-control/buildlink3.mk" .include "../../devel/hs-mtl/buildlink3.mk" .include "../../devel/hs-transformers/buildlink3.mk"