pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-comonad: 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:37:48 2023 +0900
Changeset: 8ed032edf910ac96bcdd3fd9c26ce49aa1446150
Modified Files:
Makefile
hs-comonad-transformers/Makefile
hs-comonad-transformers/buildlink3.mk
hs-comonads-fd/Makefile
hs-pointed/Makefile
hs-pointed/buildlink3.mk
hs-profunctors/Makefile
hs-profunctors/buildlink3.mk
hs-semigroupoid-extras/Makefile
hs-semigroupoids/Makefile
hs-semigroupoids/buildlink3.mk
Removed Files:
hs-comonad/DESCR
hs-comonad/Makefile
hs-comonad/PLIST
hs-comonad/buildlink3.mk
hs-comonad/distinfo
Log Message:
hs-comonad: 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=8ed032edf910ac96bcdd3fd9c26ce49aa1446150
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-comonad-transformers/Makefile | 2 +-
hs-comonad-transformers/buildlink3.mk | 2 +-
hs-comonad/DESCR | 1 -
hs-comonad/Makefile | 17 ----------
hs-comonad/PLIST | 64 -----------------------------------
hs-comonad/buildlink3.mk | 20 -----------
hs-comonad/distinfo | 4 ---
hs-comonads-fd/Makefile | 2 +-
hs-pointed/Makefile | 2 +-
hs-pointed/buildlink3.mk | 2 +-
hs-profunctors/Makefile | 2 +-
hs-profunctors/buildlink3.mk | 2 +-
hs-semigroupoid-extras/Makefile | 2 +-
hs-semigroupoids/Makefile | 2 +-
hs-semigroupoids/buildlink3.mk | 2 +-
16 files changed, 10 insertions(+), 117 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 1701ad287b..6c0e7edd24 100644
--- a/Makefile
+++ b/Makefile
@@ -1578,7 +1578,6 @@ SUBDIR+= hs-cmark
SUBDIR+= hs-collections-api
SUBDIR+= hs-collections-base-instances
SUBDIR+= hs-colorize-haskell
-SUBDIR+= hs-comonad
SUBDIR+= hs-comonad-transformers
SUBDIR+= hs-comonads-fd
SUBDIR+= hs-concrete-typerep
diff --git a/hs-comonad-transformers/Makefile b/hs-comonad-transformers/Makefile
index ffbbbbe09a..32efd1920f 100644
--- a/hs-comonad-transformers/Makefile
+++ b/hs-comonad-transformers/Makefile
@@ -9,7 +9,7 @@ COMMENT= Comonad transformers
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../wip/hs-contravariant/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
.include "../../wip/hs-semigroupoids/buildlink3.mk"
diff --git a/hs-comonad-transformers/buildlink3.mk b/hs-comonad-transformers/buildlink3.mk
index f922f86eaf..0c3d7564cd 100644
--- a/hs-comonad-transformers/buildlink3.mk
+++ b/hs-comonad-transformers/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-comonad-transformers+= hs-comonad-transformers>=3.1
BUILDLINK_ABI_DEPENDS.hs-comonad-transformers+= hs-comonad-transformers>=3.1
BUILDLINK_PKGSRCDIR.hs-comonad-transformers?= ../../wip/hs-comonad-transformers
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../wip/hs-contravariant/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
.include "../../wip/hs-semigroupoids/buildlink3.mk"
diff --git a/hs-comonad/DESCR b/hs-comonad/DESCR
deleted file mode 100644
index ef3d74215f..0000000000
--- a/hs-comonad/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Comonads
diff --git a/hs-comonad/Makefile b/hs-comonad/Makefile
deleted file mode 100644
index e794adbca7..0000000000
--- a/hs-comonad/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2014/09/02 21:00:52 szptvlfn Exp $
-
-DISTNAME= comonad-4.2
-CATEGORIES= math
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Comonads
-LICENSE= 2-clause-bsd
-
-.include "../../mk/haskell.mk"
-.include "../../wip/hs-contravariant/buildlink3.mk"
-.include "../../math/hs-distributive/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
-.include "../../devel/hs-tagged/buildlink3.mk"
-.include "../../devel/hs-transformers/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-comonad/PLIST b/hs-comonad/PLIST
deleted file mode 100644
index 83ba96ebf4..0000000000
--- a/hs-comonad/PLIST
+++ /dev/null
@@ -1,64 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2014/05/08 00:30:49 szptvlfn Exp $
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Env.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Env/Class.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Hoist/Class.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Identity.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Store.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Store/Class.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Traced.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Traced/Class.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Trans/Class.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Trans/Env.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Trans/Identity.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Trans/Store.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Control/Comonad/Trans/Traced.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Data/Functor/Composition.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/Data/Functor/Coproduct.hi
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/HScomonad-${PKGVERSION}.o
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/libHScomonad-${PKGVERSION}.a
-lib/comonad-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/comonad-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Env-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Env.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Hoist-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Identity.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Store-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Store.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Traced-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Traced.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Trans-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Trans-Env.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Trans-Identity.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Trans-Store.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad-Trans-Traced.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Control-Comonad.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Data-Functor-Composition.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/Data-Functor-Coproduct.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/comonad.haddock
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Env-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Env.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Hoist-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Identity.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Store-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Store.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Traced-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Traced.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Trans-Class.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Trans-Env.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Trans-Identity.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Trans-Store.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad-Trans-Traced.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Control-Comonad.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Data-Functor-Composition.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/mini_Data-Functor-Coproduct.html
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/comonad-${PKGVERSION}/html/synopsis.png
diff --git a/hs-comonad/buildlink3.mk b/hs-comonad/buildlink3.mk
deleted file mode 100644
index 635b850f00..0000000000
--- a/hs-comonad/buildlink3.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2014/09/02 21:00:52 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-comonad
-
-.if !defined(HS_COMONAD_BUILDLINK3_MK)
-HS_COMONAD_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-comonad+= hs-comonad>=4.2
-BUILDLINK_ABI_DEPENDS.hs-comonad+= hs-comonad>=4.2
-BUILDLINK_PKGSRCDIR.hs-comonad?= ../../wip/hs-comonad
-
-.include "../../wip/hs-contravariant/buildlink3.mk"
-.include "../../math/hs-distributive/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
-.include "../../devel/hs-tagged/buildlink3.mk"
-.include "../../devel/hs-transformers/buildlink3.mk"
-.endif # HS_COMONAD_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-comonad
diff --git a/hs-comonad/distinfo b/hs-comonad/distinfo
deleted file mode 100644
index 63d7652e8c..0000000000
--- a/hs-comonad/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.5 2014/05/08 00:30:50 szptvlfn Exp $
-
-RMD160 (comonad-4.2.tar.gz) = 4e2c2e49c06b912b89dccacf6f04c77296e1dde7
-Size (comonad-4.2.tar.gz) = 15399 bytes
diff --git a/hs-comonads-fd/Makefile b/hs-comonads-fd/Makefile
index c17be1f34b..62b798df37 100644
--- a/hs-comonads-fd/Makefile
+++ b/hs-comonads-fd/Makefile
@@ -9,7 +9,7 @@ LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../wip/hs-comonad-transformers/buildlink3.mk"
.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
diff --git a/hs-pointed/Makefile b/hs-pointed/Makefile
index b5e73a2993..804529cdb3 100644
--- a/hs-pointed/Makefile
+++ b/hs-pointed/Makefile
@@ -9,7 +9,7 @@ COMMENT= Haskell 98 pointed and copointed data
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../wip/hs-comonad-transformers/buildlink3.mk"
.include "../../devel/hs-data-default/buildlink3.mk"
.include "../../wip/hs-semigroupoids/buildlink3.mk"
diff --git a/hs-pointed/buildlink3.mk b/hs-pointed/buildlink3.mk
index b0306d6c86..283b0d1e22 100644
--- a/hs-pointed/buildlink3.mk
+++ b/hs-pointed/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-pointed+= hs-pointed>=2.0.3
BUILDLINK_ABI_DEPENDS.hs-pointed+= hs-pointed>=2.0.3
BUILDLINK_PKGSRCDIR.hs-pointed?= ../../wip/hs-pointed
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../wip/hs-comonad-transformers/buildlink3.mk"
.include "../../devel/hs-data-default/buildlink3.mk"
.include "../../wip/hs-semigroupoids/buildlink3.mk"
diff --git a/hs-profunctors/Makefile b/hs-profunctors/Makefile
index 1d78c41948..e2a059cdd0 100644
--- a/hs-profunctors/Makefile
+++ b/hs-profunctors/Makefile
@@ -8,7 +8,7 @@ COMMENT= Profunctors
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
.include "../../wip/hs-semigroupoids/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
diff --git a/hs-profunctors/buildlink3.mk b/hs-profunctors/buildlink3.mk
index ddc597fe62..e4375e8ef7 100644
--- a/hs-profunctors/buildlink3.mk
+++ b/hs-profunctors/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-profunctors+= hs-profunctors>=4.2.0
BUILDLINK_ABI_DEPENDS.hs-profunctors+= hs-profunctors>=4.2.0.1
BUILDLINK_PKGSRCDIR.hs-profunctors?= ../../wip/hs-profunctors
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
.include "../../wip/hs-semigroupoids/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
diff --git a/hs-semigroupoid-extras/Makefile b/hs-semigroupoid-extras/Makefile
index 0e94192a69..af63c1c341 100644
--- a/hs-semigroupoid-extras/Makefile
+++ b/hs-semigroupoid-extras/Makefile
@@ -9,7 +9,7 @@ LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
.include "../../wip/hs-groupoids/buildlink3.mk"
.include "../../wip/hs-semigroupoids/buildlink3.mk"
diff --git a/hs-semigroupoids/Makefile b/hs-semigroupoids/Makefile
index b050493430..4a4be852b9 100644
--- a/hs-semigroupoids/Makefile
+++ b/hs-semigroupoids/Makefile
@@ -8,7 +8,7 @@ COMMENT= Semigroupoids: Category sans id
LICENSE= 2-clause-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../wip/hs-contravariant/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
diff --git a/hs-semigroupoids/buildlink3.mk b/hs-semigroupoids/buildlink3.mk
index aa1a26150d..4feb16a420 100644
--- a/hs-semigroupoids/buildlink3.mk
+++ b/hs-semigroupoids/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-semigroupoids+= hs-semigroupoids>=4.2
BUILDLINK_ABI_DEPENDS.hs-semigroupoids+= hs-semigroupoids>=4.2
BUILDLINK_PKGSRCDIR.hs-semigroupoids?= ../../wip/hs-semigroupoids
-.include "../../wip/hs-comonad/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
.include "../../wip/hs-contravariant/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index