# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 name p5-text-tabsxwrap perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Text-Tabs+Wrap 2024.001 revision 0 maintainers nomaintainer # 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 homepage https://metacpan.org/release/ARISTOTLE/${perl5.module}-${perl5.moduleversion} 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. platforms {darwin any} supported_archs noarch checksums rmd160 da23607b05a8e01d7398347c7f23aba87bf37ef8 \ sha256 fa83812ad59b111c543a3678115012aeb3e4ab3067c2261a38fdbcacf1b761cd \ size 17364