Update to 2.10.1, provided by Kouichirou Hiratsuka in PR 26956.
Changes since 2.10.0:
* Changes in 2.10.1 from 2.10.0
Version 2.10.1 is a bug fix version of 2.10.0.
** Fixed after message buffer kill, prefetch doesn't work.
** Default value of wl-delete-folder-alist,
wl-folder-hierarchy-access-folders are changed.
** Support localdir and pipe folder rename.
** Fixed message and error argument. Use %s for variable.
** Now, response from IMAP server (e.g. \Noselect, \Flagged)
parse case-ignore.
** Fixed elmo-msgdb-extra-fields field are case sensitive.
** Fixed IMAP folder included ~, expand to home directory.
** Fixed the problem that msgdb be destroyed when print-length or
print-level has Non-nil value.
** Fixed a problem that wl-folder-move-cur-folder doesn't work.
** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
** Fixed a problem that wl-summary-pack-number doesn't work on
Maildir, shimbun, and pipe folders.
** Fixed a problem that cache file is not protected even if it is marked
as important.
** Fixed a problem that %# in wl-summary-line-format cannot handle large
number.
** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
phase.
** Default value of wl-message-buffer-prefetch-folder-type-list,
wl-message-buffer-prefetch-idle-time, and
wl-message-buffer-prefetch-depth are changed.
** Fixed to compile on XEmacs without mule feature.
2004-09-19 15:41:24 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2004/09/19 13:41:24 wiz Exp $
|
2001-02-19 07:16:27 +01:00
|
|
|
|
Update to 2.10.1, provided by Kouichirou Hiratsuka in PR 26956.
Changes since 2.10.0:
* Changes in 2.10.1 from 2.10.0
Version 2.10.1 is a bug fix version of 2.10.0.
** Fixed after message buffer kill, prefetch doesn't work.
** Default value of wl-delete-folder-alist,
wl-folder-hierarchy-access-folders are changed.
** Support localdir and pipe folder rename.
** Fixed message and error argument. Use %s for variable.
** Now, response from IMAP server (e.g. \Noselect, \Flagged)
parse case-ignore.
** Fixed elmo-msgdb-extra-fields field are case sensitive.
** Fixed IMAP folder included ~, expand to home directory.
** Fixed the problem that msgdb be destroyed when print-length or
print-level has Non-nil value.
** Fixed a problem that wl-folder-move-cur-folder doesn't work.
** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
** Fixed a problem that wl-summary-pack-number doesn't work on
Maildir, shimbun, and pipe folders.
** Fixed a problem that cache file is not protected even if it is marked
as important.
** Fixed a problem that %# in wl-summary-line-format cannot handle large
number.
** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
phase.
** Default value of wl-message-buffer-prefetch-folder-type-list,
wl-message-buffer-prefetch-idle-time, and
wl-message-buffer-prefetch-depth are changed.
** Fixed to compile on XEmacs without mule feature.
2004-09-19 15:41:24 +02:00
|
|
|
DISTNAME= wl-2.10.1
|
2001-02-19 07:16:27 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ftp://ftp.ring.gr.jp/pub/text/elisp/wl/stable/
|
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
2001-02-19 07:16:27 +01:00
|
|
|
HOMEPAGE= http://www.gohome.org/wl/
|
2003-07-21 18:56:41 +02:00
|
|
|
COMMENT= Mail/news management system with IMAP4rev1 support for Emacs
|
2001-02-19 07:16:27 +01:00
|
|
|
|
2003-01-25 04:49:42 +01:00
|
|
|
DEPENDS+= semi>=1.13.7:../../devel/semi
|
2002-10-22 17:11:40 +02:00
|
|
|
# XXX please someone adjust paths and PLIST for XEmacs...
|
2004-05-08 15:35:20 +02:00
|
|
|
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
|
2001-07-23 17:39:09 +02:00
|
|
|
|
2003-01-25 04:49:42 +01:00
|
|
|
MAKE_FLAGS+= LISPDIR=${EMACS_LISPPREFIX}
|
|
|
|
MAKE_FLAGS+= PIXMAPDIR=${PREFIX}/share/wl
|
2001-07-23 17:39:09 +02:00
|
|
|
INSTALL_TARGET= install install-info
|
2001-07-24 10:17:18 +02:00
|
|
|
INFO_FILES= wl.info wl-ja.info
|
|
|
|
|
2002-10-22 17:11:40 +02:00
|
|
|
.include "../../mk/emacs.mk"
|
|
|
|
|
2001-07-23 17:39:09 +02:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/wl
|
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/wl
|
|
|
|
|
2003-01-28 03:56:23 +01:00
|
|
|
PLIST_SRC= ${WRKDIR}/PLIST
|
|
|
|
|
|
|
|
post-build:
|
2003-01-28 04:08:01 +01:00
|
|
|
@{ \
|
|
|
|
${CAT} ${PKGDIR}/PLIST.header; \
|
2004-01-27 01:53:10 +01:00
|
|
|
${FIND} ${WRKSRC} -name '*.elc' -print | \
|
2003-01-28 03:56:23 +01:00
|
|
|
while read f; do \
|
|
|
|
g=$$(basename $$f); \
|
|
|
|
echo '$${EMACS_LISPPREFIX}/wl/'$${g%.elc}.el; \
|
|
|
|
echo '$${EMACS_LISPPREFIX}/wl/'$$g; \
|
2003-01-28 04:08:01 +01:00
|
|
|
done | ${SORT}; \
|
|
|
|
${CAT} ${PKGDIR}/PLIST.footer; \
|
|
|
|
} >${PLIST_SRC}
|
2003-01-28 03:56:23 +01:00
|
|
|
|
2001-07-23 17:39:09 +02:00
|
|
|
post-install:
|
2003-01-25 04:49:42 +01:00
|
|
|
@${INSTALL_DATA_DIR} ${DOCDIR}/en ${DOCDIR}/ja
|
|
|
|
@for f in BUGS NEWS README; do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$$f ${DOCDIR}/en; \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$${f}.ja ${DOCDIR}/ja; \
|
|
|
|
done
|
|
|
|
@${INSTALL_DATA_DIR} ${EXAMPLESDIR}/en ${EXAMPLESDIR}/ja
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/samples/en/dot.* ${EXAMPLESDIR}/en
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/samples/ja/dot.* ${EXAMPLESDIR}/ja
|
2001-02-19 07:16:27 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|