From 93a3699b418de7bc01ba9eb8e1d106db8e2c0b3d Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 7 Apr 2006 18:50:34 +0000 Subject: [PATCH] add cvs version comment to all Makefile.am --- graphs/directed/Makefile.am | 1 + graphs/undirected/Makefile.am | 1 + lib/Makefile.am | 1 + lib/agraph/Makefile.am | 1 + lib/agutil/Makefile.am | 1 + lib/ast/Makefile.am | 1 + lib/cdt/Makefile.am | 1 + lib/circogen/Makefile.am | 1 + lib/common/Makefile.am | 1 + lib/common/XFIG_FORMAT3.2.txt | 54 +++++++++++++++++------------------ lib/common/figgen.c | 10 +++---- lib/dotgen/Makefile.am | 1 + lib/expr/Makefile.am | 1 + lib/fdpgen/Makefile.am | 1 + lib/gd/Makefile.am | 1 + 15 files changed, 45 insertions(+), 32 deletions(-) diff --git a/graphs/directed/Makefile.am b/graphs/directed/Makefile.am index 59d482bc2..6165cb0df 100644 --- a/graphs/directed/Makefile.am +++ b/graphs/directed/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in GRAPHS = KW91.dot Latin1.dot NaN.dot abstract.dot alf.dot arrows.dot \ diff --git a/graphs/undirected/Makefile.am b/graphs/undirected/Makefile.am index 55bbf55df..d9a952fef 100644 --- a/graphs/undirected/Makefile.am +++ b/graphs/undirected/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in GRAPHS = ER.dot ngk10_4.dot process.dot Heawood.dot Petersen.dot diff --git a/lib/Makefile.am b/lib/Makefile.am index 3d5ef8e4f..7bfb0a9bd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast circogen \ diff --git a/lib/agraph/Makefile.am b/lib/agraph/Makefile.am index a6361a007..9580ea30f 100644 --- a/lib/agraph/Makefile.am +++ b/lib/agraph/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in pdfdir = $(pkgdatadir)/doc/pdf diff --git a/lib/agutil/Makefile.am b/lib/agutil/Makefile.am index 6f67026b2..b11585542 100644 --- a/lib/agutil/Makefile.am +++ b/lib/agutil/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = \ diff --git a/lib/ast/Makefile.am b/lib/ast/Makefile.am index 0ca8e3282..808748ead 100644 --- a/lib/ast/Makefile.am +++ b/lib/ast/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = -I$(top_srcdir)/lib/sfio diff --git a/lib/cdt/Makefile.am b/lib/cdt/Makefile.am index baa3c3a15..5d41f5fda 100644 --- a/lib/cdt/Makefile.am +++ b/lib/cdt/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in pdfdir = $(pkgdatadir)/doc/pdf diff --git a/lib/circogen/Makefile.am b/lib/circogen/Makefile.am index ed504a5e4..92a3a2a9f 100644 --- a/lib/circogen/Makefile.am +++ b/lib/circogen/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in pkgconfigdir = $(libdir)/pkgconfig diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index 3486ebd52..d851b7656 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = \ diff --git a/lib/common/XFIG_FORMAT3.2.txt b/lib/common/XFIG_FORMAT3.2.txt index 3a833eb54..573eb6ab2 100644 --- a/lib/common/XFIG_FORMAT3.2.txt +++ b/lib/common/XFIG_FORMAT3.2.txt @@ -1,6 +1,6 @@ This specification document was obtained from: - http://duke.usask.ca/~macphed/soft/fig/FORMAT3.2.txt -on 17 May 1999 by ellson@graphviz.org + http://duke.usask.ca/~macphed/soft/fig/FORMAT3.2.txt +on 4 April 2006 by ellson@graphviz.org =========================================================================== /* @@ -58,7 +58,6 @@ Description of the Fig Format Follows (2) The first non-comment line consists of the following: - int fig_resolution (Fig units/inch) string orientation ("Landscape" or "Portrait") string justification ("Center" or "Flush Left") string units ("Metric" or "Inches") @@ -70,8 +69,9 @@ Description of the Fig Format Follows int transparent color (color number for transparent color for GIF export. -2=None, -1=background, 0-31 for standard colors or 32- for user colors) - int coordinate_system (1: origin at lower left corner (NOT USED) - 2: upper left) + int resolution coord_system (Fig units/inch and coordinate system: + 1: origin at lower left corner (NOT USED) + 2: upper left) Fig_resolution is the resolution of the figure in the file. Xfig will always write the file with a resolution of 1200ppi so it @@ -218,28 +218,28 @@ Description of the Fig Format Follows 0 = Stick-type (the default in xfig 2.1 and earlier) 1 = Closed triangle: |\ - | \ - | \ - | / - | / + | \ + | \ + | / + | / |/ 2 = Closed with "indented" butt: |\ - \ \ - \ \ - \ \ - / / - / / - / / + \ \ + \ \ + \ \ + / / + / / + / / |/ 3 = Closed with "pointed" butt: |\ - / \ - / \ - / \ - \ / - \ / - \ / + / \ + / \ + / \ + \ / + \ / + \ / |/ The arrow_style field is defined for LINES, ARCS and OPEN SPLINES @@ -309,7 +309,7 @@ Description of the Fig Format Follows A line with object code 6 signifies the start of a compound. There are four more numbers on this line which indicate the - upper right corner and the lower left corner of the bounding + upper left corner and the lower right corner of the bounding box of this compound. A line with object code -6 signifies the end of the compound. Compound may be nested. @@ -317,10 +317,10 @@ Description of the Fig Format Follows type name (brief description) ---- ---- ------------------- int object_code (always 6) - int upperright_corner_x (Fig units) - int upperright_corner_y (Fig units) - int lowerleft_corner_x (Fig units) - int lowerleft_corner_y (Fig units) + int upperleft_corner_x (Fig units) + int upperleft_corner_y (Fig units) + int lowerright_corner_x (Fig units) + int lowerright_corner_y (Fig units) Subsequent lines: objects @@ -336,7 +336,7 @@ Description of the Fig Format Follows type name (brief description) ---- ---- ------------------- int object_code (always 1) - int sub_type (1: ellipse defined by radiuses + int sub_type (1: ellipse defined by radii 2: ellipse defined by diameters 3: circle defined by radius 4: circle defined by diameter) diff --git a/lib/common/figgen.c b/lib/common/figgen.c index b6087753c..e7cfeb0e0 100644 --- a/lib/common/figgen.c +++ b/lib/common/figgen.c @@ -171,6 +171,11 @@ fig_begin_job(FILE * ofp, graph_t * g, char **lib, char *user, /* Pages = pages; */ N_pages = pages.x * pages.y; fprintf(Output_file, "#FIG 3.2\n"); + fprintf(Output_file, "# Generated by %s version %s (%s)\n", info[0], + info[1], info[2]); + fprintf(Output_file, "# For: %s\n", user); + fprintf(Output_file, "# Title: %s\n", g->name); + fprintf(Output_file, "# Pages: %d\n", N_pages); fprintf(Output_file, "Portrait\n"); /* orientation */ fprintf(Output_file, "Center\n"); /* justification */ fprintf(Output_file, "Metric\n"); /* units */ @@ -178,11 +183,6 @@ fig_begin_job(FILE * ofp, graph_t * g, char **lib, char *user, fprintf(Output_file, "100.00\n"); /* magnification % */ fprintf(Output_file, "Single\n"); /* multiple-page */ fprintf(Output_file, "-2\n"); /* transparent color (none) */ - fprintf(Output_file, "# Generated by %s version %s (%s)\n", info[0], - info[1], info[2]); - fprintf(Output_file, "# For: %s\n", user); - fprintf(Output_file, "# Title: %s\n", g->name); - fprintf(Output_file, "# Pages: %d\n", N_pages); fprintf(Output_file, "1200 "); /* resolution */ fprintf(Output_file, "2\n"); /* coordinate system (upper left) */ } diff --git a/lib/dotgen/Makefile.am b/lib/dotgen/Makefile.am index b83bcaede..8947d285f 100644 --- a/lib/dotgen/Makefile.am +++ b/lib/dotgen/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = \ diff --git a/lib/expr/Makefile.am b/lib/expr/Makefile.am index 37ec4171d..b5fad74a2 100644 --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in pdfdir = $(pkgdatadir)/doc/pdf diff --git a/lib/fdpgen/Makefile.am b/lib/fdpgen/Makefile.am index 8068153b6..c4428eba0 100644 --- a/lib/fdpgen/Makefile.am +++ b/lib/fdpgen/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = \ diff --git a/lib/gd/Makefile.am b/lib/gd/Makefile.am index b80a2d7a6..de9bebdd0 100644 --- a/lib/gd/Makefile.am +++ b/lib/gd/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ $Revision$ ## Process this file with automake to produce Makefile.in html = gd.html -- 2.40.0