From a0d65000757b167accd8999c8b73a5eecd58b6bf Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Wed, 18 Aug 1999 14:03:09 +0000 Subject: Bitmap-mule is Package to use bitmap in Mule. Bitmap-mule has following modules: - bitmap.el: kernel of bitmap-mule - po.el: tiny BDF font editor - smiley-mule.el: smiley-mark encoder/decoder --- editors/bitmap/files/bitmap-setupel.el.in | 8 ++++++++ editors/bitmap/files/patch-ab | 23 +++++++++++++++++++++++ editors/bitmap/pkg-comment.mule | 1 + editors/bitmap/pkg-descr.mule | 18 ++++++++++++++++++ editors/bitmap/pkg-plist.mule | 11 +++++++++++ 5 files changed, 61 insertions(+) create mode 100644 editors/bitmap/files/bitmap-setupel.el.in create mode 100644 editors/bitmap/files/patch-ab create mode 100644 editors/bitmap/pkg-comment.mule create mode 100644 editors/bitmap/pkg-descr.mule create mode 100644 editors/bitmap/pkg-plist.mule (limited to 'editors/bitmap') diff --git a/editors/bitmap/files/bitmap-setupel.el.in b/editors/bitmap/files/bitmap-setupel.el.in new file mode 100644 index 000000000000..925e7dd2bed3 --- /dev/null +++ b/editors/bitmap/files/bitmap-setupel.el.in @@ -0,0 +1,8 @@ +;; +;; @(#)bitmap-setupel.el -- bitmap mule load-path setup elisp file. +;; -- by shige@FreeBSD.ORG + +(setq load-path (append '( + "@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/bitmap" + ) load-path)) +(provide 'bitmap-setupel) diff --git a/editors/bitmap/files/patch-ab b/editors/bitmap/files/patch-ab new file mode 100644 index 000000000000..91cf46b23852 --- /dev/null +++ b/editors/bitmap/files/patch-ab @@ -0,0 +1,23 @@ +--- BITMAP-CFG.orig Sun Dec 27 23:11:27 1998 ++++ BITMAP-CFG Sun Dec 27 23:16:00 1998 +@@ -16,11 +16,15 @@ + (add-to-list 'load-path + (expand-file-name "../../site-lisp/apel" data-directory)) + +-(when (boundp 'LISPDIR) +- (add-to-list 'default-load-path LISPDIR) +- (add-to-list 'load-path LISPDIR) +- (add-to-list 'load-path (expand-file-name "apel" LISPDIR)) +- ) ++(if (boundp 'LISPDIR) ++ (progn ++ (add-to-list 'default-load-path LISPDIR) ++ (add-to-list 'load-path LISPDIR) ++ (add-to-list 'load-path (expand-file-name "apel" LISPDIR)) ++ )) ++ ++(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) ++ (require 'apel-setupel)) + + (require 'install) + diff --git a/editors/bitmap/pkg-comment.mule b/editors/bitmap/pkg-comment.mule new file mode 100644 index 000000000000..d6d15be9e610 --- /dev/null +++ b/editors/bitmap/pkg-comment.mule @@ -0,0 +1 @@ +Bitmap-mule, Package to use bitmap in MULE diff --git a/editors/bitmap/pkg-descr.mule b/editors/bitmap/pkg-descr.mule new file mode 100644 index 000000000000..4f1b90f61fc7 --- /dev/null +++ b/editors/bitmap/pkg-descr.mule @@ -0,0 +1,18 @@ +Bitmap-mule, Package to use bitmap in MULE or Emacs/mule. + + Bitmap-mule is a package to use bitmap in MULE or Emacs/mule. + Bitmap-mule has following modules: + + - bitmap.el: kernel of bitmap-mule + - po.el: tiny BDF font editor + - smiley-mule.el: smiley-mark encoder/decoder + + Bitmap-mule is installed the following directory tree: + ${PREFIX}/share/mule/site-lisp/bitmap/ --- Bitmap-mule + +To use bitmap-mule, put the following setup into your ~/.emacs: + + (require 'apel-setupel) + (require 'bitmap-setupel) + +--- Porting by shige diff --git a/editors/bitmap/pkg-plist.mule b/editors/bitmap/pkg-plist.mule new file mode 100644 index 000000000000..075d92143bb6 --- /dev/null +++ b/editors/bitmap/pkg-plist.mule @@ -0,0 +1,11 @@ +%%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap.el +%%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap.elc +%%EMACS_LIBDIR%%/site-lisp/bitmap/po.el +%%EMACS_LIBDIR%%/site-lisp/bitmap/po.elc +%%EMACS_LIBDIR%%/site-lisp/bitmap/smiley-mule.el +%%EMACS_LIBDIR%%/site-lisp/bitmap/smiley-mule.elc +%%EMACS_LIBDIR_WITH_VER%%/site-lisp/%%BITMAP_SETUPEL%% +@dirrm %%EMACS_LIBDIR%%/site-lisp/bitmap +%%BITMAPDOCDIR%%/ChangeLog +%%BITMAPDOCDIR%%/README.en +@dirrm %%BITMAPDOCDIR%% -- cgit v1.2.3