[Lunar-commits] <moonbase> links: small formatting tweaks

Duncan Gibson engelsman at lunar-linux.org
Sat Nov 27 15:14:30 CET 2010


commit f7acb8e8030dc5bb3a3cf709709b76536417e3e1
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sat Nov 27 15:14:30 2010 +0100

    links: small formatting tweaks
    
    removed TABS from CONFIGURE
    reformatted DEPENDS to make optional depends clearer
---
 web/links/CONFIGURE |    8 +++---
 web/links/DEPENDS   |   57 +++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 50 insertions(+), 15 deletions(-)

diff --git a/web/links/CONFIGURE b/web/links/CONFIGURE
index 855544a..e0186ec 100644
--- a/web/links/CONFIGURE
+++ b/web/links/CONFIGURE
@@ -1,14 +1,14 @@
 mquery GRAPHICS    "enable graphics mode? (you have to use libpng later)" \
                    n                                                      \
-		   "--enable-graphics"                                    \
-		   "--disable-graphics"
+                   "--enable-graphics"                                    \
+                   "--disable-graphics"
 
 if [ "`get_module_config GRAPHICS`" = "y" ]; then
 
 mquery FB_GRAPHICS "with Framebuffer graphics mode?" \
                    n                                 \
-		   "--with-fb"                       \
-		   "--without-fb"
+                   "--with-fb"                       \
+                   "--without-fb"
 
 fi
 
diff --git a/web/links/DEPENDS b/web/links/DEPENDS
index ed270bd..2e1857a 100644
--- a/web/links/DEPENDS
+++ b/web/links/DEPENDS
@@ -1,12 +1,47 @@
-depends  ncurses
-
-optional_depends  libpng   "--enable-graphics" "--disable-graphics" "for graphics mode (needed for Framebuffer, SVGA, X and DirectFB)"
-optional_depends  svgalib  "--with-svgalib"    "--without-svgalib"  "for SVGA graphics mode"
-optional_depends  DirectFB "--with-directfb"   "--without-directfb" "for DirectFB graphics mode"
-optional_depends  tiff     "--with-libtiff"    "--without-libtiff"  "to display tiff images in graphics mode"
-optional_depends  %JPEG    "--with-libjpeg"    "--without-libjpeg"  "to display jpeg images in graphics mode"
-optional_depends  gpm      "--with-gpm"        "--without-gpm"      "for gpm mouse support (needed for Framebuffer graphics mode)"
-optional_depends  openssl  "--with-ssl"        "--without-ssl"      "for encryption (HTTPS)"
-optional_depends  bzip2    "--with-bzip2"      "--without-bzip2"    "to speed up webpages using bzip2 compression"
-optional_depends  zlib     "--with-zlib"       "--without-zlib"     "to speed up webpages using zlib compression"
+depends ncurses
+
+optional_depends libpng                 \
+                 "--enable-graphics"    \
+                 "--disable-graphics"   \
+                 "for graphics mode (needed for Framebuffer, SVGA, X and DirectFB)"
+
+optional_depends svgalib                \
+                 "--with-svgalib"       \
+                 "--without-svgalib"    \
+                 "for SVGA graphics mode"
+
+optional_depends DirectFB               \
+                 "--with-directfb"      \
+                 "--without-directfb"   \
+                 "for DirectFB graphics mode"
+
+optional_depends tiff                   \
+                 "--with-libtiff"       \
+                 "--without-libtiff"    \
+                 "to display tiff images in graphics mode"
+
+optional_depends %JPEG                  \
+                 "--with-libjpeg"       \
+                 "--without-libjpeg"    \
+                 "to display jpeg images in graphics mode"
+
+optional_depends gpm                    \
+                 "--with-gpm"           \
+                 "--without-gpm"        \
+                 "for gpm mouse support (needed for Framebuffer graphics mode)"
+
+optional_depends openssl                \
+                 "--with-ssl"           \
+                 "--without-ssl"        \
+                 "for encryption (HTTPS)"
+
+optional_depends bzip2                  \
+                 "--with-bzip2"         \
+                 "--without-bzip2"      \
+                 "to speed up webpages using bzip2 compression"
+
+optional_depends zlib                   \
+                 "--with-zlib"          \
+                 "--without-zlib"       \
+                 "to speed up webpages using zlib compression"
 


More information about the Lunar-commits mailing list