Commit graph

100 commits

Author SHA1 Message Date
xtraeme
bf27bef693 Update to 2.2.2.
* 2.2.2 (stable)

    * The crash bug that occurred when trying to move IMAP4 folders right
      under the root folder was fixed.
    * The crash bug that occurred after a message window was closed while the
      search dialog was still open was fixed.
    * Win32: The console window is newly created if --debug or --help option
      is specified.
    * Win32: The non-ASCII filename encoding problem on executing external
      commands was fixed.
    * Win32: The bug that the main window became not responsive when an error
      occurred on automatic receiving while the window was minimized was fixed.
    * Win32: Spanish translation was added for the installer.
    * Win32: The installer was fixed so that it selects correct language on
      environments other than Japanese.
2006-03-04 09:09:36 +00:00
drochner
cf0636c622 update to 2.2.1
relevant changes:
-The bug that account names with filename-unsafe characters couldn't be
 used was fixed
-The crash bug that occurred if non-ascii newsgroup names appeared while
 getting newsgroup list was fixed
-The performance problem of the quick search while the summary was sorted
 by thread date with descending order was fixed
2006-03-01 17:38:38 +00:00
wiz
86cd6e8da5 Needs pkg-config, add it to tools. 2006-03-01 07:21:07 +00:00
xtraeme
d43cad5cef Update to 2.2.0.
* 2.2.0 (stable)

    * The move and copy of messages to queue folders and virtual folders are
      prohibited.
    * The included sylpheed.spec was modified.

* 2.2.0rc (development)

    * The 'minimize to tray icon' feature was modified.
    * The command line options help dialog is not duplicated anymore.
    * The problem that the UI was still insensitive after the execution of
      external editor failed was fixed.
    * The nonstandard Japanese encoding 'x-sjis' was supported.
    * Win32: The locale encoding problem on some languages was fixed.
2006-02-19 07:11:08 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
salo
5051e9ecd6 Needs pkg-config to build. Add missing build dependency. 2005-11-27 19:27:20 +00:00
chris
775f14aae9 Update sylpheed to 2.0.4, main changes are:
* [SECURITY] A buffer overflow of LDIF import was fixed.
    * The problem that drag and drop didn't work with GTK+ 2.8 was
      fixed.
2005-11-12 16:43:42 +00:00
xtraeme
f55d267c14 Update to 2.0.3:
* The IMAP4 parser was fixed so that it can handle literals in response.
* A bug that caused crashes on receive if Date header has abnormal time
  was fixed.
2005-10-20 04:55:38 +00:00
chris
8776f6dbcb Update sylpheed to 2.0.2. Main changes are:
* The auto detection of Japanese encoding now supports UTF-8
      encoding.
    * The number of messages to be copied at a time on IMAP4 was
      limited to prevent timeout error.
    * When executing IMAP4 operations which take long time, its
      progress is now displayed on the statusbar, and the UI is
      periodically updated.
    * The selected row of the summary view will be kept when the state
      of thread display is changed.
    * The code conversion error and line limit warning will not be
      displayed anymore when saving as draft.
    * A bug that prevented the expander of the folder tree of the
      address book working was fixed.
    * A bug in which message/rfc822 attachments were broken when
      pgp-signed was fixed.
2005-09-29 22:50:13 +00:00
xtraeme
043d44c64d Update to 2.0.1
Changes:

    * The sorting of summary now fall backs to comparison by date.
    * The folder tree is now expanded/collapsed by double click.
    * localedir, manualdir, and faqdir became user-configurable on configure.
    * A bug that multiple selection of the addressbook with Control key
      didn't work with GTK+ 2.6.9 was fixed.
2005-08-26 13:18:42 +00:00
chris
1ccb6b78cd Update sylpheed to 2.0.0.
Changes since 1.0 are:

    * New features
          o The feature for junk mail control has been added.
          o Filter rules can be applied to sent messages now.
          o Any commands can be executed when new messages arrive.
          o The move of folders has been enabled.

    * Display
          o The anti-aliased font display has been enabled.
          o Icons can be displayed with alpha-blending (translucence)
            now.
          o Attached images can be displayed as inline now.
          o The summary view (message list) now displays its rows with
            alternating row colors.
          o The icons and logo has been renewed.
          o The window icon is displayed now.

    * User interface
          o The file selection dialog has been improved.
          o URL links can be opened by single click now.
          o Right-click menu can be available on the message view now.
          o The order of the buttons now complies with GNOME HIG.
          o The folder view now automatically scrolls on drag'n'drop.
          o The columns of the summary view became reorderable by
            drag'n'drop.

    * Internal changes
          o The GUI toolkit has been switched from GTK1.2 to GTK2.
          o The internal encoding is always UTF-8 despite of the
            current locale, and the multilingual display is now
            possible.

    * Other improvements
          o The auto line-wrapping now supports proper line-breaking.
          o The algorithm of the thread display has been improved.
          o The PLAIN authentication is supported on SMTP AUTH now.
          o The read/write of the summary cache has been optimized.
          o Encryption is enabled by default now when replying to
            PGP-encrypted messages.
          o The displayed file size of attachments became more accurate.
          o The handling of header strings with broken encoding has
            been improved.
2005-07-29 19:32:23 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
chris
4349bc2939 Switch to using PKG_OPTIONS, rather than USE_X defines.
Should be no functional change.
2005-03-25 12:05:09 +00:00
chris
a8dff83524 Update sylpheed to 1.0.4 for another security fix. Changes are:
* A buffer overflow which occurred when displaying a message with
      attachments which have MIME-encoded filenames was fixed.
    * A possible crash on re-edit of messages was fixed.
2005-03-25 02:10:52 +00:00
chris
c887b5165b Update sylpheed to 1.0.3.
Also refresh mime.types file from current apache 2 version.

Changes to sylpheed:

v1.0.3:
    * A buffer overflow which occurred when replying to a message with
      certain headers which contain non-ascii characters was fixed.
    * A memory leak of the composition window was fixed.

v1.0.2:
    * The incompatibility of PGP signature between gnupg-1.2 and 1.4
      which occurred when trailing spaces appeared was fixed.
    * The generation of References header was modified so that it is
      generated even if a replied message doesn't have Message-Id.
    * The documents were update
2005-03-06 15:21:16 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
chris
0eb2d72cd6 Update sylpheed to 1.0.1.
Changes since 1.0.0:
    * Gpgme-1.0 has been supported (thanks to Toshio Kuratomi).
      - A warning is displayed if a key for encryption is untrusted.
      - The status of signature validity became more descriptive.
      - Signatures inside nested multipart are now recognized.
    * Messages are not retrieved multiple times anymore after POP3
      session is aborted.
    * Other bugfixes have been made.

Changes since 1.0.0rc:
    * The first official release.
    * The escaping of special characters in action commands has been
      modified.
    * The crash on deleting a remote account has been fixed.

Changes since 1.0.0beta4:
    * The IMAP4 parser has been fixed for 64-bit platforms.
    * Users are now asked to switch to online mode when sending in
      offline.
    * The line-joining problem of auto-wrapping has been fixed.
    * Special characters are now properly escaped when executing action
      commands.
    * Some compiler warnings have been removed.

Changes since 1.0.0beta3:
    * The Japanese manual has been updated.
    * Some icons have been modified, and unused icons have been removed.
    * The menu strings have been fixed.
    * The workaround for invalid CR characters on POP3 has been made.
2005-02-05 14:51:17 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jmmv
34d790b24e Update to 1.0.0beta3:
* 1.0.0beta3
    * The Japanese JPilot address book has been supported.
    * Back scrolling on Shift/Alt and Space key press has been enabled.
    * Attached text files are now canonicalized before encoded to BASE64
      to conform with RFC 2045.
    * The optimal Content-Transfer-Encoding will be used when attaching
      text files.
    * The icons of the receive dialog have been modified.
    * Mozilla Firefox has become a default web browser.
    * The auto-expanding status bar has been fixed.

* 1.0.0beta2
    * don't move or delete immediately at local filtering when immediate
      execution option is off.
    * 'Empty trash' has been added to the folder context menu.
    * 'Remove mailbox' has been removed from the folder context menu.
    * 'File' menu in the main menu has been reorganized.
    * AND/OR matching option has been added to the summary search dialog.
    * APOP setting became a separate option for POP3.

* 1.0.0beta1
    * Icons are added to the alert dialog and filter edit dialog.
    * Cc is added for the parameter of templates.
    * The menu of composition window has been reorganized.
    * Gettext has been upgraded to 0.14.1.
    * Some minor bugs of filtering have been fixed.

* 0.9.99
    * The new filtering system, which has many new features, has been
      implemented.
    * The handling of 'New' flags for messages has been modified.
    * The spool path setting can now take both file and directory.
    * Invalid URIs used by DnD has been fixed.
    * Other bugfixes have been made.
2004-11-21 08:58:24 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
chris
b76a9052b6 Update sylpheed to 0.9.12.
Note that the cache version change may lose message flags.
However the issue fixed probably does effect NetBSD, as well as FreeBSD.

Main changes are:
    * A session timeout for POP3/SMTP has been implemented.
    * The 'Print' menu on the context menu has been restored.
    * The value of CACHE_VERSION has been increased to prevent a cache
      incompatibility problem on some platforms such as FreeBSD.
2004-06-17 22:22:16 +00:00
chris
1f8d0e883d Update sylpheed to version 0.9.11
Changes:

    * The spring-loaded folder has been implemented for the folder view.
    * A function to filter selected messages has been added.
    * Always move messages by default when using DnD (copy if Ctrl key
      is pressed).
    * On filtering, the matching algorithm of 'not contain' flag has
      been fixed.
    * NNTP servers that require authentication at the beginning of the
      session has been supported.
    * The method of updating the progress dialog has been modified.
    * The context menu on the summary view has been cleaned up.
    * The image viewer has been fixed.
    * The cache handling has been fixed for AMD64 and other 64-bit
      platforms.
    * The SMTP routine has been fixed to fully comply with RFC 2821.
2004-06-01 22:12:39 +00:00
xtraeme
81495749e6 Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
1dc4467816 Bump PKGREVISION to catch with gpgme03 package rename (it was named gpgme
previously) and its associated library.
2004-03-11 12:29:39 +00:00
jmmv
42799c46a1 bl3ify 2004-03-11 12:07:53 +00:00
jmmv
e384e46e4b Remove duplicate inclusion of libiconv's bl2.mk file. 2004-03-11 10:52:11 +00:00
chris
8165a15678 Update Sylpheed to 0.9.10.
Main changes are:
    * A new folder can be created on the folder selection dialog now.
    * The folder view is now updated progressively when receiving.
    * Statasbar has been added to the message view window.
    * The built-in image viewer has been improved, and its memory leaks
      have been fixed.
    * Ukrainian translation has been added.
    * Other bugfixes have been made.
2004-03-02 20:44:15 +00:00
chris
07ede8eb1b Update sylpheed to 0.9.9, main changes are:
* Word wrapping on multibyte locales has been improved.
    * The receive menu has been improved.
    * The combo button for toolbar has been implemented.
    * The download feature for IMAP / News folders has been implemented.
    * URL is now shown on the statusbar when links are clicked, and
      warning is displayed in case of fake URL.
    * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208
      when sending.
    * Crashes on 64-bit environments has been fixed.
    * Other bugfixes have been made.
2004-01-31 13:56:09 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
xtraeme
88dd97cb3e Disable IPv6 support if USE_INET6 is not enabled, from Min Sik Kim
in PR pkg/24009.
2004-01-07 01:40:43 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
chris
f018ef49b5 Remove patch line from distinfo 2003-12-15 23:56:08 +00:00
chris
db13ab1699 Update sylpheed to 0.9.8a, only one change:
The bug that caused the failure of cache data read has been fixed.

Also remove my workaround for the above.
2003-12-15 23:36:14 +00:00
chris
a82d796b3f Add a workaround patch to sylpheed for an issue with cache files appearing
to be corrupt.  The use of setvbuf after a file has had IO performed causes
a discard of data from that stream, so the cache file appears corrupt.

This cures performance issues with imap folders, where all the headers were
refetched all the time, rather than using the cached versions.
2003-12-15 00:30:52 +00:00
wiz
26be669fe0 Depend on gpgme03 package. Bump PKGREVISION. 2003-12-14 17:56:39 +00:00
xtraeme
c53e65145f Updated to 0.9.8
Changes:

    o The offline mode has been implemented.
    o The performance of the scanning of MH folders has been improved on
      the platforms which support d_type in 'struct dirent'.
    o The error checking on moving/deleting messages has become strict.
    o When getting IMAP4 message list, it now fallbacks to FETCH command
      if server doesn't fully support SEARCH command.
    o Outbox for accounts are now correctly chosen when sending from queue.
    o Gettext has been upgraded to 0.12.1.
    o IPv6 support is now enabled by default.
    o Other bugfixes have been made.
2003-12-13 11:01:33 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
chris
e9df43dde1 Update Sylpheed to 0.9.7 to catch a security fix.
Changes are:
    * The vulnerability in SMTP response handling, which is exploitable
      by a malicious SMTP server, has been fixed.
    * The structure of folder system has been sorted out.
    * The checking of the existence of IMAP root directory has been
      modified.
2003-10-15 23:39:39 +00:00
xtraeme
5e46cf2c2c Bump package revision (Conflict with sylpheed-gtk2) 2003-09-28 11:38:51 +00:00
recht
8ce6b25bcc Update to 0.9.6.
* A crash bug when deleting currently opened folder has been fixed.
* The performance issue of the address book has been fixed.
* The behavior of manual signature insertion has been reverted.
* A crash bug on startup when a font can't be loaded has been fixed.
* The format of MIME boundary has been modified again.
* Other minor bugfixes have been made.

ok'ed by chris@
2003-09-17 23:01:53 +00:00
chris
7f0b4e86bb Update Sylpheed to 0.9.5.
Changes:

    * The size, the position, and the visibility of separated views are
      now remembered.
    * The per-folder settings are now preserved even if a folder tree is
      rebuilt.
    * The receive dialog's option to display the dialog only on manual
      receiving has been added.
    * 'Top' and 'Bottom' button has been added on the filter setting
      dialog.
    * The UIDPLUS extension of IMAP4rev1 has been supported.
    * The folder system has been cleaned up a bit.
    * The sylpheed.spec file bundled in the source package has been
      improved.
    * The format of MIME boundary has been modified.
    * A memory leak and a buffer overrun have been fixed.
2003-09-04 09:55:25 +00:00
chris
b642ec70f9 Add USE_JPILOT to BUILD_DEF so that it shows in the list of things you can
alter about sylpheed.
2003-08-28 23:03:59 +00:00
chris
014a40e4cf Update Sylpheed to 0.9.4, main changes are:
* The performance of the operation of IMAP4 folders, such as
      move,copy, delete and mark, has been greatly improved.
    * The contents of IMAP4 folders are now always synchronized with the
      server.
    * Message flags are now properly taken over when copying messages
      into IMAP4 folders from others.
    * The CRAM-MD5 authentication mechanism has been supported for
      IMAP4rev1.
    * Message move, copy and delete are now possible while receiving
      mails.
    * The non-blocking SSL can be turned off as a workaround for the
      connection problem.
    * The bug that ran into infinite loop if connection was closed by
      remote host has been fixed.
    * The configuration files will not be overwritten on startup
      anymore.
2003-07-26 21:26:12 +00:00