pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-quickcheck-instances: remove, imported to pkgsrc/devel
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Sun May 12 14:14:54 2024 +0900
Changeset: f1850771f91a034c7908c87df0f5829005cc0ebb
Modified Files:
Makefile
Removed Files:
hs-quickcheck-instances/DESCR
hs-quickcheck-instances/Makefile
hs-quickcheck-instances/PLIST
hs-quickcheck-instances/buildlink3.mk
hs-quickcheck-instances/distinfo
Log Message:
hs-quickcheck-instances: remove, imported to pkgsrc/devel
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f1850771f91a034c7908c87df0f5829005cc0ebb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-quickcheck-instances/DESCR | 11 -----------
hs-quickcheck-instances/Makefile | 14 --------------
hs-quickcheck-instances/PLIST | 10 ----------
hs-quickcheck-instances/buildlink3.mk | 16 ----------------
hs-quickcheck-instances/distinfo | 4 ----
6 files changed, 56 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 9fb9163add..d882d8e95d 100644
--- a/Makefile
+++ b/Makefile
@@ -1558,7 +1558,6 @@ SUBDIR+= hs-pointedlist
SUBDIR+= hs-pointedlist03
SUBDIR+= hs-punycode
SUBDIR+= hs-pureMD5
-SUBDIR+= hs-quickcheck-instances
SUBDIR+= hs-readline
SUBDIR+= hs-regex-compat
SUBDIR+= hs-regional-pointers
diff --git a/hs-quickcheck-instances/DESCR b/hs-quickcheck-instances/DESCR
deleted file mode 100644
index 361682db6f..0000000000
--- a/hs-quickcheck-instances/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-QuickCheck instances.
-
-The goal is to supply QuickCheck instances for types provided by the
-Haskell Platform.
-
-Since all of these instances are provided as orphans, I recommend that
-you do not use this library within another library module, so that you
-don't impose these instances on down-stream consumers of your code.
-
-For information on writing a test-suite with Cabal see
-http://www.haskell.org/cabal/users-guide/#test-suites
diff --git a/hs-quickcheck-instances/Makefile b/hs-quickcheck-instances/Makefile
deleted file mode 100644
index 0c2918997c..0000000000
--- a/hs-quickcheck-instances/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/05/18 21:33:29 szptvlfn Exp $
-#
-
-DISTNAME= quickcheck-instances-0.3.2
-CATEGORIES= devel
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Common quickcheck instances
-LICENSE= modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../devel/hs-QuickCheck/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-quickcheck-instances/PLIST b/hs-quickcheck-instances/PLIST
deleted file mode 100644
index 2ea1378004..0000000000
--- a/hs-quickcheck-instances/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2012/01/31 13:09:06 phonohawk Exp $
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/HSquickcheck-instances-${PKGVERSION}.o
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/Test/QuickCheck/Instances.hi
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/Test/QuickCheck/Instances.p_hi
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/Test/QuickCheck/Instances/LegacyNumeric.hi
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/Test/QuickCheck/Instances/LegacyNumeric.p_hi
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/libHSquickcheck-instances-${PKGVERSION}.a
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/libHSquickcheck-instances-${PKGVERSION}_p.a
-lib/quickcheck-instances-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/quickcheck-instances-${PKGVERSION}/LICENSE
diff --git a/hs-quickcheck-instances/buildlink3.mk b/hs-quickcheck-instances/buildlink3.mk
deleted file mode 100644
index 484c51d8e8..0000000000
--- a/hs-quickcheck-instances/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.5 2014/08/29 14:10:28 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-quickcheck-instances
-
-.if !defined(HS_QUICKCHECK_INSTANCES_BUILDLINK3_MK)
-HS_QUICKCHECK_INSTANCES_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-quickcheck-instances+= hs-quickcheck-instances>=0.3.2
-BUILDLINK_ABI_DEPENDS.hs-quickcheck-instances+= hs-quickcheck-instances>=0.3.2
-BUILDLINK_PKGSRCDIR.hs-quickcheck-instances?= ../../wip/hs-quickcheck-instances
-
-.include "../../devel/hs-QuickCheck/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.endif # HS_QUICKCHECK_INSTANCES_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-quickcheck-instances
diff --git a/hs-quickcheck-instances/distinfo b/hs-quickcheck-instances/distinfo
deleted file mode 100644
index 036335a86f..0000000000
--- a/hs-quickcheck-instances/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/04/25 23:07:53 szptvlfn Exp $
-
-RMD160 (quickcheck-instances-0.3.2.tar.gz) = 935fc7b49be86163d07be538c6423b3f8e23f97f
-Size (quickcheck-instances-0.3.2.tar.gz) = 5361 bytes
Home |
Main Index |
Thread Index |
Old Index