diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-02 11:03:38 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-02 11:03:38 +0000 |
commit | 3c07d6686ebeea7414550cbcda62b27260d89010 (patch) | |
tree | 3b36dcbb68643a1fd34121cf8bce342a27b68842 /textproc/p5-Text-Flowed | |
parent | 0acc92c3c0e11fd69594af05afa55d4159552811 (diff) | |
download | ports-3c07d6686ebeea7414550cbcda62b27260d89010.tar.gz ports-3c07d6686ebeea7414550cbcda62b27260d89010.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Flowed')
-rw-r--r-- | textproc/p5-Text-Flowed/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-Flowed/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Flowed/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/p5-Text-Flowed/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-Text-Flowed/Makefile b/textproc/p5-Text-Flowed/Makefile new file mode 100644 index 000000000000..89f7dd082f20 --- /dev/null +++ b/textproc/p5-Text-Flowed/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Text-Flowed +# Date created: 2 August 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Flowed +DISTVERSION= 0.14 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= RFC2646 format=flowed + +PERL_CONFIGURE= YES + +MAN3= ${PORTNAME:S/-/::/g}.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Flowed/distinfo b/textproc/p5-Text-Flowed/distinfo new file mode 100644 index 000000000000..1a0b28b2518a --- /dev/null +++ b/textproc/p5-Text-Flowed/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Flowed-0.14.tar.gz) = 77ae252248acf6c18d117fb3ae6103e6 +SHA256 (Text-Flowed-0.14.tar.gz) = 14f637bb7da094db714be93e361f248a0cda35b68dcc816b1a6aea20b74eb086 +SIZE (Text-Flowed-0.14.tar.gz) = 4165 diff --git a/textproc/p5-Text-Flowed/pkg-descr b/textproc/p5-Text-Flowed/pkg-descr new file mode 100644 index 000000000000..3cab88673673 --- /dev/null +++ b/textproc/p5-Text-Flowed/pkg-descr @@ -0,0 +1,13 @@ +This module provides functions that deals with formatting data with +Content-Type 'text/plain; format=flowed' as described in RFC2646 +(http://www.rfc-editor.org/rfc/rfc2646.txt). In a nutshell, +format=flowed text solves the problem in plain text files where it +is not known which lines can be considered a logical paragraph, +enabling lines to be automatically flowed (wrapped and/or joined) +as appropriate when displaying. + +In format=flowed, a soft newline is expressed as " \n", while hard +newlines are expressed as "\n". Soft newlines can be automatically +deleted or inserted as appropriate when the text is reformatted. + +WWW: http://search.cpan.org/dist/Text-Flowed/ diff --git a/textproc/p5-Text-Flowed/pkg-plist b/textproc/p5-Text-Flowed/pkg-plist new file mode 100644 index 000000000000..30b766df9581 --- /dev/null +++ b/textproc/p5-Text-Flowed/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Flowed/.packlist +%%SITE_PERL%%/Text/Flowed.pm +@dirrmtry %%SITE_PERL%%/Text +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Flowed +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |