aboutsummaryrefslogtreecommitdiff
path: root/devel/mime/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Fix compile when >= 6.0Marcus Alves Grando2005-10-311-10/+4
| | | | | | | | PR: 88253 Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> Notes: svn path=/head/; revision=146791
* BROKEN: Does not compile on >= 6.0Kris Kennaway2005-10-281-1/+7
| | | | Notes: svn path=/head/; revision=146526
* - Add .so link. It should be fix finding the library by other apps.Sergey Matveychuk2005-02-111-0/+4
| | | | | | | | | | - PORTREVISION bump Reported by: kris via pointyhat Submitted by: Johan van Selst <johans(at)stack.nl> Notes: svn path=/head/; revision=128511
* No need for explicit LDCONFIG since we have INSTALLS_SHLIB.Volker Stolz2005-01-281-3/+1
| | | | Notes: svn path=/head/; revision=127554
* Build only the shared library with -fPICTilman Keskinoz2004-03-221-1/+4
| | | | Notes: svn path=/head/; revision=104927
* Fix build of dependant ports on AMD64Tilman Keskinoz2004-01-311-0/+1
| | | | Notes: svn path=/head/; revision=99560
* - Update to 1.1Pav Lucistnik2004-01-121-1/+1
| | | | | | | | PR: ports/61269 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=98028
* Reset maintainer of ports previously maintained by jmg and jseger, whoKris Kennaway2003-03-081-1/+1
| | | | | | | have had their commit bits retired. Notes: svn path=/head/; revision=77068
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Style police over the devel category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37976
* add a C library for mime/rfc822 parsing:John-Mark Gurney2000-06-191-0/+20
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 Notes: svn path=/head/; revision=29692