aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mime
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of dependant ports on AMD64arved2004-01-311-0/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* - Update to 1.1pav2004-01-132-2/+2
| | | | | PR: ports/61269 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Reset maintainer of ports previously maintained by jmg and jseger, whokris2003-03-091-1/+1
| | | | have had their commit bits retired.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Style police over the devel category.olgeni2001-02-051-1/+1
|
* Remove extraneous file from PLISTkris2000-07-031-1/+0
| | | | Noticed by: bento
* add a C library for mime/rfc822 parsing:jmg2000-06-205-0/+39
This package allows you to decode multipart mime messages. I wrote this so that my cgiparse libary can understand multipart/form-data. I was looking at the various ways of doing it with out designing an entire library. After thinking about the problem, there were to many edge cases, and designing an entire library would be better. This is the results of the work. It definately could use some cleaning up. WWW: http://resnet.uoregon.edu/~gurney_j/jmpc/mime.html