diff options
author | Kevin E Martin <kem@kem.org> | 2005-06-30 22:28:08 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-06-30 22:28:08 +0000 |
commit | 091c83502d80a60e59d67d41e44ebf414cf5e589 (patch) | |
tree | 80611825975dd0daf59d22ef3aaf39469a474c53 | |
parent | c79ce532d4fc2bf10a9d3af11eb06b3b5e9880ef (diff) |
Initial build system files for font module
-rw-r--r-- | AUTHORS | 0 | ||||
-rw-r--r-- | COPYING | 14 | ||||
-rw-r--r-- | ChangeLog | 0 | ||||
-rw-r--r-- | INSTALL | 0 | ||||
-rw-r--r-- | Makefile.am | 221 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rw-r--r-- | README | 0 | ||||
-rwxr-xr-x | autogen.sh | 12 | ||||
-rw-r--r-- | configure.ac | 41 |
9 files changed, 288 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Copyright 1989 Dale Schumacher, dal@syntel.mn.org + 399 Beacon Ave. + St. Paul, MN 55104-3527 + +Permission to use, copy, modify, and distribute this software and +its documentation for any purpose and without fee is hereby +granted, 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 +Dale Schumacher not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. Dale Schumacher makes no representations about the +suitability of this software for any purpose. It is provided "as +is" without express or implied warranty. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ChangeLog diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..39ea234 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,221 @@ +# 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 = \ + clR6x12 +EXTRA_FONT_FILES = \ + clB6x10 \ + clB6x12 \ + clB8x10 \ + clB8x12 \ + clB8x13 \ + clB8x14 \ + clB8x16 \ + clB8x8 \ + clB9x15 \ + clI6x12 \ + clI8x8 \ + clR4x6 \ + clR5x10 \ + clR5x6 \ + clR5x8 \ + clR6x10 \ + clR6x13 \ + clR6x6 \ + clR6x8 \ + clR7x10 \ + clR7x12 \ + clR7x14 \ + clR7x8 \ + clR8x10 \ + clR8x12 \ + clR8x13 \ + clR8x14 \ + clR8x16 \ + clR8x8 \ + clR9x15 +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_FONT_FILES), $(X)-ISO8859-8.bdf) +ISO8859_8_PCF_FILES = $(foreach X, $(BDF2UCS_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_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_FONT_FILES), $(X)-KOI8-R.bdf) +KOI8_R_PCF_FILES = $(foreach X, $(BDF2UCS_FONT_FILES), $(X)-KOI8-R.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-13.bdf \ + -ISO8859-14.bdf \ + -ISO8859-15.bdf \ + -ISO8859-16.bdf \ + -KOI8-R.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-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 + +$(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_13_PCF_FILES) \ + $(ISO8859_14_PCF_FILES) \ + $(ISO8859_15_PCF_FILES) \ + $(ISO8859_16_PCF_FILES) \ + $(KOI8_R_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/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..5a676a0 --- /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-schumacher-misc, [7.0], [xorg@freedestkop.org], font-schumacher-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]) |