Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc p5-Locale-Maketext: remove, part of perl since 2003
details: https://anonhg.NetBSD.org/pkgsrc/rev/a272bcffbdaa
branches: trunk
changeset: 438047:a272bcffbdaa
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 04 12:00:48 2020 +0000
description:
p5-Locale-Maketext: remove, part of perl since 2003
diffstat:
doc/CHANGES-2020 | 3 ++-
misc/Makefile | 3 +--
misc/p5-Locale-Maketext/DESCR | 7 -------
misc/p5-Locale-Maketext/Makefile | 17 -----------------
misc/p5-Locale-Maketext/distinfo | 7 -------
misc/p5-Locale-Maketext/patches/patch-Makefile.PL | 15 ---------------
6 files changed, 3 insertions(+), 49 deletions(-)
diffs (93 lines):
diff -r 8d52fc708d11 -r a272bcffbdaa doc/CHANGES-2020
--- a/doc/CHANGES-2020 Fri Sep 04 11:52:59 2020 +0000
+++ b/doc/CHANGES-2020 Fri Sep 04 12:00:48 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4767 2020/09/04 11:52:59 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4768 2020/09/04 12:00:48 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7361,3 +7361,4 @@
Removed devel/p5-IPC-SysV successor lang/perl5 [wiz 2020-09-04]
Updated audio/ncspot to 0.2.2 [pin 2020-09-04]
Removed converters/p5-JSON-PP successor lang/perl5 [wiz 2020-09-04]
+ Removed misc/p5-Locale-Maketext successor lang/perl5 [wiz 2020-09-04]
diff -r 8d52fc708d11 -r a272bcffbdaa misc/Makefile
--- a/misc/Makefile Fri Sep 04 11:52:59 2020 +0000
+++ b/misc/Makefile Fri Sep 04 12:00:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.540 2020/08/03 18:28:07 jmcneill Exp $
+# $NetBSD: Makefile,v 1.541 2020/09/04 12:00:48 wiz Exp $
#
COMMENT= Miscellaneous utilities
@@ -225,7 +225,6 @@
SUBDIR+= p5-File-MMagic-XS
SUBDIR+= p5-File-Tail
SUBDIR+= p5-Locale-Codes
-SUBDIR+= p5-Locale-Maketext
SUBDIR+= p5-Locale-Maketext-Fuzzy
SUBDIR+= p5-Locale-Maketext-Lexicon
SUBDIR+= p5-Locale-Maketext-Simple
diff -r 8d52fc708d11 -r a272bcffbdaa misc/p5-Locale-Maketext/DESCR
--- a/misc/p5-Locale-Maketext/DESCR Fri Sep 04 11:52:59 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-It is a common feature of applications (whether run directly, or via
-the Web) for them to be "localized" -- i.e., for them to a present an
-English interface to an English-speaker, a German interface to a
-German-speaker, and so on for all languages it's programmed with.
-Locale::Maketext is a framework for software localization; it provides
-you with the tools for organizing and accessing the bits of text and
-text-processing code that you need for producing localized applications.
diff -r 8d52fc708d11 -r a272bcffbdaa misc/p5-Locale-Maketext/Makefile
--- a/misc/p5-Locale-Maketext/Makefile Fri Sep 04 11:52:59 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2020/08/31 18:10:24 wiz Exp $
-
-DISTNAME= Locale-Maketext-1.28
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
-CATEGORIES= misc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://metacpan.org/release/Locale-Maketext
-COMMENT= Perl framework for localization
-LICENSE= ${PERL5_LICENSE}
-
-PERL5_PACKLIST= auto/Locale/Maketext/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8d52fc708d11 -r a272bcffbdaa misc/p5-Locale-Maketext/distinfo
--- a/misc/p5-Locale-Maketext/distinfo Fri Sep 04 11:52:59 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.10 2016/08/13 00:20:42 wen Exp $
-
-SHA1 (Locale-Maketext-1.28.tar.gz) = fa87e5a7fde014304fd079ea454011c9ed6974d7
-RMD160 (Locale-Maketext-1.28.tar.gz) = ca2fbba6dcd39665ddaacdd578cd9947b5157446
-SHA512 (Locale-Maketext-1.28.tar.gz) = 1f4f3f3c3d4ede54007344031d7bf6094886d216f084e3ad0a58f7785cd6185ccc992ca5f399bd9afa63546b1dabcd2976e98a7e760bae9d9cbe8e3a8ec95d10
-Size (Locale-Maketext-1.28.tar.gz) = 54312 bytes
-SHA1 (patch-Makefile.PL) = e1225482aff2b1ca71786f18cb554f1c340048c8
diff -r 8d52fc708d11 -r a272bcffbdaa misc/p5-Locale-Maketext/patches/patch-Makefile.PL
--- a/misc/p5-Locale-Maketext/patches/patch-Makefile.PL Fri Sep 04 11:52:59 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2014/12/13 04:11:18 mef Exp $
-
-WARN: Makefile:13: Unusual value for PERL5_PACKLIST -- "auto/Locale/Maketext/.packlist" expected.
-
---- Makefile.PL~ 2014-12-05 05:40:54.000000000 +0900
-+++ Makefile.PL 2014-12-13 13:04:08.000000000 +0900
-@@ -3,7 +3,7 @@ use strict;
- use ExtUtils::MakeMaker;
-
- WriteMakefile(
-- NAME => 'Locale-Maketext',
-+ NAME => 'Locale/Maketext',
- VERSION_FROM => 'lib/Locale/Maketext.pm',
- ABSTRACT_FROM => 'lib/Locale/Maketext.pod',
- PREREQ_PM => {
Home |
Main Index |
Thread Index |
Old Index