clevic 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Manifest.txt +17 -2
- data/README.txt +5 -2
- data/Rakefile +5 -13
- data/accounts_models.rb +6 -31
- data/bin/clevic +1 -10
- data/bin/import-times +128 -0
- data/config/hoe.rb +76 -0
- data/{template → config}/jamis.rb +0 -0
- data/config/requirements.rb +15 -0
- data/env.sh +1 -0
- data/lib/clevic.rb +1 -0
- data/lib/clevic/cache_table.rb +2 -0
- data/lib/clevic/db_options.rb +81 -11
- data/lib/clevic/ui/browser_ui.rb +74 -73
- data/lib/clevic/ui/search_dialog_ui.rb +51 -50
- data/lib/clevic/version.rb +9 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/script/txt2html +82 -0
- data/tasks/website.rake +25 -0
- data/times_models.rb +5 -6
- data/values_models.rb +32 -0
- data/website/index.html +147 -0
- data/website/index.txt +10 -0
- data/website/screenshot.png +0 -0
- data/website/stylesheets/screen.css +131 -0
- data/website/template.html.erb +40 -0
- metadata +28 -22
- data/INSTALL +0 -10
data/INSTALL
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
port install ssl
|
2
|
-
port install dbus
|
3
|
-
port install qt4-mac +dbus +ssl
|
4
|
-
fetch qt4-qtruby from rubyforge
|
5
|
-
unpack
|
6
|
-
fetch kalyptus and kalyptusCxxToSmoke.pm frm http://websvn.kde.org/trunk/KDE/kdebindings/kalyptus/
|
7
|
-
copy over files
|
8
|
-
cmake .
|
9
|
-
comment out qsslconfiguration.h line in smoke/qt/x_15.cpp
|
10
|
-
make
|