diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 2000-06-19 23:33:44 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 2000-06-19 23:33:44 +0000 |
commit | 995c4e7f0c02378a3247cf7d8d067caf0dc4d033 (patch) | |
tree | 93fe450025b57639d3419c6250a191256947c350 /devel/mime/pkg-descr | |
parent | 84af95cb8a8f466bc23d0bb917da9dc4a66e84c8 (diff) | |
download | ports-995c4e7f0c02378a3247cf7d8d067caf0dc4d033.tar.gz ports-995c4e7f0c02378a3247cf7d8d067caf0dc4d033.zip |
Notes
Diffstat (limited to 'devel/mime/pkg-descr')
-rw-r--r-- | devel/mime/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/mime/pkg-descr b/devel/mime/pkg-descr new file mode 100644 index 000000000000..6acb219ce388 --- /dev/null +++ b/devel/mime/pkg-descr @@ -0,0 +1,8 @@ +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 |