2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2003-01-20 00:08:21 by Chris Gilbert | Files touched by this commit (2) |
Log message:
Update sylpheed to 0.8.9, closes pkg/19937.
Main changes are, for full changes see source codes changelog:
* Transition from libjconv to direct use of iconv() API has been made.
* Quoted-Printable encoding for outgoing messages has been enabled.
* Content-Transfer-Encoding for outgoing messages became user definable.
* The abbreviation method of newsgroup name has been improved.
* Russian locales support has been improved.
* Fixes for message canonicalization have been made.
* Bugs of header MIME encoding have been fixed.
|
2002-12-29 23:39:56 by Chris Gilbert | Files touched by this commit (2) |
Log message:
Update sylpheed to 0.8.8.
Main changes are:
* The option to sort by recipient has been added.
* The performance of initial sorting when opening folders has been
improved.
* The bug which would run into infinite loop and eventual crash when
encountering invalid characters in header MIME encoding has been fixed.
|
2002-12-28 15:49:36 by Julio Merino | Files touched by this commit (2) |
Log message:
mime.types needs to be installed (under share/examples/sylpheed) so that
CONF_FILES will work with binary packages. Bump PKGREVISION to 1.
|
2002-12-22 15:22:39 by Chris Gilbert | Files touched by this commit (3) | |
Log message:
Update sylpheed to 0.8.7.
Changes are:
* 0.8.7
* The extended regular expression has been supported on filtering.
* The option to resize images to fit the size of view has been added.
* The previous account is now restored on reediting draft messages.
* The routine of MIME header encoding has been rewritten completely,
and Q-encoding for single-byte locales has been also implemented.
* Strings beginning with "www." are now treated as URI.
* The default WWW browser has been changed to Mozilla.
* The common preferences dialog has been reorganized a bit.
* The remote command operation can be executed without X now.
* Code cleanups for the implementation of SMTP has been made.
* Autotools and libtool have been updated.
* A fix for font loading problem has been made.
* Other minor bugfixes have been made.
For the complete list see ChangeLog.
|
2002-12-01 16:38:02 by Lubomir Sedlacik | Files touched by this commit (12) |
Log message:
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
|
2002-11-24 14:31:57 by Chris Gilbert | Files touched by this commit (2) |
Log message:
Take the latest mime.types from apache2 so that it can be installed
into ${PKG_SYSCONFDIR}/sylpheed.
It also means by default attaching files won't attach everything as an
application/octet-stream file.
This also fies the warnings about no mime.types file being found.
|
2002-11-24 13:39:21 by Chris Gilbert | Files touched by this commit (1) |
Log message:
Adding missing include of libiconv
Add optional support for openldap, while not doing everything in PR
pkg/18778 I really don't want to change the default behaviour from what
it always has been.
Bump pkgrevision number.
|
2002-11-20 11:29:54 by Chris Gilbert | Files touched by this commit (2) |
Log message:
Update sylpheed from 0.8.5 to 0.8.6.
For the list of changes see:
http://sylpheed.good-day.net/#changes
Also move BUILD_USES_MSGFMT up a couple of lines, to make pkglint happy.
|
2002-10-16 12:09:25 by Chris Gilbert | Files touched by this commit (2) |
Log message:
Update sylpheed to 0.8.5.
Mostly bugfixes (see website for complete change list)
|