home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume6 / plot2ps < prev    next >
Text File  |  1989-04-08  |  40KB  |  1,231 lines

  1. Newsgroups: comp.sources.misc
  2. From: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  3. Subject: v06i083: plot2ps  -- convert plot(5) data to PostScript
  4. Sender: news@diku.dk
  5. Reply-To: seindal@diku.dk (Rene' Seindal)
  6.  
  7. Posting-number: Volume 6, Issue 83
  8. Submitted-by: seindal@diku.dk (Rene' Seindal)
  9. Archive-name: plot2ps
  10.  
  11.  
  12. This is a program to convert plot(5) data to PostScript.
  13.  
  14. This package includes a general purpose plot library which outputs PostScript.
  15.  
  16. Now we have this splendid GNU GENERAL PUBLIC LICENSE, I have made this program
  17. subject to it.  That means, as usual, you're free to copy, modify and
  18. redistribute this program, but not to disallow others to do so.  
  19.  
  20. Is it really necessary to put 20 lines of copyright message in each file, and
  21. send out a 9Kb file with everything subjected to the GNU license?  Seems a bit
  22. excessive to me.
  23.  
  24. ------------------------------------------------------------------------
  25. #!/bin/sh
  26. # shar:    Shell Archiver  (v1.22)
  27. #
  28. #    Run the following text with /bin/sh to create:
  29. #      COPYING
  30. #      Makefile
  31. #      README
  32. #      arc.c
  33. #      bytesex.h
  34. #      circle.c
  35. #      closepl.c
  36. #      cont.c
  37. #      defs.h
  38. #      dot.c
  39. #      erase.c
  40. #      label.c
  41. #      line.c
  42. #      linemod.c
  43. #      move.c
  44. #      openpl.c
  45. #      output.c
  46. #      plot2ps.1
  47. #      plot2ps.c
  48. #      point.c
  49. #      space.c
  50. #
  51. echo "x - extracting COPYING (Text)"
  52. sed 's/^X//' << 'SHAR_EOF' > COPYING &&
  53. X
  54. X            GNU GENERAL PUBLIC LICENSE
  55. X             Version 1, February 1989
  56. X
  57. X Copyright (C) 1989 Free Software Foundation, Inc.
  58. X                    675 Mass Ave, Cambridge, MA 02139, USA
  59. X Everyone is permitted to copy and distribute verbatim copies
  60. X of this license document, but changing it is not allowed.
  61. X
  62. X                Preamble
  63. X
  64. X  The license agreements of most software companies try to keep users
  65. Xat the mercy of those companies.  By contrast, our General Public
  66. XLicense is intended to guarantee your freedom to share and change free
  67. Xsoftware--to make sure the software is free for all its users.  The
  68. XGeneral Public License applies to the Free Software Foundation's
  69. Xsoftware and to any other program whose authors commit to using it.
  70. XYou can use it for your programs, too.
  71. X
  72. X  When we speak of free software, we are referring to freedom, not
  73. Xprice.  Specifically, the General Public License is designed to make
  74. Xsure that you have the freedom to give away or sell copies of free
  75. Xsoftware, that you receive source code or can get it if you want it,
  76. Xthat you can change the software or use pieces of it in new free
  77. Xprograms; and that you know you can do these things.
  78. X
  79. X  To protect your rights, we need to make restrictions that forbid
  80. Xanyone to deny you these rights or to ask you to surrender the rights.
  81. XThese restrictions translate to certain responsibilities for you if you
  82. Xdistribute copies of the software, or if you modify it.
  83. X
  84. X  For example, if you distribute copies of a such a program, whether
  85. Xgratis or for a fee, you must give the recipients all the rights that
  86. Xyou have.  You must make sure that they, too, receive or can get the
  87. Xsource code.  And you must tell them their rights.
  88. X
  89. X  We protect your rights with two steps: (1) copyright the software, and
  90. X(2) offer you this license which gives you legal permission to copy,
  91. Xdistribute and/or modify the software.
  92. X
  93. X  Also, for each author's protection and ours, we want to make certain
  94. Xthat everyone understands that there is no warranty for this free
  95. Xsoftware.  If the software is modified by someone else and passed on, we
  96. Xwant its recipients to know that what they have is not the original, so
  97. Xthat any problems introduced by others will not reflect on the original
  98. Xauthors' reputations.
  99. X
  100. X  The precise terms and conditions for copying, distribution and
  101. Xmodification follow.
  102. X
  103. X            GNU GENERAL PUBLIC LICENSE
  104. X   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  105. X
  106. X  0. This License Agreement applies to any program or other work which
  107. Xcontains a notice placed by the copyright holder saying it may be
  108. Xdistributed under the terms of this General Public License.  The
  109. X"Program", below, refers to any such program or work, and a "work based
  110. Xon the Program" means either the Program or any work containing the
  111. XProgram or a portion of it, either verbatim or with modifications.  Each
  112. Xlicensee is addressed as "you".
  113. X
  114. X  1. You may copy and distribute verbatim copies of the Program's source
  115. Xcode as you receive it, in any medium, provided that you conspicuously and
  116. Xappropriately publish on each copy an appropriate copyright notice and
  117. Xdisclaimer of warranty; keep intact all the notices that refer to this
  118. XGeneral Public License and to the absence of any warranty; and give any
  119. Xother recipients of the Program a copy of this General Public License
  120. Xalong with the Program.  You may charge a fee for the physical act of
  121. Xtransferring a copy.
  122. X
  123. X  2. You may modify your copy or copies of the Program or any portion of
  124. Xit, and copy and distribute such modifications under the terms of Paragraph
  125. X1 above, provided that you also do the following:
  126. X
  127. X    a) cause the modified files to carry prominent notices stating that
  128. X    you changed the files and the date of any change; and
  129. X
  130. X    b) cause the whole of any work that you distribute or publish, that
  131. X    in whole or in part contains the Program or any part thereof, either
  132. X    with or without modifications, to be licensed at no charge to all
  133. X    third parties under the terms of this General Public License (except
  134. X    that you may choose to grant warranty protection to some or all
  135. X    third parties, at your option).
  136. X
  137. X    c) If the modified program normally reads commands interactively when
  138. X    run, you must cause it, when started running for such interactive use
  139. X    in the simplest and most usual way, to print or display an
  140. X    announcement including an appropriate copyright notice and a notice
  141. X    that there is no warranty (or else, saying that you provide a
  142. X    warranty) and that users may redistribute the program under these
  143. X    conditions, and telling the user how to view a copy of this General
  144. X    Public License.
  145. X
  146. X    d) You may charge a fee for the physical act of transferring a
  147. X    copy, and you may at your option offer warranty protection in
  148. X    exchange for a fee.
  149. X
  150. XMere aggregation of another independent work with the Program (or its
  151. Xderivative) on a volume of a storage or distribution medium does not bring
  152. Xthe other work under the scope of these terms.
  153. X
  154. X  3. You may copy and distribute the Program (or a portion or derivative of
  155. Xit, under Paragraph 2) in object code or executable form under the terms of
  156. XParagraphs 1 and 2 above provided that you also do one of the following:
  157. X
  158. X    a) accompany it with the complete corresponding machine-readable
  159. X    source code, which must be distributed under the terms of
  160. X    Paragraphs 1 and 2 above; or,
  161. X
  162. X    b) accompany it with a written offer, valid for at least three
  163. X    years, to give any third party free (except for a nominal charge
  164. X    for the cost of distribution) a complete machine-readable copy of the
  165. X    corresponding source code, to be distributed under the terms of
  166. X    Paragraphs 1 and 2 above; or,
  167. X
  168. X    c) accompany it with the information you received as to where the
  169. X    corresponding source code may be obtained.  (This alternative is
  170. X    allowed only for noncommercial distribution and only if you
  171. X    received the program in object code or executable form alone.)
  172. X
  173. XSource code for a work means the preferred form of the work for making
  174. Xmodifications to it.  For an executable file, complete source code means
  175. Xall the source code for all modules it contains; but, as a special
  176. Xexception, it need not include source code for modules which are standard
  177. Xlibraries that accompany the operating system on which the executable
  178. Xfile runs, or for standard header files or definitions files that
  179. Xaccompany that operating system.
  180. X
  181. X  4. You may not copy, modify, sublicense, distribute or transfer the
  182. XProgram except as expressly provided under this General Public License.
  183. XAny attempt otherwise to copy, modify, sublicense, distribute or transfer
  184. Xthe Program is void, and will automatically terminate your rights to use
  185. Xthe Program under this License.  However, parties who have received
  186. Xcopies, or rights to use copies, from you under this General Public
  187. XLicense will not have their licenses terminated so long as such parties
  188. Xremain in full compliance.
  189. X
  190. X  5. By copying, distributing or modifying the Program (or any work based
  191. Xon the Program) you indicate your acceptance of this license to do so,
  192. Xand all its terms and conditions.
  193. X
  194. X  6. Each time you redistribute the Program (or any work based on the
  195. XProgram), the recipient automatically receives a license from the original
  196. Xlicensor to copy, distribute or modify the Program subject to these
  197. Xterms and conditions.  You may not impose any further restrictions on the
  198. Xrecipients' exercise of the rights granted herein.
  199. X
  200. X  7. The Free Software Foundation may publish revised and/or new versions
  201. Xof the General Public License from time to time.  Such new versions will
  202. Xbe similar in spirit to the present version, but may differ in detail to
  203. Xaddress new problems or concerns.
  204. X
  205. XEach version is given a distinguishing version number.  If the Program
  206. Xspecifies a version number of the license which applies to it and "any
  207. Xlater version", you have the option of following the terms and conditions
  208. Xeither of that version or of any later version published by the Free
  209. XSoftware Foundation.  If the Program does not specify a version number of
  210. Xthe license, you may choose any version ever published by the Free Software
  211. XFoundation.
  212. X
  213. X  8. If you wish to incorporate parts of the Program into other free
  214. Xprograms whose distribution conditions are different, write to the author
  215. Xto ask for permission.  For software which is copyrighted by the Free
  216. XSoftware Foundation, write to the Free Software Foundation; we sometimes
  217. Xmake exceptions for this.  Our decision will be guided by the two goals
  218. Xof preserving the free status of all derivatives of our free software and
  219. Xof promoting the sharing and reuse of software generally.
  220. X
  221. X                NO WARRANTY
  222. X
  223. X  9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  224. XFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  225. XOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  226. XPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  227. XOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  228. XMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  229. XTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  230. XPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  231. XREPAIR OR CORRECTION.
  232. X
  233. X  10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  234. XWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  235. XREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  236. XINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  237. XOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  238. XTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  239. XYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  240. XPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  241. XPOSSIBILITY OF SUCH DAMAGES.
  242. X
  243. SHAR_EOF
  244. chmod 0644 COPYING || echo "restore of COPYING fails"
  245. echo "x - extracting Makefile (Text)"
  246. sed 's/^X//' << 'SHAR_EOF' > Makefile &&
  247. XINCL    =
  248. XCOPTS    = -O
  249. XCFLAGS    = $(COPTS) $(CEXT) $(INCL)
  250. XCC    = cc
  251. XDEPEND    = $(CC) -MM $(INCL)
  252. XLOADLIBES = -lm
  253. XINSTALL    = install
  254. X
  255. XALL    = plot2ps libPS.a
  256. X
  257. XLIBSRCS    = arc.c circle.c closepl.c cont.c erase.c label.c line.c \
  258. X      linemod.c move.c openpl.c output.c point.c space.c dot.c
  259. XLIBOBJS    = arc.o circle.o closepl.o cont.o erase.o label.o line.o \
  260. X      linemod.o move.o openpl.o output.o point.o space.o dot.o
  261. XLIBHDRS    = defs.h
  262. X
  263. XSRCS    = plot2ps.c
  264. XOBJS    = plot2ps.o
  265. X
  266. XBINDIR    = /usr/local/bin
  267. XMANDIR    = /usr/man/man1
  268. XLIBDIR    = /usr/lib
  269. X
  270. Xall:    $(ALL)
  271. X
  272. Xinstall:  $(ALL)
  273. X    $(INSTALL) -c -s -m 755 plot2ps $(BINDIR)
  274. X    $(INSTALL) -c  libPS.a $(LIBDIR)
  275. X    ranlib -t $(LIBDIR)/libPS.a
  276. X    @echo Installation done.
  277. X
  278. XlibPS.a: $(LIBOBJS)
  279. X    ar cru $@ $?
  280. X    ranlib $@
  281. X
  282. Xplot2ps: plot2ps.o libPS.a
  283. X    $(CC) $(CFLAGS) $(LDFLAGS) -o $@ plot2ps.o libPS.a $(LOADLIBES)
  284. X
  285. Xtags:    $(SRCS) $(HDRS) $(LIBSRCS) $(LIBHDRS)
  286. X    etags $(SRCS) $(HDRS) $(LIBSRCS) $(LIBHDRS)
  287. X
  288. Xid:
  289. X    mkid $(SRCS) $(HRDS) $(LIBSRCS) $(LIBHDRS)
  290. X
  291. Xclean:
  292. X    rm -f $(ALL) $(OBJS) $(LIBOBJS) *~ '#*' core a.out
  293. X
  294. Xdepend:    ${SRCS} $(LIBSRCS)
  295. X    for i in $(SRCS) $(LIBSRCS); do $(DEPEND) $$i >> makedep; done
  296. X    echo '/^# DO NOT DELETE THIS LINE/+2,$$d' >eddep
  297. X    echo '$$r makedep' >>eddep
  298. X    echo 'w' >>eddep
  299. X    cp Makefile Makefile.bak
  300. X    ed - Makefile < eddep
  301. X    rm eddep makedep
  302. X    echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile
  303. X    echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile
  304. X    echo '# see make depend above' >> Makefile
  305. X
  306. X# DO NOT DELETE THIS LINE
  307. X
  308. Xplot2ps.o: plot2ps.c
  309. Xplot2ps.o: /usr/include/stdio.h
  310. Xplot2ps.o: ./bytesex.h
  311. Xarc.o: arc.c
  312. Xarc.o: ./defs.h
  313. Xarc.o: /usr/include/stdio.h
  314. Xcircle.o: circle.c
  315. Xcircle.o: ./defs.h
  316. Xcircle.o: /usr/include/stdio.h
  317. Xclosepl.o: closepl.c
  318. Xclosepl.o: ./defs.h
  319. Xclosepl.o: /usr/include/stdio.h
  320. Xcont.o: cont.c
  321. Xcont.o: ./defs.h
  322. Xcont.o: /usr/include/stdio.h
  323. Xerase.o: erase.c
  324. Xerase.o: ./defs.h
  325. Xerase.o: /usr/include/stdio.h
  326. Xlabel.o: label.c
  327. Xlabel.o: ./defs.h
  328. Xlabel.o: /usr/include/stdio.h
  329. Xline.o: line.c
  330. Xline.o: ./defs.h
  331. Xline.o: /usr/include/stdio.h
  332. Xlinemod.o: linemod.c
  333. Xlinemod.o: ./defs.h
  334. Xlinemod.o: /usr/include/stdio.h
  335. Xmove.o: move.c
  336. Xmove.o: ./defs.h
  337. Xmove.o: /usr/include/stdio.h
  338. Xopenpl.o: openpl.c
  339. Xopenpl.o: ./defs.h
  340. Xopenpl.o: /usr/include/stdio.h
  341. Xoutput.o: output.c
  342. Xoutput.o: ./defs.h
  343. Xoutput.o: /usr/include/stdio.h
  344. Xpoint.o: point.c
  345. Xpoint.o: ./defs.h
  346. Xpoint.o: /usr/include/stdio.h
  347. Xspace.o: space.c
  348. Xspace.o: ./defs.h
  349. Xspace.o: /usr/include/stdio.h
  350. Xdot.o: dot.c
  351. Xdot.o: ./defs.h
  352. Xdot.o: /usr/include/stdio.h
  353. X# DEPENDENCIES MUST END AT END OF FILE
  354. X# IF YOU PUT STUFF HERE IT WILL GO AWAY
  355. X# see make depend above
  356. SHAR_EOF
  357. chmod 0644 Makefile || echo "restore of Makefile fails"
  358. echo "x - extracting README (Text)"
  359. sed 's/^X//' << 'SHAR_EOF' > README &&
  360. XThis is a program to convert plot(5) data to PostScript.
  361. X
  362. XThis package includes a general purpose plot library which outputs PostScript.
  363. X
  364. XYou should edit bytesex.h to reflect the byteorder of your machine, since the
  365. Xplot format is not portable across architectures.  The only place BIG_ENDIAN
  366. Xis used in in getsi() in plot2ps.c.
  367. X
  368. XNow we have this splendid GNU GENERAL PUBLIC LICENSE, I have made this program
  369. Xsubject to it.  That means, as usual, you're free to copy, modify and
  370. Xredistribute this program, but not to disallow others to do so.
  371. SHAR_EOF
  372. chmod 0644 README || echo "restore of README fails"
  373. echo "x - extracting arc.c (Text)"
  374. sed 's/^X//' << 'SHAR_EOF' > arc.c &&
  375. X/*
  376. X    This file is part of plot2ps.
  377. X
  378. X    Copyright (C) 1989 Rene' Seindal
  379. X
  380. X    This program is free software; you can redistribute it and/or modify
  381. X    it under the terms of the GNU General Public License as published by
  382. X    the Free Software Foundation; either version 1, or (at your option)
  383. X    any later version.
  384. X
  385. X    This program is distributed in the hope that it will be useful,
  386. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  387. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  388. X    GNU General Public License for more details.
  389. X
  390. X    You should have received a copy of the GNU General Public License
  391. X    along with this program; if not, write to the Free Software
  392. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  393. X
  394. X    My current address is: seindal@diku.dk
  395. X*/
  396. X
  397. X#include "defs.h"
  398. X
  399. X#define PI  ((double)3.14159265358979323844)
  400. X#define radtodeg(x)  ((double)(x)*180.0/PI)
  401. X
  402. Xarc(x, y, x0, y0, x1, y1)
  403. X{
  404. X    double theta0, theta1, rad;
  405. X    int rx0, ry0, rx1, ry1;
  406. X
  407. X    rx0 = x0 - x;
  408. X    ry0 = y0 - y;
  409. X    rx1 = x1 - x;
  410. X    ry1 = y1 - y;
  411. X
  412. X    rad = hypot( X(x0) - X(x), Y(y0) - Y(y) );
  413. X    theta0 = (rx0 == 0) ? 180.0 : radtodeg( atan2((double)ry0, (double)rx0) );
  414. X    theta1 = (rx1 == 0) ? 180.0 : radtodeg( atan2((double)ry1, (double)rx1) );
  415. X
  416. X    clear();
  417. X    printf( "%g %g %g %g %g arc\n", X(x), Y(y), rad, theta0, theta1 );
  418. X    DIRTYPATH;
  419. X}
  420. SHAR_EOF
  421. chmod 0644 arc.c || echo "restore of arc.c fails"
  422. echo "x - extracting bytesex.h (Text)"
  423. sed 's/^X//' << 'SHAR_EOF' > bytesex.h &&
  424. X/*
  425. X    This file is part of plot2ps.
  426. X
  427. X    Copyright (C) 1989 Rene' Seindal
  428. X
  429. X    This program is free software; you can redistribute it and/or modify
  430. X    it under the terms of the GNU General Public License as published by
  431. X    the Free Software Foundation; either version 1, or (at your option)
  432. X    any later version.
  433. X
  434. X    This program is distributed in the hope that it will be useful,
  435. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  436. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  437. X    GNU General Public License for more details.
  438. X
  439. X    You should have received a copy of the GNU General Public License
  440. X    along with this program; if not, write to the Free Software
  441. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  442. X
  443. X    My current address is: seindal@diku.dk
  444. X*/
  445. X
  446. X/* 
  447. X * Define BIG_ENDIAN as appropriate for your machine
  448. X */
  449. X
  450. X#ifdef vax 
  451. X#define BIG_ENDIAN
  452. X#endif
  453. X
  454. X#if defined(sparc) || defined(mc68000)
  455. X#undef BIG_ENDIAN
  456. X#endif
  457. SHAR_EOF
  458. chmod 0644 bytesex.h || echo "restore of bytesex.h fails"
  459. echo "x - extracting circle.c (Text)"
  460. sed 's/^X//' << 'SHAR_EOF' > circle.c &&
  461. X/*
  462. X    This file is part of plot2ps.
  463. X
  464. X    Copyright (C) 1989 Rene' Seindal
  465. X
  466. X    This program is free software; you can redistribute it and/or modify
  467. X    it under the terms of the GNU General Public License as published by
  468. X    the Free Software Foundation; either version 1, or (at your option)
  469. X    any later version.
  470. X
  471. X    This program is distributed in the hope that it will be useful,
  472. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  473. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  474. X    GNU General Public License for more details.
  475. X
  476. X    You should have received a copy of the GNU General Public License
  477. X    along with this program; if not, write to the Free Software
  478. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  479. X
  480. X    My current address is: seindal@diku.dk
  481. X*/
  482. X
  483. X#include "defs.h"
  484. X
  485. Xcircle(x, y, r)
  486. X{
  487. X    clear();            /* new path to avoid funny lines */
  488. X    shipout( "%g %g %g 0 360 arc\n", X(x), Y(y), xscale * (double)r );
  489. X    DIRTYPATH;
  490. X}
  491. SHAR_EOF
  492. chmod 0644 circle.c || echo "restore of circle.c fails"
  493. echo "x - extracting closepl.c (Text)"
  494. sed 's/^X//' << 'SHAR_EOF' > closepl.c &&
  495. X/*
  496. X    This file is part of plot2ps.
  497. X
  498. X    Copyright (C) 1989 Rene' Seindal
  499. X
  500. X    This program is free software; you can redistribute it and/or modify
  501. X    it under the terms of the GNU General Public License as published by
  502. X    the Free Software Foundation; either version 1, or (at your option)
  503. X    any later version.
  504. X
  505. X    This program is distributed in the hope that it will be useful,
  506. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  507. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  508. X    GNU General Public License for more details.
  509. X
  510. X    You should have received a copy of the GNU General Public License
  511. X    along with this program; if not, write to the Free Software
  512. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  513. X
  514. X    My current address is: seindal@diku.dk
  515. X*/
  516. X
  517. X#include "defs.h"
  518. X
  519. X
  520. Xclosepl()
  521. X{
  522. X    if ( !(state & CLEANPAGE) ) 
  523. X    printf( "stroke showpage\n" );
  524. X    fflush( stdout );
  525. X    restpathlen = 0;
  526. X    state = INVALID;
  527. X}
  528. SHAR_EOF
  529. chmod 0644 closepl.c || echo "restore of closepl.c fails"
  530. echo "x - extracting cont.c (Text)"
  531. sed 's/^X//' << 'SHAR_EOF' > cont.c &&
  532. X/*
  533. X    This file is part of plot2ps.
  534. X
  535. X    Copyright (C) 1989 Rene' Seindal
  536. X
  537. X    This program is free software; you can redistribute it and/or modify
  538. X    it under the terms of the GNU General Public License as published by
  539. X    the Free Software Foundation; either version 1, or (at your option)
  540. X    any later version.
  541. X
  542. X    This program is distributed in the hope that it will be useful,
  543. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  544. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  545. X    GNU General Public License for more details.
  546. X
  547. X    You should have received a copy of the GNU General Public License
  548. X    along with this program; if not, write to the Free Software
  549. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  550. X
  551. X    My current address is: seindal@diku.dk
  552. X*/
  553. X
  554. X#include "defs.h"
  555. X
  556. X
  557. Xcont( x, y )
  558. X{
  559. X    shipout( "%g %g lineto\n", X(x), Y(y) );
  560. X}
  561. SHAR_EOF
  562. chmod 0644 cont.c || echo "restore of cont.c fails"
  563. echo "x - extracting defs.h (Text)"
  564. sed 's/^X//' << 'SHAR_EOF' > defs.h &&
  565. X/*
  566. X    This file is part of plot2ps.
  567. X
  568. X    Copyright (C) 1989 Rene' Seindal
  569. X
  570. X    This program is free software; you can redistribute it and/or modify
  571. X    it under the terms of the GNU General Public License as published by
  572. X    the Free Software Foundation; either version 1, or (at your option)
  573. X    any later version.
  574. X
  575. X    This program is distributed in the hope that it will be useful,
  576. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  577. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  578. X    GNU General Public License for more details.
  579. X
  580. X    You should have received a copy of the GNU General Public License
  581. X    along with this program; if not, write to the Free Software
  582. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  583. X
  584. X    My current address is: seindal@diku.dk
  585. X*/
  586. X
  587. X#include <stdio.h>
  588. X
  589. X/* CONSTANTS */
  590. X
  591. X#define XMAX        572    /* physical pagesizes in points */
  592. X#define YMAX        579    /* (should be 818) */
  593. X
  594. X#define XMIN        18    /* lower left x coordiate (ALW) */
  595. X#define YMIN        25    /* lower left y coordiate (ALW) */
  596. X
  597. X#define XRANGE        4096    /* default logical coor (values 0..XRANGE-1) */
  598. X#define YRANGE        4096    /* values 0..YRANGE-1 */
  599. X
  600. X#define FONT        "Helvetica"
  601. X#define PTSIZE        12    /* pointsize for text (in points) */
  602. X#define LINEWIDTH    0.1    /* width of lines (in points) */
  603. X#define POINTDIAM    0.5    /* diameter of points (in points!) */
  604. X#define MAXPATHLENGTH     1024    /* no path generated will contain */
  605. X                /* more segments than MAXPATHLENGTH */
  606. X
  607. X/* COORDINATES AND SCALING */
  608. X
  609. Xextern double xscale;
  610. Xextern double yscale;
  611. Xextern double xoffset;
  612. Xextern double yoffset;
  613. X
  614. X#define X(x) (xscale * ((double)(x)) + xoffset)
  615. X#define Y(y) (yscale * ((double)(y)) + yoffset)
  616. X
  617. X/*  POSTSCRIPT OUTPUT */
  618. X
  619. X#define INVALID        0x01    /* plot not initialised or closed */
  620. X#define CLEANPAGE    0x02    /* page is blank */
  621. X#define CLEANPATH    0x04    /* current path is empty */
  622. X
  623. X#define DIRTYPAGE state &= ~CLEANPAGE
  624. X#define DIRTYPATH state &= ~(CLEANPAGE | CLEANPATH)
  625. X
  626. Xextern int state;    /* state of the page */
  627. Xextern int restpathlen;        /* length of current path */
  628. SHAR_EOF
  629. chmod 0644 defs.h || echo "restore of defs.h fails"
  630. echo "x - extracting dot.c (Text)"
  631. sed 's/^X//' << 'SHAR_EOF' > dot.c &&
  632. X/*
  633. X    This file is part of plot2ps.
  634. X
  635. X    Copyright (C) 1989 Rene' Seindal
  636. X
  637. X    This program is free software; you can redistribute it and/or modify
  638. X    it under the terms of the GNU General Public License as published by
  639. X    the Free Software Foundation; either version 1, or (at your option)
  640. X    any later version.
  641. X
  642. X    This program is distributed in the hope that it will be useful,
  643. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  644. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  645. X    GNU General Public License for more details.
  646. X
  647. X    You should have received a copy of the GNU General Public License
  648. X    along with this program; if not, write to the Free Software
  649. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  650. X
  651. X    My current address is: seindal@diku.dk
  652. X*/
  653. X
  654. X#include "defs.h"
  655. X
  656. Xdot()
  657. X{
  658. X}
  659. SHAR_EOF
  660. chmod 0644 dot.c || echo "restore of dot.c fails"
  661. echo "x - extracting erase.c (Text)"
  662. sed 's/^X//' << 'SHAR_EOF' > erase.c &&
  663. X/*
  664. X    This file is part of plot2ps.
  665. X
  666. X    Copyright (C) 1989 Rene' Seindal
  667. X
  668. X    This program is free software; you can redistribute it and/or modify
  669. X    it under the terms of the GNU General Public License as published by
  670. X    the Free Software Foundation; either version 1, or (at your option)
  671. X    any later version.
  672. X
  673. X    This program is distributed in the hope that it will be useful,
  674. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  675. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  676. X    GNU General Public License for more details.
  677. X
  678. X    You should have received a copy of the GNU General Public License
  679. X    along with this program; if not, write to the Free Software
  680. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  681. X
  682. X    My current address is: seindal@diku.dk
  683. X*/
  684. X
  685. X#include "defs.h"
  686. X
  687. X
  688. Xerase()
  689. X{
  690. X    if ( state & CLEANPAGE )
  691. X    return;
  692. X    if ( !(state & CLEANPATH) )
  693. X    printf( "stroke " );
  694. X    printf( "showpage newpath\n");
  695. X    everypage();
  696. X    state = CLEANPAGE | CLEANPATH;
  697. X    restpathlen = MAXPATHLENGTH;
  698. X}
  699. SHAR_EOF
  700. chmod 0644 erase.c || echo "restore of erase.c fails"
  701. echo "x - extracting label.c (Text)"
  702. sed 's/^X//' << 'SHAR_EOF' > label.c &&
  703. X/*
  704. X    This file is part of plot2ps.
  705. X
  706. X    Copyright (C) 1989 Rene' Seindal
  707. X
  708. X    This program is free software; you can redistribute it and/or modify
  709. X    it under the terms of the GNU General Public License as published by
  710. X    the Free Software Foundation; either version 1, or (at your option)
  711. X    any later version.
  712. X
  713. X    This program is distributed in the hope that it will be useful,
  714. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  715. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  716. X    GNU General Public License for more details.
  717. X
  718. X    You should have received a copy of the GNU General Public License
  719. X    along with this program; if not, write to the Free Software
  720. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  721. X
  722. X    My current address is: seindal@diku.dk
  723. X*/
  724. X
  725. X#include "defs.h"
  726. X
  727. Xlabel(s)
  728. X    char *s;
  729. X{
  730. X    char t[1024];
  731. X    register char *u = t;
  732. X
  733. X    do {
  734. X    if ( *s == '(' || *s == ')' || *s == '\\' )
  735. X        *u++ = '\\';
  736. X    if ( *s == '\0' || *s == '\n' )
  737. X        break;
  738. X    if ( u - t >= 1024 )
  739. X        break;
  740. X    } while ( *u++ = *s++ );
  741. X    *u = '\0';
  742. X
  743. X    printf( "(%s) show\n", t );
  744. X    DIRTYPATH;
  745. X}
  746. X
  747. SHAR_EOF
  748. chmod 0644 label.c || echo "restore of label.c fails"
  749. echo "x - extracting line.c (Text)"
  750. sed 's/^X//' << 'SHAR_EOF' > line.c &&
  751. X/*
  752. X    This file is part of plot2ps.
  753. X
  754. X    Copyright (C) 1989 Rene' Seindal
  755. X
  756. X    This program is free software; you can redistribute it and/or modify
  757. X    it under the terms of the GNU General Public License as published by
  758. X    the Free Software Foundation; either version 1, or (at your option)
  759. X    any later version.
  760. X
  761. X    This program is distributed in the hope that it will be useful,
  762. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  763. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  764. X    GNU General Public License for more details.
  765. X
  766. X    You should have received a copy of the GNU General Public License
  767. X    along with this program; if not, write to the Free Software
  768. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  769. X
  770. X    My current address is: seindal@diku.dk
  771. X*/
  772. X
  773. X#include "defs.h"
  774. X
  775. X
  776. Xline( x0, y0, x1, y1 )
  777. X{
  778. X    shipout( "%g %g moveto  ", X(x0), Y(y0) );
  779. X    shipout( "%g %g lineto\n", X(x1), Y(y1) );
  780. X}
  781. SHAR_EOF
  782. chmod 0644 line.c || echo "restore of line.c fails"
  783. echo "x - extracting linemod.c (Text)"
  784. sed 's/^X//' << 'SHAR_EOF' > linemod.c &&
  785. X/*
  786. X    This file is part of plot2ps.
  787. X
  788. X    Copyright (C) 1989 Rene' Seindal
  789. X
  790. X    This program is free software; you can redistribute it and/or modify
  791. X    it under the terms of the GNU General Public License as published by
  792. X    the Free Software Foundation; either version 1, or (at your option)
  793. X    any later version.
  794. X
  795. X    This program is distributed in the hope that it will be useful,
  796. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  797. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  798. X    GNU General Public License for more details.
  799. X
  800. X    You should have received a copy of the GNU General Public License
  801. X    along with this program; if not, write to the Free Software
  802. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  803. X
  804. X    My current address is: seindal@diku.dk
  805. X*/
  806. X
  807. X#include "defs.h"
  808. X
  809. Xstruct linemod {
  810. X    char *name;
  811. X    char *pat;
  812. X} linemods[] = {
  813. X    { "solid", "[] 0" },
  814. X    { "dotted", "[1 2] 0" },
  815. X    { "longdashed",  "[9 2] 0" },
  816. X    { "shortdashed", "[4.5 2] 0" },
  817. X    { "dotdashed" , "[9 2 1 2] 0" },
  818. X    { 0 , 0 },
  819. X};
  820. X
  821. Xlinemod(s)
  822. X    char *s;
  823. X{
  824. X    struct linemod *lm;
  825. X
  826. X    for ( lm = linemods; lm->name && strcmp( lm->name, s ); lm++ )
  827. X    ;
  828. X    if ( lm->name == 0 )
  829. X    lm = linemods;
  830. X
  831. X    clear();
  832. X    printf( "%s setdash\n", lm->pat );
  833. X}
  834. X
  835. SHAR_EOF
  836. chmod 0644 linemod.c || echo "restore of linemod.c fails"
  837. echo "x - extracting move.c (Text)"
  838. sed 's/^X//' << 'SHAR_EOF' > move.c &&
  839. X/*
  840. X    This file is part of plot2ps.
  841. X
  842. X    Copyright (C) 1989 Rene' Seindal
  843. X
  844. X    This program is free software; you can redistribute it and/or modify
  845. X    it under the terms of the GNU General Public License as published by
  846. X    the Free Software Foundation; either version 1, or (at your option)
  847. X    any later version.
  848. X
  849. X    This program is distributed in the hope that it will be useful,
  850. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  851. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  852. X    GNU General Public License for more details.
  853. X
  854. X    You should have received a copy of the GNU General Public License
  855. X    along with this program; if not, write to the Free Software
  856. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  857. X
  858. X    My current address is: seindal@diku.dk
  859. X*/
  860. X
  861. X#include "defs.h"
  862. X
  863. Xmove( x, y )
  864. X{
  865. X    shipout( "%g %g moveto\n", X(x), Y(y) );
  866. X}
  867. SHAR_EOF
  868. chmod 0644 move.c || echo "restore of move.c fails"
  869. echo "x - extracting openpl.c (Text)"
  870. sed 's/^X//' << 'SHAR_EOF' > openpl.c &&
  871. X/*
  872. X    This file is part of plot2ps.
  873. X
  874. X    Copyright (C) 1989 Rene' Seindal
  875. X
  876. X    This program is free software; you can redistribute it and/or modify
  877. X    it under the terms of the GNU General Public License as published by
  878. X    the Free Software Foundation; either version 1, or (at your option)
  879. X    any later version.
  880. X
  881. X    This program is distributed in the hope that it will be useful,
  882. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  883. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  884. X    GNU General Public License for more details.
  885. X
  886. X    You should have received a copy of the GNU General Public License
  887. X    along with this program; if not, write to the Free Software
  888. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  889. X
  890. X    My current address is: seindal@diku.dk
  891. X*/
  892. X
  893. X#include "defs.h"
  894. X
  895. Xdouble xscale = (double)(XMAX - XMIN) / (double)XRANGE;
  896. Xdouble yscale = (double)(YMAX - YMIN) / (double)YRANGE;
  897. Xdouble xoffset = (double)XMIN;
  898. Xdouble yoffset = (double)XMAX;
  899. X
  900. Xint state = INVALID;        /* state of the page */
  901. Xint restpathlen;        /* length of current path */
  902. X
  903. Xopenpl ()
  904. X{
  905. X    printf( "/%s findfont %g scalefont setfont\n", FONT, (double)PTSIZE );
  906. X    everypage();
  907. X    restpathlen = MAXPATHLENGTH;
  908. X    state = CLEANPAGE | CLEANPATH;
  909. X}
  910. SHAR_EOF
  911. chmod 0644 openpl.c || echo "restore of openpl.c fails"
  912. echo "x - extracting output.c (Text)"
  913. sed 's/^X//' << 'SHAR_EOF' > output.c &&
  914. X/*
  915. X    This file is part of plot2ps.
  916. X
  917. X    Copyright (C) 1989 Rene' Seindal
  918. X
  919. X    This program is free software; you can redistribute it and/or modify
  920. X    it under the terms of the GNU General Public License as published by
  921. X    the Free Software Foundation; either version 1, or (at your option)
  922. X    any later version.
  923. X
  924. X    This program is distributed in the hope that it will be useful,
  925. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  926. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  927. X    GNU General Public License for more details.
  928. X
  929. X    You should have received a copy of the GNU General Public License
  930. X    along with this program; if not, write to the Free Software
  931. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  932. X
  933. X    My current address is: seindal@diku.dk
  934. X*/
  935. X
  936. X#include "defs.h"
  937. X
  938. Xeverypage()
  939. X{
  940. X    printf( "%g setlinewidth newpath\n", (double)LINEWIDTH );
  941. X}
  942. X
  943. X
  944. Xvoid shipout( fmt, arg1, arg2, arg3, arg4 )
  945. X    char *fmt;
  946. X    double arg1, arg2, arg3, arg4;
  947. X{
  948. X    if ( --restpathlen == 0 ) {
  949. X    restpathlen = MAXPATHLENGTH;
  950. X    printf( "currentpoint stroke newpath moveto\n" );
  951. X    }
  952. X    printf( fmt, arg1, arg2, arg3, arg4 );
  953. X    
  954. X    DIRTYPATH;
  955. X}
  956. X
  957. Xclear()
  958. X{
  959. X    if ( state & CLEANPATH )
  960. X    return;
  961. X    printf( "stroke newpath\n" );
  962. X    state |= CLEANPATH;
  963. X    restpathlen = MAXPATHLENGTH;
  964. X}
  965. SHAR_EOF
  966. chmod 0644 output.c || echo "restore of output.c fails"
  967. echo "x - extracting plot2ps.1 (Text)"
  968. sed 's/^X//' << 'SHAR_EOF' > plot2ps.1 &&
  969. X.\" Rene' Seindal (seindal@skinfaxe.diku.dk) Tue Mar 28 06:10:24 1989
  970. X.TH PLOT2PS 1 "Mar 28 1989"
  971. X.SH NAME
  972. Xplot2ps \- convert plot(5) data to PostScript
  973. X.SH SYNOPSIS
  974. X.B plot2ps
  975. X.SH DESCRIPTION
  976. X.I Plot2ps
  977. Xconverts 
  978. X.IR plot "(5)"
  979. Xdata from standard input to PostScript on standard output.
  980. X.SH SEE ALSO
  981. Xplot(1), plot(5)
  982. X.SH AUTHOR
  983. XRen\'e Seindal, DIKU, U. of Copenhagen.
  984. X
  985. SHAR_EOF
  986. chmod 0644 plot2ps.1 || echo "restore of plot2ps.1 fails"
  987. echo "x - extracting plot2ps.c (Text)"
  988. sed 's/^X//' << 'SHAR_EOF' > plot2ps.c &&
  989. X/*
  990. X    plot2ps --- convert Unix plot(5) data to PostScript
  991. X
  992. X    Copyright (C) 1989 Rene' Seindal
  993. X
  994. X    This program is free software; you can redistribute it and/or modify
  995. X    it under the terms of the GNU General Public License as published by
  996. X    the Free Software Foundation; either version 1, or (at your option)
  997. X    any later version.
  998. X
  999. X    This program is distributed in the hope that it will be useful,
  1000. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1001. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1002. X    GNU General Public License for more details.
  1003. X
  1004. X    You should have received a copy of the GNU General Public License
  1005. X    along with this program; if not, write to the Free Software
  1006. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1007. X
  1008. X    My current address is: seindal@diku.dk
  1009. X*/
  1010. X
  1011. X#include <stdio.h>
  1012. X
  1013. X/* routines for reading plot data */
  1014. Xint  getch();            /* get a byte */
  1015. Xint  getsi();            /* get a signed short */
  1016. Xchar *getstr();            /* get a string */
  1017. X
  1018. X#include "bytesex.h"
  1019. X
  1020. Xmain(argc,argv)
  1021. X    int    argc;
  1022. X    char **argv;
  1023. X{
  1024. X    int cmd;
  1025. X    int x, y, x0, y0, x1, y1;    /* (x, y) coordinates */
  1026. X    int r;            /* circle radius */
  1027. X    char *l;            /* label/linemods */
  1028. X
  1029. X    openpl();
  1030. X    while ( (cmd = getch()) != EOF ) {
  1031. X    switch (cmd) {
  1032. X    case 'm':
  1033. X        x = getsi();
  1034. X        y = getsi();
  1035. X        move( x, y );
  1036. X        break;
  1037. X    case 'n':
  1038. X        x = getsi();
  1039. X        y = getsi();
  1040. X        cont( x, y );
  1041. X        break;
  1042. X    case 'p':
  1043. X        x = getsi();
  1044. X        y = getsi();
  1045. X        point( x, y );
  1046. X        break;
  1047. X    case 'l':
  1048. X        x = getsi();
  1049. X        y = getsi();
  1050. X        x0 = getsi();
  1051. X        y0 = getsi();
  1052. X        line( x, y, x0, y0 );
  1053. X        break;
  1054. X    case 't':
  1055. X        l = getstr();
  1056. X        label( l );
  1057. X        break;
  1058. X    case 'a':
  1059. X        x = getsi();
  1060. X        y = getsi();
  1061. X        x0 = getsi();
  1062. X        y0 = getsi();
  1063. X        x1 = getsi();
  1064. X        y1 = getsi();
  1065. X        arc( x,y, x0, y0, x1, y1 );
  1066. X        break;
  1067. X    case 'c':
  1068. X        x = getsi();
  1069. X        y = getsi();
  1070. X        r = getsi();
  1071. X        circle( x, y, r );
  1072. X        break;
  1073. X    case 'e':
  1074. X        erase();
  1075. X        break;
  1076. X    case 'f':
  1077. X        l = getstr();
  1078. X        linemod( l );
  1079. X        break;
  1080. X    case 's':
  1081. X        x = getsi();
  1082. X        y = getsi();
  1083. X        x0 = getsi();
  1084. X        y0 = getsi();
  1085. X        space( x, y, x0, y0 );
  1086. X        break;
  1087. X    default:
  1088. X        fprintf( stderr, "Undefinde plot command 0%o\n", cmd );
  1089. X    }
  1090. X    }
  1091. X    closepl();
  1092. X}
  1093. X
  1094. X/* getch() reads a single byte from stdin, not reading EOF more than once,
  1095. X * and not returning more than 8 bits.
  1096. X */
  1097. Xint getch()
  1098. X{
  1099. X    int ch;
  1100. X    static char eof = '\0';
  1101. X
  1102. X    if (eof) return EOF;
  1103. X    
  1104. X    if ( (ch = getchar()) == EOF ) {
  1105. X    eof = '\1';
  1106. X    return EOF;
  1107. X    }
  1108. X    return ch&0377;
  1109. X}
  1110. X
  1111. X/* getsi() return a signed short integer, big endian and sign extending.
  1112. X * Returns EOF on end of file.
  1113. X */
  1114. Xint getsi()
  1115. X{
  1116. X    int m, n;
  1117. X    int val;
  1118. X
  1119. X    n = getch();
  1120. X    if ( n == EOF )
  1121. X    return EOF;
  1122. X
  1123. X    m = getch();
  1124. X    if ( m == EOF )
  1125. X    return EOF;
  1126. X
  1127. X#ifdef BIG_ENDIAN
  1128. X    val = ((m << 8) | n);
  1129. X#else
  1130. X    val = ((n << 8) | m);
  1131. X#endif
  1132. X    if ( val & 0x8000 )
  1133. X    val |= ~0x7fff;
  1134. X    return val;
  1135. X}
  1136. X
  1137. X/* getstr() reads a string from stdin.  The string is terminated by EOF,
  1138. X * newline or '\0'.
  1139. X */
  1140. Xchar *getstr()
  1141. X{
  1142. X    char str[1024];
  1143. X    char *s = str;
  1144. X    int ch;
  1145. X
  1146. X    while ( (ch = getch()) != EOF && ch != '\n' && ch != '\0' )
  1147. X    *s++ = ch;
  1148. X    *s = '\0';
  1149. X
  1150. X    return str;
  1151. X}
  1152. X
  1153. X    
  1154. SHAR_EOF
  1155. chmod 0644 plot2ps.c || echo "restore of plot2ps.c fails"
  1156. echo "x - extracting point.c (Text)"
  1157. sed 's/^X//' << 'SHAR_EOF' > point.c &&
  1158. X/*
  1159. X    This file is part of plot2ps.
  1160. X
  1161. X    Copyright (C) 1989 Rene' Seindal
  1162. X
  1163. X    This program is free software; you can redistribute it and/or modify
  1164. X    it under the terms of the GNU General Public License as published by
  1165. X    the Free Software Foundation; either version 1, or (at your option)
  1166. X    any later version.
  1167. X
  1168. X    This program is distributed in the hope that it will be useful,
  1169. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1170. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1171. X    GNU General Public License for more details.
  1172. X
  1173. X    You should have received a copy of the GNU General Public License
  1174. X    along with this program; if not, write to the Free Software
  1175. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1176. X
  1177. X    My current address is: seindal@diku.dk
  1178. X*/
  1179. X
  1180. X#include "defs.h"
  1181. X
  1182. X
  1183. Xpoint( x, y )
  1184. X{
  1185. X    clear();
  1186. X    printf( "%g %g %g 0 360 arc closepath fill newpath\n",
  1187. X       X(x), Y(y), (double)POINTDIAM );
  1188. X    state |= CLEANPATH;
  1189. X    DIRTYPAGE;
  1190. X}
  1191. SHAR_EOF
  1192. chmod 0644 point.c || echo "restore of point.c fails"
  1193. echo "x - extracting space.c (Text)"
  1194. sed 's/^X//' << 'SHAR_EOF' > space.c &&
  1195. X/*
  1196. X    This file is part of plot2ps.
  1197. X
  1198. X    Copyright (C) 1989 Rene' Seindal
  1199. X
  1200. X    This program is free software; you can redistribute it and/or modify
  1201. X    it under the terms of the GNU General Public License as published by
  1202. X    the Free Software Foundation; either version 1, or (at your option)
  1203. X    any later version.
  1204. X
  1205. X    This program is distributed in the hope that it will be useful,
  1206. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1207. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1208. X    GNU General Public License for more details.
  1209. X
  1210. X    You should have received a copy of the GNU General Public License
  1211. X    along with this program; if not, write to the Free Software
  1212. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  1213. X
  1214. X    My current address is: seindal@diku.dk
  1215. X*/
  1216. X
  1217. X#include "defs.h"
  1218. X
  1219. Xspace( x0, y0, x1, y1 )
  1220. X{
  1221. X    xscale = (double)(XMAX - XMIN) / (double)(x1 - x0);
  1222. X    yscale = (double)(YMAX - YMIN) / (double)(y1 - y0);
  1223. X
  1224. X    xoffset = XMIN - xscale * (double)(x0);
  1225. X    yoffset = YMIN - yscale * (double)(y0);
  1226. X}
  1227. SHAR_EOF
  1228. chmod 0644 space.c || echo "restore of space.c fails"
  1229. exit 0
  1230.  
  1231.