Updated to version 0.8.11.
Patch sent by Quentin Garnier via PR pkg/20679. Changes: - s/USE_X11BASE/USE_X11/ 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. 0.8.10: ======= - The validity check of EUC-JP code became more strict. - The handling of strings which failed to be converted has been modified. - Minor bugfixes and a speed improvement have been made. 0.8.9: ====== - 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.
This commit is contained in:
parent
d915668eed
commit
3dc2d9c3e3
3 changed files with 14 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.13 2003/01/28 22:03:41 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2003/03/22 01:45:15 salo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sylpheed-0.8.8claws
|
||||
PKGNAME= sylpheed-claws-0.8.8
|
||||
PKGREVISION= 1
|
||||
DISTNAME= sylpheed-0.8.11claws
|
||||
PKGNAME= sylpheed-claws-0.8.11
|
||||
CATEGORIES= mail news x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -18,7 +18,7 @@ CONFLICTS= sylpheed-[0-9]*
|
|||
USE_BUILDLINK2= yes
|
||||
USE_PKGINSTALL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_X11BASE= yes
|
||||
USE_X11= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -59,6 +59,7 @@ CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
|
|||
post-install:
|
||||
${INSTALL_DATA_DIR} ${EGDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sylpheed*.png ${PREFIX}/share/sylpheed
|
||||
|
||||
.include "../../converters/libiconv/buildlink2.mk"
|
||||
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2002/12/29 23:45:31 chris Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2003/03/22 01:45:15 salo Exp $
|
||||
bin/sylpheed
|
||||
man/man1/sylpheed.1
|
||||
share/examples/sylpheed/mime.types
|
||||
|
@ -77,6 +77,7 @@ share/sylpheed/manual/en/sylpheed-19.html
|
|||
share/sylpheed/manual/en/sylpheed-2.html
|
||||
share/sylpheed/manual/en/sylpheed-20.html
|
||||
share/sylpheed/manual/en/sylpheed-21.html
|
||||
share/sylpheed/manual/en/sylpheed-22.html
|
||||
share/sylpheed/manual/en/sylpheed-3.html
|
||||
share/sylpheed/manual/en/sylpheed-4.html
|
||||
share/sylpheed/manual/en/sylpheed-5.html
|
||||
|
@ -146,6 +147,9 @@ share/sylpheed/manual/ja/sylpheed-8.html
|
|||
share/sylpheed/manual/ja/sylpheed-9.html
|
||||
share/sylpheed/manual/ja/sylpheed.html
|
||||
share/sylpheed/manual/ja/sylpheed.sgml
|
||||
share/sylpheed/sylpheed-128x128.png
|
||||
share/sylpheed/sylpheed-64x64.png
|
||||
share/sylpheed/sylpheed.png
|
||||
@dirrm share/sylpheed/manual/ja
|
||||
@dirrm share/sylpheed/manual/fr
|
||||
@dirrm share/sylpheed/manual/es
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.6 2002/12/29 23:45:31 chris Exp $
|
||||
$NetBSD: distinfo,v 1.7 2003/03/22 01:45:16 salo Exp $
|
||||
|
||||
SHA1 (sylpheed-0.8.8claws.tar.bz2) = d4fd24e1e7fedda9672628721b6a42ec12d6a908
|
||||
Size (sylpheed-0.8.8claws.tar.bz2) = 1801972 bytes
|
||||
SHA1 (sylpheed-0.8.11claws.tar.bz2) = 88fabcca6192aca493abf21362d7bbdbe01718d2
|
||||
Size (sylpheed-0.8.11claws.tar.bz2) = 1863930 bytes
|
||||
|
|
Loading…
Reference in a new issue