summaryrefslogtreecommitdiff
path: root/x11-fonts/bdfresize
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 01:39:01 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 01:39:01 +0000
commitcec203be101c12f36cb501a0aa5db4d626e574be (patch)
tree7c08cd5a73eabe46f9f1984ef39c6555d88c8120 /x11-fonts/bdfresize
parentAdd fmio 1.1.4, a FM radio card manipulation utility. (diff)
Add bdfresize 1.5, a tool for resizing BDF format font.
PR: 26263 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Notes
Notes: svn path=/head/; revision=40979
Diffstat (limited to 'x11-fonts/bdfresize')
-rw-r--r--x11-fonts/bdfresize/Makefile19
-rw-r--r--x11-fonts/bdfresize/distinfo1
-rw-r--r--x11-fonts/bdfresize/pkg-comment1
-rw-r--r--x11-fonts/bdfresize/pkg-descr19
-rw-r--r--x11-fonts/bdfresize/pkg-plist1
5 files changed, 41 insertions, 0 deletions
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