Commit graph

66 commits

Author SHA1 Message Date
Yen-Ming Lee
fadf319c1a - simplify dependency
- update WWW in pkg-descr
- bump PORTREVISION
2009-05-02 16:49:41 +00:00
Yen-Ming Lee
b0a7583bb0 - use @dirrmtry instead of @dirrm
PR:		128190
Submitted by:	sunpoet at sunpoet.net
2008-10-18 05:39:07 +00:00
Sergey Skvortsov
da3fbe8a33 Fix plist.
Approved by:	portmgr (linimon)
2008-09-11 07:47:49 +00:00
Erwin Lansing
dff799298a - Update to 5.427
- Pet portlint
2008-07-06 17:53:42 +00:00
Mathieu Arnold
c13ec14d09 I can't find any good reason as why this p5- port does not use PKGNAMEPREFIX,
while I'm at it, use the new macro style MASTER_SITES.
2008-03-31 12:10:31 +00:00
Erwin Lansing
db07b4c64f Update to 5.426 2008-03-28 21:17:34 +00:00
Gabor Kovesdan
c6bf154d0b - Update to 5.425 2007-12-24 13:41:42 +00:00
Cheng-Lung Sung
8110f70f5f - Update to 5.423 2007-10-04 05:56:57 +00:00
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