public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
added emacs-w3m package
technomancy (author)
Wed Mar 26 14:05:47 -0700 2008
commit  2fd0bfc4120eefba4b4675ba3561b9487abe969b
tree    60e93d549c578f2b3fc1910f5d1be9360186ff77
parent  04fb4ec43717d31432723e1ba83976484542d891
...
34
35
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
38
39
...
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
0
@@ -34,6 +34,20 @@ emacs:
0
   remove:
0
   - sudo make uninstall
0
   scm: cvs
0
+emacs-w3m:
0
+ author: TSUCHIYA Masatoshi
0
+ description: An Emacs interface to the w3m browser
0
+ url: http://emacs-w3m.namazu.org
0
+ repository: pserver:anonymous@cvs.namazu.org:/storage/cvsroot
0
+ prereqs:
0
+ apt-get: sudo apt-get build-dep w3m-el
0
+ build:
0
+ - ./configure
0
+ - make
0
+ - sudo make install
0
+ - sudo make install icons
0
+ - echo "Put (require 'w3m-load) in your .emacs file."
0
+ scm: cvs
0
 git:
0
   author: Linus Torvalds and Junio Hamano
0
   description: Git is a fast, scalable, distributed revision control system.

Comments

    No one has commented yet.