CVS log for ports/devel/mime/pkg-plist
Up to [FreeBSD] / ports / devel / mime
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 11 09:18:32 2005 UTC (7 years ago) by sem
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
- Add .so link. It should be fix finding the library by other apps. - PORTREVISION bump Reported by: kris via pointyhat Submitted by: Johan van Selst <johans(at)stack.nl>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 28 14:42:12 2005 UTC (7 years ago) by vs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -2 lines
No need for explicit LDCONFIG since we have INSTALLS_SHLIB.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 3 04:52:46 2000 UTC (11 years, 7 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -1 lines
Remove extraneous file from PLIST Noticed by: bento
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 23:33:44 2000 UTC (11 years, 7 months ago) by jmg
Branches: MAIN
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
