summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-06-30 22:28:08 +0000
committerKevin E Martin <kem@kem.org>2005-06-30 22:28:08 +0000
commite24aaf48b4c8e9f52681893c52cab4222361b95b (patch)
tree02a2857c59b44f1c02687c11495c46b67ffae982
parent991f1ff9647f185e6156eb77d54b10af5992d1b5 (diff)
Initial build system files for font module
-rw-r--r--AUTHORS0
-rw-r--r--COPYING1
-rw-r--r--ChangeLog0
-rw-r--r--INSTALL0
-rw-r--r--Makefile.am282
-rw-r--r--NEWS0
-rw-r--r--README0
-rwxr-xr-xautogen.sh12
-rw-r--r--configure.ac41
9 files changed, 336 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/AUTHORS
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..c4be789
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+"Public domain font. Share and enjoy."
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ChangeLog
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/INSTALL
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..ff5a2f2
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,282 @@
+# Copyright 2005 Red Hat, Inc.
+#
+# Permission to use, copy, modify, distribute, and sell this software
+# and its documentation for any purpose is hereby granted without
+# fee, provided that the above copyright notice appear in all copies
+# and that both that copyright notice and this permission notice
+# appear in supporting documentation, and that the name of Red Hat
+# not be used in advertising or publicity pertaining to distribution
+# of the software without specific, written prior permission. Red
+# Hat makes no representations about the suitability of this software
+# for any purpose. It is provided "as is" without express or implied
+# warranty.
+#
+# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
+# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+FONT_DIR = misc
+BDF2UCS_FONT_FILES = \
+ 4x6 \
+ 5x7 \
+ 5x8 \
+ 6x9 \
+ 6x10 \
+ 6x12 \
+ 6x13 \
+ 6x13B \
+ 6x13O \
+ 7x13 \
+ 7x13B \
+ 7x13O \
+ 7x14 \
+ 7x14B \
+ 8x13 \
+ 8x13B \
+ 8x13O \
+ 9x15 \
+ 9x15B \
+ 9x18 \
+ 9x18B \
+ 10x20
+BDF2UCS_8_FONT_FILES = \
+ 4x6 \
+ 5x7 \
+ 5x8 \
+ 6x9 \
+ 6x10 \
+ 6x12 \
+ 6x13 \
+ 6x13B \
+ 7x13 \
+ 7x13B \
+ 7x14 \
+ 7x14B \
+ 8x13 \
+ 8x13B \
+ 9x15 \
+ 9x15B \
+ 9x18 \
+ 9x18B \
+ 10x20
+BDF2UCS_11_FONT_FILES = \
+ 6x13 \
+ 7x13 \
+ 7x13B \
+ 7x13O \
+ 7x14 \
+ 7x14B \
+ 9x15 \
+ 9x15B \
+ 9x18 \
+ 10x20
+BDF2UCS_KOI8_FONT_FILES = \
+ 4x6 \
+ 5x7 \
+ 5x8 \
+ 6x9 \
+ 6x10 \
+ 6x12 \
+ 6x13 \
+ 7x13 \
+ 7x14 \
+ 8x13 \
+ 9x15 \
+ 9x18 \
+ 10x20
+BDF2UCS_JISX0201_FONT_FILES = \
+ 7x14
+EXTRA_FONT_FILES = \
+ 12x13ja \
+ 18x18ja \
+ 18x18ko \
+ k14 \
+ nil2
+FONT_FILES = $(BDF2UCS_FONT_FILES) $(EXTRA_FONT_FILES)
+TRUNC_FONT_FILES = $(BDF2UCS_FONT_FILES)
+
+BDF_FILES = $(foreach X, $(FONT_FILES), $(X).bdf)
+PCF_FILES = $(foreach X, $(FONT_FILES), $(X).pcf.gz)
+
+TRUNC_BDF_FILES = $(foreach X, $(TRUNC_FONT_FILES), $(X)t.bdf)
+TRUNC_PCF_FILES = $(foreach X, $(TRUNC_FONT_FILES), $(X).pcf.gz)
+
+ISO8859_1_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-1.bdf)
+ISO8859_1_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-1.pcf.gz)
+
+ISO8859_2_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-2.bdf)
+ISO8859_2_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-2.pcf.gz)
+
+ISO8859_3_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-3.bdf)
+ISO8859_3_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-3.pcf.gz)
+
+ISO8859_4_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-4.bdf)
+ISO8859_4_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-4.pcf.gz)
+
+ISO8859_5_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-5.bdf)
+ISO8859_5_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-5.pcf.gz)
+
+ISO8859_7_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-7.bdf)
+ISO8859_7_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-7.pcf.gz)
+
+ISO8859_8_BDF_FILES = $(foreach X, $(BDF2UCS_8_FONT_FILES), $(X)-ISO8859-8.bdf)
+ISO8859_8_PCF_FILES = $(foreach X, $(BDF2UCS_8_FONT_FILES), $(X)-ISO8859-8.pcf.gz)
+
+ISO8859_9_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-9.bdf)
+ISO8859_9_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-9.pcf.gz)
+
+ISO8859_10_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-10.bdf)
+ISO8859_10_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-10.pcf.gz)
+
+ISO8859_11_BDF_FILES = $(foreach X, $(BDF2UCS_11_FONT_FILES), $(X)-ISO8859-11.bdf)
+ISO8859_11_PCF_FILES = $(foreach X, $(BDF2UCS_11_FONT_FILES), $(X)-ISO8859-11.pcf.gz)
+
+ISO8859_13_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-13.bdf)
+ISO8859_13_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-13.pcf.gz)
+
+ISO8859_14_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-14.bdf)
+ISO8859_14_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-14.pcf.gz)
+
+ISO8859_15_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-15.bdf)
+ISO8859_15_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-15.pcf.gz)
+
+ISO8859_16_BDF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-16.bdf)
+ISO8859_16_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-ISO8859-16.pcf.gz)
+
+KOI8_R_BDF_FILES = $(foreach X, $(BDF2UCS_KOI8_FONT_FILES), $(X)-KOI8-R.bdf)
+KOI8_R_PCF_FILES = $(foreach X, $(BDF2UCS_KOI8_FONT_FILES), $(X)-KOI8-R.pcf.gz)
+
+JISX0201_BDF_FILES = $(foreach X, $(BDF2UCS_JISX0201_FONT_FILES), $(X)-JISX0201.1976-0.bdf)
+JISX0201_PCF_FILES = $(foreach X, $(BDF2UCS_JISX0201_FONT_FILES), $(X)-JISX0201.1976-0.pcf.gz)
+
+UTIL_DIR = @MAPFILES_PATH@
+
+SUFFIXES = .bdf .pcf.gz t.bdf \
+ -ISO8859-1.bdf \
+ -ISO8859-2.bdf \
+ -ISO8859-3.bdf \
+ -ISO8859-4.bdf \
+ -ISO8859-5.bdf \
+ -ISO8859-7.bdf \
+ -ISO8859-8.bdf \
+ -ISO8859-9.bdf \
+ -ISO8859-10.bdf \
+ -ISO8859-11.bdf \
+ -ISO8859-13.bdf \
+ -ISO8859-14.bdf \
+ -ISO8859-15.bdf \
+ -ISO8859-16.bdf \
+ -KOI8-R.bdf \
+ -JISX0201.1976-0.bdf
+
+.bdf.pcf.gz:
+ @rm -f $@
+ $(BDFTOPCF) -t $^ | gzip > $@
+
+.bdft.bdf:
+ @rm -f $@
+ $(PERL) $(BDFTRUNCATE) 0x3200 < $^ > $@
+
+.bdf-ISO8859-1.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-1 ISO8859-1
+
+.bdf-ISO8859-2.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-2 ISO8859-2
+
+.bdf-ISO8859-3.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-3 ISO8859-3
+
+.bdf-ISO8859-4.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-4 ISO8859-4
+
+.bdf-ISO8859-5.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-5 ISO8859-5
+
+.bdf-ISO8859-7.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-7 ISO8859-7
+
+.bdf-ISO8859-8.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-8 ISO8859-8
+
+.bdf-ISO8859-9.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-9 ISO8859-9
+
+.bdf-ISO8859-10.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-10 ISO8859-10
+
+.bdf-ISO8859-11.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-11 ISO8859-11
+
+.bdf-ISO8859-13.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-13 ISO8859-13
+
+.bdf-ISO8859-14.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-14 ISO8859-14
+
+.bdf-ISO8859-15.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-15 ISO8859-15
+
+.bdf-ISO8859-16.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-ISO8859-16 ISO8859-16
+
+.bdf-KOI8-R.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-KOI8-R KOI8-R
+
+.bdf-JISX0201.1976-0.bdf:
+ @rm -f $@
+ $(UCS2ANY) $^ $(UTIL_DIR)/map-JISX0201.1976-0 JISX0201.1976-0
+
+$(TRUNC_PCF_FILES): %.pcf.gz: %t.bdf
+ @rm -f $@
+ $(BDFTOPCF) -t $^ | gzip > $@
+
+fontdir = $(libdir)/X11/fonts/$(FONT_DIR)
+font_DATA = \
+ $(PCF_FILES) \
+ $(ISO8859_1_PCF_FILES) \
+ $(ISO8859_2_PCF_FILES) \
+ $(ISO8859_3_PCF_FILES) \
+ $(ISO8859_4_PCF_FILES) \
+ $(ISO8859_5_PCF_FILES) \
+ $(ISO8859_7_PCF_FILES) \
+ $(ISO8859_8_PCF_FILES) \
+ $(ISO8859_9_PCF_FILES) \
+ $(ISO8859_10_PCF_FILES) \
+ $(ISO8859_11_PCF_FILES) \
+ $(ISO8859_13_PCF_FILES) \
+ $(ISO8859_14_PCF_FILES) \
+ $(ISO8859_15_PCF_FILES) \
+ $(ISO8859_16_PCF_FILES) \
+ $(KOI8_R_PCF_FILES) \
+ $(JISX0201_PCF_FILES)
+CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES)
+
+EXTRA_DIST = $(BDF_FILES) autogen.sh
+
+install-data-hook:
+ @rm -f $(DESTDIR)$(fontdir)/fonts.scale
+ $(MKFONTSCALE) $(DESTDIR)$(fontdir)
+ @rm -f $(DESTDIR)$(fontdir)/font.dir
+ $(MKFONTDIR) $(DESTDIR)$(fontdir)
+
+distuninstallcheck:
+ @:
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/NEWS
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..904cd67
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+ORIGDIR=`pwd`
+cd $srcdir
+
+autoreconf -v --install || exit 1
+cd $ORIGDIR || exit $?
+
+$srcdir/configure --enable-maintainer-mode "$@"
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..a3f8ee8
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,41 @@
+dnl Copyright 2005 Red Hat, Inc.
+dnl
+dnl Permission to use, copy, modify, distribute, and sell this software
+dnl and its documentation for any purpose is hereby granted without
+dnl fee, provided that the above copyright notice appear in all copies
+dnl and that both that copyright notice and this permission notice
+dnl appear in supporting documentation, and that the name of Red Hat
+dnl not be used in advertising or publicity pertaining to distribution
+dnl of the software without specific, written prior permission. Red
+dnl Hat makes no representations about the suitability of this software
+dnl for any purpose. It is provided "as is" without express or implied
+dnl warranty.
+dnl
+dnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
+dnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+dnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+dnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+dnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+dnl
+dnl Process this file with autoconf to create configure.
+
+AC_PREREQ([2.57])
+AC_INIT(font-misc-misc, [7.0], [xorg@freedestkop.org], font-misc-misc)
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
+
+AC_PROG_INSTALL
+
+AC_PATH_PROGS(PERL, perl perl5)
+AC_PATH_PROG(BDFTOPCF, bdftopcf)
+AC_PATH_PROG(BDFTRUNCATE, bdftruncate)
+AC_PATH_PROG(UCS2ANY, ucs2any)
+AC_PATH_PROG(MKFONTSCALE, mkfontscale)
+AC_PATH_PROG(MKFONTDIR, mkfontdir)
+
+UTILFONT_MAPFILES(MAPFILES)
+AC_SUBST(MAPFILES_PATH)
+
+AC_OUTPUT([Makefile])