aboutsummaryrefslogtreecommitdiff
path: root/misc/solunar/solunar.patch
diff options
context:
space:
mode:
authorCezary M. Kruk <c.kruk@bigfoot.com>2012-12-09 11:00:52 -0500
committerdsomero <xgizzmo@slackbuilds.org>2012-12-11 16:21:58 -0500
commitcf8b7ad5d66979a666e0c399aec5e9db6175aebd (patch)
tree5d174d26aed0fba78f4166d08d52866d1fb88aa9 /misc/solunar/solunar.patch
parentaf2c735fb77fece67b8b48239ca2ebaf3a8882d9 (diff)
downloadslackbuilds-cf8b7ad5d66979a666e0c399aec5e9db6175aebd.tar.xz
misc/solunar: Added (utility displaying sun- and moon-related data)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/solunar/solunar.patch')
-rw-r--r--misc/solunar/solunar.patch61
1 files changed, 61 insertions, 0 deletions
diff --git a/misc/solunar/solunar.patch b/misc/solunar/solunar.patch
new file mode 100644
index 000000000000..0573debf668a
--- /dev/null
+++ b/misc/solunar/solunar.patch
@@ -0,0 +1,61 @@
+--- main.c.old 2012-05-21 13:55:30.000000000 +0200
++++ main.c 2012-09-13 18:29:00.000000000 +0200
+@@ -54,7 +54,7 @@
+ printf (" -d, --datetime [date_time] set date and/or time\n");
+ printf (" --datetime help show date/time format\n");
+ printf (" -f, --full print full data\n");
+- printf (" -h print brief help message\n");
++ printf (" -h, --help print brief help message\n");
+ printf (" -l, --latlong [+DDMM+DDDMM] latitude/longitude\n");
+ printf (" --latlong help show lat/long format\n");
+ printf (" --days list significant days in year\n");
+@@ -301,9 +301,9 @@
+ {"latlong", required_argument, NULL, 'l'},
+ {"longhelp", no_argument, &opt_longhelp, 0},
+ {"quiet", no_argument, &opt_quiet, 'q'},
+- {"utc", no_argument, &opt_utc, 'v'},
++ {"utc", no_argument, &opt_utc, 'u'},
+ {"version", no_argument, &opt_version, 'v'},
+- {"list-named-days", no_argument, &opt_list_named_days, 0},
++ {"days", no_argument, &opt_list_named_days, 0},
+ {0, 0, 0, 0},
+ };
+
+@@ -325,7 +325,7 @@
+ {
+ opt_utc = TRUE;
+ }
+- if (strcmp (long_options[option_index].name, "list-named-days") == 0)
++ if (strcmp (long_options[option_index].name, "days") == 0)
+ {
+ opt_list_named_days = TRUE;
+ }
+@@ -634,7 +634,7 @@
+ SUNTIMES_CIVIL_TWILIGHT,
+ opt_utc, tz, workingLatlong, datetimeObj);
+ print_sunset_time (" Civil twilight ends: ",
+- SUNTIMES_NAUTICAL_TWILIGHT,
++ SUNTIMES_CIVIL_TWILIGHT,
+ opt_utc, tz, workingLatlong, datetimeObj);
+
+ print_sunrise_time (" Nautical twilight starts: ",
+@@ -695,7 +695,7 @@
+ for (i = 0; i < nevents; i++)
+ {
+ char *s = DateTime_time_to_string_local (events[i], tz);
+- printf (" Moonset: %s\n", s);
++ printf (" Moonrise: %s\n", s);
+ free (s);
+ DateTime_free (events[i]);
+ }
+--- TODO.old 2012-05-21 14:19:58.000000000 +0200
++++ TODO 2012-09-13 18:56:00.000000000 +0200
+@@ -4,7 +4,7 @@
+ year, or the current year if none set. The rest of the date information
+ is ignored. To get the days for a specific year you can do, for example,
+
+-solunar --list-named-days --datetime 1#2013
++solunar --days --datetime 1#2013
+
+ Note all dates and times, both specified and output, are local to the home
+ locale, or the city specified by --city, unless --utc is given. The --utc