[Lunar-commits] <moonbase-other> dillo: readded and cleaned
v4hn
me at v4hn.de
Tue Jul 24 20:18:03 CEST 2012
commit d9b068e55f478b0fe3d164a213c3b9d9e8f5ac17
Author: v4hn <me at v4hn.de>
Date: Tue, 24 Jul 2012 11:18:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d9b068e55f478b0fe3d164a213c3b9d9e8f5ac17
dillo: readded and cleaned
---
web/dillo/BUILD +6/-0
web/dillo/CONFIGURE +2/-0
web/dillo/DEPENDS +5/-0
web/dillo/DETAILS +16/-0
4 files changed, 29 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/web/dillo/BUILD
@@ -0,0 +1,6 @@
+(
+
+ default_build &&
+ gather_docs doc/*
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/web/dillo/CONFIGURE
@@ -0,0 +1,2 @@
+mquery ENABLE_COOKIES "Enable cookie support?" y "--enable-cookies" "--disable-cookies"
+mquery ENABLE_IPV6 "Enable IPv6 support?" n "--enable-ipv6" "--disable-ipv6"
--- /dev/null
+++ b/web/dillo/DEPENDS
@@ -0,0 +1,5 @@
+depends fltk
+depends %JPEG
+depends libpng
+depends zlib
+optional_depends openssl "--enable-ssl" "--disable-ssl" "Enable SSL support? ${PROBLEM_COLOR}(This is ALPHA code and does not implement security!)${QUERY_COLOR}"
--- /dev/null
+++ b/web/dillo/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=dillo
+ VERSION=3.0.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.dillo.org/download
+ SOURCE_VFY=sha1:1d1258ee7d18c8ca0eabaf100f2f611c6be03f87
+ WEB_SITE=http://www.dillo.org
+ ENTERED=20010922
+ UPDATED=20111206
+ 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 renders a good subset of HTML, excluding frames, JavaScript, and JVM
+support.
+EOF
More information about the Lunar-commits
mailing list