Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0002135a6e46611864393de99783af8cfae51cc9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0002135a6e46611864393de99783af8cfae51cc9)
  • Date: Thu, 27 Jan 2011 13:04:08 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

ChangeLog | 3 +++
http/vimprobable/BUILD | 1 +
http/vimprobable/DEPENDS | 3 +++
http/vimprobable/DETAILS | 21 +++++++++++++++++++++
http/vimprobable/HISTORY | 3 +++
http/vimprobable/INSTALL | 1 +
http/vimprobable/PREPARE | 9 +++++++++
http/vimprobable/PRE_BUILD | 12 ++++++++++++
8 files changed, 53 insertions(+)

New commits:
commit 0002135a6e46611864393de99783af8cfae51cc9
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

vimprobable: new spell, a vim inspired browser

diff --git a/ChangeLog b/ChangeLog
index b72970d..4a2527f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-27 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * http/vimprobable: new spell, webkit, vim-inspired browser
+
2011-01-27 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: added account data for dspam

diff --git a/http/vimprobable/BUILD b/http/vimprobable/BUILD
new file mode 100755
index 0000000..0374137
--- /dev/null
+++ b/http/vimprobable/BUILD
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT/usr"
diff --git a/http/vimprobable/DEPENDS b/http/vimprobable/DEPENDS
new file mode 100755
index 0000000..09c603a
--- /dev/null
+++ b/http/vimprobable/DEPENDS
@@ -0,0 +1,3 @@
+depends webkitgtk &&
+depends gtk+2 &&
+depends libsoup
diff --git a/http/vimprobable/DETAILS b/http/vimprobable/DETAILS
new file mode 100755
index 0000000..e86ada9
--- /dev/null
+++ b/http/vimprobable/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=vimprobable
+if [[ $VIMPROBABLE_SCM_AUTO == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=scm
+fi
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]=git_http://${SPELL}.org/${SPELL}.git:${SPELL}-scm:${SPELL}2
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ FORCE_DOWNLOAD=ON
+ WEB_SITE="http://www.vimprobable.org/";
+ LICENSE[0]="BSD"
+ ENTERED=20110124
+ KEYWORDS=""
+ SHORT="Vimprobable is a vim inspired WWW browser"
+cat << EOF
+Vimprobable is a WWW browser that behaves like the Vimperator plugin
available
+for Mozilla Firefox. It is based on the WebKit engine (using GTK bindings).
It
+is a fork of the currently abandoned vimpression.
+EOF
diff --git a/http/vimprobable/HISTORY b/http/vimprobable/HISTORY
new file mode 100644
index 0000000..45a37ed
--- /dev/null
+++ b/http/vimprobable/HISTORY
@@ -0,0 +1,3 @@
+2011-01-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * PRE_BUILD, PREPARE, BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/http/vimprobable/INSTALL b/http/vimprobable/INSTALL
new file mode 100755
index 0000000..7bf1215
--- /dev/null
+++ b/http/vimprobable/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT/usr" install
diff --git a/http/vimprobable/PREPARE b/http/vimprobable/PREPARE
new file mode 100755
index 0000000..5932389
--- /dev/null
+++ b/http/vimprobable/PREPARE
@@ -0,0 +1,9 @@
+config_query VIMPROBABLE_AUTO \
+ "Automaticaly update the spell on sorcery queue/system-update?"
n &&
+
+config_query VIMPROBABLE_OWN_CONFIGH \
+ "Do you wish to use your own config.h file" n &&
+if [[ $VIMPROBABLE_OWN_CONFIGH == y ]]; then
+config_query_string VIMPROBABLE_CONFIGH \
+ "Enter the full path/filename to your own vimprobable config.h
if you have one(example /home/user/vimprobable-config.h): "
+fi
diff --git a/http/vimprobable/PRE_BUILD b/http/vimprobable/PRE_BUILD
new file mode 100755
index 0000000..404f1ab
--- /dev/null
+++ b/http/vimprobable/PRE_BUILD
@@ -0,0 +1,12 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if [[ $VIMPROBABLE_OWN_CONFIGH == y ]]; then
+# check if the config file actually exists before attempting to copy it in
+# do not break if it isn't there
+if [[ -e $VIMPROBABLE_CONFIGH ]]; then
+message "File exists copying..."
+cp -v $VIMPROBABLE_CONFIGH $SOURCE_DIRECTORY/config.h
+else
+message "File ${QUERY_COLOR}${VIMPROBABLE_CONFIGH}${DEFAULT_COLOR} does not
exist..."
+fi
+fi



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0002135a6e46611864393de99783af8cfae51cc9), Andraž Levstik, 01/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page