pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-cereal: 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:33:15 2023 +0900
Changeset: 25acf7a19e8d1185342c2bd8593e0582cc7a66fa
Modified Files:
Makefile
hs-crypto-api/Makefile
hs-crypto-api/buildlink3.mk
hs-pureMD5/Makefile
Removed Files:
hs-cereal/DESCR
hs-cereal/Makefile
hs-cereal/PLIST
hs-cereal/buildlink3.mk
hs-cereal/distinfo
Log Message:
hs-cereal: 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=25acf7a19e8d1185342c2bd8593e0582cc7a66fa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-cereal/DESCR | 5 -----
hs-cereal/Makefile | 12 ------------
hs-cereal/PLIST | 16 ----------------
hs-cereal/buildlink3.mk | 13 -------------
hs-cereal/distinfo | 5 -----
hs-crypto-api/Makefile | 2 +-
hs-crypto-api/buildlink3.mk | 2 +-
hs-pureMD5/Makefile | 2 +-
9 files changed, 3 insertions(+), 55 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index aa1a96e627..1701ad287b 100644
--- a/Makefile
+++ b/Makefile
@@ -1569,7 +1569,6 @@ SUBDIR+= hs-cairo
SUBDIR+= hs-carp
SUBDIR+= hs-categories
SUBDIR+= hs-cautious-file
-SUBDIR+= hs-cereal
SUBDIR+= hs-cgi
SUBDIR+= hs-chalkboard
SUBDIR+= hs-chalkboard-viewer
diff --git a/hs-cereal/DESCR b/hs-cereal/DESCR
deleted file mode 100644
index e4c34c93bc..0000000000
--- a/hs-cereal/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-A binary serialization library, similar to binary, that introduces an
-isolate primitive for parser isolation, and replaces the asynchronous
-errors with a user-handleable Either type. Similar to binary in
-performance, but uses a strict ByteString instead of a lazy
-ByteString, thus restricting it to operating on finite inputs.
diff --git a/hs-cereal/Makefile b/hs-cereal/Makefile
deleted file mode 100644
index 8405b9c6e4..0000000000
--- a/hs-cereal/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2013/11/08 23:07:20 szptvlfn Exp $
-#
-
-DISTNAME= cereal-0.4.0.1
-CATEGORIES= devel
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Binary serialization library
-LICENSE= modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-cereal/PLIST b/hs-cereal/PLIST
deleted file mode 100644
index c7a04f3250..0000000000
--- a/hs-cereal/PLIST
+++ /dev/null
@@ -1,16 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2012/03/04 07:59:16 phonohawk Exp $
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize.hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize.p_hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/Builder.hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/Builder.p_hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/Get.hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/Get.p_hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/IEEE754.hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/IEEE754.p_hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/Put.hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/Data/Serialize/Put.p_hi
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/HScereal-${PKGVERSION}.o
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/libHScereal-${PKGVERSION}.a
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/libHScereal-${PKGVERSION}_p.a
-lib/cereal-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/cereal-${PKGVERSION}/LICENSE
diff --git a/hs-cereal/buildlink3.mk b/hs-cereal/buildlink3.mk
deleted file mode 100644
index e8a12667f8..0000000000
--- a/hs-cereal/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2014/08/29 14:10:09 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-cereal
-
-.if !defined(HS_CEREAL_BUILDLINK3_MK)
-HS_CEREAL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-cereal+= hs-cereal>=0.4.0
-BUILDLINK_ABI_DEPENDS.hs-cereal+= hs-cereal>=0.4.0.1
-BUILDLINK_PKGSRCDIR.hs-cereal?= ../../wip/hs-cereal
-.endif # HS_CEREAL_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-cereal
diff --git a/hs-cereal/distinfo b/hs-cereal/distinfo
deleted file mode 100644
index 5670a727b2..0000000000
--- a/hs-cereal/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2013/11/08 23:07:20 szptvlfn Exp $
-
-RMD160 (cereal-0.4.0.1.tar.gz) = 0ed2df6c41d1f56dfbdeaeca80239069b580fba3
-SHA512 (cereal-0.4.0.1.tar.gz) = 9ea997af2cd84ecbd0660b5799a2d1fd4f6e5715ff5191922b69b98eee0664fbc4e5e6f2d67af808517a3f5e85931fdef093360a1d693bb81ea9cb430be6d21f
-Size (cereal-0.4.0.1.tar.gz) = 22305 bytes
diff --git a/hs-crypto-api/Makefile b/hs-crypto-api/Makefile
index 371cce5791..74861d36e0 100644
--- a/hs-crypto-api/Makefile
+++ b/hs-crypto-api/Makefile
@@ -9,7 +9,7 @@ COMMENT= Generic interface for cryptographic operations
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-cereal/buildlink3.mk"
+.include "../../devel/hs-cereal/buildlink3.mk"
.include "../../wip/hs-entropy/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../devel/hs-transformers/buildlink3.mk"
diff --git a/hs-crypto-api/buildlink3.mk b/hs-crypto-api/buildlink3.mk
index 85b74ff3e6..55da66c684 100644
--- a/hs-crypto-api/buildlink3.mk
+++ b/hs-crypto-api/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-crypto-api+= hs-crypto-api>=0.13
BUILDLINK_ABI_DEPENDS.hs-crypto-api+= hs-crypto-api>=0.13
BUILDLINK_PKGSRCDIR.hs-crypto-api?= ../../wip/hs-crypto-api
-.include "../../wip/hs-cereal/buildlink3.mk"
+.include "../../devel/hs-cereal/buildlink3.mk"
.include "../../wip/hs-entropy/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../devel/hs-transformers/buildlink3.mk"
diff --git a/hs-pureMD5/Makefile b/hs-pureMD5/Makefile
index 25df44ec67..539721161a 100644
--- a/hs-pureMD5/Makefile
+++ b/hs-pureMD5/Makefile
@@ -9,7 +9,7 @@ COMMENT= Haskell-only implementation of the MD5 digest (hash) algorithm
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-cereal/buildlink3.mk"
+.include "../../devel/hs-cereal/buildlink3.mk"
.include "../../wip/hs-crypto-api/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index