1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Upgrade to 8.1.

This commit is contained in:
Shigeyuki Fukushima 1999-12-24 14:20:56 +00:00
parent 5c62399d30
commit e3f064262c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23994
12 changed files with 30 additions and 23 deletions

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: bitmap for emacs20
# Version required: 8.0
# Version required: 8.1
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
MAINTAINER= shige@FreeBSD.org
# distfile version
BITMAP_VER= 8.0
BITMAP_VER= 8.1
BITMAP_PKG_VER= ${BITMAP_VER}
BITMAPDOCDIR= share/doc/bitmap
BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz

View File

@ -1 +1 @@
MD5 (bitmap-mule-8.0.tar.gz) = 6f385f2e18533ac95bc271a7e3078196
MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: bitmap for mule
# Version required: 8.0
# Version required: 8.1
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
MAINTAINER= shige@FreeBSD.org
# distfile version
BITMAP_VER= 8.0
BITMAP_VER= 8.1
BITMAP_PKG_VER= ${BITMAP_VER}
BITMAPDOCDIR= share/doc/bitmap
BITMAP_SETUPEL= bitmap-setupel.el

View File

@ -1 +1 @@
MD5 (bitmap-mule-8.0.tar.gz) = 6f385f2e18533ac95bc271a7e3078196
MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592

View File

@ -4,7 +4,7 @@ Bitmap-mule, Package to use bitmap in MULE or Emacs/mule.
Bitmap-mule has following modules:
- bitmap.el: kernel of bitmap-mule
- bitmap-ci.el: functions for Emacs 20.3 or later
- bitmap-bi.el: functions for Emacs 20.2 or earlier
- po.el: tiny BDF font editor
- smiley-mule.el: smiley-mark encoder/decoder
- x-face-mule.el: inline X-Face decoder

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: bitmap for emacs20
# Version required: 8.0
# Version required: 8.1
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
MAINTAINER= shige@FreeBSD.org
# distfile version
BITMAP_VER= 8.0
BITMAP_VER= 8.1
BITMAP_PKG_VER= ${BITMAP_VER}
BITMAPDOCDIR= share/doc/bitmap
BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz

View File

@ -1 +1 @@
MD5 (bitmap-mule-8.0.tar.gz) = 6f385f2e18533ac95bc271a7e3078196
MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592

View File

@ -4,7 +4,7 @@ Bitmap-mule, Package to use bitmap in MULE or Emacs/mule.
Bitmap-mule has following modules:
- bitmap.el: kernel of bitmap-mule
- bitmap-ci.el: functions for Emacs 20.3 or later
- bitmap-bi.el: functions for Emacs 20.2 or earlier
- po.el: tiny BDF font editor
- smiley-mule.el: smiley-mark encoder/decoder
- x-face-mule.el: inline X-Face decoder

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: bitmap-font
# Version required: 8.0
# Version required: 8.1
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@ -14,8 +14,8 @@ MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
MAINTAINER= shige@FreeBSD.org
# distfile version
BITMAP_VER= 8.0
BITMAP_FONT= etl8x16-bitmap
BITMAP_VER= 8.1
BITMAP_FONT= etl6x12-bitmap etl7x14-bitmap etl8x16-bitmap etl12x24-bitmap
FONTSDIR= lib/X11/fonts/local
PKGINSTALL= ${WRKDIR}/INSTALL
PKGDEINSTALL= ${WRKDIR}/DEINSTALL
@ -24,12 +24,14 @@ USE_X_PREFIX= yes
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86
PLIST_SUB= FONTSDIR=${FONTSDIR} BITMAP_FONT=${BITMAP_FONT}
PLIST_SUB= FONTSDIR=${FONTSDIR}
do-build:
@(cd ${WRKSRC}; \
bdftopcf ${BITMAP_FONT}.bdf > ${BITMAP_FONT}.pcf ; \
${GZIP_CMD} ${BITMAP_FONT}.pcf ; \
@(cd ${WRKSRC}/font; \
for i in ${BITMAP_FONT} ; do \
bdftopcf $${i}.bdf > $${i}.pcf ; \
${GZIP_CMD} $${i}.pcf ; \
done ; \
)
@for file in INSTALL DEINSTALL; do \
${SED} -e 's,%%FONTSDIR%%,${FONTSDIR},g' \
@ -42,8 +44,10 @@ pre-install:
${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
do-install:
@(cd ${WRKSRC}; \
${INSTALL_DATA} ${BITMAP_FONT}.pcf.gz ${PREFIX}/${FONTSDIR} ; \
@(cd ${WRKSRC}/font; \
for i in ${BITMAP_FONT} ; do \
${INSTALL_DATA} $${i}.pcf.gz ${PREFIX}/${FONTSDIR} ; \
done ; \
)
post-install:

View File

@ -1 +1 @@
MD5 (bitmap-mule-8.0.tar.gz) = 6f385f2e18533ac95bc271a7e3078196
MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592

View File

@ -1 +1 @@
Bitmap font, 8 dots x 16 dots bitmap font
Bitmap font, (6x12, 7x14, 8x16, 12x24) dots bitmap font

View File

@ -1 +1,4 @@
%%FONTSDIR%%/%%BITMAP_FONT%%.pcf.gz
%%FONTSDIR%%/etl6x12-bitmap.pcf.gz
%%FONTSDIR%%/etl7x14-bitmap.pcf.gz
%%FONTSDIR%%/etl8x16-bitmap.pcf.gz
%%FONTSDIR%%/etl12x24-bitmap.pcf.gz