aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2008-11-11 21:16:55 +0000
committerAndy Shevchenko <andy@smile.org.ua>2008-11-11 21:16:55 +0000
commiteb701cc9916effdb7256c27d2c0852cbf5ce0922 (patch)
tree1ddc5e13d53b76b3b7cf27754d1cfbba4cea7548
parent41a0cd980e3619554f25cdfd359df11459193a59 (diff)
downloadrenrot-eb701cc9916effdb7256c27d2c0852cbf5ce0922.tar.gz
renrot-eb701cc9916effdb7256c27d2c0852cbf5ce0922.tar.bz2
Demarcation logical blocks in the script (partially)
git-svn-id: file:///svnroot/renrot/branches/andy@584 fe2816f4-e837-0410-b10a-f608c9d244a1
-rwxr-xr-xrenrot19
1 files changed, 19 insertions, 0 deletions
diff --git a/renrot b/renrot
index 32ad6e9..6c21b71 100755
--- a/renrot
+++ b/renrot
@@ -249,6 +249,9 @@ my @files = (); # array of the sorted filenames to process
my %filenameshash = (); # hash for old file names
########################################################################################
+### MESSAGING ###
+########################################################################################
+
#
# Colors hash
#
@@ -338,6 +341,10 @@ sub ldbg3 {
};
########################################################################################
+### COMMON HELPERS ###
+########################################################################################
+
+########################################################################################
# Usage : die_renrot()
# Purpose : dies differently depend on verbose level
# Returns : nothing
@@ -401,6 +408,10 @@ sub isTherePackage {
}
########################################################################################
+### GETTINNG OPTIONS FROM CLI ###
+########################################################################################
+
+########################################################################################
# Usage : getOptions(...)
# Purpose : parses command line arguments
# Returns : nothing
@@ -588,6 +599,10 @@ sub getOptions {
}
########################################################################################
+### CONFIGURATION FRAMEWORK ###
+########################################################################################
+
+########################################################################################
# Usage : trimValue($value)
# Purpose : removes heading and trailing spaces
# Returns : trimmed $value
@@ -1108,6 +1123,10 @@ sub exifWriter {
}
########################################################################################
+### AGGREGATION FRAMEWORK ###
+########################################################################################
+
+########################################################################################
#
# aggregationProcess() aggregates files to separate directories by request
#

Return to:

Send suggestions and report system problems to the System administrator.