diff options
author | sat <sat@FreeBSD.org> | 2006-08-02 19:03:38 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-02 19:03:38 +0800 |
commit | 5fc4f670f17f8d4477415750bb17e4b90ac5918f (patch) | |
tree | b5ba2f70182ab03454f5ec6c22d54daec883d668 /textproc/Makefile | |
parent | fcef4a829d784c7aac50af21d18098caa8fd2cde (diff) | |
download | freebsd-ports-gnome-5fc4f670f17f8d4477415750bb17e4b90ac5918f.tar.gz freebsd-ports-gnome-5fc4f670f17f8d4477415750bb17e4b90ac5918f.tar.zst freebsd-ports-gnome-5fc4f670f17f8d4477415750bb17e4b90ac5918f.zip |
Add port textproc/p5-Text-Flowed:
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/
Justification: socialtext dependency
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2ed3cfaa1962..1074aff2d299 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -490,6 +490,7 @@ SUBDIR += p5-Text-FixedLength SUBDIR += p5-Text-FixedLength-Extra SUBDIR += p5-Text-Flowchart + SUBDIR += p5-Text-Flowed SUBDIR += p5-Text-Format SUBDIR += p5-Text-Format+NWrap SUBDIR += p5-Text-FormatTable |