home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gnu
/
gs-fonts-2.6.1-diffs.lha
/
src
/
diffs
/
gs-fonts-2.6.1.diffs
Wrap
Text File
|
1994-07-12
|
22KB
|
609 lines
diff -rc --new-file /src/baseline/gs-fonts-2.6.1/Makefile.in gs-fonts-2.6.1/Makefile.in
*** /src/baseline/gs-fonts-2.6.1/Makefile.in Thu Jan 1 00:00:00 1970
--- gs-fonts-2.6.1/Makefile.in Sun Jul 10 08:16:03 1994
***************
*** 0 ****
--- 1,41 ----
+ # Ghostscript fonts Makefile.
+
+ #### Start of system configuration section. ####
+
+ VPATH = @srcdir@
+ srcdir = @srcdir@
+
+ # Common prefix for machine-independent installed files.
+ prefix = /gnu
+ # Common prefix for machine-dependent installed files.
+ exec_prefix = $(prefix)
+
+ # Directory to install libraries in.
+ libdir = $(exec_prefix)/lib
+
+ # Program to install data like man pages.
+ INSTALL_DATA = @INSTALL_DATA@
+
+ #### End of system configuration section. ####
+
+ # Define the default directories for the runtime
+ # initialization and font files. Separate multiple directories with a ','.
+
+ gsdatadir = $(libdir)/ghostscript
+ gsfontsdir = $(gsdatadir)/fonts
+
+ # Installation
+
+ all:
+
+ clean:
+
+ clobber:
+
+ install:
+ if [ -d $(libdir) ]; then true; else mkdir $(libdir); fi
+ if [ -d $(gsfontsdir) ]; then true; else mkdir $(gsfontsdir); fi
+ for f in `(cd $(srcdir)/fonts ; find . -type f -print)` ; do $(INSTALL_DATA) $(srcdir)/fonts/$$f $(gsfontsdir)/$$f ; done
+
+ Makefile: config.status $(srcdir)/Makefile.in
+ $(SHELL) config.status
diff -rc --new-file /src/baseline/gs-fonts-2.6.1/Product-Info gs-fonts-2.6.1/Product-Info
*** /src/baseline/gs-fonts-2.6.1/Product-Info Thu Jan 1 00:00:00 1970
--- gs-fonts-2.6.1/Product-Info Tue Jul 12 17:25:24 1994
***************
*** 0 ****
--- 1,22 ----
+ .name
+ ghostscript-fonts
+ .type
+ Miscellaneous
+ .short
+ GNU postscript interpreter fonts
+ .description
+ Ghostscript is the name of a set of software that provides an
+ interpreter for the PostScript (TM) language, and a set of C
+ procedures (the Ghostscript library) that implement the graphics
+ capabilities that appear as primitive operations in the PostScript
+ language.
+ .version
+ 2.6.1
+ .author
+ L. Peter Deutsch
+ .distribution
+ Ghostscript General Public License
+ .email
+ ghost@aladdin.com
+ .described-by
+ Fred Fish (fnf@amigalib.com)
diff -rc --new-file /src/baseline/gs-fonts-2.6.1/configure gs-fonts-2.6.1/configure
*** /src/baseline/gs-fonts-2.6.1/configure Thu Jan 1 00:00:00 1970
--- gs-fonts-2.6.1/configure Sat Jul 9 12:51:47 1994
***************
*** 0 ****
--- 1,515 ----
+ #!/bin/sh
+ # Guess values for system-dependent variables and create Makefiles.
+ # Generated automatically using autoconf version 1.11
+ # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+
+ # This configure script is free software; you can redistribute it and/or
+ # modify it under the terms of the GNU General Public License as published
+ # by the Free Software Foundation; either version 2, or (at your option)
+ # any later version.
+
+ # This script is distributed in the hope that it will be useful, but
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ # Public License for more details.
+
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+ # Save the original args to write them into config.status later.
+ configure_args="$*"
+
+ # Only options that might do something get documented.
+ ac_usage="Usage: configure [options] [host]
+ Options: [defaults in brackets after descriptions]
+ --build=BUILD configure for building on BUILD [BUILD=HOST]
+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --exec-prefix=PREFIX install host dependent files in PREFIX [/usr/local]
+ --help print this message
+ --host=HOST configure for HOST [guessed]
+ --prefix=PREFIX install host independent files in PREFIX [/usr/local]
+ --quiet, --silent do not print \`checking for...' messages
+ --srcdir=DIR find the sources in DIR [configure dir or ..]
+ --target=TARGET configure for TARGET [TARGET=HOST]
+ --verbose print results of checks
+ --version print the version of autoconf that created configure
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --x-includes=DIR X include files are in DIR
+ --x-libraries=DIR X library files are in DIR"
+
+ # Initialize some variables set by options.
+ # The variables have the same names as the options, with
+ # dashes changed to underlines.
+ build=NONE
+ exec_prefix=
+ host=NONE
+ no_create=
+ nonopt=NONE
+ norecursion=
+ prefix=
+ program_prefix=
+ program_suffix=
+ program_transform_name=
+ silent=
+ srcdir=
+ target=NONE
+ verbose=
+ x_includes=
+ x_libraries=
+
+ ac_prev=
+ for ac_option
+ do
+
+ # If the previous option needs an argument, assign it.
+ if test -n "$ac_prev"; then
+ eval "$ac_prev=\$ac_option"
+ ac_prev=
+ continue
+ fi
+
+ # Accept (but ignore some of) the important Cygnus configure
+ # options, so we can diagnose typos.
+
+ case "$ac_option" in
+ -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
+ *) ac_optarg= ;;
+ esac
+
+ case "$ac_option" in
+
+ -build | --build | --buil | --bui | --bu | --b)
+ ac_prev=build ;;
+ -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
+ build="$ac_optarg" ;;
+
+ -disable-* | --disable-*)
+ ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
+ # Reject names that aren't valid shell variable names.
+ if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
+ /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
+ fi
+ ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
+ eval "enable_${ac_feature}=no" ;;
+
+ -enable-* | --enable-*)
+ ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
+ # Reject names that aren't valid shell variable names.
+ if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
+ /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
+ fi
+ ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
+ case "$ac_option" in
+ *=*) ;;
+ *) ac_optarg=yes ;;
+ esac
+ eval "enable_${ac_feature}='$ac_optarg'" ;;
+
+ # For backward compatibility, recognize -exec-prefix and --exec_prefix.
+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+ | --exec | --exe | --ex)
+ ac_prev=exec_prefix ;;
+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+ | --exec=* | --exe=* | --ex=*)
+ exec_prefix="$ac_optarg" ;;
+
+ -gas | --gas | --ga | --g)
+ with_gas=yes ;; # Obsolete; use --with-gas.
+
+ -help | --help | --hel | --he)
+ cat << EOF
+ $ac_usage
+ EOF
+ exit 0 ;;
+
+ -host | --host | --hos | --ho)
+ ac_prev=host ;;
+ -host=* | --host=* | --hos=* | --ho=*)
+ host="$ac_optarg" ;;
+
+ -nfp | --nfp | --nf)
+ with_fp=no ;; # Obsolete; use --without-fp.
+
+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+ | --no-cr | --no-c)
+ no_create=yes ;;
+
+ -norecursion | --norecursion | --norecursio | --norecursi \
+ | --norecurs | --norecur | --norecu | --norec | --nore | --nor)
+ norecursion=yes ;;
+
+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+ ac_prev=prefix ;;
+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+ prefix="$ac_optarg" ;;
+
+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
+ | --program-pre | --program-pr | --program-p)
+ ac_prev=program_prefix ;;
+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+ program_prefix="$ac_optarg" ;;
+
+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
+ |