pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-entropy: 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 14:11:53 2023 +0900
Changeset: 33baab9fcbc79efaa005b71698dd7c8c9cb951ed
Modified Files:
Makefile
hs-crypto-api/Makefile
hs-crypto-api/buildlink3.mk
Removed Files:
hs-entropy/DESCR
hs-entropy/Makefile
hs-entropy/PLIST
hs-entropy/buildlink3.mk
hs-entropy/distinfo
Log Message:
hs-entropy: 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=33baab9fcbc79efaa005b71698dd7c8c9cb951ed
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-crypto-api/Makefile | 2 +-
hs-crypto-api/buildlink3.mk | 2 +-
hs-entropy/DESCR | 4 ----
hs-entropy/Makefile | 12 ------------
hs-entropy/PLIST | 8 --------
hs-entropy/buildlink3.mk | 13 -------------
hs-entropy/distinfo | 5 -----
8 files changed, 2 insertions(+), 45 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 965558549c..95843c2e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1598,7 +1598,6 @@ SUBDIR+= hs-dataenc
SUBDIR+= hs-derive
SUBDIR+= hs-double-conversion
SUBDIR+= hs-dyre
-SUBDIR+= hs-entropy
SUBDIR+= hs-event-list
SUBDIR+= hs-executable-path
SUBDIR+= hs-explicit-exception
diff --git a/hs-crypto-api/Makefile b/hs-crypto-api/Makefile
index 74861d36e0..928371e31f 100644
--- a/hs-crypto-api/Makefile
+++ b/hs-crypto-api/Makefile
@@ -10,7 +10,7 @@ LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../devel/hs-cereal/buildlink3.mk"
-.include "../../wip/hs-entropy/buildlink3.mk"
+.include "../../security/hs-entropy/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../devel/hs-transformers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/hs-crypto-api/buildlink3.mk b/hs-crypto-api/buildlink3.mk
index 55da66c684..99c1780a30 100644
--- a/hs-crypto-api/buildlink3.mk
+++ b/hs-crypto-api/buildlink3.mk
@@ -10,7 +10,7 @@ BUILDLINK_ABI_DEPENDS.hs-crypto-api+= hs-crypto-api>=0.13
BUILDLINK_PKGSRCDIR.hs-crypto-api?= ../../wip/hs-crypto-api
.include "../../devel/hs-cereal/buildlink3.mk"
-.include "../../wip/hs-entropy/buildlink3.mk"
+.include "../../security/hs-entropy/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../devel/hs-transformers/buildlink3.mk"
.endif # HS_CRYPTO_API_BUILDLINK3_MK
diff --git a/hs-entropy/DESCR b/hs-entropy/DESCR
deleted file mode 100644
index c52480976f..0000000000
--- a/hs-entropy/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-A platform independent method to obtain cryptographically strong
-entropy (urandom on Linux, CryptAPI on Windows, patches
-welcome). Users looking for cryptographically strong
-(number-theoretically sound) PRNGs should see the DRBG package too!
diff --git a/hs-entropy/Makefile b/hs-entropy/Makefile
deleted file mode 100644
index fc0b218027..0000000000
--- a/hs-entropy/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/10/25 23:33:13 szptvlfn Exp $
-#
-
-DISTNAME= entropy-0.2.2.4
-CATEGORIES= security
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Platform independent entropy source
-LICENSE= modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-entropy/PLIST b/hs-entropy/PLIST
deleted file mode 100644
index df967eec18..0000000000
--- a/hs-entropy/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/12 07:21:00 phonohawk Exp $
-lib/entropy-${PKGVERSION}/${HASKELL_VERSION}/HSentropy-${PKGVERSION}.o
-lib/entropy-${PKGVERSION}/${HASKELL_VERSION}/System/Entropy.hi
-lib/entropy-${PKGVERSION}/${HASKELL_VERSION}/System/Entropy.p_hi
-lib/entropy-${PKGVERSION}/${HASKELL_VERSION}/libHSentropy-${PKGVERSION}.a
-lib/entropy-${PKGVERSION}/${HASKELL_VERSION}/libHSentropy-${PKGVERSION}_p.a
-lib/entropy-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/entropy-${PKGVERSION}/LICENSE
diff --git a/hs-entropy/buildlink3.mk b/hs-entropy/buildlink3.mk
deleted file mode 100644
index 4e75e8995f..0000000000
--- a/hs-entropy/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2014/08/29 14:10:12 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-entropy
-
-.if !defined(HS_ENTROPY_BUILDLINK3_MK)
-HS_ENTROPY_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-entropy+= hs-entropy>=0.2.2
-BUILDLINK_ABI_DEPENDS.hs-entropy+= hs-entropy>=0.2.2.4
-BUILDLINK_PKGSRCDIR.hs-entropy?= ../../wip/hs-entropy
-.endif # HS_ENTROPY_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-entropy
diff --git a/hs-entropy/distinfo b/hs-entropy/distinfo
deleted file mode 100644
index f715e47303..0000000000
--- a/hs-entropy/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/10/25 23:33:13 szptvlfn Exp $
-
-RMD160 (entropy-0.2.2.4.tar.gz) = 570c1502827908e44c5605748b5ce18c9bc3e049
-SHA512 (entropy-0.2.2.4.tar.gz) = 257289daadb414ba82d7e18cadfc4e8a654297746984d22a7f202054271f4e19c29d4194cf21b3dadfd06f10d96bc6a29f909d4bd36a98eb18bdae4a13e56b49
-Size (entropy-0.2.2.4.tar.gz) = 5107 bytes
Home |
Main Index |
Thread Index |
Old Index