Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (97a417c6d16b851872e912c6824d7236a66f61df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (97a417c6d16b851872e912c6824d7236a66f61df)
  • Date: Sun, 9 Dec 2007 04:29:41 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 4 ++++
http/midori/DEPENDS | 4 ++++
http/midori/DETAILS | 21 +++++++++++++++++++++
http/midori/HISTORY | 3 +++
http/webkitgtk/BUILD | 10 ++++++++++
http/webkitgtk/DEPENDS | 13 +++++++++++++
http/webkitgtk/DETAILS | 17 +++++++++++++++++
http/webkitgtk/HISTORY | 3 +++
http/webkitgtk/INSTALL | 2 ++
9 files changed, 77 insertions(+)

New commits:
commit 97a417c6d16b851872e912c6824d7236a66f61df
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

midori: Web browser based on webkitgtk

commit 4b66cac6b8ae467f20ca5412e1e6de14cd785ba9
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

webkitgtk: New spell. Opensource web browser engine.

diff --git a/ChangeLog b/ChangeLog
index 4793df7..2b54111 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-09 George Sherwood <george AT beernabeer.com>
+ * http/webkitgtk: New spell, web browser engine
+ * http/midori: New spell, broswer based in webkitgtk
+
2007-12-09 Vlad Glagolev <stealth AT sourcemage.org>
* graphics-libs/ilmbase: new spell, high dynamic-range (HDR)
image file format library and tools
diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
new file mode 100755
index 0000000..9c79e8d
--- /dev/null
+++ b/http/midori/DEPENDS
@@ -0,0 +1,4 @@
+depends gtk+2 &&
+depends webkitgtk &&
+depends libsexy &&
+depends libxml2
diff --git a/http/midori/DETAILS b/http/midori/DETAILS
new file mode 100755
index 0000000..7c7160c
--- /dev/null
+++ b/http/midori/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=midori
+ VERSION=0.0.13
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://software.twotoasts.de/media/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:0c437548eba8f2d6679dd7672179e0aac9eabcd3fef95648ee8f492b13664b75cf032fabf5cd38fb23031ce369196561201ca19a9bf6c9ec8c1cf13548c39624
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://software.twotoasts.de/?page=midori";
+ LICENSE[0]=GPL
+ ENTERED=20071209
+ SHORT="Midori is a lightweight web browser."
+cat << EOF
+Midori is a lightweight web browser.
+* Full integration with GTK+2.
+* Fast rendering with WebKit.
+* Tabs, windows and session management.
+* Bookmarks are stored with XBEL.
+* Searchbox based on OpenSearch.
+* Custom context menu actions.
+* Userscripts and user styles support.
+* Extensible via Lua scripts.
+EOF
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
new file mode 100644
index 0000000..0d316eb
--- /dev/null
+++ b/http/midori/HISTORY
@@ -0,0 +1,3 @@
+2007-12-09 George Sherwood <george AT beernabeer.com>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/http/webkitgtk/BUILD b/http/webkitgtk/BUILD
new file mode 100755
index 0000000..c3b369d
--- /dev/null
+++ b/http/webkitgtk/BUILD
@@ -0,0 +1,10 @@
+PREFIX=/usr &&
+PATH=$PREFIX/bin/qt4:$PATH &&
+QMAKE_CFLAGS_RELEASE=$CFLAGS &&
+QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS &&
+QMAKE_LFLAGS_RELEASE=$LDFLAGS &&
+cd $SOURCE_DIRECTORY &&
+./WebKitTools/Scripts/build-webkit \
+ --qmakearg=WEBKIT_INC_DIR=$PREFIX/include/WebKit \
+ --qmakearg=WEBKIT_LIB_DIR=$PREFIX/lib --gtk
+
diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
new file mode 100755
index 0000000..58ae641
--- /dev/null
+++ b/http/webkitgtk/DEPENDS
@@ -0,0 +1,13 @@
+depends g++ &&
+depends gtk+2 &&
+depends qt4 &&
+depends icu &&
+depends gperf &&
+depends libpng &&
+depends curl &&
+depends jpeg &&
+depends bison &&
+depends flex &&
+depends sqlite &&
+depends libxslt
+
diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
new file mode 100755
index 0000000..0ee12e7
--- /dev/null
+++ b/http/webkitgtk/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=webkitgtk
+ VERSION=r28565
+ SOURCE="WebKit-$VERSION.tar.bz2"
+ SOURCE_URL[0]=http://nightly.webkit.org/files/trunk/src/${SOURCE}
+
SOURCE_HASH=sha512:da32cfb570cc19ee93e73754a3508020dc831fa4cd17d2eaca5e666b2f7129d3b8759d6d23891e7f184dafa15a533b04ece66dd5c95ef03fe910a70741a0b344
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/WebKit-$VERSION"
+ WEB_SITE=http://webkit.org/
+ LICENSE[0]=GPL
+ ENTERED=20071208
+ SHORT="an open source web browser engine."
+cat << EOF
+WebKit is an open source web browser engine. WebKit is also the name of
+the Mac OS X system framework version of the engine that's used by
+Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
+and JavaScript code began as a branch of the KHTML and KJS libraries
+from KDE.
+EOF
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
new file mode 100644
index 0000000..8038540
--- /dev/null
+++ b/http/webkitgtk/HISTORY
@@ -0,0 +1,3 @@
+2007-12-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created
+
diff --git a/http/webkitgtk/INSTALL b/http/webkitgtk/INSTALL
new file mode 100755
index 0000000..ffd4b18
--- /dev/null
+++ b/http/webkitgtk/INSTALL
@@ -0,0 +1,2 @@
+cd $SOURCE_DIRECTORY/WebKitBuild/Release &&
+make install



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (97a417c6d16b851872e912c6824d7236a66f61df), George Sherwood, 12/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page