Ticket #27389: p5-text-tabsxwrap-2009.0305.patch

File p5-text-tabsxwrap-2009.0305.patch, 2.0 KB (added by larry+macports@…, 13 years ago)

Update to latest version and make other improvements (apply this 2nd)

  • rsync.macports.org/release/ports/perl/p5-text-tabsxwrap/Portfile

    # HG changeset patch
    # Parent 4523e6db0a77fe7dd11b1d42e31f5ec0a5a8276c
    
    diff -r 4523e6db0a77 rsync.macports.org/release/ports/perl/p5-text-tabsxwrap/Portfile
    a b  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $
    23PortSystem          1.0
    34PortGroup           perl5 1.0
    45
    5 perl5.setup         Text-Tabs+Wrap 2006.0711
     6perl5.setup         Text-Tabs+Wrap 2009.0305
    67name                p5-text-tabsxwrap
    7 maintainers         nomaintainer
     8# License: "This module may be modified, used, copied, and redistributed at
     9# your own risk.  Publicly redistributed modified versions must use a different
     10# name."
     11license             OSI-Approved
     12maintainers         l2g.to:larry+macports
    813description         Line wrapping to form simple paragraphs
    9 long_description    ${description}
    10 checksums           md5 0fe19b3fc2bac99374fe884b07bb3197
     14
     15long_description \
     16        "Text::Tabs performs the same job that the unix expand(1) and \
     17        unexpand(1) commands do: adding or removing tabs from a document. \
     18
     19        \nText::Wrap::wrap() will reformat lines into paragraphs.  All it \
     20        does is break up long lines, it will not join short lines together. \
     21
     22        \nText::Fill::fill() will reformat blocks of text into paragraphs. \
     23        It uses Text::Wrap::wrap() to do the work.
     24        "
     25
     26checksums           md5     dab239630e8cf2e6b2a3a292926ce47b \
     27                    sha1    bf588abea7542feede5a082e13bd2b679ad1ace8 \
     28                    rmd160  4cd695f413ad1157d8d7646b46ef1620d8d26ddf
    1129platforms           darwin
    1230
    1331supported_archs     noarch
     32
     33# The + in "Text-Tabs+Wrap" must be escaped for livecheck.regex's pattern
     34# to work
     35regsub {Tabs\+} ${livecheck.regex} "Tabs\\+" livecheck.regex