[Lunar-commits] r24995 - moonbase/trunk/compilers/php5

Jon South striker at lunar-linux.org
Fri Jun 22 23:08:53 CEST 2007


Author: striker
Date: 2007-06-22 23:08:53 +0200 (Fri, 22 Jun 2007)
New Revision: 24995

Modified:
   moonbase/trunk/compilers/php5/DEPENDS
Log:
get your filthy tabs out of my module


Modified: moonbase/trunk/compilers/php5/DEPENDS
===================================================================
--- moonbase/trunk/compilers/php5/DEPENDS	2007-06-22 20:50:17 UTC (rev 24994)
+++ moonbase/trunk/compilers/php5/DEPENDS	2007-06-22 21:08:53 UTC (rev 24995)
@@ -2,109 +2,109 @@
 depends libxml2
 
 optional_depends "lighttpd" \
-		 "--enable-fastcgi" \
-		 "" \
-		 "build FastCGI version also (for LigHTTPD)"
+                 "--enable-fastcgi" \
+                 "" \
+                 "build FastCGI version also (for LigHTTPD)"
 
 optional_depends "aspell" \
-		 "--with-pspell" \
-		 "" \
-		 "for spelling functions"
+                 "--with-pspell" \
+                 "" \
+                 "for spelling functions"
 
 optional_depends "mhash" \
-		 "--with-mhash" \
-		 "" \
-		 "for hash functions support"
+                 "--with-mhash" \
+                 "" \
+                 "for hash functions support"
 
 optional_depends "mcrypt" \
-		 "--with-mcrypt" \
-		 "" \
-		 "for crypto library"
+                 "--with-mcrypt" \
+                 "" \
+                 "for crypto library"
 
 optional_depends "gmp" \
-		 "--with-gmp" \
-		 "" \
-		 "GNU math lib support"
+                 "--with-gmp" \
+                 "" \
+                 "GNU math lib support"
 
 optional_depends "openssl" \
-		 "--with-openssl" \
-		 "" \
-		 "for OpenSSL support"
+                 "--with-openssl" \
+                 "" \
+                 "for OpenSSL support"
 
 optional_depends "gettext" \
-		 "--with-gettext" \
-		 "" \
-		 "for GNU gettext support"
+                 "--with-gettext" \
+                 "" \
+                 "for GNU gettext support"
 
 optional_depends "db" \
-		 "--with-db4" \
-		 "" \
-		 "for Berkeley DB4 support"
+                 "--with-db4" \
+                 "" \
+                 "for Berkeley DB4 support"
 
 optional_depends "gdbm" \
-		 "--with-gdbm" \
-		 "" \
-		 "for GNU dbm support"
+                 "--with-gdbm" \
+                 "" \
+                 "for GNU dbm support"
 
 optional_depends "sqlite" \
-		 "--with-pdo-sqlite=/usr" \
-		 "" \
-		 "for PDO SQLite support"
+                 "--with-pdo-sqlite=/usr" \
+                 "" \
+                 "for PDO SQLite support"
 
 optional_depends "postgresql" \
-		 "--with-pgsql=/usr" \
-		 "" \
-		 "for PostgreSQL support"
+                 "--with-pgsql=/usr" \
+                 "" \
+                 "for PostgreSQL support"
 
 optional_depends "mysql" \
-		 "--with-mysql=/usr --with-mysqli" \
-		 "" \
-		 "for native MySQL support"
+                 "--with-mysql=/usr --with-mysqli" \
+                 "" \
+                 "for native MySQL support"
 
 optional_depends "freetds" \
-		 "--with-sybase=/usr" \
-		 "" \
-		 "for SyBase support"
+                 "--with-sybase=/usr" \
+                 "" \
+                 "for SyBase support"
 
 optional_depends "freetype2" \
-		 "--with-freetype-dir=/usr" \
-		 "" \
-		 "for freetype2 support"
+                 "--with-freetype-dir=/usr" \
+                 "" \
+                 "for freetype2 support"
 
 optional_depends "pdflib" \
-		 "--with-pdflib" \
-		 "" \
-		 "for pdflib support"
+                 "--with-pdflib" \
+                 "" \
+                 "for pdflib support"
 
 optional_depends "gd" \
-		 "--with-gd=/usr \
-		  --enable-gd-native-ttf \
-		  --with-jpeg-dir=/usr \
-		  --with-png-dir=/usr" \
-		 "" \
-		 "for on the fly graphics"
+                 "--with-gd=/usr \
+                  --enable-gd-native-ttf \
+                  --with-jpeg-dir=/usr \
+                  --with-png-dir=/usr" \
+                 "" \
+                 "for on the fly graphics"
 
 optional_depends "curl" \
-		 "--with-curl" \
-		 "" \
-		 "for cURL support"
+                 "--with-curl" \
+                 "" \
+                 "for cURL support"
 
 optional_depends "ming" \
-		 "--with-ming" \
-		 "--without-ming" \
-		 "dynamic FLASH generation"
+                 "--with-ming" \
+                 "--without-ming" \
+                 "dynamic FLASH generation"
 
 optional_depends "expat" \
-		 "--with-expat-dir=/usr" \
-		 "" \
-		 "for expat XML support"
+                 "--with-expat-dir=/usr" \
+                 "" \
+                 "for expat XML support"
 
 optional_depends "libxslt" \
-		 "--with-xsl=/usr" \
-		 "" \
-		 "for DOM XSLT support"
+                 "--with-xsl=/usr" \
+                 "" \
+                 "for DOM XSLT support"
 
 optional_depends "openldap" \
-		 "--with-ldap" \
-		 "" \
-		 "for ldap support"
+                 "--with-ldap" \
+                 "" \
+                 "for ldap support"



More information about the Lunar-commits mailing list