diff options
author | pav <pav@FreeBSD.org> | 2005-10-22 04:06:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-22 04:06:12 +0800 |
commit | 96dcfb19b14dfa5c9c96779b0cb4e7d3a6d79322 (patch) | |
tree | bbcbff87e8b6c9a6538e3bd0268f269a8ae4a9a2 /print/ghostscript-afpl | |
parent | fb61f3d3c348b1624dbb5a8d5cf151288a839cff (diff) | |
download | freebsd-ports-gnome-96dcfb19b14dfa5c9c96779b0cb4e7d3a6d79322.tar.gz freebsd-ports-gnome-96dcfb19b14dfa5c9c96779b0cb4e7d3a6d79322.tar.zst freebsd-ports-gnome-96dcfb19b14dfa5c9c96779b0cb4e7d3a6d79322.zip |
- Update to 8.52
PR: ports/87741
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/Makefile.inc | 4 | ||||
-rw-r--r-- | print/ghostscript-afpl/distinfo | 8 | ||||
-rw-r--r-- | print/ghostscript-afpl/files/patch-lib::gs_ttf.ps | 33 | ||||
-rw-r--r-- | print/ghostscript-afpl/pkg-plist | 8 | ||||
-rw-r--r-- | print/ghostscript-afpl/scripts/configure | 3 |
5 files changed, 14 insertions, 42 deletions
diff --git a/print/ghostscript-afpl/Makefile.inc b/print/ghostscript-afpl/Makefile.inc index bc9edabb9f1d..17cf33bf261a 100644 --- a/print/ghostscript-afpl/Makefile.inc +++ b/print/ghostscript-afpl/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ -GS_VERSION= 8.51 -GS_REVISION= 1 +GS_VERSION= 8.52 +GS_REVISION= 0 GS_EPOCH= 1 diff --git a/print/ghostscript-afpl/distinfo b/print/ghostscript-afpl/distinfo index 0b8f69fc898c..807a564bd926 100644 --- a/print/ghostscript-afpl/distinfo +++ b/print/ghostscript-afpl/distinfo @@ -1,9 +1,7 @@ -MD5 (ghostscript/ghostscript-8.51.tar.bz2) = 8b328b47cce3b7f97f35296aae8e7b77 -SIZE (ghostscript/ghostscript-8.51.tar.bz2) = 8377372 +MD5 (ghostscript/ghostscript-8.52.tar.bz2) = b09249715045a195e5ecae18ad8e7862 +SIZE (ghostscript/ghostscript-8.52.tar.bz2) = 9777751 MD5 (ghostscript/gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0 SIZE (ghostscript/gdevcd8.tar.gz) = 24803 -MD5 (ghostscript/pcl3-3.3.tar.gz) = 34e664c2a98b847598f8441f8cac7ab6 -SIZE (ghostscript/pcl3-3.3.tar.gz) = 301470 MD5 (ghostscript/gdevdj9.c.gz) = 3a9c20c34b79ffab434abfbcc31d1c27 SIZE (ghostscript/gdevdj9.c.gz) = 20139 MD5 (ghostscript/gdevmd2k-0.2a.tar.gz) = 5ed2b4218b8f77cb411f3d2e4509ed24 @@ -18,8 +16,6 @@ MD5 (ghostscript/canon-lips4-1.0.0-651.tgz) = 3105272a9351ea632416b53367e2f38a SIZE (ghostscript/canon-lips4-1.0.0-651.tgz) = 38835 MD5 (ghostscript/gdevlips-2.4.0.tar.gz) = 89327cac37665f3fdbae0da5f2c8a89f SIZE (ghostscript/gdevlips-2.4.0.tar.gz) = 67683 -MD5 (ghostscript/dmprt-2.01.tar.gz) = c7a9fb127fde5d888a798bf5e1822b88 -SIZE (ghostscript/dmprt-2.01.tar.gz) = 44232 MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3 SIZE (ghostscript/epag-3.09.tar.gz) = 12858 MD5 (ghostscript/eplaser-3.1.4-705.tgz) = 94246b034af171b4336d90198e9f4bd8 diff --git a/print/ghostscript-afpl/files/patch-lib::gs_ttf.ps b/print/ghostscript-afpl/files/patch-lib::gs_ttf.ps deleted file mode 100644 index aeec34bd0c60..000000000000 --- a/print/ghostscript-afpl/files/patch-lib::gs_ttf.ps +++ /dev/null @@ -1,33 +0,0 @@ ---- lib/gs_ttf.ps.orig Sat Feb 14 04:43:51 2004 -+++ lib/gs_ttf.ps Mon Jun 7 12:51:44 2004 -@@ -519,7 +519,7 @@ - (maxp) 1 index - (name) 1 index - (OS/2) 1 index -- (post) 1 index -+ (post) { .readbigtable } - (vhea) 1 index - % Big tables - (glyf) { .readbigtable } -@@ -854,10 +854,17 @@ - } ifelse - % Stack: ... /FontInfo mark key1 value1 ... - post null ne { -- /ItalicAngle post 4 gets32 65536.0 div -- /isFixedPitch post 12 getu32 0 ne -- /UnderlinePosition post 8 gets16 upem div -- /UnderlineThickness post 10 gets16 upem div -+ post type /arraytype eq { -+ % this post table is a big table. /post should be [(...) ...] -+ % data we actually need here should be first one in array. -+ /posttable post 1 get def -+ } { -+ /posttable post def -+ } ifelse -+ /ItalicAngle posttable 4 gets32 65536.0 div -+ /isFixedPitch posttable 12 getu32 0 ne -+ /UnderlinePosition posttable 8 gets16 upem div -+ /UnderlineThickness posttable 10 gets16 upem div - } if - counttomark 0 ne { .dicttomark } { pop pop } ifelse - /XUID [orgXUID 42 curxuid] diff --git a/print/ghostscript-afpl/pkg-plist b/print/ghostscript-afpl/pkg-plist index 710cba7e3dd9..64051a47c178 100644 --- a/print/ghostscript-afpl/pkg-plist +++ b/print/ghostscript-afpl/pkg-plist @@ -214,6 +214,9 @@ bin/wftopfa %%DATADIR%%/%%GS_VERSION%%/doc/Commprod.htm %%DATADIR%%/%%GS_VERSION%%/doc/Copying.htm %%DATADIR%%/%%GS_VERSION%%/doc/DLL.htm +%%DATADIR%%/%%GS_VERSION%%/doc/Deprecated.htm +%%DATADIR%%/%%GS_VERSION%%/doc/Details.htm +%%DATADIR%%/%%GS_VERSION%%/doc/Details8.htm %%DATADIR%%/%%GS_VERSION%%/doc/Develop.htm %%DATADIR%%/%%GS_VERSION%%/doc/Devices.htm %%DATADIR%%/%%GS_VERSION%%/doc/Drivers.htm @@ -226,9 +229,12 @@ bin/wftopfa %%DATADIR%%/%%GS_VERSION%%/doc/History4.htm %%DATADIR%%/%%GS_VERSION%%/doc/History5.htm %%DATADIR%%/%%GS_VERSION%%/doc/History6.htm +%%DATADIR%%/%%GS_VERSION%%/doc/History7.htm +%%DATADIR%%/%%GS_VERSION%%/doc/History8.htm %%DATADIR%%/%%GS_VERSION%%/doc/Htmstyle.htm %%DATADIR%%/%%GS_VERSION%%/doc/Humor.htm %%DATADIR%%/%%GS_VERSION%%/doc/Install.htm +%%DATADIR%%/%%GS_VERSION%%/doc/Issues.htm %%DATADIR%%/%%GS_VERSION%%/doc/Language.htm %%DATADIR%%/%%GS_VERSION%%/doc/Lib.htm %%DATADIR%%/%%GS_VERSION%%/doc/Maintain.htm @@ -245,12 +251,14 @@ bin/wftopfa %%DATADIR%%/%%GS_VERSION%%/doc/Readme.htm %%DATADIR%%/%%GS_VERSION%%/doc/Release.htm %%DATADIR%%/%%GS_VERSION%%/doc/Source.htm +%%DATADIR%%/%%GS_VERSION%%/doc/Testing.htm %%DATADIR%%/%%GS_VERSION%%/doc/Unix-lpr.htm %%DATADIR%%/%%GS_VERSION%%/doc/Use.htm %%DATADIR%%/%%GS_VERSION%%/doc/Xfonts.htm %%DATADIR%%/%%GS_VERSION%%/doc/gs.css %%DATADIR%%/%%GS_VERSION%%/doc/index.html %%DATADIR%%/%%GS_VERSION%%/examples/alphabet.ps +%%DATADIR%%/%%GS_VERSION%%/examples/annots.pdf %%DATADIR%%/%%GS_VERSION%%/examples/chess.ps %%DATADIR%%/%%GS_VERSION%%/examples/colorcir.ps %%DATADIR%%/%%GS_VERSION%%/examples/doretree.ps diff --git a/print/ghostscript-afpl/scripts/configure b/print/ghostscript-afpl/scripts/configure index 34a1f8b598bf..1b6cb2e91802 100644 --- a/print/ghostscript-afpl/scripts/configure +++ b/print/ghostscript-afpl/scripts/configure @@ -75,7 +75,7 @@ else pkm pkmraw pksm pksmraw \ pngmono pnggray png16 png256 png16m pngalpha \ psmono psgray psrgb \ - pswrite epswrite sgirgb sunhmono \ + pswrite ps2write epswrite sgirgb sunhmono \ tiffcrle tiffg3 tiffg32d tiffg4 \ tiff12nc tiff24nc tifflzw tiffpack \ bbox \ @@ -340,6 +340,7 @@ Have fun with this new configuration style ! -andreas \n\n\ "psgray" "PostScript (Level 1) 8-bit gray image" "$status_psgray" \ "psrgb" "PostScript (Level 2) 24-bit color image" "$status_psrgb" \ "pswrite" "PostScript output (like PostScript Distillery)" "$status_pswrite" \ + "ps2write" "PostScript (Level 2) output" "$status_ps2write" \ "epswrite" "EPS output (like PostScript Distillery)" "$status_epswrite" \ "sgirgb" "SGI RGB pixmap format" "$status_sgirgb" \ "sunhmono" "Harlequin variant of 1-bit Sun raster file" "$status_sunhmono" \ |