summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-27Needs pkg-config to build. Add missing build dependency.salo1-2/+2
2005-11-12Update sylpheed to 2.0.4, main changes are:chris1-2/+2
* [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-10-20Update to 2.0.3:xtraeme1-2/+2
* 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-09-29Update sylpheed to 2.0.2. Main changes are:chris1-2/+2
* 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-08-26Update to 2.0.1xtraeme1-2/+2
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-07-29Update sylpheed to 2.0.0.chris1-6/+7
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-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
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-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-25Switch to using PKG_OPTIONS, rather than USE_X defines.chris1-6/+8
Should be no functional change.
2005-03-25Update sylpheed to 1.0.4 for another security fix. Changes are:chris1-2/+2
* 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-06Update sylpheed to 1.0.3.chris1-2/+2
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-02-05Update sylpheed to 1.0.1.chris1-5/+4
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.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
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-11-21Update to 1.0.0beta3:jmmv1-3/+2
* 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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-06-17Update sylpheed to 0.9.12.chris1-2/+2
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-01Update sylpheed to version 0.9.11chris1-3/+2
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-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11Bump PKGREVISION to catch with gpgme03 package rename (it was named gpgmejmmv1-1/+2
previously) and its associated library.
2004-03-11bl3ifyjmmv1-14/+14
2004-03-11Remove duplicate inclusion of libiconv's bl2.mk file.jmmv1-2/+1
2004-03-02Update Sylpheed to 0.9.10.chris1-2/+2
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-01-31Update sylpheed to 0.9.9, main changes are:chris1-3/+2
* 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-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-07Disable IPv6 support if USE_INET6 is not enabled, from Min Sik Kimxtraeme1-2/+4
in PR pkg/24009.
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-15Update sylpheed to 0.9.8a, only one change:chris1-3/+2
The bug that caused the failure of cache data read has been fixed. Also remove my workaround for the above.
2003-12-14Depend on gpgme03 package. Bump PKGREVISION.wiz1-2/+3
2003-12-13Updated to 0.9.8xtraeme1-3/+2
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-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-10-15Update Sylpheed to 0.9.7 to catch a security fix.chris1-3/+5
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-09-28Bump package revision (Conflict with sylpheed-gtk2)xtraeme1-3/+3
2003-09-17Update to 0.9.6.recht1-2/+2
* 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-04Update Sylpheed to 0.9.5.chris1-2/+2
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-08-28Add USE_JPILOT to BUILD_DEF so that it shows in the list of things you canchris1-2/+2
alter about sylpheed.
2003-07-26Update Sylpheed to 0.9.4, main changes are:chris1-3/+2
* 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-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-04Update sylpheed to 0.9.3, main changes are:chris1-2/+2
* The network I/O system has been rewritten to use non-blocking I/O, and the performance of POP3 and SMTP has been improved much. * '--status-full' option has been added, and '--status' option now takes arguments for folders. * Minor bugfixes have been made.
2003-06-15Enable support for jpilot to sylpheed. Enabled by setting USE_JPILOT=YES.chris1-1/+7
Only compile tested, sylpheed still runs with it enabled. Patch supplied by tom (surname unknown)
2003-06-06Update sylpheed to 0.9.2, from email on sylpheed list:chris1-2/+2
(Note: this includes the fix of a serious bug, so I'll recommend upgrading for 0.9.0 and 0.9.1 users (the older version doesn't have the bug).) Changes: * The bug that removed messages from server if "Don't receive" action is specified by the filter rule has been fixed. * The bug that caused abort when a button is double-clicked on some dialogs has been fixed. * A warning that was displayed when address book was empty has been fixed.
2003-05-30Update sylpheed to 0.9.1, main changes are:chris1-2/+2
* The bug in handling folder names which include '+' in IMAP4 modified UTF-7 conversion has been fixed. * The wrong parsing of message/rfc822 parts in multipart messages has been fixed. * Several bugs of auto signature replacement has been fixed. * A bug that didn't hide user string in the Action dialog has been fixed. * Socket I/O timeout interval is now configurable.
2003-05-25Update Sylpheed to 0.9.0, too many new features to list, see the Changelog.chris1-3/+3
Fixes PR pkg/21579
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-4/+2
dependency bumps.
2003-03-22Update sylpheed to use USE_X11 rather than USE_X11BASE.chris1-2/+3
2003-03-07Updated to version 0.8.11.salo1-3/+2
Patch provided by Juan RP via PR pkg/20611. Changes: 0.8.11: ======= - The folder option to remove parentheses and brackets at the beginning of subject has been added. - The option to use command output for signature has been added. - The summary search now also looks for collapsed nodes. - The size of the source window is now remembered. - Euro locales (ISO-8859-15) have been supported. - Many locales and encodings which were not supported before have been added. - Galician translation has been added. - Support for Latin locales (ISO-8859) has been fixed. - UTF-8 locale support has been fixed. - The folding problem of headers has been fixed. - The more workaround for abort problem in Japanese locale has been made. - Other bugfixes have been made.