diff options
author | minskim <minskim@pkgsrc.org> | 2011-07-28 07:21:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-07-28 07:21:07 +0000 |
commit | 9130dce1ae52e63f1931cc94053b386e24f77376 (patch) | |
tree | c55f1afdc09182bfc3652484eca118c127254f4d /graphics/ps2eps/Makefile | |
parent | 6f2c7cc7948cc87b729db102db6a6b1267f70cd3 (diff) | |
download | pkgsrc-9130dce1ae52e63f1931cc94053b386e24f77376.tar.gz |
Update ps2eps to 1.68.
Changes:
- quoted translate command string
- quote of tmpfname for coping with spaces in filenames
- added -a option
- changed handling of hiresBB (now rounded to hiresprecision, by default 0.5pt)
- added %%BeginData %%EndData as indicators for Binary Section
- added new option -b (treat as binary) to prevent filtering CR/LF stuff
- fixed help/usage formatting output
Diffstat (limited to 'graphics/ps2eps/Makefile')
-rw-r--r-- | graphics/ps2eps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ps2eps/Makefile b/graphics/ps2eps/Makefile index f10e21f0b52..03397a895fc 100644 --- a/graphics/ps2eps/Makefile +++ b/graphics/ps2eps/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2007/05/29 01:22:17 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2011/07/28 07:21:07 minskim Exp $ -DISTNAME= ps2eps-1.64 +DISTNAME= ps2eps-1.68 CATEGORIES= graphics MASTER_SITES= http://www.tm.uka.de/~bless/ EXTRACT_SUFX= .zip |