diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-18 14:03:09 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-18 14:03:09 +0000 |
commit | a0d65000757b167accd8999c8b73a5eecd58b6bf (patch) | |
tree | 653d868ab41191c005c1f7679389c70745785700 /editors/bitmap | |
parent | 4b39a8e5d57f23e1c4807cdca67a36d99b66ff56 (diff) | |
download | ports-a0d65000757b167accd8999c8b73a5eecd58b6bf.tar.gz ports-a0d65000757b167accd8999c8b73a5eecd58b6bf.zip |
Notes
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/files/bitmap-setupel.el.in | 8 | ||||
-rw-r--r-- | editors/bitmap/files/patch-ab | 23 | ||||
-rw-r--r-- | editors/bitmap/pkg-comment.mule | 1 | ||||
-rw-r--r-- | editors/bitmap/pkg-descr.mule | 18 | ||||
-rw-r--r-- | editors/bitmap/pkg-plist.mule | 11 |
5 files changed, 61 insertions, 0 deletions
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 <shige@FreeBSD.org> 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%% |