pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-Diff: 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 13:17:10 2023 +0900
Changeset: dc004a567b0eac062ae21d170cdc5c9cbb0bc2ee
Modified Files:
Makefile
yi/Makefile
yi/buildlink3.mk
Removed Files:
hs-Diff/DESCR
hs-Diff/Makefile
hs-Diff/PLIST
hs-Diff/buildlink3.mk
hs-Diff/distinfo
Log Message:
hs-Diff: 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=dc004a567b0eac062ae21d170cdc5c9cbb0bc2ee
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-Diff/DESCR | 1 -
hs-Diff/Makefile | 12 ------------
hs-Diff/PLIST | 8 --------
hs-Diff/buildlink3.mk | 13 -------------
hs-Diff/distinfo | 5 -----
yi/Makefile | 2 +-
yi/buildlink3.mk | 2 +-
8 files changed, 2 insertions(+), 42 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 0ac159983e..11772424b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1534,7 +1534,6 @@ SUBDIR+= hplibunwind-git
SUBDIR+= hpoj
SUBDIR+= hs-Boolean
SUBDIR+= hs-ConfigFile
-SUBDIR+= hs-Diff
SUBDIR+= hs-GLURaw
SUBDIR+= hs-GLUT
SUBDIR+= hs-HCL
diff --git a/hs-Diff/DESCR b/hs-Diff/DESCR
deleted file mode 100644
index d45b121f58..0000000000
--- a/hs-Diff/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Basic implementation of the standard diff algorithm.
diff --git a/hs-Diff/Makefile b/hs-Diff/Makefile
deleted file mode 100644
index 118d51135a..0000000000
--- a/hs-Diff/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/03/11 05:59:00 phonohawk Exp $
-#
-
-DISTNAME= Diff-0.1.3
-CATEGORIES= devel
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= O(ND) diff algorithm in haskell
-LICENSE= modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-Diff/PLIST b/hs-Diff/PLIST
deleted file mode 100644
index acefe100af..0000000000
--- a/hs-Diff/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/08 09:13:08 phonohawk Exp $
-lib/Diff-${PKGVERSION}/${HASKELL_VERSION}/Data/Algorithm/Diff.hi
-lib/Diff-${PKGVERSION}/${HASKELL_VERSION}/Data/Algorithm/Diff.p_hi
-lib/Diff-${PKGVERSION}/${HASKELL_VERSION}/HSDiff-${PKGVERSION}.o
-lib/Diff-${PKGVERSION}/${HASKELL_VERSION}/libHSDiff-${PKGVERSION}.a
-lib/Diff-${PKGVERSION}/${HASKELL_VERSION}/libHSDiff-${PKGVERSION}_p.a
-lib/Diff-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/Diff-${PKGVERSION}/LICENSE
diff --git a/hs-Diff/buildlink3.mk b/hs-Diff/buildlink3.mk
deleted file mode 100644
index 45ac97dd50..0000000000
--- a/hs-Diff/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/08/29 14:09:59 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-Diff
-
-.if !defined(HS_DIFF_BUILDLINK3_MK)
-HS_DIFF_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-Diff+= hs-Diff>=0.1.3
-BUILDLINK_ABI_DEPENDS.hs-Diff+= hs-Diff>=0.1.3
-BUILDLINK_PKGSRCDIR.hs-Diff?= ../../wip/hs-Diff
-.endif # HS_DIFF_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-Diff
diff --git a/hs-Diff/distinfo b/hs-Diff/distinfo
deleted file mode 100644
index 19b9ecb9de..0000000000
--- a/hs-Diff/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/03/11 05:59:00 phonohawk Exp $
-
-RMD160 (Diff-0.1.3.tar.gz) = aef2dc2e8701b811272471321e6c39d830fb72ed
-SHA512 (Diff-0.1.3.tar.gz) = 6959d9fcd6f7a59b4a32779e8c96723b7219dd0a3b70a61a996d375825c84a8626de79cef9135d4ee8d24599ebdb4ba525a1a11234ade8b70278282f1544370e
-Size (Diff-0.1.3.tar.gz) = 2851 bytes
diff --git a/yi/Makefile b/yi/Makefile
index a3b25123ad..b26e0c2db2 100644
--- a/yi/Makefile
+++ b/yi/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= \
.include "../../wip/mk/haskell.mk"
.include "../../devel/alex/buildlink3.mk"
-.include "../../wip/hs-Diff/buildlink3.mk"
+.include "../../textproc/hs-Diff/buildlink3.mk"
.include "../../wip/hs-cautious-file/buildlink3.mk"
.include "../../wip/hs-data-accessor/buildlink3.mk"
.include "../../wip/hs-data-accessor-monads-fd/buildlink3.mk"
diff --git a/yi/buildlink3.mk b/yi/buildlink3.mk
index cb090f9ce2..c91b4ba56e 100644
--- a/yi/buildlink3.mk
+++ b/yi/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.yi+= yi>=0.6.3
BUILDLINK_ABI_DEPENDS.yi+= yi>=0.6.3.0
BUILDLINK_PKGSRCDIR.yi?= ../../wip/yi
-.include "../../wip/hs-Diff/buildlink3.mk"
+.include "../../textproc/hs-Diff/buildlink3.mk"
.include "../../wip/hs-cautious-file/buildlink3.mk"
.include "../../wip/hs-data-accessor/buildlink3.mk"
.include "../../wip/hs-data-accessor-monads-fd/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index