pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-json: It's been imported as converters/hs-json. Remove it
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Thu Nov 2 11:15:22 2023 +0900
Changeset: e98014181e9b3c22b0ffa95e52c0c8418b03fbf1
Modified Files:
Makefile
Removed Files:
hs-json/DESCR
hs-json/Makefile
hs-json/PLIST
hs-json/buildlink3.mk
hs-json/distinfo
Log Message:
hs-json: It's been imported as converters/hs-json. Remove it
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e98014181e9b3c22b0ffa95e52c0c8418b03fbf1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-json/DESCR | 7 -------
hs-json/Makefile | 14 --------------
hs-json/PLIST | 20 --------------------
hs-json/buildlink3.mk | 16 ----------------
hs-json/distinfo | 4 ----
6 files changed, 62 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index cdb6e05952..7f572581f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1491,7 +1491,6 @@ SUBDIR+= hs-hxt-xslt
SUBDIR+= hs-iconv
SUBDIR+= hs-io-storage
SUBDIR+= hs-irc
-SUBDIR+= hs-json
SUBDIR+= hs-knob
SUBDIR+= hs-largeword
SUBDIR+= hs-lazy-io
diff --git a/hs-json/DESCR b/hs-json/DESCR
deleted file mode 100644
index 8a5d7d11d8..0000000000
--- a/hs-json/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-JSON (JavaScript Object Notation) is a lightweight data-interchange format.
-It is easy for humans to read and write. It is easy for machines to parse
-and generate. It is based on a subset of the JavaScript Programming
-Language, Standard ECMA-262 3rd Edition - December 1999.
-
-This library provides a parser and pretty printer for converting between
-Haskell values and JSON.
diff --git a/hs-json/Makefile b/hs-json/Makefile
deleted file mode 100644
index 94e65d78a8..0000000000
--- a/hs-json/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/05/18 21:33:29 szptvlfn Exp $
-
-DISTNAME= json-0.7
-CATEGORIES= converters
-
-MAINTAINER= szptvlfn%NetBSD.org@localhost
-COMMENT= Support for serialising Haskell to and from JSON
-LICENSE= modified-bsd
-
-
-.include "../../wip/mk/haskell.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-json/PLIST b/hs-json/PLIST
deleted file mode 100644
index 32325ec928..0000000000
--- a/hs-json/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/08/21 16:45:22 szptvlfn Exp $
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/HSjson-${PKGVERSION}.o
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON.hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON.p_hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Generic.hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Generic.p_hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Parsec.hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Parsec.p_hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Pretty.hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Pretty.p_hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/ReadP.hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/ReadP.p_hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/String.hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/String.p_hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Types.hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/Text/JSON/Types.p_hi
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/libHSjson-${PKGVERSION}.a
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/libHSjson-${PKGVERSION}_p.a
-lib/json-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/json-${PKGVERSION}/LICENSE
diff --git a/hs-json/buildlink3.mk b/hs-json/buildlink3.mk
deleted file mode 100644
index 5898b7501d..0000000000
--- a/hs-json/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.5 2014/08/29 14:10:25 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-json
-
-.if !defined(HS_JSON_BUILDLINK3_MK)
-HS_JSON_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-json+= hs-json>=0.7
-BUILDLINK_ABI_DEPENDS.hs-json+= hs-json>=0.7
-BUILDLINK_PKGSRCDIR.hs-json?= ../../wip/hs-json
-
-.include "../../devel/hs-mtl/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.endif # HS_JSON_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-json
diff --git a/hs-json/distinfo b/hs-json/distinfo
deleted file mode 100644
index 4ae84f2248..0000000000
--- a/hs-json/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/08/21 16:45:23 szptvlfn Exp $
-
-RMD160 (json-0.7.tar.gz) = d3f9bdb2fcd0203d394e0c97a00353662209dcba
-Size (json-0.7.tar.gz) = 22411 bytes
Home |
Main Index |
Thread Index |
Old Index