aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to (final) 1.0.8Volker Stolz2005-05-194-17/+7
| | | | Notes: svn path=/head/; revision=135606
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Add CONFLICTS with mail/gmime2Kirill Ponomarev2003-10-101-0/+1
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90764
* update gmime to 1.0.7,Oliver Lehmann2003-07-313-12/+32
| | | | | | | | assign MAINTAINERSHIP to ports. The listed maintainer is not longer reachable for a long time now (Sorry,_I_wasn't_able_to_establish_an_SMTP_connection.) Notes: svn path=/head/; revision=86056
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* URL fix.Christian Weisgerber2003-02-151-1/+1
| | | | | | | | PR: 48296 Submitted by: Dunzi MA <tadalunch@sources.redhat.com> Notes: svn path=/head/; revision=75569
* s/libs/lib/. This should allow the port to build with the latest gettext.Joe Marcus Clarke2002-08-021-1/+1
| | | | Notes: svn path=/head/; revision=63878
* Update to 0.6.0Patrick Li2002-05-183-4/+12
| | | | | | | | PR: 38160 Submitted by: maintainer Notes: svn path=/head/; revision=59410
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Fix WWW linkGeorge C A Reid2001-05-071-1/+1
| | | | | | | | PR: 27191 Submitted by: maintainer Notes: svn path=/head/; revision=42383
* Update MASTER_SITES.Kevin Lo2001-04-151-1/+2
| | | | | | | | PR: 26576 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41429
* Fix mistakes:Will Andrews2001-04-073-3/+13
| | | | | | | | | | | | - Fixed installation prefix, it is GNOME dependent, should not be in LOCALBASE but X11BASE. - Changed location of installed gmimeConf.sh for gnome-config script PR: 26414 Submitted by: maintainer Notes: svn path=/head/; revision=41051
* Add gmime 0.5.0, a library (written in C) for parsing and creatingWill Andrews2001-04-076-0/+73
messages using MIME. PR: 26411 Submitted by: Bas Kruit <baskruit@bsltwr.dnsalias.org> Notes: svn path=/head/; revision=41047