Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-MIME-Base64: remove, part of perl since 2003



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19219126e2c7
branches:  trunk
changeset: 438050:19219126e2c7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 12:06:19 2020 +0000

description:
p5-MIME-Base64: remove, part of perl since 2003

diffstat:

 converters/Makefile                        |   3 +--
 converters/p5-MIME-Base64/DESCR            |  20 --------------------
 converters/p5-MIME-Base64/Makefile         |  17 -----------------
 converters/p5-MIME-Base64/distinfo         |   7 -------
 converters/p5-MIME-Base64/patches/patch-aa |  20 --------------------
 doc/CHANGES-2020                           |   3 ++-
 6 files changed, 3 insertions(+), 67 deletions(-)

diffs (111 lines):

diff -r e820de3c9370 -r 19219126e2c7 converters/Makefile
--- a/converters/Makefile       Fri Sep 04 12:05:14 2020 +0000
+++ b/converters/Makefile       Fri Sep 04 12:06:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.179 2020/09/04 11:52:59 wiz Exp $
+# $NetBSD: Makefile,v 1.180 2020/09/04 12:06:19 wiz Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -85,7 +85,6 @@
 SUBDIR+=       p5-MARC-Charset
 SUBDIR+=       p5-MARC-Crosswalk-DublinCore
 SUBDIR+=       p5-MIME-Base32
-SUBDIR+=       p5-MIME-Base64
 SUBDIR+=       p5-MIME-Base64-URLSafe
 SUBDIR+=       p5-Sereal
 SUBDIR+=       p5-Sereal-Decoder
diff -r e820de3c9370 -r 19219126e2c7 converters/p5-MIME-Base64/DESCR
--- a/converters/p5-MIME-Base64/DESCR   Fri Sep 04 12:05:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-This package contains a base64 encoder/decoder and a quoted-printable
-encoder/decoder.  These encoding methods are specified in RFC 2045 -
-MIME (Multipurpose Internet Mail Extensions).
-
-The base64 encoding is designed to represent arbitrary sequences of
-octets in a form that need not be humanly readable. A 65-character
-subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits to be
-represented per printable character.
-
-The quoted-printable encoding is intended to represent data that
-largely consists of bytes that correspond to printable characters in
-the ASCII character set.  Non-printable characters are represented by
-a triplet consisting of the character "=" followed by two hexadecimal
-digits.
-
-The MIME::Base64 and MIME::QuotedPrint modules used to be part of
-libwww-perl package.  They are now distributed separately (this
-package).  The main improvement is that the base64 encoder/decoder is
-implemented by XS functions.  This makes it about 20 times faster than
-the old implementation in perl.
diff -r e820de3c9370 -r 19219126e2c7 converters/p5-MIME-Base64/Makefile
--- a/converters/p5-MIME-Base64/Makefile        Fri Sep 04 12:05:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.60 2020/08/31 18:06:49 wiz Exp $
-
-DISTNAME=      MIME-Base64-3.15
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
-CATEGORIES=    converters perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MIME/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/MIME-Base64
-COMMENT=       Perl5 module for Base64 and Quoted-Printable encodings
-LICENSE=       ${PERL5_LICENSE}
-
-PERL5_PACKLIST=                auto/MIME/Base64/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e820de3c9370 -r 19219126e2c7 converters/p5-MIME-Base64/distinfo
--- a/converters/p5-MIME-Base64/distinfo        Fri Sep 04 12:05:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 01:43:52 agc Exp $
-
-SHA1 (MIME-Base64-3.15.tar.gz) = 07dd64adbec0e8952954664cbf8fa6b20915f95c
-RMD160 (MIME-Base64-3.15.tar.gz) = 02e2b20b1c6f2102afef0178f3a0587f00ba75c7
-SHA512 (MIME-Base64-3.15.tar.gz) = 2f1ce99f755d7ae25f6b1907e043c16f72799e0cc9aa8b5efe8bb1f0542fc6f39bff691b2477e18136d06dfb38f6a844c76018a7fa4e60591ebf0e60cfea55d4
-Size (MIME-Base64-3.15.tar.gz) = 18438 bytes
-SHA1 (patch-aa) = 2b3401a79b1db14d3f9937a3268f4d1cbae56965
diff -r e820de3c9370 -r 19219126e2c7 converters/p5-MIME-Base64/patches/patch-aa
--- a/converters/p5-MIME-Base64/patches/patch-aa        Fri Sep 04 12:05:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2015/01/14 13:12:09 wiz Exp $
-
---- Makefile.PL.orig   2015-01-12 20:13:20.000000000 +0000
-+++ Makefile.PL
-@@ -1,15 +1,9 @@
- require 5.004;
- use ExtUtils::MakeMaker;
- 
--my @makefileopts;
--if ($] >= 5.008 && $] < 5.012) {
--    push @makefileopts, INSTALLDIRS => 'perl';
--}
--
- WriteMakefile(
-     NAME       => 'MIME::Base64',
-     VERSION_FROM => 'Base64.pm',
--    @makefileopts,
- 
-     ABSTRACT     => 'The RFC 2045 encodings; base64 and quoted-printable',
-     AUTHOR       => 'Gisle Aas <gisle%activestate.com@localhost>',
diff -r e820de3c9370 -r 19219126e2c7 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 12:05:14 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 12:06:19 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4769 2020/09/04 12:01:53 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4770 2020/09/04 12:06:19 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7363,3 +7363,4 @@
        Removed converters/p5-JSON-PP successor lang/perl5 [wiz 2020-09-04]
        Removed misc/p5-Locale-Maketext successor lang/perl5 [wiz 2020-09-04]
        Removed misc/p5-Locale-Maketext-Simple successor lang/perl5 [wiz 2020-09-04]
+       Removed converters/p5-MIME-Base64 successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index