# -*- 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
# $Id: Portfile 88679 2012-01-07 20:22:25Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

name                p5-text-tabsxwrap
perl5.setup         Text-Tabs+Wrap 2009.0305
revision            2
platforms           darwin
maintainers         l2g
supported_archs     noarch

# License: "This module may be modified, used, copied, and redistributed at
# your own risk.  Publicly redistributed modified versions must use a different
# name."
license             Permissive GPLConflict

description         Line wrapping to form simple paragraphs

long_description    Text::Tabs performs the same job that the unix expand(1) \
                    and unexpand(1) commands do: adding or removing tabs from \
                    a document. \
                    \n\
                    \nText::Wrap::wrap() will reformat lines into paragraphs. \
                    All it does is break up long lines, it will not join \
                    short lines together. \
                    \n\
                    \nText::Fill::fill() will reformat blocks of text into \
                    paragraphs. It uses Text::Wrap::wrap() to do the work.

checksums           sha1    bf588abea7542feede5a082e13bd2b679ad1ace8 \
                    rmd160  4cd695f413ad1157d8d7646b46ef1620d8d26ddf
