2008-10-06 09:24:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.15 2008/10/06 07:24:31 uebayasi Exp $
|
2004-11-30 09:18:39 +01:00
|
|
|
#
|
|
|
|
|
2008-10-06 09:12:26 +02:00
|
|
|
DISTNAME= riece-5.0.0
|
2005-08-28 06:25:28 +02:00
|
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
2004-11-30 09:18:39 +01:00
|
|
|
CATEGORIES= chat japanese
|
2008-10-06 09:24:31 +02:00
|
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/riece/
|
2004-11-30 09:18:39 +01:00
|
|
|
|
|
|
|
MAINTAINER= uebayasi@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.nongnu.org/riece/
|
|
|
|
COMMENT= IRC client for Emacs
|
|
|
|
|
|
|
|
EMACS_VERSIONS_ACCEPTED= \
|
2008-10-06 09:24:31 +02:00
|
|
|
emacs22 emacs22nox emacs21 emacs21nox xemacs215 xemacs215nox xemacs214 xemacs214nox
|
2004-11-30 09:18:39 +01:00
|
|
|
|
Update riece to 1.0.7a.
* Major changes in 1.0.7
** New add-on riece-toolbar. (ueno)
riece-toolbar displays icons on toolbar. Currently not all the
icons are included.
** New add-on riece-keepalive. (ueno)
riece-keepalive spontaneously sends a PING message to server to
keep an IRC connection.
** New add-on riece-google. (bg66)
riece-google searches on Google and sends the result to the channel.
** New add-on riece-eval. (bg66)
riece-eval evaluates elisp expression and sends the result to the channel.
** Some add-ons are enabled by default. (ueno)
riece-log, riece-alias, riece-ctlseq, and riece-keyword are now
enabled by default.
** New command riece-command-suspend-resume. (ueno)
riece-command-suspend-resume saves or restores the current window
configuration.
** Preserve cursor position when clicking button widget. (ueno)
** Decorate modeline indicator with faces. (ueno)
** Count users in NAMES reply. (ueno)
** New user option riece-part-message. (ueno)
** Add-ons located in riece-addon-directory are automatically enabled. (ueno)
** Default value of riece-buffer-dispose-function is now kill-buffer. (ueno)
** Backtrace when encountered an error in process-filter. (ueno)
** Ask channel key to user when it is required. (ueno)
** Automatic buffer shrinking is now disabled by default. (ueno)
** New directory structure for riece-log. (ueno)
** Fixed a bug in user-renamed signal-filter. (kaoru)
** Fixed a bug in riece-command-enable-addon and
riece-command-disable-addon. (yoichi)
* Major changes in 1.0.6
** Bundle url-riece, a backend of url-irc which comes with the recent
GNU Emacs. (Yamato-san)
** New user option riece-url-regexp-alist to allow users to define
mapping from arbitrary strings (such as "Bug#12345") to URL. (This
feature is a backport from Liece) (ueno)
** New modeline indicator which represents user's channel operator
status in the current channel. (ueno, thanks to k-to)
** Remove multiple lines at a time when shrinking channel buffers.
Number of lines to be removed is controlled by
riece-shrink-buffer-remove-lines option. (ueno, thanks to ysjj)
** riece-alias-alist now works again. (ueno)
** Fixed a bug in flow control for sending long messages, introduced
in 1.0.4. (ueno)
** New command riece-submit-bug-report to generate a template for good
problem report. (ueno)
** Accept radical IRC proxy programs which break with tradition of the
original IRC server implementation. (ueno, thanks to k-to san)
** New key bind C-c # <number> to switch channel by number. (ueno,
thanks to ysjj)
** If a prefix-argument is given, riece-yank sends message as a NOTICE. (bg66)
2005-03-05 10:14:11 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C|[^0-9]$||}
|
|
|
|
|
2004-11-30 09:18:39 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2006-03-30 05:31:13 +02:00
|
|
|
INFO_FILES= # PLIST
|
|
|
|
EMACS_MODULES= base
|
|
|
|
|
2007-10-29 05:38:47 +01:00
|
|
|
# --with-emacs=... or --with-xemacs=...
|
|
|
|
CONFIGURE_ARGS+= --with-${EMACS_FLAVOR}=${EMACS_BIN:Q}
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${EMACS_FLAVOR}}
|
2006-03-30 05:31:13 +02:00
|
|
|
|
2004-11-30 09:18:39 +01:00
|
|
|
# Riece digs sub directory.
|
2007-10-29 05:38:47 +01:00
|
|
|
CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX:Q}
|
|
|
|
CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}
|
|
|
|
|
2008-10-06 09:24:31 +02:00
|
|
|
.include "../../mk/emacs.mk"
|
2004-11-30 09:18:39 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|