pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-parsec Remove textproc/hs-parsec
details: https://anonhg.NetBSD.org/pkgsrc/rev/7aa1fe43ab65
branches: trunk
changeset: 347415:7aa1fe43ab65
user: pho <pho%pkgsrc.org@localhost>
date: Sat Jan 11 10:33:29 2020 +0000
description:
Remove textproc/hs-parsec
Parsec is now part of GHC.
diffstat:
textproc/hs-parsec/DESCR | 5 -----
textproc/hs-parsec/Makefile | 15 ---------------
textproc/hs-parsec/buildlink3.mk | 18 ------------------
textproc/hs-parsec/distinfo | 6 ------
4 files changed, 0 insertions(+), 44 deletions(-)
diffs (60 lines):
diff -r 56995f684b35 -r 7aa1fe43ab65 textproc/hs-parsec/DESCR
--- a/textproc/hs-parsec/DESCR Sat Jan 11 10:32:13 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Parsec is designed from scratch as an industrial-strength parser library. It is
-simple, safe, well documented (on the package homepage), has extensive
-libraries, good error messages, and is fast. It is defined as a monad
-transformer that can be stacked on arbitrary monads, and it is also parametric
-in the input stream type.
diff -r 56995f684b35 -r 7aa1fe43ab65 textproc/hs-parsec/Makefile
--- a/textproc/hs-parsec/Makefile Sat Jan 11 10:32:13 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2020/01/02 14:49:43 pho Exp $
-
-DISTNAME= parsec-3.1.14.0
-CATEGORIES= textproc
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Monadic parser combinators
-LICENSE= modified-bsd
-
-.include "../../mk/haskell.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.include "../../devel/hs-fail/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 56995f684b35 -r 7aa1fe43ab65 textproc/hs-parsec/buildlink3.mk
--- a/textproc/hs-parsec/buildlink3.mk Sat Jan 11 10:32:13 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.13 2020/01/02 14:49:43 pho Exp $
-
-BUILDLINK_TREE+= hs-parsec
-
-.if !defined(HS_PARSEC_BUILDLINK3_MK)
-HS_PARSEC_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-parsec+= hs-parsec>=3.1.14
-BUILDLINK_ABI_DEPENDS.hs-parsec+= hs-parsec>=3.1.14.0
-BUILDLINK_PKGSRCDIR.hs-parsec?= ../../textproc/hs-parsec
-
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.include "../../devel/hs-fail/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
-.endif # HS_PARSEC_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-parsec
diff -r 56995f684b35 -r 7aa1fe43ab65 textproc/hs-parsec/distinfo
--- a/textproc/hs-parsec/distinfo Sat Jan 11 10:32:13 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2020/01/02 14:49:43 pho Exp $
-
-SHA1 (parsec-3.1.14.0.tar.gz) = 373910b997620643be160bf89b03162ca2d8595e
-RMD160 (parsec-3.1.14.0.tar.gz) = f7d73b170914498ba47502ae1950bcccd8605600
-SHA512 (parsec-3.1.14.0.tar.gz) = db14f77a2d36da5e540be35f0facb7fa61f2c46057b98039bdf16c06fe9865d5ee47e3523a312201665ca133f3f93855b42f0d0a920b8e233ffc8274075c56d3
-Size (parsec-3.1.14.0.tar.gz) = 35688 bytes
Home |
Main Index |
Thread Index |
Old Index