Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f9dfba730bc62b81bfaa4f75aa4c3aa12f0ebe0e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f9dfba730bc62b81bfaa4f75aa4c3aa12f0ebe0e)
  • Date: Fri, 18 Jul 2008 11:32:45 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 4 ++++
http/conkeror/BUILD | 1 +
http/conkeror/DEPENDS | 1 +
http/conkeror/DETAILS | 22 ++++++++++++++++++++++
http/conkeror/HISTORY | 2 ++
http/conkeror/INSTALL | 5 +++++
http/conkeror/PREPARE | 2 ++
http/conkeror/PROVIDES | 2 ++
8 files changed, 39 insertions(+)

New commits:
commit f9dfba730bc62b81bfaa4f75aa4c3aa12f0ebe0e
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

http/conkeror: new spell, highly-programmable web browser based on
XULRunner,
inspired by Emacs

diff --git a/ChangeLog b/ChangeLog
index f79909c..4e009a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-18 Alexander Tsamutali <astsmtl AT gmail.com>
+ * http/conkeror: new spell, highly-programmable web browser based on
+ XULRunner, inspired by Emacs
+
2008-07-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* perl-cpan/image-exiftool: new spell, command line application
and library for dealing with image, audio and video meta
diff --git a/http/conkeror/BUILD b/http/conkeror/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/http/conkeror/BUILD
@@ -0,0 +1 @@
+make
diff --git a/http/conkeror/DEPENDS b/http/conkeror/DEPENDS
new file mode 100755
index 0000000..9271452
--- /dev/null
+++ b/http/conkeror/DEPENDS
@@ -0,0 +1 @@
+depends XULRUNNER
diff --git a/http/conkeror/DETAILS b/http/conkeror/DETAILS
new file mode 100755
index 0000000..4707670
--- /dev/null
+++ b/http/conkeror/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=conkeror
+if [[ $CONKEROR_VCS_AUTOUPDATE == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ SOURCE_URL[0]=git://repo.or.cz/conkeror.git:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+ WEB_SITE=http://conkeror.org
+ ENTERED=20080718
+ LICENSE[0]=MOZILLA
+ KEYWORDS="http web browser emacs"
+ SHORT="highly-programmable web browser based on XULRunner,
inspired by Emacs"
+cat << EOF
+Conkeror is a highly-programmable web browser based on XULRunner. Inspired by
+Emacs, it has a sophisticated keyboard system for running commands and
+interacting with web page content. It interfaces with external editors and
+viewers. It is self-documenting and extensible with Javascript.
+EOF
diff --git a/http/conkeror/HISTORY b/http/conkeror/HISTORY
new file mode 100644
index 0000000..a1ba236
--- /dev/null
+++ b/http/conkeror/HISTORY
@@ -0,0 +1,2 @@
+2008-07-18 Alexander Tsamutali <astsmtl AT gmail.com>
+ * PREPARE, DETAILS, DEPENDS, PROVIDES, BUILD, INSTALL, HISTORY:
Created
diff --git a/http/conkeror/INSTALL b/http/conkeror/INSTALL
new file mode 100755
index 0000000..893c344
--- /dev/null
+++ b/http/conkeror/INSTALL
@@ -0,0 +1,5 @@
+INSTALL_DIRECTORY=$INSTALL_ROOT/usr/lib/conkeror &&
+mkdir -p $INSTALL_DIRECTORY &&
+cp -rv $SOURCE_DIRECTORY/* $INSTALL_DIRECTORY &&
+cp -v /opt/xulrunner/xulrunner-stub $INSTALL_DIRECTORY/conkeror &&
+ln -s /usr/lib/conkeror/conkeror /usr/bin
diff --git a/http/conkeror/PREPARE b/http/conkeror/PREPARE
new file mode 100755
index 0000000..65b235d
--- /dev/null
+++ b/http/conkeror/PREPARE
@@ -0,0 +1,2 @@
+config_query CONKEROR_VCS_AUTOUPDATE \
+ "Automatically update on every system update?" n
diff --git a/http/conkeror/PROVIDES b/http/conkeror/PROVIDES
new file mode 100755
index 0000000..0725672
--- /dev/null
+++ b/http/conkeror/PROVIDES
@@ -0,0 +1,2 @@
+WEB-BROWSER
+GRAPHICAL-WEB-BROWSER




Archive powered by MHonArc 2.6.24.

Top of Page