Hi I would like to adopt and maintain the 'ghostscript/ghostscript-base/ghostscript-x11' packages from James R. Phillips.
Here are the setup.hint files: ------------------------------------------------------------------------------------------- ./ghostscript-base/setup.hint sdesc: "An interpreter for the PostScript language and for PDF" ldesc: "GNU Ghostscript is Postscript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also render PS files into a number of graphics file formats." category: Graphics requires: cygwin bash coreutils gawk ghostscript-fonts-other ghostscript-fonts-std perl sed which external-source: ghostscript ------------------------------------------------------------------------------------------- ./ghostscript-x11/setup.hint sdesc: "An interpreter for the PostScript language and for PDF - (X11 version)" ldesc: "GNU Ghostscript is Postscript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also render PS files into a number of graphics file formats." category: Graphics requires: cygwin ghostscript-base libfontconfig1 libiconv2 libpng12 xorg-x11-bin-dlls external-source: ghostscript ------------------------------------------------------------------------------------------- ./setup.hint sdesc: "An interpreter for the PostScript language and for PDF" ldesc: "GNU Ghostscript is Postscript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also render PS files into a number of graphics file formats." category: Graphics requires: cygwin ghostscript-base libfontconfig1 libiconv2 libpng12 zlib For downloading ------------------------------------ cut here ------------------------------------ #!/bin/bash mkdir -p ghostscript/ghostscript-base ghostscript/ghostscript-x11 cd ghostscript wget http://volkerzell.de/cygwin/ITP/ghostscript/setup.hint wget http://volkerzell.de/cygwin/ITP/ghostscript/ghostscript-8.62-1-src.tar.bz2 wget http://volkerzell.de/cygwin/ITP/ghostscript/ghostscript-8.62-1.tar.bz2 cd ghostscript-base wget http://volkerzell.de/cygwin/ITP/ghostscript/ghostscript-base/setup.hint wget http://volkerzell.de/cygwin/ITP/ghostscript/ghostscript-base/ghostscript-base-8.62-1.tar.bz2 cd ../ghostscript-x11 wget http://volkerzell.de/cygwin/ITP/ghostscript/ghostscript-x11/setup.hint wget http://volkerzell.de/cygwin/ITP/ghostscript/ghostscript-x11/ghostscript-x11-8.62-1.tar.bz2 ------------------------------------ cut here ------------------------------------ Ciao Volker
