summaryrefslogtreecommitdiffstats
path: root/emacs-lisp
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-07 22:05:37 -0300
committerIsmael Luceno2015-01-08 13:33:24 -0300
commit30fd4edb2261b59c483fd1f7ef13ac9deb2430bb (patch)
treef6fe5641caafe4c55dffe99b497a89de8d1fce1f /emacs-lisp
parent54b4d8dbca58fb2332261a8fd12415598c55d0b0 (diff)
w3: Move to emacs-lisp section
Diffstat (limited to 'emacs-lisp')
-rwxr-xr-xemacs-lisp/w3/DEPENDS1
-rwxr-xr-xemacs-lisp/w3/DETAILS19
-rw-r--r--emacs-lisp/w3/HISTORY18
3 files changed, 38 insertions, 0 deletions
diff --git a/emacs-lisp/w3/DEPENDS b/emacs-lisp/w3/DEPENDS
new file mode 100755
index 0000000000..0bc4bcfd88
--- /dev/null
+++ b/emacs-lisp/w3/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/w3/DETAILS b/emacs-lisp/w3/DETAILS
new file mode 100755
index 0000000000..5e06ec7913
--- /dev/null
+++ b/emacs-lisp/w3/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=w3
+ VERSION=4.0pre.47
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.xemacs.org/pub/xemacs/emacs-w3/$SOURCE
+ SOURCE_HASH=sha512:8ac2f58bebaa98bb3c7dee80578910ac04152f2d5844140f9bf419831b3e1344634781fd4d0145d52676cc21e8845858e1321b98665e19c6136dacfea59ba38f
+ WEB_SITE=http://www.cs.indiana.edu/elisp/w3/docs.html
+ ENTERED=20021002
+ UPDATED=20030726
+ LICENSE[0]=GPL
+ KEYWORDS="emacs web http"
+ SHORT='EMACS Web Browser'
+cat << EOF
+Emacs/W3 is a full-featured web browser, written entirely in Emacs-Lisp, that
+supports all the bells and whistles you will find in use on the web today,
+including frames, tables, stylesheets, and much more. Emacs/W3 runs on most
+major operating systems, including almost any flavor of Unix, Windows NT/95,
+AmigaDOS, OS/2, and VMS.
+EOF
diff --git a/emacs-lisp/w3/HISTORY b/emacs-lisp/w3/HISTORY
new file mode 100644
index 0000000000..080edc09b4
--- /dev/null
+++ b/emacs-lisp/w3/HISTORY
@@ -0,0 +1,18 @@
+2010-09-27 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: fix dependency on emacsen
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2003-07-26 Sergey Lipnevich <sergey@sourcemage.org>
+ * Cosmetic updates.
+ SOURCE now has version in it.
+
+2002-10-02 Eric Sandall <sandalle@sourcemage.org>
+ * Added to grimoire
+
+2002-08-16 Joel Mayes <bluebird@optushome.com.au>
+ * Created spell