Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-Unicode-Collate: remove, part of perl since 2003



details:   https://anonhg.NetBSD.org/pkgsrc/rev/662b92f37491
branches:  trunk
changeset: 438089:662b92f37491
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 14:09:45 2020 +0000

description:
p5-Unicode-Collate: remove, part of perl since 2003

diffstat:

 converters/Makefile                    |   3 +--
 converters/p5-Unicode-Collate/DESCR    |   5 -----
 converters/p5-Unicode-Collate/Makefile |  18 ------------------
 converters/p5-Unicode-Collate/TODO     |   1 -
 converters/p5-Unicode-Collate/distinfo |   6 ------
 doc/CHANGES-2020                       |   3 ++-
 6 files changed, 3 insertions(+), 33 deletions(-)

diffs (77 lines):

diff -r 3e61a1410f12 -r 662b92f37491 converters/Makefile
--- a/converters/Makefile       Fri Sep 04 14:08:37 2020 +0000
+++ b/converters/Makefile       Fri Sep 04 14:09:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.180 2020/09/04 12:06:19 wiz Exp $
+# $NetBSD: Makefile,v 1.181 2020/09/04 14:09:45 wiz Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -90,7 +90,6 @@
 SUBDIR+=       p5-Sereal-Decoder
 SUBDIR+=       p5-Sereal-Encoder
 SUBDIR+=       p5-Text-Iconv
-SUBDIR+=       p5-Unicode-Collate
 SUBDIR+=       p5-Unicode-EastAsianWidth
 SUBDIR+=       p5-Unicode-IMAPUtf7
 SUBDIR+=       p5-Unicode-Map
diff -r 3e61a1410f12 -r 662b92f37491 converters/p5-Unicode-Collate/DESCR
--- a/converters/p5-Unicode-Collate/DESCR       Fri Sep 04 14:08:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Unicode::Collate implements Unicode Collation Algorithm (UCA). The UCA
-provides a specification for how to compare two Unicode strings while
-remaining conformant to the requirements of The Unicode Standard. The UCA
-also supplies the Default Unicode Collation Element Table (DUCET), which
-is data specifying the default collation order for all Unicode characters.
diff -r 3e61a1410f12 -r 662b92f37491 converters/p5-Unicode-Collate/Makefile
--- a/converters/p5-Unicode-Collate/Makefile    Fri Sep 04 14:08:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.32 2020/08/31 18:06:50 wiz Exp $
-
-DISTNAME=      Unicode-Collate-1.27
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
-CATEGORIES=    converters perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Unicode/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/Unicode-Collate
-COMMENT=       Perl5 implementation of Unicode Collation Algorithm
-LICENSE=       ${PERL5_LICENSE}
-
-USE_LANGUAGES= c
-PERL5_PACKLIST=        auto/Unicode/Collate/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3e61a1410f12 -r 662b92f37491 converters/p5-Unicode-Collate/TODO
--- a/converters/p5-Unicode-Collate/TODO        Fri Sep 04 14:08:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-- install Default Unicode Collation Element Table
diff -r 3e61a1410f12 -r 662b92f37491 converters/p5-Unicode-Collate/distinfo
--- a/converters/p5-Unicode-Collate/distinfo    Fri Sep 04 14:08:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.23 2019/01/12 13:03:29 wen Exp $
-
-SHA1 (Unicode-Collate-1.27.tar.gz) = cecde0a8c2b41745a309489839e36c8d8ea26a1f
-RMD160 (Unicode-Collate-1.27.tar.gz) = 4442f7d19bd4b83f97e47ec81b84fac1ffb72468
-SHA512 (Unicode-Collate-1.27.tar.gz) = d7acd211151a49cff76923267a08ca0c2b87be0ab2af9bd28fd339bbf68ce34091d0df9aa42bf7d2072de34cf8986844265e17a97b0f65e96d1ff12573e3fe0c
-Size (Unicode-Collate-1.27.tar.gz) = 906872 bytes
diff -r 3e61a1410f12 -r 662b92f37491 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 14:08:37 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 14:09:45 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4791 2020/09/04 14:08:01 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4792 2020/09/04 14:09:45 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7385,3 +7385,4 @@
        Removed time/p5-Time-Local successor lang/perl5 [wiz 2020-09-04]
        Removed time/p5-Time-Piece successor lang/perl5 [wiz 2020-09-04]
        Updated lang/perl5 to 5.32.0nb1 [wiz 2020-09-04]
+       Removed converters/p5-Unicode-Collate successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index