[Lunar-commits] <moonbase> espgs: remove it from moonbase. It was unified with the ghostscript source.

Florin Braescu florin at lunar-linux.org
Thu Aug 21 12:32:38 CEST 2008


commit 39f222b18c00e58a03d293fcf9539a0fd680ad80
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Aug 21 13:32:38 2008 +0300

    espgs: remove it from moonbase. It was unified with the ghostscript source.
    
    Fix the aliases file and the DEPENDS file for depending modules.
---
 aliases                        |    1 -
 doc-tools/doxygen/DEPENDS      |    2 +-
 doc-tools/texmaker/DEPENDS     |    8 ++++----
 gnome2/desktop/evince/DEPENDS  |    2 +-
 graphics/graphviz/DEPENDS      |   16 ++++++++--------
 kde3/base/kdegraphics3/DEPENDS |    2 +-
 kde4/base/kdegraphics4/DEPENDS |   14 +++++++-------
 libs/libspectre/DEPENDS        |    2 +-
 mail/claws_pdf_viewer/DEPENDS  |    4 ++--
 printer/espgs/BUILD            |   20 --------------------
 printer/espgs/CONFLICTS        |    1 -
 printer/espgs/DEPENDS          |    8 --------
 printer/espgs/DETAILS          |   16 ----------------
 printer/espgs/POST_INSTALL     |    5 -----
 printer/gutenprint/DEPENDS     |    2 +-
 printer/hylafax/DEPENDS        |    2 +-
 printer/psutils/DEPENDS        |    2 +-
 qt-apps/scribus/DEPENDS        |    4 ++--
 18 files changed, 30 insertions(+), 81 deletions(-)

diff --git a/aliases b/aliases
index 73001a1..48d5805 100644
--- a/aliases
+++ b/aliases
@@ -1,6 +1,5 @@
 %APACHE:apache2 apache apache-mod_ssl
 %GECKO_RENDERER:firefox thunderbird seamonkey firefox2
-%GHOSTSCRIPT:espgs ghostscript
 %GLUT:freeglut glut
 %JAVA_SDK:sun-jdk j2sdk sun-jre
 %LISP:clisp gcl
diff --git a/doc-tools/doxygen/DEPENDS b/doc-tools/doxygen/DEPENDS
index 208b401..f1fe018 100644
--- a/doc-tools/doxygen/DEPENDS
+++ b/doc-tools/doxygen/DEPENDS
@@ -1,5 +1,5 @@
 depends  sed
-depends  %GHOSTSCRIPT
+depends  ghostscript
 depends  teTeX
 
 optional_depends "Python"   ""                  "" "Build the doc files     "
diff --git a/doc-tools/texmaker/DEPENDS b/doc-tools/texmaker/DEPENDS
index ada6a10..948df48 100644
--- a/doc-tools/texmaker/DEPENDS
+++ b/doc-tools/texmaker/DEPENDS
@@ -3,9 +3,9 @@ depends  qt4
 # strictly speaking, the packages below are not required for building and are
 # only needed by texmaker at run-time, so are they optional_depends or not?
 
-optional_depends  teTeX         ""  ""  "for TeX document processing"
-optional_depends  %GHOSTSCRIPT  ""  ""  "for conversion to HTML"
-optional_depends  aspell        ""  ""  "for spell checking documents"
+optional_depends  teTeX        ""  ""  "for TeX document processing"
+optional_depends  ghostscript  ""  ""  "for conversion to HTML"
+optional_depends  aspell       ""  ""  "for spell checking documents"
 
 # lin barfs here if poppler is installed, because it conflicts with xpdf
-# optional_depends  xpdf          ""  ""  "for viewing generated PDF files"
+# optional_depends  xpdf       ""  ""  "for viewing generated PDF files"
diff --git a/gnome2/desktop/evince/DEPENDS b/gnome2/desktop/evince/DEPENDS
index c6e768c..93e822f 100644
--- a/gnome2/desktop/evince/DEPENDS
+++ b/gnome2/desktop/evince/DEPENDS
@@ -4,7 +4,7 @@ depends  gnome-vfs
 depends  gnome-keyring
 depends  gnome-doc-utils
 
-optional_depends  "%GHOSTSCRIPT"  ""  "--disable-ps" \
+optional_depends  "ghostscript"  ""  "--disable-ps" \
                   "Compile with PostScript support"
 
 optional_depends  "libgnomeui"  ""  "--without-libgnome" \
diff --git a/graphics/graphviz/DEPENDS b/graphics/graphviz/DEPENDS
index bc77c7d..52c4ee9 100644
--- a/graphics/graphviz/DEPENDS
+++ b/graphics/graphviz/DEPENDS
@@ -6,16 +6,16 @@ depends gd
 depends gettext
 depends glib-2
 depends pkgconfig
-depends %GHOSTSCRIPT
+depends ghostscript
 
-optional_depends "cairo" "" "" "For 2D vector graphics library"
-optional_depends "pango" "" "" "For text layout/rendering library"
+optional_depends "cairo"     "" "" "For 2D vector graphics library"
+optional_depends "pango"     "" "" "For text layout/rendering library"
 optional_depends "urw-fonts" "" "" "Extra fonts for XOrg X11"
-optional_depends "zlib" "" "" "For data compression library"
-optional_depends "tk" "" "" "For building extra tcl/tk tools"
-optional_depends "ocaml" "" "--disable-ocaml" "ocaml support"
-optional_depends "swig"  "" "--disable-swig"  "swig support"
-optional_depends "lua"   "" "--disable-lua"   "lua support"
+optional_depends "zlib"      "" "" "For data compression library"
+optional_depends "tk"        "" "" "For building extra tcl/tk tools"
+optional_depends "ocaml"     "" "--disable-ocaml" "ocaml support"
+optional_depends "swig"      "" "--disable-swig"  "swig support"
+optional_depends "lua"       "" "--disable-lua"   "lua support"
 
 # Adding this for now as current moonbase versions cause it to tank,
 # so for now just say no.
diff --git a/kde3/base/kdegraphics3/DEPENDS b/kde3/base/kdegraphics3/DEPENDS
index a74b544..9e30703 100644
--- a/kde3/base/kdegraphics3/DEPENDS
+++ b/kde3/base/kdegraphics3/DEPENDS
@@ -2,7 +2,7 @@ depends  kdelibs3
 
 optional_depends  "fribidi"        ""  ""  "bidirectional writing support"
 optional_depends  "teTeX"          ""  ""  "dvi support"
-optional_depends  "%GHOSTSCRIPT"   ""  ""  "ps and pdf support"
+optional_depends  "ghostscript"    ""  ""  "ps and pdf support"
 optional_depends  "sane-backends"  ""  ""  "scanning support"
 optional_depends  "gphoto2"        ""  ""  "enable the digital cameras usage"
 optional_depends  "gocr"           ""  ""  "enable optical character recognition"
diff --git a/kde4/base/kdegraphics4/DEPENDS b/kde4/base/kdegraphics4/DEPENDS
index 78b66a7..a57bcbd 100644
--- a/kde4/base/kdegraphics4/DEPENDS
+++ b/kde4/base/kdegraphics4/DEPENDS
@@ -1,9 +1,9 @@
 depends kdebase4
 
-optional_depends djvulibre     "" ""   "for document support"
-optional_depends chmlib        "" ""   "for different help file format support"
-optional_depends "%GHOSTSCRIPT" "" ""  "for pdf support"
-optional_depends sane-backends "" ""   "for scanner suport"
-optional_depends exiv2         "" ""   "for image metadata support"
-optional_depends poppler       "" ""   "for PDF rendering support"
-optional_depends libgphoto2    "" ""   "for digital camera support"
+optional_depends djvulibre     "" ""  "for document support"
+optional_depends chmlib        "" ""  "for different help file format support"
+optional_depends "ghostscript" "" ""  "for pdf support"
+optional_depends sane-backends "" ""  "for scanner suport"
+optional_depends exiv2         "" ""  "for image metadata support"
+optional_depends poppler       "" ""  "for PDF rendering support"
+optional_depends libgphoto2    "" ""  "for digital camera support"
diff --git a/libs/libspectre/DEPENDS b/libs/libspectre/DEPENDS
index b793738..70163ba 100644
--- a/libs/libspectre/DEPENDS
+++ b/libs/libspectre/DEPENDS
@@ -1,2 +1,2 @@
 depends cairo
-depends %GHOSTSCRIPT
+depends ghostscript
diff --git a/mail/claws_pdf_viewer/DEPENDS b/mail/claws_pdf_viewer/DEPENDS
index 5beb913..c2bea26 100644
--- a/mail/claws_pdf_viewer/DEPENDS
+++ b/mail/claws_pdf_viewer/DEPENDS
@@ -1,3 +1,3 @@
-depends poppler &&
-depends %GHOSTSCRIPT &&
+depends poppler
+depends ghostscript
 depends claws-mail
diff --git a/printer/espgs/BUILD b/printer/espgs/BUILD
deleted file mode 100644
index b563533..0000000
--- a/printer/espgs/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-
-   OPTS="$OPTS --without-omni"  &&
-
-   sedit "s:\$(XCFLAGS):\$(XCFLAGS) \$(ACDEFS):" src/unix-dll.mak  &&
-
-   if ! module_installed gtk+; then
-    sedit "s:\$(GSSOC) \$(GSSOX):\$(GSSOC):" src/unix-dll.mak
-    sedit "s:\$(INSTALL_PROGRAM) \$(GSSOX) \$(install_prefix)\$(bindir)/\$(GSSOX_XENAME)::" src/unix-dll.mak
-   fi  &&
-
-   default_config   &&
-   sedit "s:CFLAGS_STANDARD=:CFLAGS_STANDARD= -fPIC:" Makefile &&
-   make so          &&
-   make             &&
-   prepare_install  &&
-   make soinstall   &&
-   make install
-
-) > $C_FIFO 2>&1
diff --git a/printer/espgs/CONFLICTS b/printer/espgs/CONFLICTS
deleted file mode 100644
index 192964f..0000000
--- a/printer/espgs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts ghostscript
diff --git a/printer/espgs/DEPENDS b/printer/espgs/DEPENDS
deleted file mode 100644
index 8374831..0000000
--- a/printer/espgs/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends  ghostscript-fonts-std  &&
-
-optional_depends  "openssl"                  ""  ""  "for ssl support"    &&
-optional_depends  "jpeg"                     ""  ""  "for JPG output"     &&
-optional_depends  "libpng"                   ""  ""  "for PNG output"     &&
-optional_depends  "%X"                       ""  ""  "for X11 output"     &&
-optional_depends  "gtk+"                     ""  ""  "for gtk interface"  &&
-optional_depends  "ghostscript-fonts-other"  ""  ""  "for additional fonts"
diff --git a/printer/espgs/DETAILS b/printer/espgs/DETAILS
deleted file mode 100644
index 6efc33e..0000000
--- a/printer/espgs/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=espgs
-         VERSION=8.15.4
-          SOURCE=$MODULE-$VERSION-source.tar.bz2
-      SOURCE_URL=http://ftp.easysw.com/pub/ghostscript/$VERSION
-      SOURCE_VFY=sha1:dc3b66675b988f35185e4772bfad0bcad66a7b00
-        WEB_SITE=http://www.cups.org/
-         ENTERED=20030204
-         UPDATED=20070314
-           PSAFE=no
-           SHORT="A fork of Ghostscript that provides CUPS output support"
-
-cat << EOF
-ESPgs is Easy Software Production's fork of Ghostscript that provides 
-support for CUPS as an output device. It is necessary for raster 
-printers in CUPS.
-EOF
diff --git a/printer/espgs/POST_INSTALL b/printer/espgs/POST_INSTALL
deleted file mode 100644
index 83b23de..0000000
--- a/printer/espgs/POST_INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-if module_installed cups; then
-   sedit "s,#application/vnd.cups-postscript,application/vnd.cups-postscript," /etc/cups/mime.convs
-fi;
-
-ln -sf /usr/bin/gsc /usr/bin/gs
diff --git a/printer/gutenprint/DEPENDS b/printer/gutenprint/DEPENDS
index 7a98637..5048e11 100644
--- a/printer/gutenprint/DEPENDS
+++ b/printer/gutenprint/DEPENDS
@@ -15,7 +15,7 @@ optional_depends "cups" \
                  "--without-cups" \
                  "to build CUPS drivers"
 
-optional_depends "%GHOSTSCRIPT" \
+optional_depends "ghostscript" \
                  "--with-ghostscript" \
                  "--without-ghostscript" \
                  "to build Ghostscript driver"
diff --git a/printer/hylafax/DEPENDS b/printer/hylafax/DEPENDS
index 231e0fc..0266aac 100644
--- a/printer/hylafax/DEPENDS
+++ b/printer/hylafax/DEPENDS
@@ -1,7 +1,7 @@
 depends zlib
 depends jbigkit
 depends tiff
-depends %GHOSTSCRIPT
+depends ghostscript
 
 optional_depends Linux-PAM "" "--disable-pam" "for PAM support"
 optional_depends %MTA      "" ""              "for mail support"
diff --git a/printer/psutils/DEPENDS b/printer/psutils/DEPENDS
index 8b9e983..c1ec933 100644
--- a/printer/psutils/DEPENDS
+++ b/printer/psutils/DEPENDS
@@ -1 +1 @@
-depends  %GHOSTSCRIPT
+depends  ghostscript
diff --git a/qt-apps/scribus/DEPENDS b/qt-apps/scribus/DEPENDS
index 900538b..7065945 100644
--- a/qt-apps/scribus/DEPENDS
+++ b/qt-apps/scribus/DEPENDS
@@ -2,5 +2,5 @@ depends  qt3
 depends  libart_lgpl
 depends  freetype2
 
-optional_depends  "%GHOSTSCRIPT"  ""                ""  "for use of eps images"
-optional_depends  "cairo"         "--enable-cairo"  ""  "use of vector graphics"
+optional_depends  "ghostscript"  ""                ""  "for use of eps images"
+optional_depends  "cairo"        "--enable-cairo"  ""  "use of vector graphics"


More information about the Lunar-commits mailing list