summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/vflib-utils/Makefile13
-rw-r--r--japanese/vflib-utils/pkg/COMMENT1
-rw-r--r--japanese/vflib-utils/pkg/DESCR7
-rw-r--r--japanese/vflib-utils/pkg/PLIST7
4 files changed, 28 insertions, 0 deletions
diff --git a/japanese/vflib-utils/Makefile b/japanese/vflib-utils/Makefile
new file mode 100644
index 00000000000..16ecc79bcf7
--- /dev/null
+++ b/japanese/vflib-utils/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/01 22:00:15 jlam Exp $
+
+PKGNAME= ja-vflib-utils-${VFLIB_VERSION}
+
+DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}:../../japanese/vflib-lib
+
+USE_X11= # defined
+CONFIGURE_ARGS+= --enable-tools --with-x
+
+ALL_TARGET= build-tools
+INSTALL_TARGET= install-tools
+
+.include "../../japanese/vflib-lib/Makefile.common"
diff --git a/japanese/vflib-utils/pkg/COMMENT b/japanese/vflib-utils/pkg/COMMENT
new file mode 100644
index 00000000000..3ab159a0bca
--- /dev/null
+++ b/japanese/vflib-utils/pkg/COMMENT
@@ -0,0 +1 @@
+Utilities for manipulating VFlib vector font files
diff --git a/japanese/vflib-utils/pkg/DESCR b/japanese/vflib-utils/pkg/DESCR
new file mode 100644
index 00000000000..53953495a04
--- /dev/null
+++ b/japanese/vflib-utils/pkg/DESCR
@@ -0,0 +1,7 @@
+This packages includes several test programs to test various features
+of the VFlib2 library, including:
+
+ disol dissassembler of vector font files
+ kban banner-like program
+ ktest displays all characters in a font file on an X window
+ vfperf performance test program
diff --git a/japanese/vflib-utils/pkg/PLIST b/japanese/vflib-utils/pkg/PLIST
new file mode 100644
index 00000000000..fcccf7336fb
--- /dev/null
+++ b/japanese/vflib-utils/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/01 22:00:16 jlam Exp $
+bin/disol
+bin/fmtest
+bin/kban
+bin/ktest
+bin/vfperf
+bin/vftest