pkgsrc/mail/libsylph/Makefile
taca 92981baae0 Update libsylph to 1.1.0.
* 1.1.0 (stable)

    * The bugfixes and minor feature improvements were merged from Sylpheed
      trunk.
      - procmime_parse_mime_parameter(): spaces around equals between name
        and value of MIME parameters are allowed.
      - procmime_scan_multipart_message(): the max recursion level were
        increased.
      - conv_encode_header(): several bugs were fixed.
      - my_memmem(): the buffer overrun was fixed.
      - pop.c: invalid APOP timestamp is checked for now (CVE-2007-1558).
      - socket.c: the bug that caused busy loop when connection was immediately
        refused was fixed.
      - procmime_get_encoding_for_str()
        extract_parenthesis_with_escape()
        extract_quote_with_escape()
        strsplit_csv()
        uriencode_for_mailto(): new functions were added.

* 1.0.0 (stable)

    * The reference manuals were mostly completed.
    * The libtool version was increased.

* 1.0.0beta1 (beta)

    * The reference manuals were added.
    * The sample codes were added.
    * The new APIs were added to prefs_common, account, and folder.
    * Several bugs were fixed.
2012-06-02 04:28:45 +00:00

24 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/06/02 04:28:45 taca Exp $
#
DISTNAME= libsylph-1.1.0
CATEGORIES= mail
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/libsylph/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sylpheed.sraoss.jp/
COMMENT= E-Mail client library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= lex pkg-config msgfmt
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"