diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-04-25 17:30:00 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-04-25 17:30:00 +0000 |
commit | 6e0a25dd397c6304a1bf64c1c72b087ae6ee487f (patch) | |
tree | 8aaf0cc4075c20b13bdd4804646b80b19afb1e49 /editors/bitmap-emacs20 | |
parent | Add some completion definitions(compdef) of FreeBSD original commands. (diff) |
Update to 8.3.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Diffstat (limited to 'editors/bitmap-emacs20')
-rw-r--r-- | editors/bitmap-emacs20/Makefile | 5 | ||||
-rw-r--r-- | editors/bitmap-emacs20/distinfo | 2 | ||||
-rw-r--r-- | editors/bitmap-emacs20/pkg-descr | 1 | ||||
-rw-r--r-- | editors/bitmap-emacs20/pkg-plist | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index e42e303ae253..8ed332826fc8 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bitmap-${EMACS_PORT} -PORTVERSION= ${BITMAP_PKG_VER} +PORTVERSION= ${BITMAP_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ DISTNAME= bitmap-mule-${BITMAP_VER} @@ -14,8 +14,7 @@ DISTNAME= bitmap-mule-${BITMAP_VER} MAINTAINER= shige@FreeBSD.org # distfile version -BITMAP_VER= 8.2 -BITMAP_PKG_VER= ${BITMAP_VER} +BITMAP_VER= 8.3 BITMAPDOCDIR= share/doc/bitmap BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz diff --git a/editors/bitmap-emacs20/distinfo b/editors/bitmap-emacs20/distinfo index e62aa607a070..e7df8998a5f1 100644 --- a/editors/bitmap-emacs20/distinfo +++ b/editors/bitmap-emacs20/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-8.2.tar.gz) = a02fe00ced67961299b297559d325b54 +MD5 (bitmap-mule-8.3.tar.gz) = b5e6a7421630c0f3a39f7f7bb6485c3f
diff --git a/editors/bitmap-emacs20/pkg-descr b/editors/bitmap-emacs20/pkg-descr index a4098412d5b6..714d6a714511 100644 --- a/editors/bitmap-emacs20/pkg-descr +++ b/editors/bitmap-emacs20/pkg-descr @@ -5,6 +5,7 @@ Bitmap-mule, Package to use bitmap in Emacs20. - bitmap.el: kernel of bitmap-mule - bitmap-ci.el: functions for Emacs 20.3 or later + - bm-utils.el: utility functions. - po.el: tiny BDF font editor - smiley-mule.el: smiley-mark encoder/decoder - x-face-mule.el: inline X-Face decoder diff --git a/editors/bitmap-emacs20/pkg-plist b/editors/bitmap-emacs20/pkg-plist index ffd3133d90bd..7704f170ad3a 100644 --- a/editors/bitmap-emacs20/pkg-plist +++ b/editors/bitmap-emacs20/pkg-plist @@ -2,6 +2,8 @@ %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap-ci.el %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap-ci.elc +%%EMACS_LIBDIR%%/site-lisp/bitmap/bm-utils.el +%%EMACS_LIBDIR%%/site-lisp/bitmap/bm-utils.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/gnus-bitmap.el %%EMACS_LIBDIR%%/site-lisp/bitmap/po.el %%EMACS_LIBDIR%%/site-lisp/bitmap/po.elc |