aboutsummaryrefslogtreecommitdiff
path: root/devel/mime
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Fix compile when >= 6.0Marcus Alves Grando2005-10-315-12/+76
| | | | | | | | 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-112-0/+5
| | | | | | | | | | - 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-282-5/+1
| | | | Notes: svn path=/head/; revision=127554
* Fix build with gcc34Tilman Keskinoz2004-06-121-0/+10
| | | | Notes: svn path=/head/; revision=111351
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to 1.1Pav Lucistnik2004-01-122-2/+2
| | | | | | | | 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-072-1/+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
* Remove extraneous file from PLISTKris Kennaway2000-07-031-1/+0
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30113
* add a C library for mime/rfc822 parsing:John-Mark Gurney2000-06-195-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 Notes: svn path=/head/; revision=29692