diff options
author | wiz <wiz@pkgsrc.org> | 2020-04-30 09:22:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-04-30 09:22:16 +0000 |
commit | f05cbf8a8e8150f865a8dfff503264ca415e1b34 (patch) | |
tree | 64e798e08390998165024a1095ea8727d8ecdc3a /graphics | |
parent | a96b513295743c266fb0eef432f661b21ae46442 (diff) | |
download | pkgsrc-f05cbf8a8e8150f865a8dfff503264ca415e1b34.tar.gz |
tex-a2ping-doc: remove patch that was removed from distinfo
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-a2ping-doc/patches/patch-aa | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/graphics/tex-a2ping-doc/patches/patch-aa b/graphics/tex-a2ping-doc/patches/patch-aa deleted file mode 100644 index 6b5e5a22efa..00000000000 --- a/graphics/tex-a2ping-doc/patches/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2018/05/02 11:15:20 markd Exp $ - -s/a2ping.pl/a2ping/ - ---- man/man1/a2ping.1.orig 2018-03-08 23:39:23.000000000 +0000 -+++ man/man1/a2ping.1 -@@ -148,13 +148,13 @@ - .\} - .ad n - .SH "NAME" --a2ping.pl -- convert between PS, EPS and PDF and other page description -+a2ping -- convert between PS, EPS and PDF and other page description - formats - .SH "SYNOPSIS" - .IX Header "SYNOPSIS" --Z<> B<a2ping.pl> [B<-->]B<help> -- B<a2ping.pl> [B<-->]B<doc> -- B<a2ping.pl> [I<options>] <I<inputfile>> [[I<outformat>:] I<outputfile>] -+Z<> B<a2ping> [B<-->]B<help> -+ B<a2ping> [B<-->]B<doc> -+ B<a2ping> [I<options>] <I<inputfile>> [[I<outformat>:] I<outputfile>] - .SH "DESCRIPTION" - .IX Header "DESCRIPTION" - B<a2ping> is a UNIX command line utility written in Perl that -@@ -181,8 +181,8 @@ file matters if I<outformat> is missing - extension of the output file determines the FileFormat (I<outformat>). - .SH "EXTERNAL PROGRAMS" - .IX Header "EXTERNAL PROGRAMS" --The internal file format of B<a2ping.pl> is PS/EPS. Everything read is --first converted to PS or EPS, then processed by B<a2ping.pl>, then -+The internal file format of B<a2ping> is PS/EPS. Everything read is -+first converted to PS or EPS, then processed by B<a2ping>, then - converted to the output format. - To analyse the bounding box and other properties of non-EPS PS files - (and EPS files with option B<--bboxfrom> other than B<=guess>), GS is -@@ -191,7 +191,7 @@ To write PDF files, GS is used. - To read PDF files, B<pdftops> from the B<xpdf> package is used. - Sampled input formats are PNG, JPEG, TIFF, PNM, BMP, GIF, LBM, XPM, PCX - and TGA. To read sampled input formats, B<sam2p> is used. B<sam2p> is --a raster image converter written in C++ by the author of B<a2ping.pl>. -+a raster image converter written in C++ by the author of B<a2ping>. - Extra output formats are PNG, XWD, BMP, TIFF, JPEG, GIF and XPM. To - write extra output formats, B<sam2p> and GS are used. - PNM output formats are PGM, PGM and PPM. To write PNM output formats, GS -@@ -273,7 +273,7 @@ Pass extra arguments to external program - .IX Header "TIPS AND TRICKS" - .IP "\(bu" 2 - If your \s-1EPS\s0 contains a wrong bounding box, you can fix it by running --\&\f(CW\*(C`a2ping.pl \-v \-\-bboxfrom=compute\-gs thefile.eps \-\-\*(C'\fR -+\&\f(CW\*(C`a2ping \-v \-\-bboxfrom=compute\-gs thefile.eps \-\-\*(C'\fR - .IP "\(bu" 2 - You can specify \fB\-\fR as \fIinputfile\fR to get stdin and as \fIoutputfile\fR - to get stdout. This works even for \s-1PDF\s0 files (which must be seekable), -@@ -289,7 +289,7 @@ If you specify \fB\-\-\fR as \fIoutputfi - \&\fBa2ping\fR respects \fB\-\-Duplex\fR for FileFormat \s-1PCL5,\s0 even though \s-1GS\s0 doesn't. - .IP "\(bu" 2 - If you have an incompatible \s-1PS\s0 that \s-1GS\s0 can read but your printer cannot print, --just run \f(CW\*(C`a2ping.pl foo.ps PDF: \- | a2ping.pl \- PS: foo.ps\*(C'\fR -+just run \f(CW\*(C`a2ping foo.ps PDF: \- | a2ping \- PS: foo.ps\*(C'\fR - .IP "\(bu" 2 - If you have a \s-1PS\s0 coming from Win32 (often with extension \f(CW\*(C`.prn\*(C'\fR), run - it through \fBa2ping\fR. It will remove the resolution changes and the |