pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

hs-crypto-api: It's been imported as security/hs-crypto-api. Remove it



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Thu Nov 2 11:14:32 2023 +0900
Changeset:	9a1bb81f00c44ecb9745b3cf34c3b74044412988

Modified Files:
	Makefile
Removed Files:
	hs-crypto-api/DESCR
	hs-crypto-api/Makefile
	hs-crypto-api/PLIST
	hs-crypto-api/buildlink3.mk
	hs-crypto-api/distinfo

Log Message:
hs-crypto-api: It's been imported as security/hs-crypto-api. Remove it

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a1bb81f00c44ecb9745b3cf34c3b74044412988

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/DESCR         |  8 --------
 hs-crypto-api/Makefile      | 16 ----------------
 hs-crypto-api/PLIST         | 24 ------------------------
 hs-crypto-api/buildlink3.mk | 18 ------------------
 hs-crypto-api/distinfo      |  4 ----
 6 files changed, 71 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b04d9fd123..cdb6e05952 100644
--- a/Makefile
+++ b/Makefile
@@ -1447,7 +1447,6 @@ SUBDIR+=	hs-convertible
 SUBDIR+=	hs-convertible-ascii
 SUBDIR+=	hs-convertible-text
 SUBDIR+=	hs-core
-SUBDIR+=	hs-crypto-api
 SUBDIR+=	hs-cryptohash
 SUBDIR+=	hs-curl
 SUBDIR+=	hs-data-accessor
diff --git a/hs-crypto-api/DESCR b/hs-crypto-api/DESCR
deleted file mode 100644
index ec342c9bdf..0000000000
--- a/hs-crypto-api/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-A generic interface for cryptographic operations, platform independent
-quality RNG, property tests and known-answer tests (KATs) for common
-algorithms, and a basic benchmark infrastructure. Maintainers of hash
-and cipher implementations are encouraged to add instances for the
-classes defined in Crypto.Classes. Crypto users are similarly
-encouraged to use the interfaces defined in the Classes module. Any
-concepts or functions of general use to more than one cryptographic
-algorithm (ex: padding) is within scope of this package.
diff --git a/hs-crypto-api/Makefile b/hs-crypto-api/Makefile
deleted file mode 100644
index 928371e31f..0000000000
--- a/hs-crypto-api/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2014/05/17 21:00:06 szptvlfn Exp $
-#
-
-DISTNAME=	crypto-api-0.13
-CATEGORIES=	security
-
-MAINTAINER=	pho%cielonegro.org@localhost
-COMMENT=	Generic interface for cryptographic operations
-LICENSE=	modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../devel/hs-cereal/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/PLIST b/hs-crypto-api/PLIST
deleted file mode 100644
index 81ee493315..0000000000
--- a/hs-crypto-api/PLIST
+++ /dev/null
@@ -1,24 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2014/01/01 08:08:28 szptvlfn Exp $
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/CPoly.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/CPoly.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Classes.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Classes.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Classes/Exceptions.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Classes/Exceptions.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/HMAC.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/HMAC.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Modes.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Modes.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Padding.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Padding.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Random.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Random.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Types.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Types.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Util.hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Util.p_hi
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/HScrypto-api-${PKGVERSION}.o
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/libHScrypto-api-${PKGVERSION}.a
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/libHScrypto-api-${PKGVERSION}_p.a
-lib/crypto-api-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/crypto-api-${PKGVERSION}/LICENSE
diff --git a/hs-crypto-api/buildlink3.mk b/hs-crypto-api/buildlink3.mk
deleted file mode 100644
index 99c1780a30..0000000000
--- a/hs-crypto-api/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.9 2014/08/29 14:10:11 szptvlfn Exp $
-
-BUILDLINK_TREE+=	hs-crypto-api
-
-.if !defined(HS_CRYPTO_API_BUILDLINK3_MK)
-HS_CRYPTO_API_BUILDLINK3_MK:=
-
-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 "../../devel/hs-cereal/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
-
-BUILDLINK_TREE+=	-hs-crypto-api
diff --git a/hs-crypto-api/distinfo b/hs-crypto-api/distinfo
deleted file mode 100644
index 76cdf93988..0000000000
--- a/hs-crypto-api/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.6 2014/01/01 08:08:28 szptvlfn Exp $
-
-RMD160 (crypto-api-0.13.tar.gz) = e5747ba725482dab0635d13040b6f137e1436b46
-Size (crypto-api-0.13.tar.gz) = 47884 bytes


Home | Main Index | Thread Index | Old Index