]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add extremely useful calendar(1) application to FreeBSD
authorcem <cem@FreeBSD.org>
Tue, 3 Mar 2020 00:20:08 +0000 (00:20 +0000)
committercem <cem@FreeBSD.org>
Tue, 3 Mar 2020 00:20:08 +0000 (00:20 +0000)
commit76ec5ed273e0517ecc109eea1224f132bba70f2a
tree4603273d43a532cc6bd7bdadadc7683e9313b8d9
parent32975641abd2c62e31643982e42bd2acd4ce6e58
Add extremely useful calendar(1) application to FreeBSD

It does extremely useful things like execute sendmail and spew dubiously
accurate factoids.

From the feedback, it seems like it is an essential utility in a modern unix
and not at all a useless bikeshed.  How do those Linux people live without it?
Reverts r358561.
125 files changed:
ObsoleteFiles.inc
share/man/man5/periodic.conf.5
share/man/man5/src.conf.5
share/man/man7/hier.7
tools/build/options/WITHOUT_CALENDAR [new file with mode: 0644]
tools/tools/nanobsd/dhcpd/common
tools/tools/nanobsd/embedded/common
usr.bin/Makefile
usr.bin/calendar/Makefile [new file with mode: 0644]
usr.bin/calendar/Makefile.depend [new file with mode: 0644]
usr.bin/calendar/calendar.1 [new file with mode: 0644]
usr.bin/calendar/calendar.c [new file with mode: 0644]
usr.bin/calendar/calendar.h [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.australia [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.birthday [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.brazilian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.christian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.computer [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.croatian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.dutch [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.french [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.german [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.history [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.holiday [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.hungarian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.judaic [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.lotr [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.music [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.newzealand [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.russian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.southafrica [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.ukrainian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.usholiday [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.world [new file with mode: 0644]
usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes [new file with mode: 0644]
usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici [new file with mode: 0644]
usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok [new file with mode: 0644]
usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.commemorative [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.holidays [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.mcommemorative [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.commemorative [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.holidays [new file with mode: 0644]
usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.mcommemorative [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.common [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.holiday [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.military [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.orthodox [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.pagan [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox [new file with mode: 0644]
usr.bin/calendar/dates.c [new file with mode: 0644]
usr.bin/calendar/day.c [new file with mode: 0644]
usr.bin/calendar/events.c [new file with mode: 0644]
usr.bin/calendar/io.c [new file with mode: 0644]
usr.bin/calendar/locale.c [new file with mode: 0644]
usr.bin/calendar/ostern.c [new file with mode: 0644]
usr.bin/calendar/parsedata.c [new file with mode: 0644]
usr.bin/calendar/paskha.c [new file with mode: 0644]
usr.bin/calendar/pathnames.h [new file with mode: 0644]
usr.bin/calendar/pom.c [new file with mode: 0644]
usr.bin/calendar/sunpos.c [new file with mode: 0644]
usr.bin/calendar/tests/Makefile [new file with mode: 0644]
usr.bin/calendar/tests/Makefile.depend [new file with mode: 0644]
usr.bin/calendar/tests/calendar.calibrate [new file with mode: 0644]
usr.bin/calendar/tests/legacy_test.sh [new file with mode: 0644]
usr.bin/calendar/tests/regress.a1.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.a2.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.a3.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.a4.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.a5.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.b1.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.b2.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.b3.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.b4.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.b5.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.s1.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.s2.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.s3.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.s4.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.sh [new file with mode: 0644]
usr.bin/calendar/tests/regress.w0-1.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.w0-2.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.w0-3.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.w0-4.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.w0-5.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.w0-6.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.w0-7.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.wn-1.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.wn-2.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.wn-3.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.wn-4.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.wn-5.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.wn-6.out [new file with mode: 0644]
usr.bin/calendar/tests/regress.wn-7.out [new file with mode: 0644]
usr.bin/leave/leave.1
usr.sbin/periodic/etc/daily/300.calendar [new file with mode: 0755]
usr.sbin/periodic/etc/daily/Makefile
usr.sbin/periodic/periodic.conf