pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pointfree: remove; It is already in the main pkgsrc tree
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Wed Feb 1 18:30:53 2023 +0900
Changeset: 78667b9055f1a959dae3eb9b519fcc34bf5fb576
Modified Files:
Makefile
Removed Files:
pointfree/DESCR
pointfree/Makefile
pointfree/PLIST
pointfree/distinfo
pointfree/patches/patch-pointfree.cabal
Log Message:
pointfree: remove; It is already in the main pkgsrc tree
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78667b9055f1a959dae3eb9b519fcc34bf5fb576
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
pointfree/DESCR | 1 -
pointfree/Makefile | 15 ---------------
pointfree/PLIST | 3 ---
pointfree/distinfo | 5 -----
pointfree/patches/patch-pointfree.cabal | 19 -------------------
6 files changed, 44 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index fa3c521911..4b7284d68f 100644
--- a/Makefile
+++ b/Makefile
@@ -3213,7 +3213,6 @@ SUBDIR+= pmk
SUBDIR+= png2ico
SUBDIR+= pngnq
SUBDIR+= pnmcurve
-SUBDIR+= pointfree
SUBDIR+= pointtools-git
SUBDIR+= poke
SUBDIR+= poke-git
diff --git a/pointfree/DESCR b/pointfree/DESCR
deleted file mode 100644
index e2bfb521d2..0000000000
--- a/pointfree/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Stand-alone command-line version of the point-less plugin for lambdabot.
diff --git a/pointfree/Makefile b/pointfree/Makefile
deleted file mode 100644
index 695c834d65..0000000000
--- a/pointfree/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2014/05/19 21:28:50 szptvlfn Exp $
-#
-
-DISTNAME= pointfree-1.0.4.3
-PKGNAME= ${DISTNAME}
-CATEGORIES= devel
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Convert Haskell expressions to pointfree form
-LICENSE= mit
-
-.include "../../wip/mk/haskell.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../textproc/hs-parsec/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pointfree/PLIST b/pointfree/PLIST
deleted file mode 100644
index 7b334d2a4b..0000000000
--- a/pointfree/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/29 08:46:49 phonohawk Exp $
-bin/pointfree
-share/doc/${PKGNAME}/LICENSE
diff --git a/pointfree/distinfo b/pointfree/distinfo
deleted file mode 100644
index 72058cf332..0000000000
--- a/pointfree/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2013/02/26 12:28:25 phonohawk Exp $
-
-RMD160 (pointfree-1.0.4.3.tar.gz) = cfde1c0aceffe6062ab4bb545a5fb41d2f4b4c7e
-Size (pointfree-1.0.4.3.tar.gz) = 19244 bytes
-SHA1 (patch-pointfree.cabal) = 74ef6461c4612316dce598a8aa246d84c74ca96e
diff --git a/pointfree/patches/patch-pointfree.cabal b/pointfree/patches/patch-pointfree.cabal
deleted file mode 100644
index 7e3a70dd4d..0000000000
--- a/pointfree/patches/patch-pointfree.cabal
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-pointfree.cabal,v 1.1 2013/02/26 12:28:25 phonohawk Exp $
-
-Relax build-depends.
-
-
---- pointfree.cabal.orig 2012-04-12 18:51:15.000000000 +0000
-+++ pointfree.cabal
-@@ -29,9 +29,9 @@ Executable pointfree
- ImplicitParams,
- PatternGuards,
- ScopedTypeVariables
-- Build-depends: base >= 3 && < 4.6,
-+ Build-depends: base >= 3 && < 5,
- array >= 0.3 && < 0.5,
-- containers >= 0.3 && < 0.5,
-+ containers >= 0.3 && < 0.6,
- parsec >= 2 && < 3.2,
- mtl >= 2 && < 2.2
- Other-modules: Plugin.Pl.Common
Home |
Main Index |
Thread Index |
Old Index