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 | |
parent | 7e1e3c5d9a8258cd7f117f51b3a331eb0072a69a (diff) | |
download | ports-6e0a25dd397c6304a1bf64c1c72b087ae6ee487f.tar.gz ports-6e0a25dd397c6304a1bf64c1c72b087ae6ee487f.zip |
Notes
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/Makefile | 5 | ||||
-rw-r--r-- | editors/bitmap/distinfo | 2 | ||||
-rw-r--r-- | editors/bitmap/pkg-descr.emacs20 | 1 | ||||
-rw-r--r-- | editors/bitmap/pkg-descr.mule | 1 | ||||
-rw-r--r-- | editors/bitmap/pkg-plist.emacs20 | 2 | ||||
-rw-r--r-- | editors/bitmap/pkg-plist.mule | 2 |
6 files changed, 9 insertions, 4 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index e42e303ae253..8ed332826fc8 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/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/distinfo b/editors/bitmap/distinfo index e62aa607a070..e7df8998a5f1 100644 --- a/editors/bitmap/distinfo +++ b/editors/bitmap/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-8.2.tar.gz) = a02fe00ced67961299b297559d325b54 +MD5 (bitmap-mule-8.3.tar.gz) = b5e6a7421630c0f3a39f7f7bb6485c3f
diff --git a/editors/bitmap/pkg-descr.emacs20 b/editors/bitmap/pkg-descr.emacs20 index a4098412d5b6..714d6a714511 100644 --- a/editors/bitmap/pkg-descr.emacs20 +++ b/editors/bitmap/pkg-descr.emacs20 @@ -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/pkg-descr.mule b/editors/bitmap/pkg-descr.mule index 23cad8eeba41..a67933c35c4d 100644 --- a/editors/bitmap/pkg-descr.mule +++ b/editors/bitmap/pkg-descr.mule @@ -5,6 +5,7 @@ Bitmap-mule, Package to use bitmap in MULE or Emacs/mule. - bitmap.el: kernel of bitmap-mule - bitmap-bi.el: functions for Emacs 20.2 or earlier + - 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/pkg-plist.emacs20 b/editors/bitmap/pkg-plist.emacs20 index ffd3133d90bd..7704f170ad3a 100644 --- a/editors/bitmap/pkg-plist.emacs20 +++ b/editors/bitmap/pkg-plist.emacs20 @@ -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 diff --git a/editors/bitmap/pkg-plist.mule b/editors/bitmap/pkg-plist.mule index 4a36a55f92b4..8f1eec2efabd 100644 --- a/editors/bitmap/pkg-plist.mule +++ b/editors/bitmap/pkg-plist.mule @@ -2,6 +2,8 @@ %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap-bi.el %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap-bi.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/gnus-bitmap.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/po.el |