aboutsummaryrefslogtreecommitdiff
path: root/mail/libnewmail
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-2/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-2/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-1/+1
| | | | Notes: svn path=/head/; revision=183830
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-2/+2
| | | | | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here Notes: svn path=/head/; revision=181262
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-061-2/+2
| | | | Notes: svn path=/head/; revision=167068
* - libnewmail's MASTER_SITE has changed again. I have left the old one toCheng-Lung Sung2006-05-091-1/+2
| | | | | | | | | | fall back to in case the file moves again. PR: ports/97011 Submitted by: Shaun Amott <shaun AT inerd dot com> Notes: svn path=/head/; revision=161768
* - Bump adns library version and PORTREVISION after last dns/adns updateSergey Matveychuk2006-04-211-1/+1
| | | | | | | | | for all affected ports. Reproached by: kris Notes: svn path=/head/; revision=160087
* - This is now fetchable againEmanuel Haupt2006-03-082-2/+2
| | | | | | | | | | | | - Update WWW - Remove deprecated USE_REINPLACE PR: 94215 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=157041
* UNBREAK: Make it fetchable againRenato Botelho2006-03-082-3/+2
| | | | | | | | | PR: ports/94214 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=157034
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Chase gnutls update.Roman Bogorodskiy2006-01-091-2/+2
| | | | Notes: svn path=/head/; revision=153142
* - 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-2/+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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-022-5/+1
| | | | Notes: svn path=/head/; revision=136688
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Drop maintainership.Kirill Ponomarev2004-08-081-1/+1
| | | | Notes: svn path=/head/; revision=115610
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-06-061-2/+2
| | | | | | | Pointy hat to: sergei Notes: svn path=/head/; revision=110919
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+2
| | | | Notes: svn path=/head/; revision=110841
* - Remove USE_SIZE knobKirill Ponomarev2004-04-161-1/+0
| | | | Notes: svn path=/head/; revision=107235
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* 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
* - Chase libraries for new security/gnutls versionKirill Ponomarev2004-03-131-2/+2
| | | | | | | | | PR: ports/64195 Submitted by: Hendrik Scholz <hendrik@scholz.net> Reported by: bento via kris Notes: svn path=/head/; revision=103848
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* - Update to version 0.3Kirill Ponomarev2003-10-234-76/+45
| | | | Notes: svn path=/head/; revision=91939
* - Chase libraries to new gnutls versionKirill Ponomarev2003-09-261-1/+1
| | | | Notes: svn path=/head/; revision=89455
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-221-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* bento fix, add dependencyYen-Ming Lee2003-07-063-6/+12
| | | | | | | | PR: 54145 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=84320
* New port: mail/libnewmailMax Khon2003-06-065-0/+160
libnewmail is a generic mail checking library. It supports a simple API, an extensible plugin architecture and asynchronous queries among other features. Applications linking to libnewmail may enumerate configured mailboxes, query mail box information and status and request a mail spool auto-detection for users without any libnewmail specific configuration. PR: 52691 Submitted by: Kirill Ponomarew Notes: svn path=/head/; revision=82369