diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 04:23:19 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 04:23:19 +0000 |
commit | 9ea4fa1fc3f2042997b21c43209ec8c30f7a8fbe (patch) | |
tree | 7d2624e7389983f0094b498b56c265f034c25453 /mail/p5-Mail-QuoteWrap | |
parent | de669a3a7aa3cadbcd6629c24d6d49f0e4e6d08b (diff) |
Remove p5- ports that have disappeared from CPAN
Approved by: perl@ (maintainer)
Notes
Notes:
svn path=/head/; revision=283231
Diffstat (limited to 'mail/p5-Mail-QuoteWrap')
-rw-r--r-- | mail/p5-Mail-QuoteWrap/Makefile | 28 | ||||
-rw-r--r-- | mail/p5-Mail-QuoteWrap/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-QuoteWrap/pkg-descr | 20 | ||||
-rw-r--r-- | mail/p5-Mail-QuoteWrap/pkg-plist | 5 |
4 files changed, 0 insertions, 55 deletions
diff --git a/mail/p5-Mail-QuoteWrap/Makefile b/mail/p5-Mail-QuoteWrap/Makefile deleted file mode 100644 index 6f07e2aa699b..000000000000 --- a/mail/p5-Mail-QuoteWrap/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# 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= CPAN -PKGNAMEPREFIX= p5- -DISTNAME= MailQuoteWrap${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= perl@FreeBSD.org -COMMENT= Provides wrapping functionality for quoted Email and Usenet messages - -DEPRECATED= Disappear from CPAN -EXPIRATION_DATE= 2011-09-01 - -BUILD_DEPENDS= ${SITE_PERL}/Text/Format.pm:${PORTSDIR}/textproc/p5-Text-Format - -PERL_CONFIGURE= yes - -MAN3= Mail::QuoteWrap.3 - -.include <bsd.port.mk> diff --git a/mail/p5-Mail-QuoteWrap/distinfo b/mail/p5-Mail-QuoteWrap/distinfo deleted file mode 100644 index 5c9544d2fbc1..000000000000 --- a/mail/p5-Mail-QuoteWrap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (MailQuoteWrap0.01.tgz) = de56b6d068005ac69541f929613f5057f4321a7d45153366d6b295559fd052c5 -SIZE (MailQuoteWrap0.01.tgz) = 5643 diff --git a/mail/p5-Mail-QuoteWrap/pkg-descr b/mail/p5-Mail-QuoteWrap/pkg-descr deleted file mode 100644 index 9e0444ca840a..000000000000 --- a/mail/p5-Mail-QuoteWrap/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -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. diff --git a/mail/p5-Mail-QuoteWrap/pkg-plist b/mail/p5-Mail-QuoteWrap/pkg-plist deleted file mode 100644 index 28257b995294..000000000000 --- a/mail/p5-Mail-QuoteWrap/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/Mail/QuoteWrap.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/QuoteWrap/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/QuoteWrap -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail -@dirrmtry %%SITE_PERL%%/Mail |