rwddialogmap 0.01
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/Readme.txt +475 -0
- data/bin/rwddialogmap +19 -0
- data/code/01rwdcore/01rwdcore.rb +29 -0
- data/code/01rwdcore/02helptexthashbegin.rb +4 -0
- data/code/01rwdcore/03helptexthash.rb +23 -0
- data/code/01rwdcore/04helptextend.rb +6 -0
- data/code/01rwdcore/jumplinkcommand.rb +26 -0
- data/code/01rwdcore/openhelpwindow.rb +31 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +10 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +9 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
- data/code/01rwdcore/test_cases.rb +109 -0
- data/code/01rwdcore/test_harness.rb +13 -0
- data/code/01rwdcore/uploadreturns.rb +62 -0
- data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
- data/code/superant.com.dialogmap/0uninstallapplet.rb +12 -0
- data/code/superant.com.dialogmap/changedir.rb +31 -0
- data/code/superant.com.dialogmap/clearhypernotescreendisplay.rb +14 -0
- data/code/superant.com.dialogmap/clearlinkscreendisplay.rb +13 -0
- data/code/superant.com.dialogmap/createnewnote.rb +28 -0
- data/code/superant.com.dialogmap/helptexthashrwdhypernote.rb +38 -0
- data/code/superant.com.dialogmap/launchurlfile.rb +35 -0
- data/code/superant.com.dialogmap/listdirectories.rb +19 -0
- data/code/superant.com.dialogmap/listdirectories3.rb +25 -0
- data/code/superant.com.dialogmap/listnotedirshtml3.rb +54 -0
- data/code/superant.com.dialogmap/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.dialogmap/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.dialogmap/loadhtmlnoterecord.rb +24 -0
- data/code/superant.com.dialogmap/openhelpwindowrwdhyernote.rb +38 -0
- data/code/superant.com.dialogmap/runhypernote.rb +10 -0
- data/code/superant.com.dialogmap/runwrdhypernotetxtwindow.rb +10 -0
- data/code/superant.com.dialogmap/rwdhypernoteresetdir.rb +7 -0
- data/code/superant.com.dialogmap/rwdtinkerversion.rb +10 -0
- data/code/superant.com.dialogmap/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.dialogmap/savelinkrecord.rb +23 -0
- data/code/superant.com.dialogmap/viewdialogmaphtml3.rb +66 -0
- data/code/superant.com.dialogmap/xmlprettyprint.rb +65 -0
- data/code/superant.com.dialogmap/xmlprettyprint2.rb +74 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +33 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/language.dist +8 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdtinker.dist +15 -0
- data/configuration/rwdwdialogmap-0.01.dist +13 -0
- data/configuration/tinkerwin2variables.dist +18 -0
- data/gui/00coreguibegin/applicationguitop.rwd +4 -0
- data/gui/frontwindow0/cc0openphoto.rwd +22 -0
- data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselections/wwselectionend.rwd +3 -0
- data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
- data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
- data/gui/helpaboutzend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/12dialogview.rwd +65 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/15aviewxml.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/17aviewxml.rwd +28 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/21editnote.rwd +33 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/67viewconfiguration.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
- data/init.rb +277 -0
- data/installed/dialogmapdata2.inf +2 -0
- data/installed/rwdwdialogmap-0.01.inf +8 -0
- data/installed/temp.rb +1 -0
- data/lang/en/rwdcore/languagefile.rb +58 -0
- data/lang/es/rwdcore/languagefile-es.rb +62 -0
- data/lang/fr/rwdcore/languagefile.rb +64 -0
- data/lang/jp/rwdcore/languagefile.rb +72 -0
- data/lang/nl/rwdcore/languagefile.rb +75 -0
- data/lib/rconftool.rb +387 -0
- data/lib/rwd/browser.rb +123 -0
- data/lib/rwd/ftools.rb +174 -0
- data/lib/rwd/mime.rb +328 -0
- data/lib/rwd/net.rb +876 -0
- data/lib/rwd/ruby.rb +889 -0
- data/lib/rwd/rwd.rb +1422 -0
- data/lib/rwd/sgml.rb +236 -0
- data/lib/rwd/thread.rb +63 -0
- data/lib/rwd/tree.rb +371 -0
- data/lib/rwd/xml.rb +101 -0
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- data/lib/zip/ioextras.rb +114 -0
- data/lib/zip/stdrubyext.rb +111 -0
- data/lib/zip/tempfile_bugfixed.rb +195 -0
- data/lib/zip/zip.rb +1378 -0
- data/lib/zip/zipfilesystem.rb +558 -0
- data/lib/zip/ziprequire.rb +61 -0
- data/rwd_files/HowTo_DialogMap.txt +233 -0
- data/rwd_files/HowTo_Tinker.txt +482 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Notes/Another Brain Jam.mm +116 -0
- data/rwd_files/Notes/HR.xml +2 -0
- data/rwd_files/Notes/TaoistBooks.mm +82 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +54 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +22 -0
- data/rwddialogmap.rb +1 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +6 -0
- data/tests/makedist-rwdwdialogmap.rb +58 -0
- data/tests/makedist.rb +65 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdwaddresses-1.06.zip +0 -0
- data/zips/rwdwcalc-0.62.zip +0 -0
- data/zips/rwdwdialogmap-0.01.zip +0 -0
- data/zips/rwdwfoldeditor-0.04.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwruby-1.07.zip +0 -0
- data/zips/temp.rb +1 -0
- data/zips/tinkerbellw-0.02.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
- metadata +226 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<title>
|
|
4
|
+
rwdapplications information
|
|
5
|
+
</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<h1>
|
|
9
|
+
rwdapplications information (rwdshell)
|
|
10
|
+
</h1>
|
|
11
|
+
<br>
|
|
12
|
+
<h2>
|
|
13
|
+
|
|
14
|
+
Some additional programs in this series
|
|
15
|
+
</h2>
|
|
16
|
+
<h3>
|
|
17
|
+
<br><blockquote>
|
|
18
|
+
rwdaddresses a little address book
|
|
19
|
+
<br><br>
|
|
20
|
+
rwdmovies a database for tracking your dvds and vhs movie collection
|
|
21
|
+
<br><br>
|
|
22
|
+
|
|
23
|
+
you can find these on rubyforge.org
|
|
24
|
+
|
|
25
|
+
</blockquote>
|
|
26
|
+
<br>
|
|
27
|
+
|
|
28
|
+
<br><blockquote>
|
|
29
|
+
Also look for a program called redpimp on rubyforge.org
|
|
30
|
+
|
|
31
|
+
<br><br>
|
|
32
|
+
It is planned to be a pim using RubyWebDialogs
|
|
33
|
+
<br><br>
|
|
34
|
+
|
|
35
|
+
you can find this at http://redpimp.rubyforge.org
|
|
36
|
+
|
|
37
|
+
</blockquote>
|
|
38
|
+
<br>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
<br><br>
|
|
42
|
+
For more information see:<br>
|
|
43
|
+
<a href=http://rwdapplications.rubyforge.org/wiki/wiki.pl>http://rwdapplications.rubyforge.org/wiki/wiki.pl</a>
|
|
44
|
+
<br>
|
|
45
|
+
<br>
|
|
46
|
+
For more information about RubyWebDialogs see:<br>
|
|
47
|
+
<a href=http://www.erikveen.dds.nl/rubywebdialogs/index.html>http://www.erikveen.dds.nl/rubywebdialogs/index.html</a>
|
|
48
|
+
<br><br>
|
|
49
|
+
Thanks, Steven Gibson
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</body>
|
|
54
|
+
</html>
|
|
Binary file
|
data/rwdconfig.dist
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
##VERSION: (1.78)
|
|
2
|
+
# rwdtinker core configuration file
|
|
3
|
+
##NAME: (ConfigLocation):(1.78)
|
|
4
|
+
ConfigLocation=""
|
|
5
|
+
##NAME: (ZipsLocation):(1.78)
|
|
6
|
+
ZipsLocation=""
|
|
7
|
+
##NAME: ($testharnessarray):(1.78)
|
|
8
|
+
$testharnessarray = ["rwdtinker_all_tests"]
|
|
9
|
+
##NAME: (TestNow):(1.78)
|
|
10
|
+
TestNow=false # turning this on will run the unit tests
|
|
11
|
+
##NAME: ($testharness):(1.78)
|
|
12
|
+
$testharness=true
|
|
13
|
+
##NAME: ($tinkerhelpaboutarray):(1.78)
|
|
14
|
+
$tinkerhelpaboutarray = ["Tinker"]
|
|
15
|
+
##NAME: ($helptopicsarray):(1.78)
|
|
16
|
+
$helptopicsarray = [ "general_help","network_help"]
|
|
17
|
+
##NAME: ($tinkerdocumentsarray):(1.78)
|
|
18
|
+
$tinkerdocumentsarray = ["HowTo_Tinker.txt" , "rwdapplications.html" , "RubyWebDialogs.html"]
|
|
19
|
+
##NAME: (JumpLink):(1.78)
|
|
20
|
+
JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] }
|
|
21
|
+
##NAME: ($rwdjumplink):(1.78)
|
|
22
|
+
$rwdjumplink = ["helpscreen", "tinkerbackwindow", "returntomain", "opendocuments", "editconfiguration"]
|
data/rwddialogmap.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# this file does nothing
|
data/tests/RubyGauge.rb
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
#--------------------------------------------------------------------#
|
|
2
|
+
# #
|
|
3
|
+
# RubyGauge version 1 #
|
|
4
|
+
# Copyright (c) 2005, Harrison Ainsworth. #
|
|
5
|
+
# #
|
|
6
|
+
# http://hxa7241.org/ #
|
|
7
|
+
# #
|
|
8
|
+
#--------------------------------------------------------------------#
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
require 'find'
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Counts lines of code in ruby source files.
|
|
19
|
+
#
|
|
20
|
+
# just a simple example ruby program, produced as an exercise.
|
|
21
|
+
#
|
|
22
|
+
# * directories are looked in recursively for source files
|
|
23
|
+
# * source files with the following name extensions are recognized:
|
|
24
|
+
# .rb .rbw
|
|
25
|
+
# * a line is counted as code if it is not empty and not solely comment
|
|
26
|
+
#
|
|
27
|
+
# == requirements
|
|
28
|
+
# ruby 1.8
|
|
29
|
+
#
|
|
30
|
+
# == usage
|
|
31
|
+
# RubyGauge.rb [-f...] (file|directory)pathname ...
|
|
32
|
+
# RubyGauge.rb -help|-?
|
|
33
|
+
#
|
|
34
|
+
# switches:
|
|
35
|
+
# -f<[l|s][1|2]> set output format to long/short, linecount only /
|
|
36
|
+
# linecount and filecount (defaults to -fl2)
|
|
37
|
+
# -help|-? prints this message
|
|
38
|
+
#
|
|
39
|
+
# ==acknowledgements
|
|
40
|
+
# * ruby: http://ruby-lang.org/
|
|
41
|
+
# * the pragmaticprogrammers pickaxe book:
|
|
42
|
+
# http://phrogz.net/ProgrammingRuby/
|
|
43
|
+
# * rubygarden: http://rubygarden.org/ruby?CodingInRuby
|
|
44
|
+
#
|
|
45
|
+
# == license
|
|
46
|
+
# this software is too short and insignificant to have a license.
|
|
47
|
+
|
|
48
|
+
module RubyGauge
|
|
49
|
+
|
|
50
|
+
# Entry point if run from the command line.
|
|
51
|
+
#
|
|
52
|
+
# Reads command line args, writes output to stdout.
|
|
53
|
+
#
|
|
54
|
+
def RubyGauge.main
|
|
55
|
+
|
|
56
|
+
# check if help message needed
|
|
57
|
+
if $*.empty? || !(RubyGauge.getSwitchs( $*, '(help|\?)' ).empty?)
|
|
58
|
+
|
|
59
|
+
puts "\n#{@@BANNER}\n#{@@HELP}"
|
|
60
|
+
|
|
61
|
+
else
|
|
62
|
+
|
|
63
|
+
# count
|
|
64
|
+
pathnames = RubyGauge.getTokens( $*, '^[^-\/]', ' ' )
|
|
65
|
+
|
|
66
|
+
fileCount = []
|
|
67
|
+
lineCount = RubyGauge.countLinesInFileTree( pathnames, fileCount )
|
|
68
|
+
|
|
69
|
+
# output counts
|
|
70
|
+
format = RubyGauge.getSwitchs( $*, 'f', '-fl2' ).last[2,2]
|
|
71
|
+
|
|
72
|
+
(@@LINES_FORMAT = { 's' => "#{lineCount}" }).default = "\n #{lineCount} line#{lineCount == 1 ? '' : 's'} of code\n"
|
|
73
|
+
(@@FILES_FORMAT = { 's' => " #{fileCount}" }).default = " #{fileCount[0]} file#{fileCount[0] == 1 ? '' : 's'}\n"
|
|
74
|
+
print @@LINES_FORMAT[format[0,1]]
|
|
75
|
+
print @@FILES_FORMAT[format[0,1]] unless format[1,1] == '1'
|
|
76
|
+
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
def RubyGauge.getSwitchs( commandline, pattern, default=nil )
|
|
83
|
+
|
|
84
|
+
RubyGauge.getTokens( commandline, '^(-|\/)' + pattern, default )
|
|
85
|
+
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def RubyGauge.getTokens( commandline, pattern, default=nil )
|
|
90
|
+
|
|
91
|
+
tokens = []
|
|
92
|
+
|
|
93
|
+
commandline.each do |token|
|
|
94
|
+
if token =~ /#{pattern}/
|
|
95
|
+
tokens.push token
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
if tokens.empty? && default
|
|
100
|
+
tokens.push default
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
tokens
|
|
104
|
+
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
# Counts lines of ruby code in filetree recursively.
|
|
109
|
+
#
|
|
110
|
+
# A line is counted as code if it is not empty and not solely comment.
|
|
111
|
+
#
|
|
112
|
+
# == parameters
|
|
113
|
+
# * pathnames: Array of String of file or directory pathname
|
|
114
|
+
# (relative or absolute)
|
|
115
|
+
# * fileCount: Array of Numeric, length 1. Just an example of a
|
|
116
|
+
# 'reference' parameter
|
|
117
|
+
# * return: Fixnum of the line count
|
|
118
|
+
#
|
|
119
|
+
def RubyGauge.countLinesInFileTree( pathnames, fileCount=[] )
|
|
120
|
+
|
|
121
|
+
fileCount[0] = 0
|
|
122
|
+
lineCount = 0
|
|
123
|
+
|
|
124
|
+
# scan directory tree
|
|
125
|
+
Find.find( *pathnames ) do |fileOrDirName|
|
|
126
|
+
|
|
127
|
+
# filter file types (to ruby)
|
|
128
|
+
if FileTest.file?( fileOrDirName ) &&
|
|
129
|
+
FileTest.readable?( fileOrDirName ) &&
|
|
130
|
+
fileOrDirName =~ /\.(rb|rbw)\Z/
|
|
131
|
+
|
|
132
|
+
fileCount[0] += 1
|
|
133
|
+
|
|
134
|
+
filePathname = File.expand_path( fileOrDirName )
|
|
135
|
+
|
|
136
|
+
# read file
|
|
137
|
+
File.open( filePathname, 'r' ) do |file|
|
|
138
|
+
|
|
139
|
+
# scan file lines
|
|
140
|
+
file.each_line do |line|
|
|
141
|
+
# select non blank, non comment-only line
|
|
142
|
+
unless line =~ /^\s*(#|\Z)/
|
|
143
|
+
lineCount += 1
|
|
144
|
+
end
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
end
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
lineCount
|
|
153
|
+
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
@@BANNER = "-------------------------------------------------------------\n" +
|
|
158
|
+
"RubyGauge 2005 (v1)\n" +
|
|
159
|
+
"Copyright (c) 2005, Harrison Ainsworth.\n\n" +
|
|
160
|
+
"http://hxa7241.org/\n" +
|
|
161
|
+
"-------------------------------------------------------------\n"
|
|
162
|
+
|
|
163
|
+
@@HELP = "RubyGauge counts lines of code in ruby source files.\n\n" +
|
|
164
|
+
"* directories are looked in recursively for source files\n" +
|
|
165
|
+
"* source files with the following name extensions are recognized: .rb .rbw\n" +
|
|
166
|
+
"* a line is counted as code if it is not empty and not solely comment\n" +
|
|
167
|
+
"\nusage:\n" +
|
|
168
|
+
" RubyGauge.rb [-f...] (file|directory)pathname ...\n" +
|
|
169
|
+
" RubyGauge.rb -help|-?\n" +
|
|
170
|
+
"\nswitches:\n" +
|
|
171
|
+
" -f<[l|s][1|2]> set output format to long/short, linecount only / linecount and filecount (defaults to -fl2)\n" +
|
|
172
|
+
" -help|-? prints this message\n"
|
|
173
|
+
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
RubyGauge.main
|
data/tests/cleancnf.sh
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
#!/usr/bin/ruby -w
|
|
2
|
+
#***********************************************************************
|
|
3
|
+
#* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
|
|
4
|
+
#* Copyright (c) 2004-2008 by Steven Gibson. All Rights Reserved.
|
|
5
|
+
#* at "smalllinux@gmail.com".
|
|
6
|
+
#***********************************************************************/
|
|
7
|
+
$progdir =""
|
|
8
|
+
$tinkerhelpaboutarray = [""]
|
|
9
|
+
$tinkerdocumentsarray = [""]
|
|
10
|
+
$testharnessarray = [""]
|
|
11
|
+
JumpLink = Hash.new("default")
|
|
12
|
+
$rwdjumplink= [""]
|
|
13
|
+
require 'fileutils'
|
|
14
|
+
DistroName = "rwdwdialogmap"
|
|
15
|
+
DistroVersion="0.01"
|
|
16
|
+
load "configuration/#{DistroName}-#{DistroVersion}.dist"
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DistroTitle="#{DistroName}-#{DistroVersion}"
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
$progdir = File::expand_path( File.dirname(__FILE__))
|
|
24
|
+
results = " "
|
|
25
|
+
|
|
26
|
+
puts "creating #{DistroName} distribution files version #{DistroVersion}"
|
|
27
|
+
|
|
28
|
+
#puts "moving up one directory"
|
|
29
|
+
#Dir.chdir("..")
|
|
30
|
+
findcmd = "find _arx > /tmp/excludezip"
|
|
31
|
+
puts "#{findcmd}"
|
|
32
|
+
`#{findcmd}`
|
|
33
|
+
|
|
34
|
+
FileUtils.rm_rf("#{DistroTitle}.zip")
|
|
35
|
+
zipcreatecmd = "zip -r #{DistroTitle}.zip * -x@/tmp/excludezip"
|
|
36
|
+
puts "#{zipcreatecmd}"
|
|
37
|
+
`#{zipcreatecmd}`
|
|
38
|
+
|
|
39
|
+
gemspecfilename = "rwdzip#{DistroTitle}.gemspec"
|
|
40
|
+
tobject = Time.now
|
|
41
|
+
year = tobject.year.to_s
|
|
42
|
+
month = tobject.mon.to_s
|
|
43
|
+
daydate = tobject.day.to_s
|
|
44
|
+
|
|
45
|
+
fd = File.open(gemspecfilename,"w")
|
|
46
|
+
fd.print("Gem::Specification.new do |s|\n")
|
|
47
|
+
fd.print(" s.name = %q{rwdzip#{DistroName}}\n")
|
|
48
|
+
fd.print(" s.version = \"#{DistroVersion}\"\n")
|
|
49
|
+
fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
|
|
50
|
+
load "tests/gemspec-#{DistroName}"
|
|
51
|
+
fd.print($gemspecvar)
|
|
52
|
+
fd.close
|
|
53
|
+
|
|
54
|
+
ListingCommand = "ls -1 -s -h rwdzip#{DistroTitle}*"
|
|
55
|
+
|
|
56
|
+
puts `#{ListingCommand}`
|
|
57
|
+
|
|
58
|
+
print "Build finished\n"
|
data/tests/makedist.rb
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
#!/usr/bin/ruby -w
|
|
2
|
+
#***********************************************************************
|
|
3
|
+
#* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
|
|
4
|
+
#* Copyright (c) 2004, 2005 by Steven Gibson. All Rights Reserved.
|
|
5
|
+
#* at "steven@superant.com".
|
|
6
|
+
#***********************************************************************/
|
|
7
|
+
$progdir =""
|
|
8
|
+
$tinkerhelpaboutarray = [""]
|
|
9
|
+
$tinkerdocumentsarray = [""]
|
|
10
|
+
$testharnessarray = [""]
|
|
11
|
+
$rwdjumplink = [""]
|
|
12
|
+
JumpLink = Hash.new("default")
|
|
13
|
+
require 'fileutils'
|
|
14
|
+
|
|
15
|
+
DistroName = "rwdwdialogmap"
|
|
16
|
+
|
|
17
|
+
DistroVersion="0.01"
|
|
18
|
+
|
|
19
|
+
DistroTitle="#{DistroName}-#{DistroVersion}.dist"
|
|
20
|
+
load "configuration/#{DistroTitle}"
|
|
21
|
+
DistroTitle = "rwddialogmap-#{DistroVersion}"
|
|
22
|
+
DistroName = "rwddialogmap"
|
|
23
|
+
|
|
24
|
+
$progdir = File::expand_path( File.dirname(__FILE__))
|
|
25
|
+
results = " "
|
|
26
|
+
|
|
27
|
+
puts "creating #{DistroName} distribution files version #{DistroVersion}"
|
|
28
|
+
puts "cleaning conf files"
|
|
29
|
+
`tests/cleancnf.sh`
|
|
30
|
+
puts "moving up one directory"
|
|
31
|
+
Dir.chdir("..")
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
FileUtils.rm_rf("#{DistroTitle}.zip")
|
|
36
|
+
zipcreatecmd = "zip -r #{DistroTitle}.zip #{DistroName}"
|
|
37
|
+
puts "#{zipcreatecmd}"
|
|
38
|
+
`#{zipcreatecmd}`
|
|
39
|
+
tarcreatecmd = "tar --gzip -cf #{DistroTitle}.tar.gz #{DistroName}"
|
|
40
|
+
puts "#{tarcreatecmd}"
|
|
41
|
+
`#{tarcreatecmd}`
|
|
42
|
+
tarcreatecmd2 = "tar --bzip2 -cf #{DistroTitle}.tar.bz2 #{DistroName}"
|
|
43
|
+
puts "#{tarcreatecmd2}"
|
|
44
|
+
`#{tarcreatecmd2}`
|
|
45
|
+
|
|
46
|
+
gemspecfilename = "#{DistroTitle}.gemspec"
|
|
47
|
+
tobject = Time.now
|
|
48
|
+
year = tobject.year.to_s
|
|
49
|
+
month = tobject.mon.to_s
|
|
50
|
+
daydate = tobject.day.to_s
|
|
51
|
+
|
|
52
|
+
fd = File.open(gemspecfilename,"w")
|
|
53
|
+
fd.print("Gem::Specification.new do |s|\n")
|
|
54
|
+
fd.print(" s.name = %q{#{DistroName}}\n")
|
|
55
|
+
fd.print(" s.version = \"#{DistroVersion}\"\n")
|
|
56
|
+
fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
|
|
57
|
+
load "#{DistroName}/tests/gemspec"
|
|
58
|
+
fd.print($gemspecvar)
|
|
59
|
+
fd.close
|
|
60
|
+
|
|
61
|
+
ListingCommand = "ls -1 -s -h #{DistroTitle}*"
|
|
62
|
+
|
|
63
|
+
puts `#{ListingCommand}`
|
|
64
|
+
|
|
65
|
+
print "Build finished\n"
|