delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/08/22/21:11:41

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <140D21516EC2D3119EE7009027876644067CEB57@hplex1.hpl.hp.com>
From: "Saito, Yasushi" <ysaito AT exch DOT hpl DOT hp DOT com>
To: "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com>
Subject: /usr/bin/ps2epsi bugs & fixes
Date: Wed, 22 Aug 2001 18:09:46 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)

This thing may be fixed already, but here it is anyway:

2001-08-22 Yasushi Saito <ysaito AT hpl DOT hp DOT com>

* /usr/bin/ps2epsi: fix two bugs: a missing colon after "%%Page" and a
missing space in sed's command line.

--- ps2epsi.org	Wed Aug 22 17:47:09 2001
+++ ps2epsi	Wed Aug 22 17:45:20 2001
@@ -58,11 +58,11 @@ rm -f $tmpfile
 cat << BEGINEPS
 save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def
 %%EndProlog
-%%Page 1 1
+%%Page: 1 1
 BEGINEPS
 
 cat ${infile} |
-sed -e '/^%%BeginPreview:/,/^%%EndPreview[^!-~]*$/d' -e '/^%!PS-Adobe/d'\
+sed -e '/^%%BeginPreview:/,/^%%EndPreview[^!-~]*$/d' -e '/^%!PS-Adobe/d' \
 -e '/^%%[A-Za-z][A-Za-z]*[^!-~]*$/d' -e '/^%%[A-Za-z][A-Za-z]*: /d'
 
 cat << ENDEPS

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019