summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-02-26 09:18:26 +0100
committerLadislav Hagara2010-02-26 09:18:26 +0100
commit9eed28187cd34c3d7886fd9daabf8ee137377016 (patch)
tree7a35cd538960d5471cf11547cbcdc50ab5f52687
parentad6afe0557c4e3782e35e18d6affdefc29cbc59b (diff)
http/webkit-sharp: new spell, Mono bindings for WebKit libraries
-rw-r--r--ChangeLog3
-rwxr-xr-xhttp/webkit-sharp/DEPENDS2
-rwxr-xr-xhttp/webkit-sharp/DETAILS13
-rw-r--r--http/webkit-sharp/HISTORY3
4 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38e6fe1269..4cf2d01e36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-02-26 Ladislav Hagara <hgr@vabo.cz>
+ * http/webkit-sharp: new spell, Mono bindings for WebKit libraries
+
2010-02-26 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
* libs/flickcurl: new spell - flick API C library
diff --git a/http/webkit-sharp/DEPENDS b/http/webkit-sharp/DEPENDS
new file mode 100755
index 0000000000..44ddc23461
--- /dev/null
+++ b/http/webkit-sharp/DEPENDS
@@ -0,0 +1,2 @@
+depends webkitgtk &&
+depends mono
diff --git a/http/webkit-sharp/DETAILS b/http/webkit-sharp/DETAILS
new file mode 100755
index 0000000000..b595354568
--- /dev/null
+++ b/http/webkit-sharp/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=webkit-sharp
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL=http://ftp.novell.com/pub/mono/sources/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:3a70b41a16024d0682328bcd59d7f99f51a0c191d63a96a4c3bd66ea3e8fb7dea1e85b4934ed3d98c5ae15b69b7745c273f78ad94610653e9f669ffaddc20231
+ WEB_SITE=http://www.mono-project.com
+ ENTERED=20100226
+ LICENSE[0]=LGPL
+ SHORT="Mono bindings for WebKit libraries"
+cat << EOF
+This package provides Mono bindings for WebKit libraries.
+EOF
diff --git a/http/webkit-sharp/HISTORY b/http/webkit-sharp/HISTORY
new file mode 100644
index 0000000000..4448a2f814
--- /dev/null
+++ b/http/webkit-sharp/HISTORY
@@ -0,0 +1,3 @@
+2010-02-26 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: spell created, version 0.3
+