]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Text-Tabs+Wrap: Update to 2013.0523
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 1 Jul 2021 21:25:48 +0000 (23:25 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 16 Aug 2021 06:27:12 +0000 (06:27 +0000)
- Update from 2005.0824 to 2013.0523 - latest version
- Update of rootfile required
- Changelog
   = 2013/05/23
     Change module 'NAME'
   = 2013/05/22
     Typos
   = 2013/04/26
     Minor test suite fixes - bug 81698.
     Fixed bug 79766 -- an extraneous "=" in a regex.
     Changed the license to qualify as an "open source" license.
   = 2012/08/18
     Packaging fix.
     Minor documentation fixes.
   = 2012/08/15
     Minor fixes to test suites.
     Added back versions to support old versions of perl.
   = 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
   = 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 <david at landgren.net>.
     Use warnings::warnif instead of just warn for columns < 2.  Appled per
      request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
   = 2006/11/17
     Text::Tabs can handle newlines now so the BUGS section has been removed
      per request from Aristotle Pagaltzis.
   = 2006/07/11
     Further bomb-proofing to pass more tests: Dan Jacobson <jidanni at
      jidanni dot org> found another way to generate a "this shouldn't happen".
   = 2006/07/05
     Made documentation and code changes to address perlbug:
      https://rt.perl.org/rt3/Ticket/Display.html?id=30229
     Added in changes from the distributed-with-perl version.  This took
      care of perlbug: https://rt.perl.org/rt3/Ticket/Display.html?id=34902
     It also took care of suggestion from Matthijs Bomhoff <matthijs
      at bomhoff dot nl>.
     Made documentation changes (added EXAMPLES) as per a suggestion
      from Gabor Blasko <gblasko at cs dot columbia dot edu>
     belg4mit at MIT dot EDU reported that $columns==1 die'd.  No longer.
     Added tests for each bug report.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/Text-Tabs+Wrap
lfs/Text-Tabs+Wrap

index 00e0a3812feb0a8a5320b470fa774c2ed76f0ab9..9c6449ec3834c174e9065588509be16956ef7fe7 100644 (file)
@@ -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/.packlist
+#usr/share/man/man3/modern::Text::Tabs.3
+#usr/share/man/man3/modern::Text::Wrap.3
index 68f8662b0bfc7f8a421139039280c4b9956df8ae..9cdbe0412b0b5273bf0f27dd1b1ec2e23ecbd85c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2005.0824
+VER        = 2013.0523
 
 THISAPP    = Text-Tabs+Wrap-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 99c061630027de809beca99d0b71f689
+$(DL_FILE)_MD5 = 3e421ed3810803512af8d13bad548993
 
 install : $(TARGET)