pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-hxt-unicode: 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:21:20 2023 +0900
Changeset: c0330065e861ee671ddb172e3ed37006cacb0234
Modified Files:
Makefile
hs-hxt-tagsoup/Makefile
hs-hxt-tagsoup/buildlink3.mk
hs-hxt/Makefile
hs-hxt/buildlink3.mk
Removed Files:
hs-hxt-unicode/DESCR
hs-hxt-unicode/Makefile
hs-hxt-unicode/PLIST
hs-hxt-unicode/buildlink3.mk
hs-hxt-unicode/distinfo
Log Message:
hs-hxt-unicode: 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=c0330065e861ee671ddb172e3ed37006cacb0234
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-hxt-tagsoup/Makefile | 2 +-
hs-hxt-tagsoup/buildlink3.mk | 2 +-
hs-hxt-unicode/DESCR | 4 ----
hs-hxt-unicode/Makefile | 13 -------------
hs-hxt-unicode/PLIST | 16 ----------------
hs-hxt-unicode/buildlink3.mk | 15 ---------------
hs-hxt-unicode/distinfo | 5 -----
hs-hxt/Makefile | 2 +-
hs-hxt/buildlink3.mk | 2 +-
10 files changed, 4 insertions(+), 58 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index a5f4c527a4..bbb06a0a91 100644
--- a/Makefile
+++ b/Makefile
@@ -1626,7 +1626,6 @@ SUBDIR+= hs-hxt-curl
SUBDIR+= hs-hxt-regex-xmlschema
SUBDIR+= hs-hxt-relaxng
SUBDIR+= hs-hxt-tagsoup
-SUBDIR+= hs-hxt-unicode
SUBDIR+= hs-hxt-xpath
SUBDIR+= hs-hxt-xslt
SUBDIR+= hs-iconv
diff --git a/hs-hxt-tagsoup/Makefile b/hs-hxt-tagsoup/Makefile
index afefa2da46..fb4117f8db 100644
--- a/hs-hxt-tagsoup/Makefile
+++ b/hs-hxt-tagsoup/Makefile
@@ -11,6 +11,6 @@ LICENSE= mit
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-hxt/buildlink3.mk"
.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
-.include "../../wip/hs-hxt-unicode/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 5805718828..d846b58663 100644
--- a/hs-hxt-tagsoup/buildlink3.mk
+++ b/hs-hxt-tagsoup/buildlink3.mk
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.hs-hxt-tagsoup?= ../../wip/hs-hxt-tagsoup
.include "../../wip/hs-hxt/buildlink3.mk"
.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
-.include "../../wip/hs-hxt-unicode/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-unicode/DESCR b/hs-hxt-unicode/DESCR
deleted file mode 100644
index 6ec83e62fa..0000000000
--- a/hs-hxt-unicode/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Unicode encoding and decoding functions for utf8, iso-latin-* and
-somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 -
-16, utf8, utf16, ASCII are supported. Decoding is done with lasy
-functions, errors may be detected or ignored.
diff --git a/hs-hxt-unicode/Makefile b/hs-hxt-unicode/Makefile
deleted file mode 100644
index 05deef8398..0000000000
--- a/hs-hxt-unicode/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/09/30 23:08:00 phonohawk Exp $
-#
-
-DISTNAME= hxt-unicode-9.0.2.1
-CATEGORIES= textproc
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Unicode en-/decoding functions used in the Haskell XML Toolbox
-LICENSE= mit
-
-.include "../../wip/mk/haskell.mk"
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-hxt-unicode/PLIST b/hs-hxt-unicode/PLIST
deleted file mode 100644
index 5c26531dce..0000000000
--- a/hs-hxt-unicode/PLIST
+++ /dev/null
@@ -1,16 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/27 05:52:11 phonohawk Exp $
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/IsoLatinTables.hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/Char/IsoLatinTables.p_hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/EncodingNames.hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/EncodingNames.p_hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/UTF8.hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/UTF8.p_hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/UTF8Decoding.hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/UTF8Decoding.p_hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/Unicode.hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/Data/String/Unicode.p_hi
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/HShxt-unicode-${PKGVERSION}.o
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/libHShxt-unicode-${PKGVERSION}.a
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/libHShxt-unicode-${PKGVERSION}_p.a
-lib/hxt-unicode-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/hxt-unicode-${PKGVERSION}/LICENSE
diff --git a/hs-hxt-unicode/buildlink3.mk b/hs-hxt-unicode/buildlink3.mk
deleted file mode 100644
index 0c70dfb721..0000000000
--- a/hs-hxt-unicode/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/08/29 14:10:25 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-hxt-unicode
-
-.if !defined(HS_HXT_UNICODE_BUILDLINK3_MK)
-HS_HXT_UNICODE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-hxt-unicode+= hs-hxt-unicode>=9.0.2
-BUILDLINK_ABI_DEPENDS.hs-hxt-unicode+= hs-hxt-unicode>=9.0.2.1
-BUILDLINK_PKGSRCDIR.hs-hxt-unicode?= ../../wip/hs-hxt-unicode
-
-.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
-.endif # HS_HXT_UNICODE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-hxt-unicode
diff --git a/hs-hxt-unicode/distinfo b/hs-hxt-unicode/distinfo
deleted file mode 100644
index 62de84480b..0000000000
--- a/hs-hxt-unicode/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/09/30 23:08:00 phonohawk Exp $
-
-RMD160 (hxt-unicode-9.0.2.1.tar.gz) = 50d91c923726095b4af6ffb00e9ba8a94864137d
-SHA512 (hxt-unicode-9.0.2.1.tar.gz) = 43d4c73120d29e1a8af3efc4158062b750c64c4722621ebb9c88ec77110475e7953758ad5c812b661fed740c6a043bef1b4a3925a1034aa68273105d919abdbe
-Size (hxt-unicode-9.0.2.1.tar.gz) = 13648 bytes
diff --git a/hs-hxt/Makefile b/hs-hxt/Makefile
index 00299bff0f..4e80509c7c 100644
--- a/hs-hxt/Makefile
+++ b/hs-hxt/Makefile
@@ -11,7 +11,7 @@ LICENSE= mit
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
.include "../../wip/hs-hxt-regex-xmlschema/buildlink3.mk"
-.include "../../wip/hs-hxt-unicode/buildlink3.mk"
+.include "../../textproc/hs-hxt-unicode/buildlink3.mk"
.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../net/hs-network/buildlink3.mk"
.include "../../textproc/hs-parsec/buildlink3.mk"
diff --git a/hs-hxt/buildlink3.mk b/hs-hxt/buildlink3.mk
index 8819023e15..cda4ce7f73 100644
--- a/hs-hxt/buildlink3.mk
+++ b/hs-hxt/buildlink3.mk
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.hs-hxt?= ../../wip/hs-hxt
.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
.include "../../wip/hs-hxt-regex-xmlschema/buildlink3.mk"
-.include "../../wip/hs-hxt-unicode/buildlink3.mk"
+.include "../../textproc/hs-hxt-unicode/buildlink3.mk"
.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../net/hs-network/buildlink3.mk"
.include "../../textproc/hs-parsec/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index