# 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 |
1 | 2 | # $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $ |
2 | 3 | PortSystem 1.0 |
3 | 4 | PortGroup perl5 1.0 |
4 | 5 | |
5 | | perl5.setup Text-Tabs+Wrap 2006.0711 |
| 6 | perl5.setup Text-Tabs+Wrap 2009.0305 |
6 | 7 | name 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." |
| 11 | license OSI-Approved |
| 12 | maintainers l2g.to:larry+macports |
8 | 13 | description Line wrapping to form simple paragraphs |
9 | | long_description ${description} |
10 | | checksums md5 0fe19b3fc2bac99374fe884b07bb3197 |
| 14 | |
| 15 | long_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 | |
| 26 | checksums md5 dab239630e8cf2e6b2a3a292926ce47b \ |
| 27 | sha1 bf588abea7542feede5a082e13bd2b679ad1ace8 \ |
| 28 | rmd160 4cd695f413ad1157d8d7646b46ef1620d8d26ddf |
11 | 29 | platforms darwin |
12 | 30 | |
13 | 31 | supported_archs noarch |
| 32 | |
| 33 | # The + in "Text-Tabs+Wrap" must be escaped for livecheck.regex's pattern |
| 34 | # to work |
| 35 | regsub {Tabs\+} ${livecheck.regex} "Tabs\\+" livecheck.regex |