1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

A perl module that provides quotification functionality for Usenet

articles and email mail
This commit is contained in:
Michael Haro 2001-09-22 05:09:10 +00:00
parent 7a6b264fc9
commit ee6042889f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48057
6 changed files with 52 additions and 0 deletions

View File

@ -127,6 +127,7 @@
SUBDIR += p5-Mail-ListDetector
SUBDIR += p5-Mail-MailStats
SUBDIR += p5-Mail-POP3Client
SUBDIR += p5-Mail-QuoteWrap
SUBDIR += p5-Mail-Sender
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-Tools

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Mail-QuoteWrap
# Date created: Fri Sep 21 21:56:03 PDT 2001
# Whom: Michael Haro <mharo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Mail-QuoteWrap
PORTVERSION= 0.01
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
DISTNAME= MailQuoteWrap${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= mharo@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Mail::QuoteWrap.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (MailQuoteWrap0.01.tgz) = 6b1c81ee49b04156e914ce2aa87ea070

View File

@ -0,0 +1 @@
Provides wrapping functionality for quoted Email and Usenet messages

View File

@ -0,0 +1,20 @@
A Mail::QuoteWrap object expects its text member to contain a reference
to a list of lines of text, such as the output of methods like body
News::Article(). It can then produce quotified output, optionally
prepended with the quote mark designated by output_quotechar, within the
width specified by columns.
Mail::QuoteWrap specificially does not solve the following problems:
It does not handle munged quote characters, such as those produced by the
AOHell newsreader or similar gunge:
>> This >is a second-generation quote, but it
> looks >>like a nasty mix of first- and second->
> generation >>material.
It does not automatically detect and bypass news or mail headers. That
is not the role of this object.
It assumes a paragraph structure to the quoted text and doesn't try to
enforce any other. If you want a module that detects document structure
and deals well with it, look at Text::Autoformat.

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Mail/QuoteWrap.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/QuoteWrap/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/QuoteWrap
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true