[Lunar-commits] <moonbase> dillo2: rename the module dillo.

Florin Braescu florin at lunar-linux.org
Sun Jan 11 13:46:44 CET 2009


commit ef32d08f063ec1a4e6ed636890186ce171f3d87b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 11 14:46:44 2009 +0200

    dillo2: rename the module dillo.
---
 web/dillo/BUILD      |    6 ++++++
 web/dillo/CONFIGURE  |   17 +++++++++++++++++
 web/dillo/DEPENDS    |    5 +++++
 web/dillo/DETAILS    |   16 ++++++++++++++++
 web/dillo2/BUILD     |    5 -----
 web/dillo2/CONFIGURE |   17 -----------------
 web/dillo2/CONFLICTS |    1 -
 web/dillo2/DEPENDS   |    5 -----
 web/dillo2/DETAILS   |   18 ------------------
 9 files changed, 44 insertions(+), 46 deletions(-)

diff --git a/web/dillo/BUILD b/web/dillo/BUILD
new file mode 100644
index 0000000..0e6b6ae
--- /dev/null
+++ b/web/dillo/BUILD
@@ -0,0 +1,6 @@
+(
+
+  default_build  &&
+  gather_docs doc/*
+
+) > $C_FIFO 2>&1
diff --git a/web/dillo/CONFIGURE b/web/dillo/CONFIGURE
new file mode 100644
index 0000000..d1d451c
--- /dev/null
+++ b/web/dillo/CONFIGURE
@@ -0,0 +1,17 @@
+if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
+
+  if  query  "Enable cookie support?" y;  then
+    OPTS="$OPTS --enable-cookies"
+  else
+    OPTS="$OPTS --disable-cookies"
+  fi
+  if  query  "Enable IPv6 support?" n;  then
+    OPTS="$OPTS --enable-ipv6"
+  else
+    OPTS="$OPTS --disable-ipv6"
+  fi                                                                                                                                
+
+  echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG
+  echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
+
+fi
diff --git a/web/dillo/DEPENDS b/web/dillo/DEPENDS
new file mode 100644
index 0000000..0478418
--- /dev/null
+++ b/web/dillo/DEPENDS
@@ -0,0 +1,5 @@
+depends  fltk2
+depends  jpeg
+depends  libpng
+depends  openssl
+depends  zlib
diff --git a/web/dillo/DETAILS b/web/dillo/DETAILS
new file mode 100644
index 0000000..0b575bf
--- /dev/null
+++ b/web/dillo/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=dillo
+         VERSION=2.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.dillo.org/download
+      SOURCE_VFY=sha1:9bde7eab5c835e13508d63a190a8bcec4e94553a
+        WEB_SITE=http://www.dillo.org
+         ENTERED=20010922
+         UPDATED=20081023
+           SHORT="A very fast, extremely small web browser"
+
+cat << EOF
+Dillo is a very fast, extremely small Web browser that's completely
+written in C. The source and binary are less than 300 kilobytes each. It
+is a graphical browser built upon GTK+, and it renders a good subset of
+HTML, excluding frames, JavaScript, and JVM support.
+EOF
diff --git a/web/dillo2/BUILD b/web/dillo2/BUILD
deleted file mode 100644
index 699db4c..0000000
--- a/web/dillo2/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-(
-  default_build &&
-  gather_docs doc/*
-
-) > $C_FIFO 2>&1
diff --git a/web/dillo2/CONFIGURE b/web/dillo2/CONFIGURE
deleted file mode 100644
index d1d451c..0000000
--- a/web/dillo2/CONFIGURE
+++ /dev/null
@@ -1,17 +0,0 @@
-if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
-
-  if  query  "Enable cookie support?" y;  then
-    OPTS="$OPTS --enable-cookies"
-  else
-    OPTS="$OPTS --disable-cookies"
-  fi
-  if  query  "Enable IPv6 support?" n;  then
-    OPTS="$OPTS --enable-ipv6"
-  else
-    OPTS="$OPTS --disable-ipv6"
-  fi                                                                                                                                
-
-  echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG
-  echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
-
-fi
diff --git a/web/dillo2/CONFLICTS b/web/dillo2/CONFLICTS
deleted file mode 100644
index d3044d1..0000000
--- a/web/dillo2/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts dillo
diff --git a/web/dillo2/DEPENDS b/web/dillo2/DEPENDS
deleted file mode 100644
index 0478418..0000000
--- a/web/dillo2/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends  fltk2
-depends  jpeg
-depends  libpng
-depends  openssl
-depends  zlib
diff --git a/web/dillo2/DETAILS b/web/dillo2/DETAILS
deleted file mode 100644
index b08e763..0000000
--- a/web/dillo2/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=dillo2
-             MOD=dillo
-         VERSION=2.0
-          SOURCE=$MOD-$VERSION.tar.bz2
-      SOURCE_URL=http://www.dillo.org/download/
-      SOURCE_VFY=sha1:9bde7eab5c835e13508d63a190a8bcec4e94553a
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
-        WEB_SITE=http://www.dillo.org/
-         ENTERED=20010922
-         UPDATED=20081023
-           SHORT="very fast, extremely small web browser."
-cat << EOF
-Dillo is a very fast, extremely small Web browser that's completely
-written in C. The source and binary are less than 300 kilobytes each. It
-is a graphical browser built upon GTK+, and it renders a good subset of
-HTML, excluding frames, JavaScript, and JVM support.
-EOF
-


More information about the Lunar-commits mailing list