[71113] trunk/dports/print/ghostscript

takanori at macports.org takanori at macports.org
Wed Sep 1 10:59:48 PDT 2010


Revision: 71113
          http://trac.macports.org/changeset/71113
Author:   takanori at macports.org
Date:     2010-09-01 10:59:47 -0700 (Wed, 01 Sep 2010)
Log Message:
-----------
ghostscript:
 - Add a dependency on libidn.
 - Remove a dependency on cairo. (devcairo has been removed in gs9)
 - Install some additional documents.

Modified Paths:
--------------
    trunk/dports/print/ghostscript/Portfile

Added Paths:
-----------
    trunk/dports/print/ghostscript/files/patch-base_unixinst.mak.diff

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2010-09-01 17:52:30 UTC (rev 71112)
+++ trunk/dports/print/ghostscript/Portfile	2010-09-01 17:59:47 UTC (rev 71113)
@@ -6,6 +6,7 @@
 name            ghostscript
 version         9.00
 set version_sub rc1
+revision        1
 categories      print
 maintainers     takanori openmaintainer
 description     GPL Ghostscript, An interpreter for PostScript and PDF
@@ -24,7 +25,8 @@
                 mappingresources4pdf_2unicode-20091208.tar.Z:misc \
                 mappingresources4pdf_other-20091208.tar.Z:misc
 patchfiles      patch-base_unix-dll.mak.diff \
-                patch-base_stdpre.h.diff
+                patch-base_stdpre.h.diff \
+                patch-base_unixinst.mak.diff
 checksums       ${distname}${version_sub}.tar.gz rmd160 5ed89f680b7f5faa2b5fe207a87ee62a41a79581 \
                 ghostscript-fonts-other-6.0.tar.gz rmd160 ab60dbf71e7d91283a106c3df381cadfe173082f \
                 mappingresources4pdf_2unicode-20091208.tar.Z rmd160 bc1b86e6a5f0e022f88070195eb3e01e167114a7 \
@@ -32,11 +34,11 @@
 
 depends_lib     port:xorg-libXext \
                 port:xorg-libXt \
-                path:lib/pkgconfig/cairo.pc:cairo \
                 port:expat \
                 port:fontconfig \
                 port:jpeg \
                 port:libiconv \
+                port:libidn \
                 port:libpaper \
                 port:libpng \
                 port:tiff \

Added: trunk/dports/print/ghostscript/files/patch-base_unixinst.mak.diff
===================================================================
--- trunk/dports/print/ghostscript/files/patch-base_unixinst.mak.diff	                        (rev 0)
+++ trunk/dports/print/ghostscript/files/patch-base_unixinst.mak.diff	2010-09-01 17:59:47 UTC (rev 71113)
@@ -0,0 +1,20 @@
+--- base/unixinst.mak.orig	2010-08-01 00:04:24.000000000 +0900
++++ base/unixinst.mak	2010-09-02 02:18:32.000000000 +0900
+@@ -127,13 +127,13 @@
+ 	   C-style.htm Changes.htm Commprod.htm Copying.htm \
+ 	   Current.htm Deprecated.htm \
+ 	   DLL.htm Deprecated.htm Develop.htm Devices.htm Drivers.htm \
+-	   Fonts.htm Helpers.htm Hershey.htm \
++	   Fonts.htm GS9_Color_Management.pdf Helpers.htm Hershey.htm \
+ 	   History1.htm History2.htm History3.htm History4.htm \
+-	   History5.htm History6.htm History7.htm History8.htm \
+-	   Details.htm Details8.htm \
++	   History5.htm History6.htm History7.htm History8.htm History9.htm \
++	   Details.htm Details8.htm Details9.htm \
+ 	   Htmstyle.htm Humor.htm Issues.htm Install.htm Language.htm \
+ 	   Lib.htm Maintain.htm Make.htm New-user.htm \
+-	   News.htm Projects.htm Ps-style.htm Ps2epsi.htm Ps2pdf.htm \
++	   News.htm Projects.htm Ps-style.htm Ps2epsi.htm Ps2pdf.htm Ps2ps2.htm \
+ 	   Psfiles.htm Public.htm Readme.htm Release.htm \
+ 	   Source.htm Testing.htm Unix-lpr.htm \
+ 	   Use.htm Xfonts.htm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100901/770437d2/attachment.html>


More information about the macports-changes mailing list