diff options
author | jmg <jmg@FreeBSD.org> | 2000-06-20 07:33:44 +0800 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2000-06-20 07:33:44 +0800 |
commit | 7853764bc92df6734279699a5a7b1e491b584411 (patch) | |
tree | 2a7a36efa35f302ae649d0e1be9e2f1cc19b1629 /devel/mime/distinfo | |
parent | ff765c3c526c9a9694ef67562703cfcb92c5139c (diff) | |
download | freebsd-ports-gnome-7853764bc92df6734279699a5a7b1e491b584411.tar.gz freebsd-ports-gnome-7853764bc92df6734279699a5a7b1e491b584411.tar.zst freebsd-ports-gnome-7853764bc92df6734279699a5a7b1e491b584411.zip |
add a C library for mime/rfc822 parsing:
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
Diffstat (limited to 'devel/mime/distinfo')
-rw-r--r-- | devel/mime/distinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/mime/distinfo b/devel/mime/distinfo new file mode 100644 index 000000000000..5c449bb8c012 --- /dev/null +++ b/devel/mime/distinfo @@ -0,0 +1 @@ +MD5 (mime-1.0.tar.gz) = bbc31b2f766f9e74223e4fdf783b77b8 |