Import XE riece pkg Makefile/package-info.in
authorSteve Youngs <steve@sxemacs.org>
Tue, 14 Jun 2016 04:00:27 +0000 (14:00 +1000)
committerSteve Youngs <steve@sxemacs.org>
Tue, 14 Jun 2016 04:00:27 +0000 (14:00 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
xemacs-packages/riece/Makefile [new file with mode: 0644]
xemacs-packages/riece/package-info.in [new file with mode: 0644]

diff --git a/xemacs-packages/riece/Makefile b/xemacs-packages/riece/Makefile
new file mode 100644 (file)
index 0000000..8c3367c
--- /dev/null
@@ -0,0 +1,82 @@
+# Makefile for Riece lisp code
+
+# This file is part of XEmacs.
+
+# XEmacs is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; either version 2, or (at your option) any
+# later version.
+
+# XEmacs is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with XEmacs; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
+# This XEmacs package contains the riece IRC client package
+
+VERSION = 1.26
+AUTHOR_VERSION = 3.1.2
+MAINTAINER = Daiki Ueno <ueno@unixuser.org>
+PACKAGE = riece
+PKG_TYPE = regular
+REQUIRES = xemacs-base mail-lib bbdb
+CATEGORY = standard
+
+include ../../Local.rules.inc
+
+ELCS = lisp/riece.elc lisp/riece-000.elc lisp/riece-200.elc           \
+lisp/riece-300.elc lisp/riece-400.elc lisp/riece-500.elc              \
+lisp/riece-addon-modules.elc lisp/riece-addon.elc lisp/riece-alias.elc \
+lisp/riece-async.elc lisp/riece-biff.elc lisp/riece-button.elc        \
+lisp/riece-cache.elc lisp/riece-channel.elc lisp/riece-coding.elc      \
+lisp/riece-commands.elc lisp/riece-compat.elc lisp/riece-complete.elc  \
+lisp/riece-ctcp.elc lisp/riece-ctlseq.elc lisp/riece-debug.elc        \
+lisp/riece-develop.elc lisp/riece-display.elc lisp/riece-doctor.elc    \
+lisp/riece-epg.elc lisp/riece-eval-ruby.elc lisp/riece-eval.elc               \
+lisp/riece-filter.elc lisp/riece-foolproof.elc lisp/riece-globals.elc  \
+lisp/riece-google.elc lisp/riece-guess.elc lisp/riece-handle.elc       \
+lisp/riece-hangman.elc lisp/riece-highlight.elc lisp/riece-history.elc \
+lisp/riece-icon.elc lisp/riece-identity.elc lisp/riece-ignore.elc      \
+lisp/riece-irc.elc lisp/riece-kakasi.elc lisp/riece-keepalive.elc      \
+lisp/riece-keyword.elc lisp/riece-layout.elc lisp/riece-log.elc               \
+lisp/riece-lsdb.elc lisp/riece-menu.elc lisp/riece-message.elc        \
+lisp/riece-mini.elc lisp/riece-misc.elc lisp/riece-mode.elc           \
+lisp/riece-naming.elc lisp/riece-options.elc                          \
+lisp/riece-package-info.elc lisp/riece-rdcc.elc lisp/riece-ruby.elc    \
+lisp/riece-server.elc lisp/riece-shrink-buffer.elc                    \
+lisp/riece-signal.elc lisp/riece-toolbar.elc lisp/riece-unread.elc     \
+lisp/riece-url.elc lisp/riece-user.elc lisp/riece-version.elc         \
+lisp/riece-xemacs.elc lisp/riece-xface.elc lisp/riece-xfaceb.elc       \
+lisp/riece-yank.elc
+
+EXTRA_SOURCES = lisp/riece-emacs.el lisp/riece-ndcc.el \
+       lisp/riece-skk-kakutei.el lisp/riece-mcat.el \
+       lisp/riece-mcat-japanese.el lisp/riece-package-info.el.in \
+       lisp/url-riece.el
+AUTOLOAD_PATH = lisp
+
+EXPLICIT_DOCS = doc/riece-en.texi
+ifeq ($(BUILD_WITHOUT_MULE),)
+COMPILE_INFO_AS_MULE = t
+EXPLICIT_DOCS += doc/riece-ja.texi
+ELCS += lisp/riece-skk-kakutei.elc lisp/riece-mcat.elc \
+       lisp/riece-mcat-japanese.elc
+endif
+
+PRELOADS = -eval \("push \"./lisp\" load-path"\)
+
+DATA_FILES = AUTHORS NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja
+DATA_DEST = $(PACKAGE)
+
+DATA_1_FILES = $(wildcard lisp/*.xpm)
+DATA_1_DEST = $(PACKAGE)
+
+DATA_2_FILES = $(wildcard lisp/*.rb)
+DATA_2_DEST = $(PACKAGE)
+
+include ../../XEmacs.rules
diff --git a/xemacs-packages/riece/package-info.in b/xemacs-packages/riece/package-info.in
new file mode 100644 (file)
index 0000000..60d1495
--- /dev/null
@@ -0,0 +1,19 @@
+(riece
+  (standards-version 1.1
+   version VERSION
+   author-version AUTHOR_VERSION
+   date DATE
+   build-date BUILD_DATE
+   maintainer MAINTAINER
+   distribution xemacs
+   priority high
+   category CATEGORY
+   dump nil
+   description "IRC (Internet Relay Chat) client for Emacs."
+   filename FILENAME
+   md5sum MD5SUM
+   size SIZE
+   provides (riece-compat riece-xemacs riece-globals riece-options riece-debug riece-version riece-coding riece-complete riece-addon-modules riece-addon riece-ruby riece-cache riece-mode riece-identity riece-channel riece-user riece-misc riece-signal riece-layout riece-display riece-server riece-naming riece-message riece-filter riece-handle riece-000 riece-200 riece-300 riece-400 riece-500 riece-commands riece-irc riece riece-alias riece-async riece-biff riece-button riece-ctcp riece-ctlseq riece-doctor riece-eval-ruby riece-eval riece-foolproof riece-google riece-guess riece-hangman riece-highlight riece-history riece-icon riece-ignore riece-kakasi riece-keepalive riece-keyword riece-log riece-lsdb riece-menu riece-mini riece-rdcc riece-shrink-buffer riece-skk-kakutei riece-toolbar riece-unread riece-url riece-xface riece-xfaceb riece-yank)
+   requires (REQUIRES)
+   type regular
+))