summaryrefslogtreecommitdiff
path: root/mail/wanderlust
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-06-23 19:54:51 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-06-23 19:54:51 +0000
commit6532e1125edfa88ff045b8800604c9e0a076b7f8 (patch)
tree2b10d45c7d5337b0005e4e492075a74f86f2ff17 /mail/wanderlust
parentActivate templ. (diff)
Wanderlust is a mail/news agent on Emacs/XEmacs .
PR: ports/12276 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes: svn path=/head/; revision=19732
Diffstat (limited to 'mail/wanderlust')
-rw-r--r--mail/wanderlust/Makefile110
-rw-r--r--mail/wanderlust/distinfo1
-rw-r--r--mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl12
-rw-r--r--mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl2
-rw-r--r--mail/wanderlust/files/wanderlust-startup.mule.el.tmpl5
-rw-r--r--mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl10
-rw-r--r--mail/wanderlust/pkg-comment1
-rw-r--r--mail/wanderlust/pkg-descr38
-rw-r--r--mail/wanderlust/pkg-message13
-rw-r--r--mail/wanderlust/pkg-plist.emacs50
-rw-r--r--mail/wanderlust/pkg-plist.emacs2054
-rw-r--r--mail/wanderlust/pkg-plist.mule54
-rw-r--r--mail/wanderlust/pkg-plist.xemacs20106
13 files changed, 456 insertions, 0 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
new file mode 100644
index 000000000000..9d605986fad0
--- /dev/null
+++ b/mail/wanderlust/Makefile
@@ -0,0 +1,110 @@
+# New ports collection makefile for: Wanderlust (for emacs)
+# Version required: 1.0.2
+# Date created: 7 Apr 1999
+# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
+#
+# $Id$
+#
+
+DISTNAME= wl-1.0.2
+PKGNAME= wanderlust-${EMACS_PORT}-1.0.2
+CATEGORIES= mail elisp
+MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \
+ ftp://ftp.jaist.ac.jp/pub/GNU/elisp/wanderlust/stable/ \
+ ftp://daidai.kuis.kyoto-u.ac.jp/pub/mirror/ftp.gohome.org/pub/elisp/wl/stable/ \
+ ftp://ftp.ring.gr.jp/pub/text/elisp/wl/stable/
+
+MAINTAINER= nobutaka@nobutaka.com
+
+.if !defined (IS_SLAVE)
+# for emacs19
+EMACS_NAME= emacs
+EMACS_PORT= emacs
+EMACS_VER= 19.34
+EMACS_LIBDIR= share/emacs
+.endif
+
+EMACS_CMD= ${EMACS_NAME}-${EMACS_VER}
+
+.if !defined(HAVE_COMMON_PORT)
+HAVE_COMMON_PORT= no
+.endif
+BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
+RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
+.if (${HAVE_COMMON_PORT} == "yes")
+# depends on common port
+BUILD_DEPENDS+= ${PKG_DBDIR}/${EMACS_PORT}-common-${MULE_VER}:${PORTSDIR}/editors/${EMACS_PORT}-common
+RUN_DEPENDS+= ${PKG_DBDIR}/${EMACS_PORT}-common-${MULE_VER}:${PORTSDIR}/editors/${EMACS_PORT}-common
+.endif
+# depends on semi
+BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current
+RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current
+
+.if (${EMACS_PORT} == "xemacs-mule")
+DIRSECTION= "Local Packages:"
+ALL_TARGET= all info
+.endif
+.if (${EMACS_PORT} == "emacs20" || ${EMACS_PORT} == "mule")
+DIRSECTION= "The Emacs editor and associated tools"
+ALL_TARGET= all info
+.endif
+
+PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER_LIBDIR=${EMACS_VER_LIBDIR}
+
+DOCSDIR= ${PREFIX}/share/doc/wanderlust
+DOCS= 00README 00README.ja ChangeLog
+SAMPLESDIR= ${PREFIX}/share/examples/wanderlust
+SAMPLES= sample.addresses sample.dot.wl sample.folders
+
+PLIST= ${PKGDIR}/PLIST.${EMACS_PORT}
+MAKE_ARGS= EMACS=${EMACS_CMD} ELISPDIR=${PREFIX}/${EMACS_LIBDIR}/site-lisp/wanderlust FLAGS="-batch -q -no-site-file -l ${WRKDIR}/wanderlust-startup.el"
+
+post-configure:
+ @${SED} \
+ -e "s,%%PREFIX%%,${PREFIX},g" \
+ -e "s,%%EMACS_LIBDIR%%,${EMACS_LIBDIR},g" \
+ -e "s,%%EMACS_VER_LIBDIR%%,${EMACS_VER_LIBDIR},g" \
+ < ${FILESDIR}/wanderlust-startup.${EMACS_PORT}.el.tmpl > ${WRKDIR}/wanderlust-startup.el
+
+pre-install:
+ @${MKDIR} ${PREFIX}/${EMACS_LIBDIR}/site-lisp/wanderlust
+
+post-install:
+.if (${EMACS_PORT} == "xemacs-mule")
+ @if [ ! -f ${PREFIX}/${EMACS_LIBDIR}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/${EMACS_VER_LIBDIR}/info/dir; \
+ fi
+ @${INSTALL_DATA} ${WRKSRC}/doc/wl-ja.info ${PREFIX}/${EMACS_VER_LIBDIR}/info
+ @install-info --section=${DIRSECTION} ${PREFIX}/${EMACS_VER_LIBDIR}/info/wl-ja.info ${PREFIX}/${EMACS_VER_LIBDIR}/info/dir
+.endif
+.if (${EMACS_PORT} == "emacs20" || ${EMACS_PORT} == "mule")
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+ @${INSTALL_DATA} ${WRKSRC}/doc/wl-ja.info ${PREFIX}/info
+ @install-info --section=${DIRSECTION} ${PREFIX}/info/wl-ja.info ${PREFIX}/info/dir
+.endif
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @for i in ${DOCS} ; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR} ; \
+ done
+ @${INSTALL_DATA} ${WRKSRC}/doc/wl-ja.texi ${DOCSDIR}
+.endif
+.if (${EMACS_NAME} == "xemacs")
+ @${MKDIR} ${PREFIX}/${EMACS_LIBDIR}/etc/wanderlust
+ @for i in *.xpm ; do \
+ ${INSTALL_DATA} ${WRKSRC}/etc/$$i ${PREFIX}/${EMACS_LIBDIR}/etc/wanderlust ; \
+ done
+.endif
+ @${INSTALL_DATA} ${WRKDIR}/wanderlust-startup.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp
+ @${INSTALL_DATA} ${WRKSRC}/utils/bbdb-wl.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp/wanderlust
+ @${INSTALL_DATA} ${WRKSRC}/utils/im-wl.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp/wanderlust
+ @${INSTALL_DATA} ${WRKSRC}/utils/wl-user-agent.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp/wanderlust
+ @${MKDIR} ${SAMPLESDIR}
+ @for i in ${SAMPLES} ; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${SAMPLESDIR} ; \
+ done
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>
diff --git a/mail/wanderlust/distinfo b/mail/wanderlust/distinfo
new file mode 100644
index 000000000000..47323de2bc1c
--- /dev/null
+++ b/mail/wanderlust/distinfo
@@ -0,0 +1 @@
+MD5 (wl-1.0.2.tar.gz) = e6a72d0fc2897bd0d5cee77aea718f51
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
new file mode 100644
index 000000000000..4767e99acef2
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
@@ -0,0 +1,12 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(require 'semi-setupel)
+(require 'flim-setupel)
+(require 'apel-setupel)
+(setq wl-summary-weekday-name-lang "en")
+(setq wl-thread-indent-level 2)
+(setq wl-thread-have-younger-brother-str "+")
+(setq wl-thread-youngest-child-str "+")
+(setq wl-thread-vertical-str "|")
+(setq wl-thread-horizontal-str "-")
+(setq wl-thread-space-str " ")
+(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl
new file mode 100644
index 000000000000..286db2f85f62
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl
@@ -0,0 +1,2 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl b/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
new file mode 100644
index 000000000000..e2adc7f66a17
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
@@ -0,0 +1,5 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(require 'semi-setupel)
+(require 'flim-setupel)
+(require 'apel-setupel)
+(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
new file mode 100644
index 000000000000..3b7f9bc86571
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
@@ -0,0 +1,10 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
+(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
+(setq wl-summary-weekday-name-lang "en")
+(setq wl-thread-indent-level 2)
+(setq wl-thread-have-younger-brother-str "+")
+(setq wl-thread-youngest-child-str "+")
+(setq wl-thread-vertical-str "|")
+(setq wl-thread-horizontal-str "-")
+(setq wl-thread-space-str " ")
+(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/pkg-comment b/mail/wanderlust/pkg-comment
new file mode 100644
index 000000000000..871135496765
--- /dev/null
+++ b/mail/wanderlust/pkg-comment
@@ -0,0 +1 @@
+Yet another message interface on Emacsen
diff --git a/mail/wanderlust/pkg-descr b/mail/wanderlust/pkg-descr
new file mode 100644
index 000000000000..a9bc1e5e0ebc
--- /dev/null
+++ b/mail/wanderlust/pkg-descr
@@ -0,0 +1,38 @@
+Wanderlust is a mail/news agent on Emacs/XEmacs .
+
+The features of Wanderlust are as follows:
+
+ * Implementation in elisp only.
+ * Support of IMAP4rev1, NNTP, POP(POP3/APOP) and MH format.
+ * Integrated access to messages based on Folder Specifications like Mew.
+ * Key bindings and mark processing like Mew.
+ * Management of threads and unread messages.
+ * Folder mode that displays all folder you read.
+ * Message cache, Disconnected Operation.
+ * MH-like FCC (FCC: %Backup is possible).
+ * Support of MIME (by SEMI or tm).
+ * Draft editing of mail and news as a same interface.
+ * Icon based interface for the list of Folder (XEmacs).
+ * Non-fetched operations for a big message part of MIME (IMAP4).
+ * Server side search (IMAP4), also Japanese support.
+ * Virtual Folder.
+ * Compression Folder.
+ * Automatic expiration of old messages.
+
+Before using Wanderlust, you must set following elisp
+to your own .emacs file.
+
+(require 'wanderlust-startup)
+(load "mime-setup")
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
+
+And sample configuration files are installed into
+${PREFIX}/share/wanderlust. Please copy to your home
+directory and edit them.
+
+The homepage of Wanderlust is http://www.gohome.org/wl/
+(in Japanese).
+
+--
+MANTANI Nobutaka <nobutaka@nobutaka.com>
diff --git a/mail/wanderlust/pkg-message b/mail/wanderlust/pkg-message
new file mode 100644
index 000000000000..1baaa759a696
--- /dev/null
+++ b/mail/wanderlust/pkg-message
@@ -0,0 +1,13 @@
+***************************************************************
+* Before using Wanderlust, you must set following elisp *
+* to your own .emacs file. *
+* *
+* (require 'wanderlust-startup) *
+* (load "mime-setup") *
+* (autoload 'wl "wl" "Wanderlust" t) *
+* (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) *
+* *
+* And if you use APOP authentication, Wanderlust requires *
+* md5.el. md5.el is contained in Emacs/W3 package. Please get *
+* it from ftp://ftp.cs.indiana.edu/pub/elisp/w3/w3.tar.gz. *
+***************************************************************
diff --git a/mail/wanderlust/pkg-plist.emacs b/mail/wanderlust/pkg-plist.emacs
new file mode 100644
index 000000000000..2b60b73d7023
--- /dev/null
+++ b/mail/wanderlust/pkg-plist.emacs
@@ -0,0 +1,50 @@
+share/doc/wanderlust/00README
+share/doc/wanderlust/00README.ja
+share/doc/wanderlust/ChangeLog
+share/doc/wanderlust/wl-ja.texi
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/bbdb-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-archive.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-cache.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-date.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-dop.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-filter.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-internal.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localdir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localnews.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-maildir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-msgdb.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-multi.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-nntp.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-pop3.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo2.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/im-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-address.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-demo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-draft.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-expire.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-fldmgr.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-folder.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-highlight.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-message.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-mime.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-mule.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-refile.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-summary.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-template.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-thread.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-user-agent.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust-startup.el
+share/examples/wanderlust/sample.addresses
+share/examples/wanderlust/sample.dot.wl
+share/examples/wanderlust/sample.folders
+@dirrm %%EMACS_LIBDIR%%/site-lisp/wanderlust
+@dirrm share/doc/wanderlust
+@dirrm share/examples/wanderlust
diff --git a/mail/wanderlust/pkg-plist.emacs20 b/mail/wanderlust/pkg-plist.emacs20
new file mode 100644
index 000000000000..926a68653dbe
--- /dev/null
+++ b/mail/wanderlust/pkg-plist.emacs20
@@ -0,0 +1,54 @@
+@unexec install-info --delete %D/info/wl-ja.info %D/info/dir
+info/wl-ja.info
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info %D/info/wl-ja.info %D/info/dir
+share/doc/wanderlust/00README
+share/doc/wanderlust/00README.ja
+share/doc/wanderlust/ChangeLog
+share/doc/wanderlust/wl-ja.texi
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/bbdb-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-archive.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-cache.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-date.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-dop.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-filter.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-internal.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localdir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localnews.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-maildir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-msgdb.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-multi.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-nntp.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-pop3.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo2.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/im-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-address.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-demo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-draft.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-expire.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-fldmgr.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-folder.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-highlight.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-message.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-mime.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-mule.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-refile.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-summary.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-template.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-thread.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-user-agent.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust-startup.el
+share/examples/wanderlust/sample.addresses
+share/examples/wanderlust/sample.dot.wl
+share/examples/wanderlust/sample.folders
+@dirrm %%EMACS_LIBDIR%%/site-lisp/wanderlust
+@dirrm share/doc/wanderlust
+@dirrm share/examples/wanderlust
diff --git a/mail/wanderlust/pkg-plist.mule b/mail/wanderlust/pkg-plist.mule
new file mode 100644
index 000000000000..926a68653dbe
--- /dev/null
+++ b/mail/wanderlust/pkg-plist.mule
@@ -0,0 +1,54 @@
+@unexec install-info --delete %D/info/wl-ja.info %D/info/dir
+info/wl-ja.info
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info %D/info/wl-ja.info %D/info/dir
+share/doc/wanderlust/00README
+share/doc/wanderlust/00README.ja
+share/doc/wanderlust/ChangeLog
+share/doc/wanderlust/wl-ja.texi
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/bbdb-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-archive.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-cache.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-date.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-dop.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-filter.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-internal.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localdir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localnews.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-maildir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-msgdb.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-multi.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-nntp.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-pop3.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo2.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/im-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-address.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-demo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-draft.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-expire.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-fldmgr.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-folder.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-highlight.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-message.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-mime.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-mule.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-refile.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-summary.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-template.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-thread.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-user-agent.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust-startup.el
+share/examples/wanderlust/sample.addresses
+share/examples/wanderlust/sample.dot.wl
+share/examples/wanderlust/sample.folders
+@dirrm %%EMACS_LIBDIR%%/site-lisp/wanderlust
+@dirrm share/doc/wanderlust
+@dirrm share/examples/wanderlust
diff --git a/mail/wanderlust/pkg-plist.xemacs20 b/mail/wanderlust/pkg-plist.xemacs20
new file mode 100644
index 000000000000..6f36e052c9b8
--- /dev/null
+++ b/mail/wanderlust/pkg-plist.xemacs20
@@ -0,0 +1,106 @@
+%%EMACS_LIBDIR%%/etc/wanderlust/archive.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/closed.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/draft.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/elmo.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/filter.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/imap.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/internal.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/local.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/localnews.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/multi.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/news.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/opened.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/pop.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/queue.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/trash-e.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/trash.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-draft-insert-signature-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-draft-kill-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-draft-send-from-toolbar-down.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-draft-send-from-toolbar-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-draft-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-draft-yank-original-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-exit-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-check-current-entity-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-empty-trash-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-jump-to-current-entity-no-sync-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-jump-to-current-entity-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-next-entity-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-prev-entity-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-read-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-select-entity-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-sync-current-entity-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-folder-zoom-entity-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-logo.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-message-extract-content-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-message-next-content-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-message-play-content-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-message-prev-content-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-message-quit-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-message-read-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-delete-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-exit-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-forward-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-jump-to-current-message-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-mark-as-important-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-next-page-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-next-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-prev-page-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-prev-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-read-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-reply-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-reply-with-citation-up.xpm
+%%EMACS_LIBDIR%%/etc/wanderlust/wl-summary-sync-force-update-up.xpm
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/bbdb-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-archive.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-cache.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-database.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-date.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-dop.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-filter.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-internal.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localdir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-localnews.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-maildir.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-msgdb.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-multi.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-nntp.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-pop3.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/elmo2.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/im-wl.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo-imap4.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/mmelmo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-address.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-demo.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-dnd.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-draft.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-expire.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-fldmgr.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-folder.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-highlight.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-message.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-mime.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-refile.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-summary.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-template.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-thread.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-user-agent.el
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-util.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-vars.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl-xmas.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust/wl.elc
+%%EMACS_LIBDIR%%/site-lisp/wanderlust-startup.el
+share/doc/wanderlust/00README
+share/doc/wanderlust/00README.ja
+share/doc/wanderlust/ChangeLog
+share/doc/wanderlust/wl-ja.texi
+share/examples/wanderlust/sample.addresses
+share/examples/wanderlust/sample.dot.wl
+share/examples/wanderlust/sample.folders
+@dirrm %%EMACS_LIBDIR%%/etc/wanderlust
+@dirrm %%EMACS_LIBDIR%%/site-lisp/wanderlust
+@dirrm share/doc/wanderlust
+@dirrm share/examples/wanderlust