pkgsrc-WIP-changes archive

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

hs-hxt-charproperties: 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 17:25:13 2023 +0900
Changeset:	ac49b5b2fb7190f635bcf17a2e1158da620084a9

Modified Files:
	Makefile
	hs-hxt-relaxng/Makefile
	hs-hxt-relaxng/buildlink3.mk
	hs-hxt-tagsoup/Makefile
	hs-hxt-tagsoup/buildlink3.mk
	hs-hxt/Makefile
	hs-hxt/buildlink3.mk
Removed Files:
	hs-hxt-charproperties/DESCR
	hs-hxt-charproperties/Makefile
	hs-hxt-charproperties/PLIST
	hs-hxt-charproperties/buildlink3.mk
	hs-hxt-charproperties/distinfo

Log Message:
hs-hxt-charproperties: 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=ac49b5b2fb7190f635bcf17a2e1158da620084a9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                            |  1 -
 hs-hxt-charproperties/DESCR         |  4 ----
 hs-hxt-charproperties/Makefile      | 12 ------------
 hs-hxt-charproperties/PLIST         | 14 --------------
 hs-hxt-charproperties/buildlink3.mk | 13 -------------
 hs-hxt-charproperties/distinfo      |  5 -----
 hs-hxt-relaxng/Makefile             |  2 +-
 hs-hxt-relaxng/buildlink3.mk        |  2 +-
 hs-hxt-tagsoup/Makefile             |  2 +-
 hs-hxt-tagsoup/buildlink3.mk        |  2 +-
 hs-hxt/Makefile                     |  2 +-
 hs-hxt/buildlink3.mk                |  2 +-
 12 files changed, 6 insertions(+), 55 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index deb3580302..4a8a2dce15 100644
--- a/Makefile
+++ b/Makefile
@@ -1621,7 +1621,6 @@ SUBDIR+=	hs-hslogger-template
 SUBDIR+=	hs-http-attoparsec
 SUBDIR+=	hs-husk-scheme
 SUBDIR+=	hs-hxt
-SUBDIR+=	hs-hxt-charproperties
 SUBDIR+=	hs-hxt-curl
 SUBDIR+=	hs-hxt-relaxng
 SUBDIR+=	hs-hxt-tagsoup
diff --git a/hs-hxt-charproperties/DESCR b/hs-hxt-charproperties/DESCR
deleted file mode 100644
index 81b70cdfa0..0000000000
--- a/hs-hxt-charproperties/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Character proprties defined by XML and Unicode standards. These
-modules contain predicates for Unicode blocks and char proprties and
-character predicates defined by XML. Supported Unicode version is
-5.2.0.
diff --git a/hs-hxt-charproperties/Makefile b/hs-hxt-charproperties/Makefile
deleted file mode 100644
index 45f9c282dc..0000000000
--- a/hs-hxt-charproperties/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/09/30 23:01:22 phonohawk Exp $
-#
-
-DISTNAME=	hxt-charproperties-9.1.1.1
-CATEGORIES=	textproc
-
-MAINTAINER=	pho%cielonegro.org@localhost
-COMMENT=	Character properties and classes for XML and Unicode
-LICENSE=	mit
-
-.include "../../wip/mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-hxt-charproperties/PLIST b/hs-hxt-charproperties/PLIST
deleted file mode 100644
index f5bae25e6b..0000000000
--- a/hs-hxt-charproperties/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/27 05:23:07 phonohawk Exp $
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/Properties/UnicodeBlocks.hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/Properties/UnicodeBlocks.p_hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/Properties/UnicodeCharProps.hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/Properties/UnicodeCharProps.p_hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/Properties/XMLCharProps.hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/Properties/XMLCharProps.p_hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Set/CharSet.hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/Data/Set/CharSet.p_hi
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/HShxt-charproperties-${PKGVERSION}.o
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/libHShxt-charproperties-${PKGVERSION}.a
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/libHShxt-charproperties-${PKGVERSION}_p.a
-lib/hxt-charproperties-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/hxt-charproperties-${PKGVERSION}/LICENSE
diff --git a/hs-hxt-charproperties/buildlink3.mk b/hs-hxt-charproperties/buildlink3.mk
deleted file mode 100644
index d5fec067de..0000000000
--- a/hs-hxt-charproperties/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/08/29 14:10:24 szptvlfn Exp $
-
-BUILDLINK_TREE+=	hs-hxt-charproperties
-
-.if !defined(HS_HXT_CHARPROPERTIES_BUILDLINK3_MK)
-HS_HXT_CHARPROPERTIES_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-hxt-charproperties+=	hs-hxt-charproperties>=9.1.1
-BUILDLINK_ABI_DEPENDS.hs-hxt-charproperties+=	hs-hxt-charproperties>=9.1.1.1
-BUILDLINK_PKGSRCDIR.hs-hxt-charproperties?=	../../wip/hs-hxt-charproperties
-.endif	# HS_HXT_CHARPROPERTIES_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-hs-hxt-charproperties
diff --git a/hs-hxt-charproperties/distinfo b/hs-hxt-charproperties/distinfo
deleted file mode 100644
index 861a724842..0000000000
--- a/hs-hxt-charproperties/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/09/30 23:01:22 phonohawk Exp $
-
-RMD160 (hxt-charproperties-9.1.1.1.tar.gz) = aa493a374e392a13936fa2a29fe4d34e820c0a85
-SHA512 (hxt-charproperties-9.1.1.1.tar.gz) = c2dcfc9969f5651b79ca3dd3f4ba410a3389648182e7c7a7f1cd38b6adda64068b22086cedef60a7de87ff56693f4b5968aa2bdf17c2a08d6a6fe0a9073a9192
-Size (hxt-charproperties-9.1.1.1.tar.gz) = 225230 bytes
diff --git a/hs-hxt-relaxng/Makefile b/hs-hxt-relaxng/Makefile
index cebc5441d4..41032473a5 100644
--- a/hs-hxt-relaxng/Makefile
+++ b/hs-hxt-relaxng/Makefile
@@ -10,7 +10,7 @@ LICENSE=	mit
 
 .include "../../wip/mk/haskell.mk"
 .include "../../wip/hs-hxt/buildlink3.mk"
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../textproc/hs-hxt-regex-xmlschema/buildlink3.mk"
 .include "../../net/hs-network/buildlink3.mk"
 .include "../../textproc/hs-parsec/buildlink3.mk"
diff --git a/hs-hxt-relaxng/buildlink3.mk b/hs-hxt-relaxng/buildlink3.mk
index 989178017f..2d352a16f4 100644
--- a/hs-hxt-relaxng/buildlink3.mk
+++ b/hs-hxt-relaxng/buildlink3.mk
@@ -10,7 +10,7 @@ BUILDLINK_ABI_DEPENDS.hs-hxt-relaxng+=	hs-hxt-relaxng>=9.1.4
 BUILDLINK_PKGSRCDIR.hs-hxt-relaxng?=	../../wip/hs-hxt-relaxng
 
 .include "../../wip/hs-hxt/buildlink3.mk"
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../textproc/hs-hxt-regex-xmlschema/buildlink3.mk"
 .include "../../net/hs-network/buildlink3.mk"
 .include "../../textproc/hs-parsec/buildlink3.mk"
diff --git a/hs-hxt-tagsoup/Makefile b/hs-hxt-tagsoup/Makefile
index fb4117f8db..9caabafe5d 100644
--- a/hs-hxt-tagsoup/Makefile
+++ b/hs-hxt-tagsoup/Makefile
@@ -10,7 +10,7 @@ LICENSE=	mit
 
 .include "../../wip/mk/haskell.mk"
 .include "../../wip/hs-hxt/buildlink3.mk"
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../textproc/hs-hxt-unicode/buildlink3.mk"
 .include "../../textproc/hs-tagsoup/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/hs-hxt-tagsoup/buildlink3.mk b/hs-hxt-tagsoup/buildlink3.mk
index d846b58663..814eba7ea9 100644
--- a/hs-hxt-tagsoup/buildlink3.mk
+++ b/hs-hxt-tagsoup/buildlink3.mk
@@ -10,7 +10,7 @@ BUILDLINK_ABI_DEPENDS.hs-hxt-tagsoup+=	hs-hxt-tagsoup>=9.1.1
 BUILDLINK_PKGSRCDIR.hs-hxt-tagsoup?=	../../wip/hs-hxt-tagsoup
 
 .include "../../wip/hs-hxt/buildlink3.mk"
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../textproc/hs-hxt-unicode/buildlink3.mk"
 .include "../../textproc/hs-tagsoup/buildlink3.mk"
 .endif	# HS_HXT_TAGSOUP_BUILDLINK3_MK
diff --git a/hs-hxt/Makefile b/hs-hxt/Makefile
index e2efd932ca..3b67645b2c 100644
--- a/hs-hxt/Makefile
+++ b/hs-hxt/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Collection of tools for processing XML with Haskell
 LICENSE=	mit
 
 .include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../textproc/hs-hxt-regex-xmlschema/buildlink3.mk"
 .include "../../textproc/hs-hxt-unicode/buildlink3.mk"
 .include "../../devel/hs-mtl/buildlink3.mk"
diff --git a/hs-hxt/buildlink3.mk b/hs-hxt/buildlink3.mk
index 33f4076e6b..a94682765b 100644
--- a/hs-hxt/buildlink3.mk
+++ b/hs-hxt/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-hxt+=	hs-hxt>=9.3.1
 BUILDLINK_ABI_DEPENDS.hs-hxt+=	hs-hxt>=9.3.1.1
 BUILDLINK_PKGSRCDIR.hs-hxt?=	../../wip/hs-hxt
 
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../textproc/hs-hxt-regex-xmlschema/buildlink3.mk"
 .include "../../textproc/hs-hxt-unicode/buildlink3.mk"
 .include "../../devel/hs-mtl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index