This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] ghostscript/ghostscript-base/ghostscript-x11: An interpreter for the PostScript language and for PDF


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]