From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] Text-Tabs+Wrap: Update to 2013.0523 Date: Thu, 01 Jul 2021 23:25:48 +0200 Message-ID: <20210701212548.282509-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2244130652453904760==" List-Id: --===============2244130652453904760== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 2005.0824 to 2013.0523 - latest version - Update of rootfile required - Changelog =3D 2013/05/23 Change module 'NAME' =3D 2013/05/22 Typos =3D 2013/04/26 Minor test suite fixes - bug 81698. Fixed bug 79766 -- an extraneous "=3D" in a regex. Changed the license to qualify as an "open source" license. =3D 2012/08/18 Packaging fix. Minor documentation fixes. =3D 2012/08/15 Minor fixes to test suites. Added back versions to support old versions of perl. =3D 2009/04/17 Added support for Unicode combining characters to both Text::Tabs and Text::Wrap, plus a new test suite for each of these new functionalities. --tchrist =3D 2009/03/05 Test improvements from Dave Mitchel sent back in 2005... Added code to increase $columns if it's not big enough to accommodate the subsequent tab. Minor documentation fixes from David Landgren . Use warnings::warnif instead of just warn for columns < 2. Appled per request of Rafael Garcia-Suarez . =3D 2006/11/17 Text::Tabs can handle newlines now so the BUGS section has been removed per request from Aristotle Pagaltzis. =3D 2006/07/11 Further bomb-proofing to pass more tests: Dan Jacobson found another way to generate a "this shouldn't happen= ". =3D 2006/07/05 Made documentation and code changes to address perlbug: https://rt.perl.org/rt3/Ticket/Display.html?id=3D30229 Added in changes from the distributed-with-perl version. This took care of perlbug: https://rt.perl.org/rt3/Ticket/Display.html?id=3D34902 It also took care of suggestion from Matthijs Bomhoff . Made documentation changes (added EXAMPLES) as per a suggestion from Gabor Blasko belg4mit at MIT dot EDU reported that $columns=3D=3D1 die'd. No longer. Added tests for each bug report. Signed-off-by: Adolf Belka --- config/rootfiles/common/Text-Tabs+Wrap | 6 ++++-- lfs/Text-Tabs+Wrap | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/Text-Tabs+Wrap b/config/rootfiles/common= /Text-Tabs+Wrap index 00e0a3812..9c6449ec3 100644 --- a/config/rootfiles/common/Text-Tabs+Wrap +++ b/config/rootfiles/common/Text-Tabs+Wrap @@ -1,2 +1,4 @@ -#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text -#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text/.packlist +#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text-Wrap +#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Text-Wrap/.packl= ist +#usr/share/man/man3/modern::Text::Tabs.3 +#usr/share/man/man3/modern::Text::Wrap.3 diff --git a/lfs/Text-Tabs+Wrap b/lfs/Text-Tabs+Wrap index 68f8662b0..9cdbe0412 100644 --- a/lfs/Text-Tabs+Wrap +++ b/lfs/Text-Tabs+Wrap @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2005.0824 +VER =3D 2013.0523 =20 THISAPP =3D Text-Tabs+Wrap-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 99c061630027de809beca99d0b71f689 +$(DL_FILE)_MD5 =3D 3e421ed3810803512af8d13bad548993 =20 install : $(TARGET) =20 --=20 2.32.0 --===============2244130652453904760==--