Commit graph

58 commits

Author SHA1 Message Date
Martin Wilke
a1ae59448e - Update to 5.422
Tested by:	Lee Dilkie <lee_dilkie@mitel.com>
2007-09-27 17:44:40 +00:00
Martin Wilke
b9ac76a9fe - Update to 5.421 2007-09-24 13:22:23 +00:00
Erwin Lansing
8df4c3e0da Example files are no longer in the distfile, so don't try to install
them.  While I'm here, remove 4.x cruft.

Submitted by:	pointyhat via kris
2007-05-27 20:04:03 +00:00
Anton Berezin
efa4e02deb Update to 5.420. Require perl from ports. 2006-03-24 12:01:40 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Anton Berezin
a0632127bc Update to 5.419. 2005-12-23 07:14:42 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Anton Berezin
65109c2e78 Update to 5.418. 2005-09-30 07:53:40 +00:00
Anton Berezin
d5505b2911 Update to 5.417. 2005-01-21 09:03:24 +00:00
Mathieu Arnold
b05c0ced22 Update to 5.416
Add examples and some docs
2005-01-08 10:44:27 +00:00
Mathieu Arnold
7f9848294a Update to 5.415 2004-10-28 16:31:15 +00:00
Jun Kuriyama
7acb3c1e79 Reset maintainer to perl@. 2004-10-12 23:19:42 +00:00
Erwin Lansing
6e3ecf34e5 Restore PORTEPOCH that disappeared in the last update. 2004-10-12 16:37:29 +00:00
Martin Blapp
ab00c6329e Upgrade to the official 5.414 version. All our patches have been merged. 2004-10-12 09:54:23 +00:00
Yen-Ming Lee
1eaf710213 - add missing entry (MIME::Decoder::BinHex) in PLIST and MAN3
- remove *.orig in post-patch phase
- shorten PKGMESSAGE to makes portlint happier
- bump PORTREVISION

PR:		71360
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-21 18:02:23 +00:00
Mathieu Arnold
66eb802bc3 Fix the workaround for corrupted PDF files, so that all other kind of data are
decoded and not just wiped out :-)

Approved by:	portmgr (krion)
Pointy Hat To:	mbr
2004-09-07 09:51:01 +00:00
Martin Blapp
ecdd8751aa Add fix/workaround for corrupted PDF files attached as
quoted-printable encoded MIME attachments by some popular
email-client versions on windows.
2004-09-03 22:41:23 +00:00
Martin Blapp
16ddee7db1 Bump port revision and port epoch since the port distfile itself
has not changed. All comitted patches have been accepted by the
current MIME-Tools maintainer and will be part of the next release.

Readd p5-MIME-Base64 as default dependency and add new needed
p5-Convert-BinHex (we support now BinHex decoding).
2004-09-02 22:33:01 +00:00
Martin Blapp
1e19eb9cac Add BinHex support.
Submitted by:   Julian Field <mailscanner@ecs.soton.ac.uk>
2004-09-02 22:29:13 +00:00
Martin Blapp
b7a71638d2 Return undef or the parsed MIME::Entity in parse_data().
Submitted by:   David F. Skoll <dfs@roaringpenguin.com>
2004-09-02 22:28:46 +00:00
Martin Blapp
fc918f70f4 Limits the number of MIME parts we will parse.
Normally, instances of this class parse a message to the bitter end.
Messages with many MIME parts can cause excessive memory consumption.
If you invoke this method, parsing will abort with a die() if a message
contains more than NUM parts.

Submitted by:   David F. Skoll <dfs@roaringpenguin.com>
2004-09-02 22:28:22 +00:00
Martin Blapp
25e1eade83 Remove whitspaces from exorcise_filename() and make evil_filename()
recognize path or special characters.

Submitted by:   Julian Field <mailscanner@ecs.soton.ac.uk>
                Martin Blapp <mbr@freebsd.org>
2004-09-02 22:27:53 +00:00
Martin Blapp
9125352749 Fix encoding corruption. rt.cpan.org: Bug #7457
encode_qp() since version 3.02 takes up 3 args. Third arg is a flag indicating binary
mode. Since the flag meaning is inverted comparing to the MIME::Base64 patch suggested
originally, the corresponding MIME-tools patch needs to be modified also.

Submitted by:	ak2@smr.ru
2004-09-02 22:27:14 +00:00
Martin Blapp
7841f83c76 Parser memory leak fixed. The closure-based task/benchmark mechanisms created for 5.5
were leaking references like crazy.  That's been stopped.

Taken from MIME-Tools 6.002
2004-09-02 22:26:34 +00:00
Martin Blapp
99bf015c47 Correct "7_bit", "7-bit", and "7 bit" to
"7bit"; likewise for "8bit".

Taken from MIME-Tools 6.002
2004-09-02 22:26:06 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Jun Kuriyama
ef558b6fbf Apply security related patches.
PR:		ports/59457
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de>
2003-11-19 10:00:45 +00:00
Jun Kuriyama
c378b02311 Back out previous upgrade because of incompatibility.
Requested by:	many
2003-10-28 00:55:25 +00:00
Jun Kuriyama
5adb8458c7 Mark $IGNORE if PERL_LEVEL < 500600.
Reported by:	Guido Falsi <mad@madpilot.net>
2003-10-27 11:10:57 +00:00
Jun Kuriyama
72274ff7f4 Upgrade to 6.200_02.
PR:		ports/58066
Submitted by:	"Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
2003-10-26 09:21:50 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Maxim Sobolev
628b215647 Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.

Sponsired by:	Porta Software Ltd
2003-02-20 16:33:26 +00:00
Jun Kuriyama
990749f27a Remove *.orig after patch.
Submitted by:	tobez
2002-07-28 11:58:15 +00:00
Jun Kuriyama
c1523c3594 Apply a patch to fix some problems reported on bugtraq.
White space nits in original patch are ignored.

References:	http://online.securityfocus.com/archive/1/275282/2002-06-01/2002-06-07/0
Obtained from:	http://www.roaringpenguin.com/mimedefang/mime-tools-patch.txt
Reported by:	"Mike Jakubik" <mikej@trigger.net>
2002-06-06 01:52:19 +00:00
Jun Kuriyama
19052680d8 Upgrade to 5.411a.
PR:		ports/36051
Reported by:	Emil Sit <sit@mit.edu>
2002-03-19 00:32:58 +00:00
Jun Kuriyama
10d19f55a6 Upgrade to 5.410.
Submitted by:	vanilla
2001-05-10 02:24:14 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
Jun Kuriyama
57da72838b Use $PERL_CONFIGURE. 2001-01-08 06:44:24 +00:00
Jun Kuriyama
fd580cb706 Upgrade to 5.409.
PR:		ports/23035
Submitted by:	Ying-Chieh Liao <ijliao@terry.dragon2.net>
2000-11-23 04:02:49 +00:00
Jun Kuriyama
c6b3a977ce Add 1 @unexec rmdir.
Submitted by:	bento
2000-11-02 05:35:29 +00:00
Jun Kuriyama
7df4b70ce4 Upgrade to 5.316.
Take over maintainership.

Approved by:	old maintainer
2000-10-16 14:26:20 +00:00
Vanilla I. Shu
a0f96c0212 Upgrade
p5-Authen-PAM => 0.09
	p5-Chart-PNGgraph => 1.21
	p5-FastCGI => 0.52
	p5-GD => 1.27
	p5-GD-Graph => 1.30
	p5-HTML-Stream => 1.45
	p5-IMAP-Admin => 1.2.2
	p5-IRC => 0.63
	p5-Image-Size => 2.901
	p5-MIME-Lite => 1.137
	p5-MIME-Tools => 4.124
	p5-Mail-POP3Client => 2.6
	p5-Mail-Tools => 1.1401
	p5-MatrixReal => 1.3a5
	p5-Net-Whois => 1.9
	p5-Parse-RecDescent => 1.78
	p5-Proc-Simple => 1.14
	p5-Term-ReadKey => 2.14
	p5-Text-Template => 1.23
	p5-Time => 100.010301
	p5-TimeDate => 1.09
	p5-Tk => 800.021
	p5-XML-Parser => 2.28
2000-04-23 12:25:12 +00:00
Satoshi Asami
84d606c93a Revert package names. 2000-04-15 04:37:10 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Michael Haro
e5b4926ee5 PREFIX->LOCALBASE in *_DEPENDS (Portlint) 2000-03-30 21:12:19 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Steve Price
05f9231470 Update to version 4.122.
PR:		10207
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-03-15 02:00:04 +00:00