]> granicus.if.org Git - graphviz/commitdiff
Remove references to dead HP Graphics Language
authorMark Hansen <markhansen@google.com>
Mon, 12 Sep 2022 11:03:46 +0000 (21:03 +1000)
committerMark Hansen <markhansen@google.com>
Tue, 13 Sep 2022 08:21:54 +0000 (18:21 +1000)
Was deleted about a year ago.

Closes https://gitlab.com/graphviz/graphviz.gitlab.io/-/issues/162

16 files changed:
contrib/webdot.cgi
doc/Dot.ref
doc/docbook/src/graphviz_plugins.xml
doc/neato/neato.tex
doc/schema/arguments.xml
graphs/directed/Makefile.am
graphs/undirected/Makefile.am
lib/common/const.h
lib/common/emit.c
tclpkg/tcldot/demo/doted.tcl
tclpkg/tcldot/examples/neatoed
tclpkg/tcldot/tcldot.3tcl
tclpkg/tcldot/tcldot.html
tests/doted
windows/cmd/gvui/frmLayoutControl.frm
windows/gvedit/USettings.dfm

index 6baf9f5f6c8242c92ee5db231bc01804986f1203..c99f14b0edbdfbacb0a787a6d79a4ea1eb2a2238 100755 (executable)
@@ -85,7 +85,6 @@ my %KnownTypes = (
        gif =>    'image/gif',
        png =>    'image/png',
        mif =>    'application/x-mif',
-       hpgl =>   'application/x-hpgl',
        pcl =>    'application/x-pcl',
        vrml =>   'x-world/x-vrml',
        vtx =>    'application/x-vtx',
index 4d9b0991b521674ac72cdd8312f297892ba4a58e..da7633107b58fb7ec180bdd39bce83f7228d17d1 100644 (file)
@@ -687,7 +687,6 @@ The output format is specified with the -Tlang flag on the command line,
                     gd
                     gd2     GD/GD2 formats
                     gif     GIF
-                   hpgl     HP-GL/2
                    imap     Server-side imagemap
                    ismap    Server-side imagemap (deprecated)
                     jpg
@@ -737,8 +736,6 @@ gd2
      used by the gd library. The latter is compressed.
 gif
      Outputs GIF bitmap images.
-hpgl
-     Produces output in the HP-GL/2 vector graphic printer language.
 imap
 cmap
      Produces map files for server-side and client-side image maps,
index c43b5ae83b35f0a46ebe5b123f29b3d1d9ff2b2d..bc7ddcd98962278f421033e6d10e935281268fb9 100644 (file)
@@ -252,7 +252,7 @@ available plugins for all the apis.
                /home/ellson/FIX/Linux.i686/lib/graphviz/config
                        was successfully loaded.
        render      :  canon cmap cmapx dia dot fig gd gd2 gif gtk
-                       hpgl imap ismap jpeg jpg mif mp pcl pdf pic plain
+                       imap ismap jpeg jpg mif mp pcl pdf pic plain
                        plain-ext png ps ps2 svg svgz vrml vtx wbmp xdot xlib
        layout      :  circo dot fdp neato twopi
        textlayout  :  cairo
index d6d52ed8d263584892d98ef8863fedf9cde16c39..cc90ed2a92ff6970b5a7e6e64fb0e685e6bbcd63 100644 (file)
@@ -81,7 +81,7 @@ Since the file format includes both undirected and directed graphs,
 Both programs have the same options for setting labels, colors, shapes,
 text fonts, and pagination, and for generating code in common graphics
 languages (PostScript, raster formats such as GIF and PNG, SVG,
-FrameMaker MIF, HPGL/2, and web click maps).
+FrameMaker MIF, and web click maps).
 Both work with \dotty, an interactive graph viewer for X windows.
 (The {\tt lneato} command script runs neato from an interactive window.)
 
index 3487284b5a1ff3e16c200f71ba54e04899e79b5b..9942d0aab9eeedd6560ce0a11b07603fd10c29cc 100644 (file)
@@ -25,7 +25,6 @@
                        <xsd:enumeration value="gd2" />
                        <xsd:enumeration value="gif" />
                        <xsd:enumeration value="gtk" />
-                       <xsd:enumeration value="hpgl" />
                        <xsd:enumeration value="ico" />
                        <xsd:enumeration value="imap" />
                        <xsd:enumeration value="cmapx" />
@@ -40,4 +39,4 @@
                </xsd:restriction>
        </xsd:simpleType>
                
-</xsd:schema>
\ No newline at end of file
+</xsd:schema>
index 6741ac3fd2e58f9b069d3ebf8ccbf27af42c2f42..8dc14c76ccaea6c15b6fb5a75d6c954f7fa9d732 100644 (file)
@@ -76,10 +76,6 @@ gv dot:
        for i in $(GRAPHS); do echo "dot $$i"; \
                $(DOT) -Tgv -o$$i.gv $(top_srcdir)/graphs/directed/$$i; done
 
-hpgl:
-       for i in $(GRAPHS); do echo "dot $$i"; \
-               $(DOT) -Thpgl -o$$i.hpgl $(top_srcdir)/graphs/directed/$$i; done
-
 ismap:
        for i in $(GRAPHS); do echo "dot $$i"; \
                $(DOT) -Tismap -o$$i.ismap $(top_srcdir)/graphs/directed/$$i; done
index e2758600b471be4651461623b8a9af04ee802807..6993e7c30193a20a79995323d1733ee81e1303a6 100644 (file)
@@ -57,10 +57,6 @@ gv dot:
        for i in $(GRAPHS); do echo "neato $$i"; \
                $(DOT) -Kneato -Tgv -o$$i.gv $(top_srcdir)/graphs/undirected/$$i; done
 
-hpgl:
-       for i in $(GRAPHS); do echo "neato $$i"; \
-               $(DOT) -Kneato -Thpgl -o$$i.hpgl $(top_srcdir)/graphs/undirected/$$i; done
-
 ismap:
        for i in $(GRAPHS); do echo "neato $$i"; \
                $(DOT) -Kneato -Tismap -o$$i.ismap $(top_srcdir)/graphs/undirected/$$i; done
index c58aeb287a74edfa82e00daf937264e6517b9c9b..b14b99e64849f3350aef17b7acbe44303071b1fe 100644 (file)
 #define                CLST    3
 
 /* output languages */
-#define                HPGL            2       /* HP Graphics Language */
 #define                PCL             3       /* Printer Control Language */
 #define                MIF             4       /* Adobe FrameMaker */
 #define                PIC_format      5       /* symbol PIC is used by compilers for 
index dfc1449e57faadba75c79484a318831e9dceaa55..b807b9bcaf1f7c24d4f8b2a75f91642ba981ef2a 100644 (file)
@@ -3111,7 +3111,7 @@ static void init_job_margin(GVJ_t *job)
         case GVRENDER_PLUGIN:
             job->margin = job->device.features->default_margin;
             break;
-        case HPGL: case PCL: case MIF: case METAPOST: case VTX: case QPDF:
+        case PCL: case MIF: case METAPOST: case VTX: case QPDF:
             job->margin.x = job->margin.y = DEFAULT_PRINT_MARGIN;
             break;
         default:
index f7e752ce80ebfdff5b54b0417ebe958fb3e8c9df..31796ebc22026649afe1cf57c96eb9478b95fd59 100755 (executable)
@@ -217,7 +217,6 @@ proc saveFileAs {type} {
        set fig {{{FIG Image Files} {.fig}} {{All Files} *}}
        set gif {{{GIF Image Files} {.gif}} {{All Files} *}}
        set gv  {{{GV Graph Files} {.gv}} {{All Files} *}}
-       set hpgl {{{HPGL Image Files} {.hpgl}} {{All Files} *}}
        set jpg {{{JPG Image Files} {.jpg}} {{All Files} *}}
        set mif {{{MIF Image Files} {.mif}} {{All Files} *}}
        set pcl {{{PCL Image Files} {.pcl}} {{All Files} *}}
@@ -661,8 +660,6 @@ menu .m.file.m.export
        -command "saveFileAs fig"
 .m.file.m.export add command -label "GIF ..." -underline 0 \
        -command "saveFileAs gif"
-.m.file.m.export add command -label "HPGL ..." -underline 0 \
-       -command "saveFileAs hpgl"
 .m.file.m.export add command -label "MIF ..." -underline 0 \
        -command "saveFileAs mif"
 .m.file.m.export add command -label "PDF ..." -underline 0 \
index 9c00c747992d4ff98ef1d56f069ce3c1ab37d36d..b55f2f6401faf2d0fa4981a02b56a2bb8cb28e46 100755 (executable)
@@ -643,8 +643,6 @@ menu .m.file.m.export
        -command "saveFileAs gif"
 .m.file.m.export add command -label "ISMAP ..." -underline 0 \
        -command "saveFileAs ismap"
-.m.file.m.export add command -label "HPGL ..." -underline 0 \
-       -command "saveFileAs hpgl"
 .m.file.m.export add command -label "MIF ..." -underline 0 \
        -command "saveFileAs mif"
 .m.file.m.export add command -label "PCL ..." -underline 1 \
index f1e63bf3131120e526fa72d9e16278a8e562fe78..5988468e4222594008c1ebcfc0efbeffbc0ca314 100644 (file)
@@ -432,7 +432,7 @@ in a specific
 .I format.
 Possible
 .I formats
-are: "ps" "mif" "hpgl" "plain" "dot" "gif" "ismap"
+are: "ps" "mif" "plain" "dot" "gif" "ismap"
 If the layout hasn't been already done, then it will be done as part
 of this operation using the same rules for selecting the layout engine
 as for the layout command.
index a402d370fcb1c3ba9130354f367ac6178ea8269d..331268b19fcabbe4014bc30728849d7d2843feb4 100644 (file)
@@ -178,7 +178,7 @@ Write graph to file
 <pre>
         <i>graphHandle</i> <b>write</b> <i>filehandle</i> <i>format</i>
 
-       <i>format</i>:= (<b>ps</b>|<b>mif</b>|<b>hpgl</b>|<b>gif</b>|<b>plain</b>|<b>dot</b>)
+       <i>format</i>:= (<b>ps</b>|<b>mif</b>|<b>gif</b>|<b>plain</b>|<b>dot</b>)
 </pre>
 Render graph to existing or new gifImage (see:
 <a href=http://guraldi.hgp.med.umich.edu/gdtcl.html>gdTcl</a>)
index 7f6d8be2b926bba45eafc33f9578404e0d1e370b..95b2abe59bf53977f0d494f17f22d46771b660f0 100755 (executable)
@@ -640,8 +640,6 @@ menu .m.file.m.export
        -command "saveFileAs gif"
 .m.file.m.export add command -label "ISMAP ..." -underline 0 \
        -command "saveFileAs ismap"
-.m.file.m.export add command -label "HPGL ..." -underline 0 \
-       -command "saveFileAs hpgl"
 .m.file.m.export add command -label "MIF ..." -underline 0 \
        -command "saveFileAs mif"
 .m.file.m.export add command -label "PCL ..." -underline 1 \
index 67d484cc14984e70e19bf71f41f16b5b88834a4d..5911ad723c5abb76258403d73cb30e200a77108a 100644 (file)
@@ -556,7 +556,6 @@ Private Sub Form_Load()
     
     optOutputType.AddItem "ps"
     optOutputType.AddItem "ps2"
-    optOutputType.AddItem "hpgl"
     optOutputType.AddItem "pcl"
     optOutputType.AddItem "mif"
     optOutputType.AddItem "pic"
index ac641e3cfb32f6f5e73f1a53a4de6dad7d2a4a4a..a0407120c3450a170b33388465042d8a61faabd5 100644 (file)
@@ -135,7 +135,6 @@ object frmSettings: TfrmSettings
         'gd'
         'gd2'
         'gif'
-        'hpgl'
         'imap'
         'jpg'
         'mif'