[120291] trunk/dports/print/espgs/Portfile

jmr at macports.org jmr at macports.org
Wed May 21 17:08:56 PDT 2014


Revision: 120291
          https://trac.macports.org/changeset/120291
Author:   jmr at macports.org
Date:     2014-05-21 17:08:56 -0700 (Wed, 21 May 2014)
Log Message:
-----------
espgs: this fork was merged with GPL Ghostscript in 2007, marking replaced

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

Modified: trunk/dports/print/espgs/Portfile
===================================================================
--- trunk/dports/print/espgs/Portfile	2014-05-21 23:56:57 UTC (rev 120290)
+++ trunk/dports/print/espgs/Portfile	2014-05-22 00:08:56 UTC (rev 120291)
@@ -2,77 +2,13 @@
 
 PortSystem          1.0
 
+replaced_by         ghostscript
+PortGroup           obsolete 1.0
+
 name                espgs
 version             7.07.1
-revision            7
+revision            8
 categories          print textproc
 license             GPL-2
-platforms           darwin
-maintainers         nomaintainer
-description         Interpreter for PostScript and PDF
-long_description    Easy Software Products now produces maintenance updates \
-                    of GNU Ghostscript under the name ESP Ghostscript. These \
-                    updates incorporate bug fixes to the current GNU version \
-                    of Ghostscript as well as the latest CUPS, GIMP-print, \
-                    and other add-ons to Ghostscript.
 
-homepage            http://www.cups.org/ghostscript.php
-master_sites        sourceforge \
-                    http://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/:fonts \
-                    http://www.ijg.org/files/:jpeg \
-                    sourceforge:libpng:libpng
-distname            ${name}-${version}-source
-set std_fonts       ghostscript-fonts-std-8.11
-set other_fonts     ghostscript-fonts-other-6.0
-set png_src         libpng-1.2.8
-distfiles           ${distname}${extract.suffix} \
-                    ${std_fonts}${extract.suffix}:fonts \
-                    ${other_fonts}${extract.suffix}:fonts \
-                    ${png_src}${extract.suffix}:libpng
-checksums           ${name}-${version}-source${extract.suffix} md5 20dfdc45c3aeb9893b75d41087f828d9 \
-                    ${std_fonts}${extract.suffix} md5 6865682b095f8c4500c54b285ff05ef6 \
-                    ${other_fonts}${extract.suffix} md5 1a643ae62ef166562e4d422b1a601272 \
-                    ${png_src}${extract.suffix} md5 cac1512878fb98f2456df6dc50bc9bc7
-worksrcdir          ${name}-${version}
-
-depends_lib         port:jpeg \
-                    port:libpng \
-                    port:zlib
-
-# Should be depends_extract, but that isn't implemented
-# To understand why doing this, please check official document:
-# http://www.ghostscript.com/doc/AFPL/8.00/Make.htm#Third-party_libraries
-post-extract {
-    system "cd ${workpath}; mv ${png_src} ${worksrcdir}/libpng"
-}
-
-configure.args      --without-gimp-print \
-                    --disable-cups \
-                    --mandir=${prefix}/share/man \
-                    --with-fontpath="${prefix}/share/ghostscript/fonts:/usr/share/ghostscript/fonts"
-
-pre-build {
-    # Ensure the macports include/ directory is added. Don't know why
-    # configure doesn't do this already.
-    set search {CFLAGS=-O2 $(GCFLAGS) $(XCFLAGS) $(ACDEFS)}
-    reinplace "s|${search}|${search} -I${prefix}/include|g" \
-        ${worksrcpath}/Makefile
-}
-
-build.target
-destroot.destdir    prefix=${destroot}${prefix} datadir=${destroot}${prefix}/share
-
-post-destroot {
-    system "mkdir -p ${destroot}${prefix}/share/ghostscript/"
-    system "cd ${workpath} && \
-            tar -cf - fonts | \
-            tar -xf - -C ${destroot}${prefix}/share/ghostscript/"
-}
-
-variant x11 {
-    depends_lib-append      port:xorg-libXext port:xorg-libXt
-    configure.args-append   --with-x
-}
-
-# Their Makefile.in is busted
-configure.cflags-append ${configure.cppflags}
+homepage            http://web.archive.org/web/20081012001631/http://www.cups.org/espgs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140521/3e583b18/attachment-0001.html>


More information about the macports-changes mailing list