aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Tools
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 5.419.Anton Berezin2005-12-232-4/+4
| | | | Notes: svn path=/head/; revision=151900
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Update to 5.418.Anton Berezin2005-09-303-4/+3
| | | | Notes: svn path=/head/; revision=143822
* Update to 5.417.Anton Berezin2005-01-212-3/+3
| | | | Notes: svn path=/head/; revision=126989
* Update to 5.416Mathieu Arnold2005-01-083-3/+30
| | | | | | | Add examples and some docs Notes: svn path=/head/; revision=125765
* Update to 5.415Mathieu Arnold2004-10-283-3/+4
| | | | Notes: svn path=/head/; revision=120405
* Reset maintainer to perl@.Jun Kuriyama2004-10-121-1/+1
| | | | Notes: svn path=/head/; revision=119115
* Restore PORTEPOCH that disappeared in the last update.Erwin Lansing2004-10-121-0/+1
| | | | Notes: svn path=/head/; revision=119063
* Upgrade to the official 5.414 version. All our patches have been merged.Martin Blapp2004-10-1213-890/+3
| | | | Notes: svn path=/head/; revision=118887
* - add missing entry (MIME::Decoder::BinHex) in PLIST and MAN3Yen-Ming Lee2004-09-213-26/+10
| | | | | | | | | | | | | - remove *.orig in post-patch phase - shorten PKGMESSAGE to makes portlint happier - bump PORTREVISION PR: 71360 Submitted by: leeym Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118318
* Fix the workaround for corrupted PDF files, so that all other kind of data areMathieu Arnold2004-09-072-2/+2
| | | | | | | | | | decoded and not just wiped out :-) Approved by: portmgr (krion) Pointy Hat To: mbr Notes: svn path=/head/; revision=118131
* Add fix/workaround for corrupted PDF files attached asMartin Blapp2004-09-031-0/+41
| | | | | | | | quoted-printable encoded MIME attachments by some popular email-client versions on windows. Notes: svn path=/head/; revision=118105
* Bump port revision and port epoch since the port distfile itselfMartin Blapp2004-09-021-6/+5
| | | | | | | | | | | 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). Notes: svn path=/head/; revision=117986
* Add BinHex support.Martin Blapp2004-09-021-0/+260
| | | | | | | Submitted by: Julian Field <mailscanner@ecs.soton.ac.uk> Notes: svn path=/head/; revision=117985
* Return undef or the parsed MIME::Entity in parse_data().Martin Blapp2004-09-021-0/+43
| | | | | | | Submitted by: David F. Skoll <dfs@roaringpenguin.com> Notes: svn path=/head/; revision=117984
* Limits the number of MIME parts we will parse.Martin Blapp2004-09-021-0/+81
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=117983
* Remove whitspaces from exorcise_filename() and make evil_filename()Martin Blapp2004-09-021-0/+23
| | | | | | | | | | recognize path or special characters. Submitted by: Julian Field <mailscanner@ecs.soton.ac.uk> Martin Blapp <mbr@freebsd.org> Notes: svn path=/head/; revision=117982
* Fix encoding corruption. rt.cpan.org: Bug #7457Martin Blapp2004-09-021-0/+128
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=117981
* Parser memory leak fixed. The closure-based task/benchmark mechanisms ↵Martin Blapp2004-09-021-0/+88
| | | | | | | | | | | created for 5.5 were leaking references like crazy. That's been stopped. Taken from MIME-Tools 6.002 Notes: svn path=/head/; revision=117980
* Correct "7_bit", "7-bit", and "7 bit" toMartin Blapp2004-09-021-0/+20
| | | | | | | | | "7bit"; likewise for "8bit". Taken from MIME-Tools 6.002 Notes: svn path=/head/; revision=117979
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* Apply security related patches.Jun Kuriyama2003-11-192-1/+77
| | | | | | | | PR: ports/59457 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> Notes: svn path=/head/; revision=94336
* Back out previous upgrade because of incompatibility.Jun Kuriyama2003-10-285-58/+139
| | | | | | | Requested by: many Notes: svn path=/head/; revision=92367
* Mark $IGNORE if PERL_LEVEL < 500600.Jun Kuriyama2003-10-271-0/+3
| | | | | | | Reported by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=92315
* Upgrade to 6.200_02.Jun Kuriyama2003-10-265-138/+55
| | | | | | | | PR: ports/58066 Submitted by: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=92189
* utilize SITE_PERLYing-Chieh Liao2003-10-242-31/+30
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Conditionalise several dependencies on PERL_LEVEL to make those ports moreMaxim Sobolev2003-02-201-2/+7
| | | | | | | | | | friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd Notes: svn path=/head/; revision=75949
* Remove *.orig after patch.Jun Kuriyama2002-07-281-1/+5
| | | | | | | Submitted by: tobez Notes: svn path=/head/; revision=63664
* Apply a patch to fix some problems reported on bugtraq.Jun Kuriyama2002-06-063-0/+126
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=60675
* Upgrade to 5.411a.Jun Kuriyama2002-03-192-2/+3
| | | | | | | | PR: ports/36051 Reported by: Emil Sit <sit@mit.edu> Notes: svn path=/head/; revision=56316
* Upgrade to 5.410.Jun Kuriyama2001-05-102-14/+23
| | | | | | | Submitted by: vanilla Notes: svn path=/head/; revision=42475
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Use $PERL_CONFIGURE.Jun Kuriyama2001-01-081-4/+1
| | | | Notes: svn path=/head/; revision=36930
* Upgrade to 5.409.Jun Kuriyama2000-11-233-3/+4
| | | | | | | | PR: ports/23035 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net> Notes: svn path=/head/; revision=35359
* Add 1 @unexec rmdir.Jun Kuriyama2000-11-021-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34610
* Upgrade to 5.316.Jun Kuriyama2000-10-164-11/+15
| | | | | | | | | Take over maintainership. Approved by: old maintainer Notes: svn path=/head/; revision=33898
* UpgradeVanilla I. Shu2000-04-232-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=27925
* Revert package names.Satoshi Asami2000-04-151-2/+3
| | | | Notes: svn path=/head/; revision=27580
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27500
* PREFIX->LOCALBASE in *_DEPENDS (Portlint)Michael Haro2000-03-301-3/+3
| | | | Notes: svn path=/head/; revision=27157
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=19803
* Update to version 4.122.Steve Price1999-03-152-8/+8
| | | | | | | | PR: 10207 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=17208
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-2/+2
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Make this work with new perl variables.Justin M. Seger1998-08-232-27/+27
| | | | Notes: svn path=/head/; revision=12732
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-21/+0
| | | | Notes: svn path=/head/; revision=12567