44fab2f95e
ps2eps is a tool (written in Perl) to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct Bounding Boxes for those EPS files and filters some special postscript command sequences that can produce erroneous results on printers. EPS files are often needed for including (scalable) graphics of high quality into TeX/LaTeX (or even Word) documents.
12 lines
522 B
Text
12 lines
522 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/04/08 22:55:40 minskim Exp $
|
|
|
|
--- bin/ps2eps.orig 2005-01-24 06:42:19.000000000 -0800
|
|
+++ bin/ps2eps
|
|
@@ -1,6 +1,3 @@
|
|
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' # -*-perl-*-
|
|
- if 0;
|
|
-# The expression in the previous line replaces the unix specific line
|
|
-# {#!/usr/bin/perl}.
|
|
+#!/usr/bin/perl
|
|
# ps2eps - convert PostScript to EPS (Encapsulated PostScript) files
|
|
# -------------------------------------------------------------------
|