Skip to content

Commit

Permalink
dillo: readded and cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 24, 2012
1 parent 02d4900 commit d9b068e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/dillo/BUILD
@@ -0,0 +1,6 @@
(

default_build &&
gather_docs doc/*

) > $C_FIFO 2>&1
2 changes: 2 additions & 0 deletions 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"
5 changes: 5 additions & 0 deletions 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}"
16 changes: 16 additions & 0 deletions 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

0 comments on commit d9b068e

Please sign in to comment.