summaryrefslogtreecommitdiffstats
path: root/http/vimprobable/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'http/vimprobable/DETAILS')
-rwxr-xr-xhttp/vimprobable/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/http/vimprobable/DETAILS b/http/vimprobable/DETAILS
new file mode 100755
index 0000000000..e86ada9f6b
--- /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