3c07d6686e
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
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# 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>
|