public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
added conkeror and newspipe; fixed nginx-fair
technomancy (author)
Wed Apr 30 12:34:15 -0700 2008
commit  d9d22aac8937cea8947f88241788feaaec0e763b
tree    94fa33d86b6870cefa3154f96442feeaf9a2f262
parent  f092ce4ee5982bc575955a47cc0e612f5c9c5a3d
...
51
52
53
 
54
55
56
...
51
52
53
54
55
56
57
0
@@ -51,6 +51,7 @@ or once you have it installed do this
0
 == ok i admit there is still work to do
0
 
0
 * accept optional configure arguments
0
+* dont install SCMs until needed
0
 * allow for rebuilds to be simpler commands than initial builds
0
 * user-defined source listings
0
 * support firefox extensions?
...
19
20
21
 
 
 
 
 
 
 
 
 
 
 
 
 
22
23
24
25
26
27
28
 
29
30
31
...
87
88
89
 
 
 
 
 
 
 
 
 
90
91
92
93
94
95
 
 
 
 
 
96
97
98
...
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 
41
42
43
44
...
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
0
@@ -19,13 +19,26 @@ bus-scheme:
0
   remove:
0
   - sudo rake uninstall
0
   scm: git
0
+conkeror:
0
+ author: Shawn Betts and Jeremy Maitin-Shepard
0
+ description: Conkeror is a highly-programmable web browser based on XulRunner and inspired by Emacs.
0
+ url: http://conkeror.org
0
+ repository: git://repo.or.cz/conkeror.git
0
+ prereqs:
0
+ apt-get: sudo apt-get install xulrunner-1.9
0
+ build:
0
+ - make
0
+ - cp /usr/lib/xulrunner/xulrunner-stub conkeror
0
+ remove:
0
+ - rm -rf ~/src/conkeror
0
+ scm: git
0
 couchdb:
0
   author: Damien Katz
0
   description: A document database server, accessible via a RESTful JSON API.
0
   url: http://incubator.apache.org/couchdb/
0
   repository: http://svn.apache.org/repos/asf/incubator/couchdb/trunk
0
   prereqs:
0
- - sudo apt-get install erlang libicu36 libicu36-dev libmozjs-dev subversion-tools help2man
0
+ apt-get: sudo apt-get install erlang libicu36 libicu36-dev libmozjs-dev subversion-tools help2man
0
   build:
0
   - ./bootstrap
0
   - ./configure
0
@@ -87,12 +100,26 @@ mars:
0
   build:
0
   - rake test
0
   scm: bzr
0
+newspipe:
0
+ author: Ricardo Reyes
0
+ description: Newspipe is an RSS/Atom aggregator that allows you to keep track of your feeds through email
0
+ repository: pserver:anonymous@cvs.sourceforge.net:/cvsroot/newspipe
0
+ build:
0
+ - echo "OK, cool"
0
+ remove:
0
+ - rm -rf ~/src/newspipe
0
+ scm: cvs
0
 nginx-fair:
0
   author: Igor Sysoev and Grzegorz Nosek
0
   description: A fast proxying russian web server with a comprehensible config file format
0
   repository: git://git.localdomain.pl/nginx.git
0
   prereqs:
0
     apt-get: sudo apt-get build-dep nginx
0
+ build:
0
+ - git pull origin upstream_fair
0
+ - ./configure
0
+ - make
0
+ - sudo make install
0
   scm: git
0
 screen:
0
   author: Wayne Davison, Juergen Weigert and Michael Schroeder

Comments

    No one has commented yet.