diff options
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/bdfresize/Makefile | 19 | ||||
-rw-r--r-- | x11-fonts/bdfresize/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/bdfresize/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/bdfresize/pkg-descr | 19 | ||||
-rw-r--r-- | x11-fonts/bdfresize/pkg-plist | 1 |
6 files changed, 42 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index e89a35eb9e24..9b3f895c5a6d 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -9,6 +9,7 @@ SUBDIR += XFree86-4-fontLatin2 SUBDIR += XFree86-4-fontScalable SUBDIR += Xg + SUBDIR += bdfresize SUBDIR += bitmap-fonts SUBDIR += etlfonts SUBDIR += freefonts diff --git a/x11-fonts/bdfresize/Makefile b/x11-fonts/bdfresize/Makefile new file mode 100644 index 000000000000..1db7bd9a3e8a --- /dev/null +++ b/x11-fonts/bdfresize/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: bdfresize +# Date created: 1 April 2001 +# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp> +# +# $FreeBSD$ +# + +PORTNAME= bdfresize +PORTVERSION= 1.5 +CATEGORIES= x11-fonts +MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ + +MAINTAINER= mistral@imasy.or.jp + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +MAN1= bdfresize.1 + +.include <bsd.port.mk> diff --git a/x11-fonts/bdfresize/distinfo b/x11-fonts/bdfresize/distinfo new file mode 100644 index 000000000000..df35db3370e1 --- /dev/null +++ b/x11-fonts/bdfresize/distinfo @@ -0,0 +1 @@ +MD5 (bdfresize-1.5.tar.gz) = 8169ac564fe676d53a9b4d7aad163005 diff --git a/x11-fonts/bdfresize/pkg-comment b/x11-fonts/bdfresize/pkg-comment new file mode 100644 index 000000000000..aef85ffcc909 --- /dev/null +++ b/x11-fonts/bdfresize/pkg-comment @@ -0,0 +1 @@ +A tool for resizing BDF format font diff --git a/x11-fonts/bdfresize/pkg-descr b/x11-fonts/bdfresize/pkg-descr new file mode 100644 index 000000000000..25b138bd9df0 --- /dev/null +++ b/x11-fonts/bdfresize/pkg-descr @@ -0,0 +1,19 @@ +bdfresize - a tool for resizing BDF format font + +Bdfresize is a command to magnify or reduce fonts which are described +with the standard BDF format. If bdf-file is not specified, it reads +from stdin. Bdfresize outputs the result to stdout in BDF format. Some +COMMENT lines are inserted to the result font. FONT name is modified +depending on the resize factor if the name is described in XLFD format. +SIZE, FONTBOUNDINGBIX, SWIDTH, DWIDTH, BBX and some property lines are +also modified. Other lines are copied from source. If a syntax error +occurs in a source font, bdfresize notices it and stops the whole +process. + +Bdfresize is a free software under the terms of the GNU Lesser General +Public License version 2. See the COPYING file for details. + +Hiroto Kagotani <kagotani@cs.titech.ac.jp> made the original version +(1.4). + +WWW: http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ diff --git a/x11-fonts/bdfresize/pkg-plist b/x11-fonts/bdfresize/pkg-plist new file mode 100644 index 000000000000..122666d3aa04 --- /dev/null +++ b/x11-fonts/bdfresize/pkg-plist @@ -0,0 +1 @@ +bin/bdfresize |