[Lunar-commits] <moonbase> fltk2, dillo2: Added fltk2 2.0.x-r6403. Added dillo-2.0
Terry Chan
tchan at lunar-linux.org
Fri Oct 24 03:33:43 CEST 2008
commit ed78ba379e9ce4529cfdc7383e476747484532b5
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu Oct 23 20:33:43 2008 -0500
fltk2, dillo2: Added fltk2 2.0.x-r6403. Added dillo-2.0
dillo2 is a new module and CONFLICTS with dillo. fltk2 does NOT conflict with
fltk and can co-exist.
---
libs/fltk2/BUILD | 7 +++++++
libs/fltk2/DETAILS | 19 +++++++++++++++++++
web/dillo/CONFLICTS | 1 +
web/dillo2/CONFIGURE | 17 +++++++++++++++++
web/dillo2/CONFLICTS | 1 +
web/dillo2/DEPENDS | 5 +++++
web/dillo2/DETAILS | 19 +++++++++++++++++++
7 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/libs/fltk2/BUILD b/libs/fltk2/BUILD
new file mode 100644
index 0000000..47ad298
--- /dev/null
+++ b/libs/fltk2/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS="$OPTS --enable-shared"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/fltk2/DETAILS b/libs/fltk2/DETAILS
new file mode 100644
index 0000000..8ce5f46
--- /dev/null
+++ b/libs/fltk2/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=fltk2
+ MOD=fltk
+ VERSION=2.0.x-r6403
+ SOURCE=$MOD-$VERSION.tar.bz2
+ SOURCE_URL=http://ftp2.easysw.com/pub/$MOD/snapshots
+ SOURCE_VFY=sha1:02ac7bb40ab78b7db9dc1f39b1c59248189b12e6
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
+ WEB_SITE=http://www.fltk.org
+ ENTERED=20081023
+ UPDATED=20081023
+ MAINTAINER=tchan at lunar-linux.org
+ GARBAGE=off
+ SHORT="fast light graphical toolkit for X11"
+
+cat << EOF
+FLTK (pronounced "fulltick") is a LGPL'd C++ graphical user interface
+toolkit for X (UNIX®), OpenGL, and WIN32 (Microsoft® Windows® 95,
+98, ME, NT 4.0, and 2000).
+EOF
diff --git a/web/dillo/CONFLICTS b/web/dillo/CONFLICTS
new file mode 100644
index 0000000..30c06cd
--- /dev/null
+++ b/web/dillo/CONFLICTS
@@ -0,0 +1 @@
+conflicts dillo2
diff --git a/web/dillo2/CONFIGURE b/web/dillo2/CONFIGURE
new file mode 100644
index 0000000..d1d451c
--- /dev/null
+++ b/web/dillo2/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/dillo2/CONFLICTS b/web/dillo2/CONFLICTS
new file mode 100644
index 0000000..d3044d1
--- /dev/null
+++ b/web/dillo2/CONFLICTS
@@ -0,0 +1 @@
+conflicts dillo
diff --git a/web/dillo2/DEPENDS b/web/dillo2/DEPENDS
new file mode 100644
index 0000000..0478418
--- /dev/null
+++ b/web/dillo2/DEPENDS
@@ -0,0 +1,5 @@
+depends fltk2
+depends jpeg
+depends libpng
+depends openssl
+depends zlib
diff --git a/web/dillo2/DETAILS b/web/dillo2/DETAILS
new file mode 100644
index 0000000..15741e8
--- /dev/null
+++ b/web/dillo2/DETAILS
@@ -0,0 +1,19 @@
+ 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
+ GARBAGE=on
+ 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