From d20d6550187a95a78bb532909aad8ef7ac62be66 Mon Sep 17 00:00:00 2001
From: Warner Losh <imp@FreeBSD.org>
Date: Mon, 26 Oct 2020 03:26:18 +0000
Subject: calendar: remove all datafiles except freebsd one

Move all the data files for the calendar(1) program, except
calendar.freebsd to the calendar-data package. When a file
can't be found, and /usr/local/share/calendar doesn't exist
provide a helpful hint to install this package.

Reviewed by: se@
Differential Revision:  https://reviews.freebsd.org/D26926
---
 ObsoleteFiles.inc                                  |  66 ++
 UPDATING                                           |   8 +
 usr.bin/calendar/Makefile                          |  97 +--
 usr.bin/calendar/calendar.1                        |  10 +-
 usr.bin/calendar/calendars/calendar.all            |  24 -
 usr.bin/calendar/calendars/calendar.australia      |  72 --
 usr.bin/calendar/calendars/calendar.birthday       | 350 ---------
 usr.bin/calendar/calendars/calendar.brazilian      |  13 -
 usr.bin/calendar/calendars/calendar.christian      |  36 -
 usr.bin/calendar/calendars/calendar.computer       |  76 --
 usr.bin/calendar/calendars/calendar.croatian       |  12 -
 usr.bin/calendar/calendars/calendar.dutch          |  79 --
 usr.bin/calendar/calendars/calendar.french         |  12 -
 usr.bin/calendar/calendars/calendar.german         |  12 -
 usr.bin/calendar/calendars/calendar.history        | 740 ------------------
 usr.bin/calendar/calendars/calendar.holiday        | 563 --------------
 usr.bin/calendar/calendars/calendar.hungarian      |  12 -
 usr.bin/calendar/calendars/calendar.judaic         | 824 ---------------------
 usr.bin/calendar/calendars/calendar.lotr           |  48 --
 usr.bin/calendar/calendars/calendar.music          | 537 --------------
 usr.bin/calendar/calendars/calendar.newzealand     |  25 -
 usr.bin/calendar/calendars/calendar.russian        |  12 -
 usr.bin/calendar/calendars/calendar.southafrica    |  23 -
 usr.bin/calendar/calendars/calendar.ukrainian      |  12 -
 usr.bin/calendar/calendars/calendar.usholiday      |  41 -
 usr.bin/calendar/calendars/calendar.world          |  19 -
 .../calendars/de_AT.ISO_8859-15/calendar.feiertag  |  62 --
 .../calendars/de_DE.ISO8859-1/calendar.all         |  17 -
 .../calendars/de_DE.ISO8859-1/calendar.feiertag    |  56 --
 .../calendars/de_DE.ISO8859-1/calendar.geschichte  | 198 -----
 .../calendars/de_DE.ISO8859-1/calendar.kirche      |  32 -
 .../calendars/de_DE.ISO8859-1/calendar.literatur   |  54 --
 .../calendars/de_DE.ISO8859-1/calendar.musik       |  66 --
 .../de_DE.ISO8859-1/calendar.wissenschaft          |  19 -
 .../calendars/fr_FR.ISO8859-1/calendar.all         |  14 -
 .../calendars/fr_FR.ISO8859-1/calendar.fetes       | 630 ----------------
 .../calendars/fr_FR.ISO8859-1/calendar.french      |  12 -
 .../calendars/fr_FR.ISO8859-1/calendar.jferies     |  46 --
 .../calendars/fr_FR.ISO8859-1/calendar.proverbes   | 354 ---------
 .../calendars/hr_HR.ISO8859-2/calendar.all         |  12 -
 .../calendars/hr_HR.ISO8859-2/calendar.praznici    |  44 --
 .../calendars/hu_HU.ISO8859-2/calendar.all         |  13 -
 .../calendars/hu_HU.ISO8859-2/calendar.nevnapok    | 386 ----------
 .../calendars/hu_HU.ISO8859-2/calendar.unnepek     |  53 --
 .../calendars/pt_BR.ISO8859-1/calendar.all         |  15 -
 .../pt_BR.ISO8859-1/calendar.commemorative         | 191 -----
 .../calendars/pt_BR.ISO8859-1/calendar.holidays    |  25 -
 .../pt_BR.ISO8859-1/calendar.mcommemorative        |  22 -
 .../calendar/calendars/pt_BR.UTF-8/calendar.all    |  16 -
 .../calendars/pt_BR.UTF-8/calendar.commemorative   | 189 -----
 .../calendars/pt_BR.UTF-8/calendar.holidays        |  25 -
 .../calendars/pt_BR.UTF-8/calendar.mcommemorative  |  22 -
 .../calendar/calendars/ru_RU.KOI8-R/calendar.all   |  16 -
 .../calendars/ru_RU.KOI8-R/calendar.common         | 105 ---
 .../calendars/ru_RU.KOI8-R/calendar.holiday        |  25 -
 .../calendars/ru_RU.KOI8-R/calendar.military       |  28 -
 .../calendars/ru_RU.KOI8-R/calendar.orthodox       |  36 -
 .../calendar/calendars/ru_RU.KOI8-R/calendar.pagan |  42 --
 .../calendar/calendars/ru_RU.UTF-8/calendar.all    |  16 -
 .../calendar/calendars/ru_RU.UTF-8/calendar.common | 105 ---
 .../calendars/ru_RU.UTF-8/calendar.holiday         |  25 -
 .../calendars/ru_RU.UTF-8/calendar.military        |  28 -
 .../calendars/ru_RU.UTF-8/calendar.orthodox        |  36 -
 .../calendar/calendars/ru_RU.UTF-8/calendar.pagan  |  42 --
 .../calendar/calendars/uk_UA.KOI8-U/calendar.all   |  14 -
 .../calendars/uk_UA.KOI8-U/calendar.holiday        |  22 -
 .../calendar/calendars/uk_UA.KOI8-U/calendar.misc  |  18 -
 .../calendars/uk_UA.KOI8-U/calendar.orthodox       |  35 -
 usr.bin/calendar/io.c                              |   6 +
 69 files changed, 86 insertions(+), 6809 deletions(-)
 delete mode 100644 usr.bin/calendar/calendars/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/calendar.australia
 delete mode 100644 usr.bin/calendar/calendars/calendar.birthday
 delete mode 100644 usr.bin/calendar/calendars/calendar.brazilian
 delete mode 100644 usr.bin/calendar/calendars/calendar.christian
 delete mode 100644 usr.bin/calendar/calendars/calendar.computer
 delete mode 100644 usr.bin/calendar/calendars/calendar.croatian
 delete mode 100644 usr.bin/calendar/calendars/calendar.dutch
 delete mode 100644 usr.bin/calendar/calendars/calendar.french
 delete mode 100644 usr.bin/calendar/calendars/calendar.german
 delete mode 100644 usr.bin/calendar/calendars/calendar.history
 delete mode 100644 usr.bin/calendar/calendars/calendar.holiday
 delete mode 100644 usr.bin/calendar/calendars/calendar.hungarian
 delete mode 100644 usr.bin/calendar/calendars/calendar.judaic
 delete mode 100644 usr.bin/calendar/calendars/calendar.lotr
 delete mode 100644 usr.bin/calendar/calendars/calendar.music
 delete mode 100644 usr.bin/calendar/calendars/calendar.newzealand
 delete mode 100644 usr.bin/calendar/calendars/calendar.russian
 delete mode 100644 usr.bin/calendar/calendars/calendar.southafrica
 delete mode 100644 usr.bin/calendar/calendars/calendar.ukrainian
 delete mode 100644 usr.bin/calendar/calendars/calendar.usholiday
 delete mode 100644 usr.bin/calendar/calendars/calendar.world
 delete mode 100644 usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag
 delete mode 100644 usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
 delete mode 100644 usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte
 delete mode 100644 usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche
 delete mode 100644 usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur
 delete mode 100644 usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik
 delete mode 100644 usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft
 delete mode 100644 usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes
 delete mode 100644 usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french
 delete mode 100644 usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies
 delete mode 100644 usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes
 delete mode 100644 usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici
 delete mode 100644 usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok
 delete mode 100644 usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.commemorative
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.holidays
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.mcommemorative
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.commemorative
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.holidays
 delete mode 100644 usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.mcommemorative
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.common
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.holiday
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.military
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.orthodox
 delete mode 100644 usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.pagan
 delete mode 100644 usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all
 delete mode 100644 usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday
 delete mode 100644 usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc
 delete mode 100644 usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 595980cf5a47..88e94661dee4 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -36,6 +36,72 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20201025: Remove cal data files
+OLD_FILES+=usr/share/calendar/calendar.all
+OLD_FILES+=usr/share/calendar/calendar.australia
+OLD_FILES+=usr/share/calendar/calendar.birthday
+OLD_FILES+=usr/share/calendar/calendar.brazilian
+OLD_FILES+=usr/share/calendar/calendar.christian
+OLD_FILES+=usr/share/calendar/calendar.computer
+OLD_FILES+=usr/share/calendar/calendar.croatian
+OLD_FILES+=usr/share/calendar/calendar.dutch
+OLD_FILES+=usr/share/calendar/calendar.french
+OLD_FILES+=usr/share/calendar/calendar.german
+OLD_FILES+=usr/share/calendar/calendar.history
+OLD_FILES+=usr/share/calendar/calendar.holiday
+OLD_FILES+=usr/share/calendar/calendar.hungarian
+OLD_FILES+=usr/share/calendar/calendar.judaic
+OLD_FILES+=usr/share/calendar/calendar.lotr
+OLD_FILES+=usr/share/calendar/calendar.music
+OLD_FILES+=usr/share/calendar/calendar.newzealand
+OLD_FILES+=usr/share/calendar/calendar.russian
+OLD_FILES+=usr/share/calendar/calendar.southafrica
+OLD_FILES+=usr/share/calendar/calendar.ukrainian
+OLD_FILES+=usr/share/calendar/calendar.usholiday
+OLD_FILES+=usr/share/calendar/calendar.world
+OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
+OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
+OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
+OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
+OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
+OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
+OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
+OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
+OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
+OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
+OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
+OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
+OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
+OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
+OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
+OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
+OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
+OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
+OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all
+OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative
+OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays
+OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
+OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all
+OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative
+OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays
+OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative
+OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
+OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
+OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
+OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
+OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
+OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
+OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all
+OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common
+OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday
+OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military
+OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox
+OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan
+OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
+OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
+OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
+OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
+
 # 20201004: logo files renamed to type-agnostic gfx-*.lua
 OLD_FILES+=boot/lua/logo-beastie.lua
 OLD_FILES+=boot/lua/logo-beastiebw.lua
diff --git a/UPDATING b/UPDATING
index a681c89da344..caf2887d23b3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	world, or to merely disable the most expensive debugging functionality
 	at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20101026:
+	All the data files for the calendar(1) program, except calendar.freebsd,
+	have been moved to the deskutils/calendar-data port, much like the
+	jewish calendar entries were moved to deskutils/hebcal years ago. After
+	make delete-old-files, you need to install it to retain full
+	functionality. calendar(1) will issue a reminder for files it can't
+	find.
+
 20200923:
 	LINT files are no longer generated. We now include the relevant NOTES
 	files. Note: This may cause conflicts with updating in some cases.
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index 56665231db4c..d7937b8cf804 100644
--- a/usr.bin/calendar/Makefile
+++ b/usr.bin/calendar/Makefile
@@ -7,110 +7,15 @@ PROG=	calendar
 SRCS=	calendar.c locale.c events.c dates.c parsedata.c io.c day.c \
 	ostern.c paskha.c pom.c sunpos.c
 LIBADD=	m util
-INTER=          de_AT.ISO_8859-15 de_DE.ISO8859-1 fr_FR.ISO8859-1 \
-		hr_HR.ISO8859-2 hu_HU.ISO8859-2 pt_BR.ISO8859-1 \
-		pt_BR.UTF-8 ru_RU.KOI8-R ru_RU.UTF-8 uk_UA.KOI8-U
-DE_LINKS=       de_DE.ISO8859-15
-FR_LINKS=       fr_FR.ISO8859-15
 
 .if ${MK_ICONV} == "yes"
 CFLAGS+=	-DWITH_ICONV
 .endif
 
 FILESGROUPS+=	CALS
-CALS=	calendars/calendar.all \
-	calendars/calendar.australia \
-	calendars/calendar.birthday \
-	calendars/calendar.brazilian \
-	calendars/calendar.christian \
-	calendars/calendar.computer \
-	calendars/calendar.croatian \
-	calendars/calendar.dutch \
-	calendars/calendar.freebsd \
-	calendars/calendar.french \
-	calendars/calendar.german \
-	calendars/calendar.history \
-	calendars/calendar.holiday \
-	calendars/calendar.hungarian \
-	calendars/calendar.judaic \
-	calendars/calendar.lotr \
-	calendars/calendar.music \
-	calendars/calendar.newzealand \
-	calendars/calendar.russian \
-	calendars/calendar.southafrica \
-	calendars/calendar.ukrainian \
-	calendars/calendar.usholiday \
-	calendars/calendar.world
+CALS=	calendars/calendar.freebsd
 CALSDIR=	${SHAREDIR}/calendar
 
-CAL_de_AT.ISO_8859-15=	calendar.feiertag
-
-CAL_de_DE.ISO8859-1=	calendar.all \
-	calendar.feiertag \
-	calendar.geschichte \
-	calendar.kirche \
-	calendar.literatur \
-	calendar.musik \
-	calendar.wissenschaft
-
-CAL_fr_FR.ISO8859-1=	calendar.all \
-	calendar.fetes \
-	calendar.french \
-	calendar.jferies \
-	calendar.proverbes
-
-CAL_hr_HR.ISO8859-2=	calendar.all \
-	calendar.praznici
-
-CAL_hu_HU.ISO8859-2=	calendar.all \
-	calendar.nevnapok \
-	calendar.unnepek
-
-CAL_pt_BR.ISO8859-1=	calendar.all \
-	calendar.commemorative \
-	calendar.holidays \
-	calendar.mcommemorative
-
-CAL_pt_BR.UTF-8=	calendar.all \
-	calendar.commemorative \
-	calendar.holidays \
-	calendar.mcommemorative
-
-CAL_ru_RU.KOI8-R=	calendar.all \
-	calendar.common \
-	calendar.holiday \
-	calendar.military \
-	calendar.orthodox \
-	calendar.pagan
-
-CAL_ru_RU.UTF-8=	calendar.all \
-	calendar.common \
-	calendar.holiday \
-	calendar.military \
-	calendar.orthodox \
-	calendar.pagan
-
-CAL_uk_UA.KOI8-U=	calendar.all \
-	calendar.holiday \
-	calendar.misc \
-	calendar.orthodox
-
-.for lang in ${INTER}
-FILESGROUPS+=	CALS_${lang}
-CALS_${lang}DIR=	${SHAREDIR}/calendar/${lang}
-.for file in ${CAL_${lang}}
-CALS_${lang}+=	${file:S@^@calendars/${lang}/@}
-.endfor
-.endfor
-
-
-.for link in ${DE_LINKS}
-SYMLINKS+=	de_DE.ISO8859-1 ${SHAREDIR}/calendar/${link}
-.endfor
-.for link in ${FR_LINKS}
-SYMLINKS+=	fr_FR.ISO8859-1 ${SHAREDIR}/calendar/${link}
-.endfor
-
 HAS_TESTS=
 SUBDIR.${MK_TESTS}+= tests
 
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1
index fde336d8e1a3..9573f446c26b 100644
--- a/usr.bin/calendar/calendar.1
+++ b/usr.bin/calendar/calendar.1
@@ -28,7 +28,7 @@
 .\"     @(#)calendar.1  8.1 (Berkeley) 6/29/93
 .\" $FreeBSD$
 .\"
-.Dd October 23, 2020
+.Dd October 25, 2020
 .Dt CALENDAR 1
 .Os
 .Sh NAME
@@ -255,8 +255,8 @@ The order of precedence in searches for a calendar file is:
 current directory, ~/.calendar, /usr/local/share/calendar, /usr/share/calendar.
 Files of similar names are ignored in lower precedence locations.
 .Pp
-The following default calendar files are provided in
-.Pa /usr/share/calendar :
+The following default calendar files are provided by the
+deskutils/calendar-data port.
 .Pp
 .Bl -tag -width calendar.southafrica -compact
 .It Pa calendar.all
@@ -291,8 +291,8 @@ Other holidays, including the not-well-known, obscure, and
 obscure.
 .It Pa calendar.judaic
 Jewish holidays.
-The entries for this calendar have been obtained from the port
-deskutils/hebcal.
+The entries for this calendar have been obtained from the
+deskutils/hebcal port.
 .It Pa calendar.music
 Musical events, births, and deaths.
 Strongly oriented toward rock 'n' roll.
diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all
deleted file mode 100644
index 6ed1ccee6ea0..000000000000
--- a/usr.bin/calendar/calendars/calendar.all
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * International and national calendar files
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_all_
-#define _calendar_all_
-
-#include <calendar.world>
-#include <calendar.australia>
-#include <calendar.brazilian>
-#include <calendar.croatian>
-#include <calendar.dutch>
-#include <calendar.french>
-#include <calendar.german>
-#include <calendar.hungarian>
-#include <calendar.newzealand>
-#include <calendar.russian>
-#include <calendar.southafrica>
-#include <calendar.ukrainian>
-#include <calendar.usholiday>
-
-#endif /* !_calendar_all_ */
diff --git a/usr.bin/calendar/calendars/calendar.australia b/usr.bin/calendar/calendars/calendar.australia
deleted file mode 100644
index d0865349f7b3..000000000000
--- a/usr.bin/calendar/calendars/calendar.australia
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * Australian holidays
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_australia_
-#define _calendar_australia_
-
-LANG=en_AU.ISO8859-1
-
-/* Australia */
-Jan 26		Australia Day
-Apr/SunFirst	Daylight Savings Time ends in ACT, NSW, SA, TAS and VIC.
-Apr 25		Anzac Day
-Jun/MonSecond	Queen's Birthday Holiday (Australia, except WA)
-Oct/SunFirst	Daylight Savings Time starts in ACT, NSW, SA and VIC.
-
-/* ACT, NSW, common */
-Mar/MonSecond	Canberra Day (ACT)
-Sep/MonLast	Family & Community Day (ACT)
-Aug/MonFirst	Bank Holiday (ACT, NSW)
-Oct/MonFirst	Labour Day (ACT, NSW, SA)
-
-/* Victoria */
-Mar/MonSecond	Labour Day (VIC)
-Nov/TueFirst	Melbourne Cup (VIC)
-
-/* Tasmania
- * http://www.wst.tas.gov.au/employment_info/public_holidays/html/2010
- */
-Feb/MonSecond	Regatta Day (TAS)
-Feb/WedLast	Launceston Cup (TAS)
-Mar/TueFirst	King Island show (TAS)
-Mar/MonSecond	Eight Hours Day (TAS)
-Oct 10		Launceston Show Day (TAS)	/* Thursday preceding second Saturday in October */
-Oct 24		Hobart Show Day (TAS)		/* Thursday preceding fourth Saturday in October */
-Nov/MonFirst	Recreation Day (N TAS)		
-
-/*
-Oct/SatSecond-2	Launceston Show Day (TAS)	// Thursday preceding second Sat in October
-Oct/SatFourth-2	Hobart Show Day (TAS)		// Thursday preceding fourth Sat in October
-May/ThuFirst+1	Agfest (Circular Head only)	// Friday following the first Thursday in May
-Oct/SatFirst-1	Burnie Show			// Friday preceding first Saturday in October
-Oct/SatThird-1	Flinders Island Show		// Friday preceding third Saturday in October
-
-DEVONPORT CUP Wednesday not earlier than fifth and not later than eleventh day of January
-DEVONPORT SHOW Friday nearest last day in November, but not later than first day of December
-*/
-
-/* South Australia */
-May/MonThird	Adelaide Cup (SA)
-Dec 26		Proclamation Day holiday (SA)
-
-/* Western Australia */
-Mar/MonFirst	Labour Day (WA)
-Jun/MonFirst	Foundation Day (WA)
-Sep 30		Queen's Birthday (WA)
-
-/* Northern Territory */
-May/MonFirst	May Day (NT)
-Jul/FriFirst	Alice Springs Show Day (NT)
-Jul/FriSecond	Tennant Creek Show Day (NT)
-Jul/FriThird	Katherine Show Day (NT)
-Jul/FriLast	Darwin Show Day (NT)
-Aug/MonFirst	Picnic Day (NT)
-
-/* Queensland */
-May/MonFirst	Labour Day (QLD)
-Aug/WedSecond	RNA Show Day (Brisbane metro)	/* Second Last Wednesday */
-
-#endif
diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday
deleted file mode 100644
index b2c314ab12b0..000000000000
--- a/usr.bin/calendar/calendars/calendar.birthday
+++ /dev/null
@@ -1,350 +0,0 @@
-/*
- * Birthday
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_birthday_
-#define	_calendar_birthday_
-#undef	unix
-
-01/01	J.D. Salinger born, 1919
-01/01	Paul Revere born in Boston, 1735
-01/02	Isaac Asimov born in Petrovichi, Russian SFSR, 1920
-01/04	George Washington Carver born in Missouri, 1864
-01/04	Jakob Grimm born, 1785
-01/04	Wilhelm Beer born, 1797, first astronomer to map Mars
-01/05	DeWitt B. Brace born, 1859, inventor of spectrophotometer
-01/06	Millard Fillmore's birthday (let's party!)
-01/07	Nikola Tesla died in the Hotel New Yorker room 3327, 1943
-01/10	Ethan Allen born, 1738
-01/11	Alexander Hamilton born in Nevis, British West Indies, 1757?
-01/12	"Long" John Baldry is born in London, 1941
-01/13	Horatio Alger born, 1832
-01/13	Sophie Tucker born, 1884
-01/13	Wilhelm Wien born, 1864, Nobel prize for blackbody radiation laws
-01/14	Albert Schweitzer born, 1875
-01/15	Martin Luther King, Jr. born, 1929
-01/17	Benjamin Franklin born in Boston, 1706
-01/19	Edgar Allan Poe born in Boston, 1809
-01/19	Robert Edward Lee born in Stratford Estate, Virginia, 1807
-01/20	George Burns born, 1896
-01/20	Dr. Mendeleev died with a pen in his hand, 1907
-01/21	Lenin died, 1924
-01/21	Thomas Jonathan "Stonewall" Jackson born in Clarksburg, VA, 1824
-01/22	Sir Francis Bacon born, 1561
-01/23	Ernst Abbe born, 1840, formulated diffraction theory
-01/23	Grigori Yefimovich Rasputin born, 1869
-01/23	Humphrey Bogart born in New York City, 1899
-01/23	John Hancock born, 1737
-01/23	Joseph Hewes born, 1730
-01/23	Samuel Barber died, 1981
-01/24	John Belushi is born in Chicago, 1949
-01/25	Robert Burns born, 1759
-01/25	Virginia Woolf born, 1882
-01/25	W. Somerset Maugham born, 1874
-01/27	Samuel Gompers born, 1850
-01/30	Franklin Delano Roosevelt born in Hyde Park, New York, 1882
-01/31	Jackie Robinson born, 1919
-02/03	Gertrude Stein born, 1874
-02/04	Ken Thompson, creator of unix, born, 1943
-02/05	Alex Harvey (SAHB) is born in Glasgow, Scotland, 1935
-02/06	King George VI of UK dies;  his daughter becomes Elizabeth II, 1952
-02/07	Sinclair Lewis born, 1885
-02/08	Friedleib F. Runge born, 1795, father of paper chromatography
-02/08	John von Neumann died, 1957
-02/08	Jules Verne born in Nantes, France, 1828
-02/09	George Hartmann born, 1489, designed astrolabes, timepieces, etc.
-02/10	Charles Lamb born, 1775
-02/10	William Allen White born, 1868
-02/11	Thomas Edison born, 1847
-02/11	William Henry Fox Talbot (photographic pioneer) born, 1800
-02/12	Abraham Lincoln born, 1809
-02/12	Charles Darwin born in Shrewsbury, England, 1809
-02/15	Galileo Galilei born in Pisa, Italy, 1564
-02/15	Susan B. Anthony born, 1820
-02/16	Pierre Bouguer born, 1698, founder of photometry
-02/17	Frederic Eugene Ives born, 1856, pioneer of halftone
-02/17	Marion Anderson born, 1902
-02/17	T. J. Watson, Sr. born, 1874
-02/18	Ernst Mach born, 1838, philosopher & optics pioneer
-02/18	Michelangelo Buonarroti dies in Rome, Italy, 1564
-02/19	Nicolas Copernicus born in Thorn, Poland, 1473
-02/20	Ludwig Boltzmann born, 1844, atomic physics pioneer
-02/21	Alexis De Rochon born, 1838, developed the spyglass
-02/22	George Washington born, 1732
-02/22	Pierre Jules Cesar Janssen born, 1824, found hydrogen in the sun
-02/23	W.E.B. DuBois born, 1868
-02/24	Winslow Homer born, 1836
-02/24	Steve Jobs born, 1955
-02/25	George Harrison born in Liverpool, England, 1943
-02/25	Renoir born, 1841
-02/26	Dominique Francois Jean Arago born, 1786;
-		observed "Poisson's spot" cf June 21
-02/28	Michel de Mantaigne born, 1533
-02/29	Herman Hollerith born, 1860
-03/01	David Niven born, 1910
-03/02	Dr. Seuss born, 1904
-03/04	Casimir Pulaski born, 1747
-03/05	John Belushi dies in Los Angeles, 1982
-03/05	Joseph Stalin died in Moscow, 1953
-03/06	Michelangelo Buonarroti born in Caprese, Italy, 1475
-03/07	Aristotle died, 322BC
-03/07	Sir John Frederick William Herschel born, 1792, astronomer
-03/08	Alvan Clark born, 1804, astronomer & lens manufacturer
-03/08	Howard Aiken born, 1900
-03/11	Robert Treat Paine born, 1737
-03/11	Vannevar Bush born, 1890
-03/11	Douglas Adams born in Cambridge, England, 1952
-03/12	Gustav Robert Kirchhoff born, 1824, physicist
-03/12	Terry Pratchett (Sir) dies, 2015, author
-03/14	Albert Einstein born, 1879
-03/14	Casey Jones born, 1864
-03/14	Giovanni Virginia Schiaparelli born, 1835, astronomer;
-		named Mars "canals"
-03/14	Jean Baptiste Joseph Fourier born, 1768, mathematician & physicist
-03/14	Karl Marx died, 1883
-03/15	Andrew "Old Hickory" Jackson, 7th President of the United States,
-		born in Waxhaw, South Carolina, 1767
-03/15	J.J. Robert's Birthday in Liberia
-03/16	George Clymer born, 1739
-03/16	James Madison, 4th President of the United States, born in King George
-		County, Virginia, 1751
-03/19	Arthur C. Clarke died in Colombo, Sri Lanka, 2008
-03/21	NetBSD project born, 1993
-03/23	Pierre Simon de Laplace born, 1749, mathematician & astronomer
-03/24	Harry Houdini born, 1874
-03/26	Benjamin Thompson born, 1753, Count Rumford; physicist
-03/26	David Packard died, 1996; age of 83
-03/27	Maurits Cornelis Escher died, 1972
-03/27	Stanislaw Lem died, 2006
-03/27	Wilhelm Conrad Roentgen born, 1845, discoverer of X-rays
-03/28	Pierre Simon de Laplace born, 1749, mathematician & astronomer
-03/30	Francisco Jose de Goya born, 1746
-03/30	Queen Elizabeth, the Queen Mother, died at the age of 101, 2002
-03/30	Sean O'Casey born, 1880
-03/30	Vincent Van Gogh born, 1853
-03/31	Rene Descartes born, 1596, mathematician & philosopher
-04/02	Hans Christian Andersen born, 1805, fairy tale author
-04/02	Pope John Paul II (Karol Wojtyla) died in Vatican, 2005
-04/03	Washington Irving born, 1783
-04/05	Thomas Hobbes born, 1588, philosopher
-04/08	Buddha born, 563 BC
-04/08	David Rittenhouse born, 1732, astronomer & mathematician
-04/09	Edward Muybridge born, 1830, motion-picture pioneer
-04/09	J. Presper Eckert born, 1919
-04/10	Commodore Matthew Calbraith Perry born, 1794
-04/10	William Booth born, 1829, founder of the Salvation Army
-04/13	Thomas Jefferson, 3rd President of the United States, born Shadwell
-		Plantation, Albemarle County, Virginia, 1743
-04/14	Christiaan Huygens born, 1629, physicist & astronomer;
-		discovered Saturn's rings
-04/15	Leonardo da Vinci born, 1452
-04/15	Leonhard Euler born in Basel, 1707
-04/16	Charles (Charlie) Chaplin (Sir) born in London, 1889
-04/20	Adolf Hitler born, 1889
-04/22	Kant born, 1724
-04/22	Lenin born, the best friend of all the children, 1870
-04/23	William Shakespeare died, 1616
-04/26	William Shakespeare baptised, 1564
-04/27	Louis Victor de Broglie born, 1774, physicist
-04/28	James Monroe, 5th President of the United States, born in Westmoreland
-		County, Viriginia, 1758
-04/28	Terry Pratchett (Sir) born, 1948, author
-04/29	Jules Henri Poincare born, 1854, founder of topology
-04/29	William Randolph Hearst born in San Francisco, 1863
-04/30	Karl Friedrich Gauss born, 1777, mathematician & astronomer
-05/01	Little Walter (Marion Walter Jacobs) is born in Alexandria,
-		Louisiana, 1930
-05/02	Dr. Benjamin Spock born, 1903
-05/04	Alice Liddell born, 1852, Alice's Adventures in Wonderland
-		& Through the Looking-Glass
-05/05	Karl Marx born, 1818
-05/09	Pinza died, 1957
-05/10	Fred Astaire (Frederick Austerlitz) born in Omaha, Nebraska, 1899
-05/11	Johnny Appleseed born, 1768
-05/12	Florence Nightingale born in Florence, Italy, 1820
-05/13	Arthur S. Sullivan born, 1842
-05/15	Mike Oldfield is born in Essex, England, 1953
-05/18	Pope John Paul II (Karol Wojtyla) born in Wadowice, Poland, 1920
-05/19	Ho Chi Minh born, 1890
-05/21	Plato (Aristocles) born in Athens(?), 427BC
-05/27	Hubert H. Humphrey born, 1911
-05/28	Dionne quintuplets born, 1934
-05/29	Gilbert Keith Chesterton born, 1874
-05/29	John Fitzgerald Kennedy, 35th President of the United States, born in
-		Brookline, Massachusetts, 1917
-05/29	Patrick Henry born, 1736
-05/30	Mel (Melvin Jerome) Blanc born in San Francisco, 1908
-06/01	Brigham Young born, 1801
-06/01	Marilyn Monroe born, 1926
-06/02	Edward Elgar (Sir) born in Worcester, England, 1857
-06/03	Henry James born, 1811
-06/07	(Eugene Henri) Paul Gaugin born, 1848
-06/07	George Bryan "Beau" Brummel born, 1778
-06/07	Alan Mathison Turing died, 1954
-06/08	Frank Lloyd Wright born in Richland Center, Wisconsin, 1867
-06/13	Alexander the Great dies (323BC)
-06/15	Edvard Hagerup Grieg born in Bergen, Norway, 1843
-06/16	Hammurabi the Great dies, Babylon, 1686 BC
-06/18	M.C. Escher born, 1898
-06/19	FreeBSD project born, 1993
-06/22	Carl Hubbell born, 1903
-06/22	Meryl Streep born in Summit, New Jersey, 1949
-06/22	Konrad Zuse born in Berlin, 1910
-06/23	Alan Mathison Turing born, 1912
-06/25	Eric Arthur Blair (a.k.a. George Orwell) born, 1903
-06/27	Helen Keller born, 1880
-07/03	Franz Kafka born, 1883
-07/04	Nathaniel Hawthorne born in Salem, Massachusetts, 1804
-07/04	John Adams and Thomas Jefferson die on same day, 1826
-07/06	(Helen) Beatrix Potter born, 1866
-07/06	John Paul Jones born, 1747
-07/07	P.T. Barnum dies, 1891
-07/08	Count Ferdinand von Zeppelin born, 1838
-07/10	John Calvin born, 1509
-07/10	Nikola Tesla born, 1856
-07/11	John Quincy Adams, 6th President of the United States, born in
-		Braintree, Massachusetts, 1767
-07/12	Henry David Thoreau born, 1817
-07/15	Clement Clarke Moore born, 1779, author of "A Visit from
-		Saint Nicholas"
-07/18	Brian Auger is born in London, 1939
-07/20	Alexander the Great born, 356 BC
-07/20	Bruce Lee died in Hong Kong, 1973
-07/25	Robert Morris is born in Boston, 1932
-07/25	Steve Goodman is born in Chicago, 1948
-07/29	Mussolini born, 1883
-07/30	Emily Bronte born, 1818
-07/30	Henry Ford born, 1863
-08/01	Herman Melville born, 1819
-08/03	Lenny Bruce dies of a morphine overdose, 1966
-08/05	Friedrich Engels died, 1895
-08/06	Edsger Wybe Dijkstra died after a long struggle with cancer, 2002
-08/06	Jonathan B. Postel is born in Altadena, California, 1943
-08/08	Dustin Hoffman born in Los Angeles, 1937
-08/12	Thomas Mann's Death, 1955
-08/13	Alfred Hitchcock born, 1899
-08/13	Annie Oakley born, 1860
-08/13	Fidel Castro born, 1926
-08/17	Mae West born, 1892
-08/18	Meriwether Lewis born, 1774
-08/20	Leon Trotsky assassinated, 1940
-08/21	Christopher Robin Milne born, 1920
-08/21	Winnie-the-Pooh (Edward Bear) born (given to Christopher Robin
-		Milne), 1921
-08/23	Gene Kelly born, 1912
-08/27	Lyndon B. Johnson born, 1908
-08/29	Oliver Wendell Holmes born, 1809, physician & father of the jurist
-08/30	John W. Mauchly born, 1907
-09/02	J.R.R. Tolkien died, 1973
-09/05	King Louis XIV of France born, 1638
-09/05	Raquel Welch born, 1942
-09/06	Word is received that Perry has reached the North Pole and died, 1909
-09/07	James Fenimore Cooper born in Burlington, NJ, 1789
-09/07	Queen Elizabeth I of England born, 1533
-09/08	Richard ``the Lionheart'', king of England born in Oxford, 1157
-09/08	Peter Sellers born in Southsea, England, 1925
-09/09	Chinese Communist Party Chairman Mao Tse-Tung dies at age 82, 1976
-09/09	Dennis MacAlistair Ritchie, creator of C, born, 1941
-09/12	Jesse Owens born, 1913
-09/12	Stanislaw Lem born in Lwow, Poland, 1921
-09/13	Walter Reed born, 1851
-09/15	Agatha Christie born in Torquay, England, 1890
-09/16	Allen Funt born in Brooklyn, NY, 1914
-09/17	Ken Kesey born in La Junta, CO, 1935
-09/18	Konstantin Eduardovich Tsiolkovsky born, 1857, father of rocket flight
-09/18	Greta Garbo born, 1905
-09/18	Jimi Hendrix dies from an overdose, 1970
-09/18	Leonhard Euler died in St. Petersburg, 1783
-09/19	President Garfield dies of wounds in Elberon, N.J., 1881
-09/19	Konstantin Eduardovich Tsiolkovsky died, Russian SFSR, 1935
-09/20	Upton (Beall) Sinclair born, 1878
-09/21	H.G. (Herbert George) Wells born in Bromley, England, 1866
-09/21	Louis Joliet born, 1645
-09/22	President Garfield dies of wounds in Baltimore, 1881
-09/23	Augustus (Gaius Octavius) Caesar born in Rome, 63 BC
-09/23	Euripides born in Salamis, Greece, 480 BC
-09/24	F. Scott Fitzgerald born, 1896
-09/26	Johnny Appleseed born, 1774
-09/26	T.S. (Thomas Stearns) Eliot born in St. Louis, 1888
-09/27	Thomas Nast born, 1840
-09/28	Michelangelo Buonarroti born in Caprese, Italy, 1573
-09/28	Pompey (Gnaeus Pompeius Magnus) born in Rome, 106BC
-09/28	Seymour Cray born, 1925
-09/29	Gene Autry born, 1907
-10/01	Jimmy Carter, 39th President of United States, born in Plains, Georgia,
-		1924
-10/02	Aristotle dies of indigestion, 322 BC
-10/02	Mohandas K. Gandhi born at Porbandar, Kathiawad, India, 1869
-10/04	John V. Atanasoff born, 1903
-10/05	Ray Kroc (founder of McDonald's) born, 1902
-10/05	Steve Jobs died at the age of 56, 2011
-10/12	Dennis MacAlistair Ritchie died at the age of 70, 2011
-10/13	Lenny Bruce is born in New York City, 1925
-10/13	Virgil (Publius Vergilius Maro) born near Mantua, Italy, 70 BC
-10/14	Dwight David Eisenhower, 34th President of the United States, born in
-		Denison, Texas, 1890
-10/14	William Penn born in London, 1644
-10/15	Pelham Grenville Wodehouse born, 1881
-10/16	Noah Webster born, 1758
-10/16	Oscar (Fingal O'Flahertie Wills) Wilde born in Dublin, 1854
-10/16	Dr. Jonathan B. Postel dies at age 55, 1998
-10/17	Richard Mentor Johnson born, 1780, 9th V.P. of U.S.
-10/21	Alfred Nobel born in Stockholm, 1833
-10/25	Pablo Picasso born in Malaga, Spain, 1881
-10/27	James Cook is born, 1728
-10/27	Theodore (Teddy) Roosevelt, 26th President of the United States, born
-		New York, New York, 1858
-10/27	Gerald M. Weinberg born, 1933
-10/30	John Adams, 2nd President of the United States, born Quincy,
-		Massachusetts 1735.
-10/31	Chiang Kai-Shek born, 1887
-10/31	Dale Evans born, 1912
-11/01	Joseph Stalin's burial, 1961
-11/02	Daniel Boone born near Reading, PA, 1734
-11/04	King William III of Orange born, 1650
-11/05	Roy Rogers born, 1912
-11/09	Carl Sagan born, 1934
-11/10	Martin Luther born in Eisleben, Germany, 1483
-11/10	Soviet President Leonid Brezhnev dies at age 75, 1982
-11/11	Fyodor Mikhailovich Dostoevsky born in Moscow, Russia, 1821
-11/11	Kurt Vonnegut, Jr, born in Indianapolis, 1922
-11/13	Robert Louis Stevenson born, 1850
-11/13	St. Augustine of Hippo born in Numidia, Algeria, 354
-11/18	Imogene Coca born, 1908
-11/18	William S. Gilbert born, 1836
-11/20	Robert Francis Kennedy (RFK) born in Boston, Massachusetts, 1925
-11/26	Charles Schulz born in Minneapolis, 1922
-11/26	Norbert Wiener born in Columbia, Missouri, 1894
-11/27	Bruce Lee born in San Francisco, 1940
-11/28	Friedrich Engels born, 1820
-11/28	Joe Ossanna died, 1977
-11/29	John Mayall is born in Cheshire, England, 1933
-11/30	Cleopatra died, 30 BC
-11/30	Mark Twain (Samuel Clemens) born in Florida, Missouri, 1835
-12/01	Woody Allen (Allen Stuart Konigsberg) born in Brooklyn, NY, 1935
-12/04	Tommy Bolin dies of a heroin overdose in Miami, 1976
-12/05	Martin Van Buren, 8th President of the United States, born in
-		Kinderhook, New York, 1837
-12/05	Walt (Walter Elias) Disney born in Chicago, 1901
-12/08	Horace (Quintus Horatius Flaccus) born in Venosa (Italy), 65BC
-12/08	James (Grover) Thurber born in Columbus, Ohio, 1894
-12/10	Emily Dickinson born, 1830
-12/12	E.G. Robinson born, 1893
-12/14	George Washington dies, 1799
-12/16	Arthur C. Clarke born in Somerset, England, 1917
-12/17	William Safire (Safir) born, 1929
-12/18	Konrad Zuse died in Hünfeld, 1995
-12/20	Carl Sagan died, 1996
-12/21	Benjamin Disraeli born, 1804
-12/22	Giacomo Puccini born, 1858
-12/22	Joseph Vissarionnovich Djugashvili (Stalin) born, 1879
-12/22	Samuel Beckett dies in Paris, 1989
-12/23	Joseph Smith born, 1805
-12/25	Isaac Newton (Sir) born in Grantham, England, 1642
-12/26	Chas. Babbage born, 1791
-12/28	John von Neumann born, 1903
-12/29	Grigori Yefimovich Rasputin assasinated, 1916
-
-#endif /* !_calendar_birthday_ */
diff --git a/usr.bin/calendar/calendars/calendar.brazilian b/usr.bin/calendar/calendars/calendar.brazilian
deleted file mode 100644
index d847cb3f4034..000000000000
--- a/usr.bin/calendar/calendars/calendar.brazilian
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Brazilian calendar file(s), originally submitted by
- * Renato Tambellini <rtsanch@gmail.com>
- */
-
-#ifndef _calendar_brazilian_
-#define _calendar_brazilian_
-
-#include <pt_BR.ISO8859-1/calendar.all>
-
-#endif
diff --git a/usr.bin/calendar/calendars/calendar.christian b/usr.bin/calendar/calendars/calendar.christian
deleted file mode 100644
index f213594f84cc..000000000000
--- a/usr.bin/calendar/calendars/calendar.christian
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Christian
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_christian_
-#define	_calendar_christian_
-
-01/01	Solemnity of Mary, Mother of God
-01/05	Last (twelfth) day of Christmastide
-01/06	Epiphany
-Easter-47	Shrove Tuesday / Mardi Gras (day before Ash Wednesday)
-Easter-46	Ash Wednesday (First day of Lent)
-Easter-7	Palm Sunday (7 days before Easter)
-Easter-3	Maundy Thursday (3 days before Easter)
-Easter-2	Good Friday (2 days before Easter)
-Easter	Easter Sunday
-Easter+39	Ascension Day (10 days before Pentecost)
-Easter+49	Pentecost (Whitsunday)
-Easter+50	Whitmonday
-Easter+56	Trinity Sunday (7 days after Pentecost)
-Easter+60	Corpus Christi (11 days after Pentecost)
-05/28*	Rogation Sunday
-08/15	Assumption of the Blessed Virgin Mary
-10/18	Feast Day of St. Luke
-11/01	All Saints' Day
-11/SunLast	First Sunday of Advent (4th Sunday before Christmas)
-12/SunFirst	First Sunday of Advent (4th Sunday before Christmas)
-12/06	St. Nicholas' Day
-12/08	Feast of the Immaculate Conception
-12/24	Christmas Eve
-12/25	Christmastide begins: First day of Christmas
-12/26	Second day of Christmas (Boxing Day)
-
-#endif /* !_calendar_christian_ */
diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer
deleted file mode 100644
index 8d6176e25f38..000000000000
--- a/usr.bin/calendar/calendars/calendar.computer
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- * Computer
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_computer_
-#define _calendar_computer_
-
-01/01	AT&T officially divests its local Bell companies, 1984
-01/01	The Epoch (Time 0 for UNIX systems, Midnight GMT, 1970)
-01/03	Apple Computer founded, 1977
-01/08	American Telephone and Telegraph loses antitrust case, 1982
-01/08	Herman Hollerith patents first data processing computer, 1889
-01/08	Justice Dept. drops IBM suit, 1982
-01/10	First CDC 1604 delivered to Navy, 1960
-01/16	Set uid bit patent issued, to Dennis Ritchie, 1979
-01/17	Justice Dept. begins IBM anti-trust suit, 1969 (drops it, January 8, 1982)
-01/24	DG Nova introduced, 1969
-01/25	First U.S. meeting of ALGOL definition committee, 1958
-01/26	EDVAC demonstrated, 1952
-01/31	Hewlett-Packard founded, 1939
-02/11	Last day of JOSS service at RAND Corp., 1966
-02/14	First micro-on-a-chip patented (TI), 1978
-02/15	ENIAC demonstrated, 1946
-03/01	First NPL (later PL/I) report published, 1964
-03/04	First Cray-1 shipped to Los Alamos
-03/09	"GOTO considered harmful" (E.J. Dijkstra) published in CACM, 1968
-03/14	LISP introduced, 1960
-03/28	DEC announces PDP-11, 1970
-03/31	Eckert-Mauchly Computer Corp. founded, Phila, 1946
-04/01	Yourdon, Inc. founded, 1974 (It figures.)
-04/03	IBM 701 introduced, 1953
-04/04	Tandy Corp. acquires Radio Shack, 1963 (9 stores)
-04/07	IBM announces System/360, 1964
-04/09	ENIAC Project begun, 1943
-04/28	Zilog Z-80 introduced, 1976
-05/06	EDSAC demonstrated, 1949
-05/01	First BASIC program run at Dartmouth, 1964
-05/16	First report on SNOBOL distributed (within BTL), 1963
-05/19	UNIX is 10000 days old, 1997
-05/21	DEC announces PDP-8, 1965
-05/22	Ethernet first described, 1973
-05/27	First joint meeting of U.S. and European ALGOL definition cte., 1958
-05/28	First meeting of COBOL definition cte. (eventually CODASYL), 1959
-05/30	Colossus Mark II, 1944
-06/02	First issue of Computerworld, 1967
-06/07	Alan Mathison Turing died, 1954
-06/10	First Apple II shipped, 1977
-06/15	UNIVAC I delivered to the Census Bureau, 1951
-06/16	First publicized programming error at Census Bureau, 1951
-06/23	IBM unbundles software, 1969
-06/23	Alan Mathison Turing born, 1912
-06/30	First advanced degree on computer related topic: to H. Karamanian,
-	Temple Univ., Phila, 1948, for symbolic differentiation on the ENIAC
-07/08	Bell Telephone Co. formed (predecessor of AT&T), 1877
-07/08	CDC incorporated, 1957
-07/FriLast	System Administrator Appreciation Day
-08/14	First Unix-based mallet created, 1954
-08/14	IBM PC announced, 1981
-08/22	CDC 6600 introduced, 1963
-08/23	DEC founded, 1957
-09/15	ACM founded, 1947
-09/20	Harlan Herrick runs first FORTRAN program, 1954
-10/02	First robotics-based CAM, 1939
-10/06	First GPSS manual published, 1961
-10/08	First VisiCalc prototype, 1978
-10/12	Univac gives contract for SIMULA compiler to Nygaard and Dahl, 1962
-10/14	British Computer Society founded, 1957
-10/15	First FORTRAN Programmer's Reference Manual published, 1956
-10/20	Zurich ALGOL report published, 1958
-10/25	DEC announces VAX-11/780, 1977
-11/04	UNIVAC I program predicts Eisenhower victory based on 7% of votes, 1952
-12/08	First Ph.D. awarded by Computer Science Dept, Univ. of Penna, 1965
-
-#endif /* !_calendar_computer_ */
diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian
deleted file mode 100644
index 443122744d3f..000000000000
--- a/usr.bin/calendar/calendars/calendar.croatian
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Croatian calendar files
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_croatian_
-#define _calendar_croatian_
-
-#include <hr_HR.ISO8859-2/calendar.all>
-
-#endif /* !_calendar_croatian_ */
diff --git a/usr.bin/calendar/calendars/calendar.dutch b/usr.bin/calendar/calendars/calendar.dutch
deleted file mode 100644
index 13a456b2ec48..000000000000
--- a/usr.bin/calendar/calendars/calendar.dutch
+++ /dev/null
@@ -1,79 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Edwin Groothuis <edwin@FreeBSD.org>
- */
-
-LANG=nl_NL.ISO8859-15
-Easter=Pasen
-
-/*
- * Feestdagen
- */
-jan/01	Nieuwjaar
-jan/06	Driekoningen
-apr/01	1 april
-apr/27	Koningsdag
-mei/01	Dag van de Arbeid
-mei/04	Dodenherdenking
-mei/05	Bevrijdingsdag
-okt/04	Dierendag
-nov/01	Allerheiligen
-nov/02	Allerzielen
-nov/11	Sint Maarten
-nov/11	Elfde-van-de-elfde
-dec/05	Sinterklaasavond
-dec/15	Koninkrijksdag
-dec/24	Kerstavond
-dec/25	Eerste Kerstdag
-dec/26	Tweede Kerstdag
-dec/28	Feest der Onnozele Kinderen
-dec/31	Oudjaar
-
-/*
- * Pasen gerelateerd
- */
-Pasen-50	Carnaval
-Pasen-49	Carnaval
-Pasen-48	Carnaval
-Pasen-47	Carnaval (Vastenavond)
-Pasen-46	Aswoensdag
-Pasen-7		Palmzondag
-Pasen-3		Witte Donderdag
-Pasen-2		Goede Vrijdag
-Pasen-1		Stille Zaterdag
-Pasen		Eerste Paasdag
-Pasen+1		Tweede Paasdag
-Pasen+39	Hemelvaartsdag
-Pasen+49	Eerste Pinksterdag
-Pasen+50	Tweede Pinksterdag
-Pasen+56	Trinitatis
-
-/*
- * Misc
- */
-mei/SunSecond	Moederdag
-jun/SunThird	Vaderdag
-sep/TueThird	Prinsjesdag
-
-/*
- * Het koningshuis
- */
-jan/19	Prinses Margriet (1943)
-jan/31	Prinses Beatrix (1938)
-feb/17	Prins Willem III (1817 - 1890)
-feb/18	Prinses Christina (1947)
-apr/10	Prinses Ariane (2007)
-apr/19	Prins Hendrik (1876 - 1934)
-apr/27	Koning Willem-Alexander (1967)
-apr/30	Prinses Juliana (1909 - 2004)
-apr/30	Mr. Pieter van Vollenhoven (1939)
-mei/17	Koningin Maxima (1971)
-jun/26	Prinses Alexia (2005)
-jun/29	Prins Bernhard (1911 - 2004)
-aug/05	Prinses Irene (1939)
-aug/31	Prinses Wilhelmina (1880 - 1962)
-sep/06	Prins Claus (1925 - 2002)
-sep/25	Prins Johan Friso (1968 - 2013)
-okt/11	Prins Constantijn (1969)
-dec/07	Kroonprinses Catharina-Amalia (2003)
diff --git a/usr.bin/calendar/calendars/calendar.french b/usr.bin/calendar/calendars/calendar.french
deleted file mode 100644
index 18b4d8ae8a94..000000000000
--- a/usr.bin/calendar/calendars/calendar.french
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * French calendar file(s)
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_french_
-#define _calendar_french_
-
-#include <fr_FR.ISO8859-1/calendar.all>
-
-#endif /* !_calendar_french_ */
diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german
deleted file mode 100644
index 635aef1d5735..000000000000
--- a/usr.bin/calendar/calendars/calendar.german
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * German calendar file(s)
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_german_
-#define _calendar_german_
-
-#include <de_DE.ISO8859-1/calendar.all>
-
-#endif /* !_calendar_german_ */
diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history
deleted file mode 100644
index cba3d7ade3be..000000000000
--- a/usr.bin/calendar/calendars/calendar.history
+++ /dev/null
@@ -1,740 +0,0 @@
-/*
- * History
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_history_
-#define	_calendar_history_
-
-01/01	Anniversary of the Triumph of the Revolution in Cuba
-01/01	Castro expels Cuban President Batista, 1959
-01/01	Churchill delivers his "Iron Curtain" speech, 1947
-01/01	First Rose Bowl; Michigan 49 - Stanford 0, 1902
-01/02	Canada and the United States agree on a plan to preserve
-	Niagara Falls, 1929
-01/03	Benito Mussolini announces he is taking dictatorial powers
-	over Italy, 1925
-01/03	Margaret Thatcher becomes the longest-serving British
-	Prime Minister in the 20th Century, 1988
-01/04	Burma becomes independent from United Kingdom, 1948
-01/04	Quadrantid meteor shower (look north)
-01/05	-50 degrees F, Strawberry UT, 1913
-01/05	The FCC hears the first demonstration of FM radio, 1940
-01/05	Twelfth night
-01/06	Maria Montessori opens her first school in Rome, 1907
-01/07	First transatlantic telephone call, 1927
-01/08	Battle of New Orleans
-01/08	Monaco gains its independence, 1297
-01/09	Plough Monday
-01/10	First meeting of United Nations General Assembly in London, 1946
-01/10	Thomas Paine's Common Sense published, 1776
-01/11	Anniversary of the Peoples Republic of Albania
-01/11	De Hostos' Birthday in Puerto Rico
-01/11	Milk delivered in bottles for first time, 1878
-01/11	Prithvi Jayanti in Nepal
-01/11	Surgeon General condemned cigarettes, 1964
-01/11	The Whiskey-A-Go-Go opens on Sunset Boulevard in Los Angeles, 1963
-01/12	Batman the TV series debuts on ABC, 1966
-01/13	Mickey Mouse comic strip makes its first appearance, 1930
-01/14	The first "Be-In" is held in Golden Gate Park, 1967
-01/15	Angola becomes an independent state, 1975
-01/16	Prohibition begins, 1920
-01/16	The Medici family are made official bankers of the Papacy, 1412
-01/17	Captain James Cook becomes the first explorer to cross the
-	Antarctic Circle, 1773
-01/18	Grey whale migration, California
-01/18	The X-ray machine is exhibited for the first time, 1896
-01/19	The last Volkswagen Beetle made in Germany leaves VW's plant, 1978
-01/20	St. Agnes Eve (Ah, bitter chill it was...)
-01/21	First commercial flight with a Concorde, 1976
-01/22	British colonists reach New Zealand, 1840
-01/23	The Royal Exchange opens in London, 1571
-01/23	The Union of Utrecht forms a Protestant republic in
-	the Netherlands, 1579
-01/24	Eskimo Pie patented by Christian Nelson, 1922
-01/24	Gold discovered in California at Sutter's Mill, 1848
-01/24	Robert Baden-Powell begins the Boy Scout movement, 1908
-01/25	The British Parliament passes the Constitutional Act of 1791 and splits
-	the old province of Quebec into Upper and Lower Canada, 1791
-01/26	Sydney, New South Wales settled, 1788
-01/27	Grissom, White and Chaffe burned to death in Apollo 1, 1967
-01/27	Vietnam War cease-fire signed, 1973
-01/28	First ski tow, Woodstock VT, 1914
-01/28	Space Shuttle Challenger (51-L) explodes 74 seconds after liftoff
-	killing Scobee, Smith, McNair, Resnick, Jarvis, Onizuka and McAuliffe,
-	1986
-01/28	The first locomotive runs from the Atlantic to the Pacific on the
-	Panama Railway, 1855
-01/29	Liliuokalani is proclaimed Queen of Hawaii, the last monarch of
-	Hawaii, 1891
-01/30	Mohandas Gandhi assassinated in New Delhi by Hindu fanatic, 1948
-01/30	Tet Offensive, 1968
-01/31	"Ham" the chimpanzee soars into space aboard Mercury-Redstone 2, 1961
-01/31	Dmitry Mendeleev established optimal alcohol-water mixture ratio
-	in his PhD work on alcohol-water mixtures, 1865
-01/31	Explorer I launched, 1958.  Van Allen Belt discovered
-01/31	Irving Langmuir invented tungsten filament lamp, 1881
-02/01	First TV soap: Secret Storm, 1954
-02/01	Forces led by Khomeini take over Iran, 1979
-02/01	Space Shuttle Columbia (STS-107) disintegrates 15 minutes before landing
-	killing Husband, McCool, Chawla, Clark, Ramon, Brown, and Anderson, 2003
-02/02	Adolf Hitler dissolves the German Parliament, 1933
-02/03	The first commercial cheese factory is founded in Switzerland, 1815
-02/04	Cybernet inaugurated, 1969
-02/04	Patricia Hearst kidnapped by Symbionese Liberation Army, 1974
-02/05	Gamel Abdel Nasser is nominated to be the first president of
-	the United Arab Republic, 1958
-02/06	Signing of the Treaty of Waitangi, founding document of New Zealand, 1840
-02/07	The British Labour Party is formed, 1900
-02/08	1963 Revolution Anniversary in Iraq
-02/09	-51 degrees F, Vanderbilt MI, 1934
-02/09	Gregory XV becomes Pope, the last Pope elected by acclamation, 1621
-02/10	New Delhi becomes the capital of India, 1931
-02/11	Norway's independence is proclaimed, marking the ultimate end of
-	the Kalmar Union, 1814
-02/12	China adopts the Gregorian calendar, 1912
-02/12	Santa Barbara oil leak, 1969
-02/13	France tests its first atomic bomb in Algeria, 1960
-02/14	Bombing of Dresden, 1945
-02/15	Chicago Seven convicted, 1970
-02/16	Nylon patented, 1937
-02/16	Stephen Decatur burns US frigate in Tripoli, 1804
-02/17	The first ship passes through the Suez Canal, 1867
-02/18	Joseph Goebbels delivers the Sportpalast speech, 1943
-02/18	Pluto discovered by Clyde Tombaugh, Lowell Observatory, AZ, 1930
-02/19	Serfdom is abolished in Russia, 1861
-02/19	US Marines land on Iwo Jima, 1945
-02/20	FBI agent Robert Hanssen is arrested and charged with spying for Russia
-	for 15 years, 2001
-02/20	John Glenn orbits the Earth 3 times, 1962
-02/21	Battle of Verdun begins, 1916 1M casualties
-02/21	First telephone directory, New Haven, Connecticut, 1878
-02/21	Malcom X shot to death in Harlem, 1965
-02/22	Start of the Czechoslovak Revolution, 1948
-02/23	Lt. Calley confesses, implicates Cpt. Medina, 1971
-02/24	Impeachment proceedings against Andrew Johnson begin, 1868
-02/25	The Democratic Republic of Georgia occupied by Bolshevist Russia, 1921
-02/26	Final radio broadcast of Dragnet, 1957
-02/27	The Lionheart crowned, 1189
-02/28	The "French Connection" drug bust occurs in Marseilles, 1972
-02/29	French and Indian raid on Deerfield MA, 1704
-03/01	Sarah Goode, Sarah Osborne, and Tituba arrested for witchcraft
-	in Salem, Massachusetts, 1692
-03/01	The city of Rio de Janeiro is founded, 1565
-03/02	Blackthorn winds (New England)
-03/02	Ho Chi Minh is elected the President of North Vietnam, 1946
-03/03	Bulgaria regains its independence from Ottoman Empire, 1878
-03/04	Emile Berliner invents the microphone, 1877
-03/04	First meeting of Congress in N.Y.C., 1789
-03/05	Samuel Colt makes the first production-model revolver, 1836
-03/06	The aspirin is registered as a trademark of Bayer, 1899
-03/07	Mass protest outside the National Assembly of Kuwait building for
-	women's voting rights in Kuwait, 2005
-03/08	The first case of Spanish flu occurs, killing 50 million to 100 million
-	people worldwide, 1918
-03/09	The Barbie doll debuts, 1959
-03/10	Republic of Cote d'Ivoire becomes a colony of France, 1893
-03/11	Ceasefire declared in the war between Iran and Irak, 1988
-03/12	The first bottles of Coca Cola were sold, 1894
-03/13	"Striptease" introduced, Paris, 1894
-03/14	Teddy Roosevelt excludes Japanese laborers from continental US, 1907
-03/14	The kingdom of Cyprus is sold by the ruling Queen to Venice, 1489
-03/15	Buzzards return to Hinckley OH
-03/15	Day of the 1848 revolution in Hungary
-03/15	France assumes protectorate over Vietnam, 1874
-03/15	Watts, Los Angeles, riots kill two, injure 25, 1966
-03/15	Ides of March.  Gaius Julius Caesar assassinated by senators,
-	including adoptive son Marcus Junius Brutus Caepio, 44BC
-03/15	Julius Caesar, Dictator of the Roman Republic, is stabbed to death by
-	several senators, 44BC
-03/15	Watts, Los Angeles, riots kill two, injure 25, 1966
-03/16	Largest coordinated worldwide vigil against the Iraq War, 2003
-03/16	MyLai Massacre; 300 non-combatant villagers killed by US infantrymen
-03/16	Robert Goddard launches first liquid-fueled rocket, Auburn MA, 1926
-03/17	Invention of the rubber band, 1845
-03/17	Ukrainian Nationalist Republic declared, 1917
-03/17	Vanguard I launched, 1958.  Earth proved pear-shaped
-03/18	Aleksei Leonov performs first spacewalk, 1965
-03/18	In the Pyramid of Cheops a 4.400 year old mummy is found, 1989
-03/19	Swallows return to Capistrano
-03/20	Radio Caroline, the original British pirate radio station, sinks, 1980
-03/21	Henry V becomes the king of England, 1413
-03/22	First motion picture displayed by Auguste and Louis Lumière, 1895
-03/22	World Day for Water
-03/23	The first Islamic republic in the world is Pakistan, 1956
-03/24	Construction of New York subway system begins, 1900
-03/25	The first Bed-In for Peace by John Lennon and Yoko Ono, 1969
-03/25	Triangle Shirt Waist Fire, 1911
-03/26	Popeye statue unveiled, Crystal City TX Spinach Festival, 1937
-03/26	The driving test is introduced, in the United Kingdom, 1934
-03/27	Khrushchev becomes Premier of Soviet Union, 1958
-03/28	Three Mile Island releases radioactive gas, 1979
-03/29	Swedish settled Christiana (Wilmington) DE, 1638
-03/29	The Republic of Ireland bans smoking in all work places, 2004
-03/30	Alaska purchased from Russia for $7.2 million, 1867
-03/30	Five rings around Uranus discovered, 1977
-03/30	Pencil with eraser patented, 1858
-03/31	The Eiffel Tower is inaugurated, 1889
-04/01	People of superb intelligence, savoir-faire, etc. born this day.
-04/02	Haile Selassie is proclaimed emperor of Ethiopia, 1930
-04/03	First publication of the newspaper La Gazzetta dello Sport, 1896
-04/04	Martin Luther King assassinated in Memphis, Tennessee, 1968
-04/04	NATO established, 1949
-04/05	Pocahontas marries English colonist John Rolfe in Virginia, 1614
-04/06	Joseph Smith founds Mormon Church, 1830
-04/07	Alewives run, Cape Cod
-04/08	Matthew Flinders and Nicolas Baudin meet in Encounter Bay, 1802
-04/08	The Venus de Milo is found on the island of Melos, 1820
-04/09	Lee surrenders to Grant at Appomattox Courthouse, 1865
-04/09	The first public exhibition of art opens in Paris, 1667
-04/10	The Belfast Agreement is signed, on Good Friday, 1998
-04/11	The Shogunate is abolished in Japan, 1868
-04/12	Confederate troops fire first shots of Civil War at Ft Sumter, 1861
-04/12	Great Britain adopts the Union Jack as their national flag, 1606
-04/12	Space Shuttle Columbia launched, 1981
-04/12	Yuri Gagarin becomes the first man in space, 1961
-04/13	Laotian New Year (3 days) in Laos
-04/14	US President Abraham Lincoln shot in Ford's Theatre by John Wilkes Booth, 1865
-04/14	Titanic hits iceberg and sinks, 1912
-04/15	Insulin first becomes generally available for use by diabetics, 1923
-04/15	US President Abraham Lincoln dies, 1865
-04/15	Ray Kroc opens first McDonalds in Des Plaines, IL, 1955
-04/16	Syria becomes an independent Republic, 1946
-04/17	Bay of Pigs invasion crushed by Castro forces, 1961
-04/18	Albert Einstein dies, 1955
-04/18	First Laundromat opens, Fort Worth Texas, 1934
-04/18	San Francisco earthquake, 1906
-04/18	The League of Nations is dissolved after 27 years, 1946
-04/19	Landing of the "33" in Uruguay
-04/19	Warsaw Ghetto uprising, 1943
-04/20	In Bulgaria, the April Uprising takes place, 1876
-04/20	Supreme Court unanimously rules in favor of busing, 1971
-04/21	Lyrid meteor shower
-04/21	Rome is founded by Romulus and Remus, 753 BC
-04/22	Portuguese navigator Pedro Alvares Cabral becomes the first European to
-	sight Brazil, 1500
-04/22	The first Earth Day is celebrated, 1970
-04/22	Vladimir Ilich Ulyanov, called Lenin, Russian political leader, born in Simbirsk, 1870
-04/23	Bavarian co-rulers Duke Wilhelm IV and Duke Ludwig X proclaimed the
-	weighty and consequential Bavarian Beer Purity Law
-	(later Reinheitsgebot), 1516
-04/23	Hank Aaron hits his first home run, 1954
-04/24	The Greek enter Troy with the Trojan Horse, 1184BC
-04/25	Integrated circuit patented by Robert Noyce, 1961
-04/26	William Shakespeare baptized in Stratford-on-Avon, England, 1564,
-	birthdate less certain
-04/27	Magellan killed in Philippines, 1521
-04/28	President of France, Charles de Gaulle resigns, 1969
-04/29	Zipper patented by Gideon Sindback, 1913
-04/30	Adolf Hitler and Eva Braun commit suicide, 1945
-05/01	Beltaine; Feast of the god Bel, sun god
-05/01	Adam Weishaupt founded the Illuminati of Bavaria, 1776
-05/02	The first modern sighting of the Loch Ness monster is reported, 1933
-05/03	Anti-war protest disrupts business in Washington, 1971
-05/03	Jamaica is spotted by Christopher Columbus, 1494
-05/04	Christopher Columbus sets foot on Jamaica, 1494
-05/04	Four Kent State students are shot down by the National Guard, 1970
-05/05	John Scopes arrested for teaching evolution, Dayton, TN, 1925
-05/05	Kublai Khan becomes ruler of the Mongol Empire, 1260
-05/06	Hindenburg explodes and burns upon landing at Lakehurst, NJ, 1937
-05/07	Germany surrenders after World War II, 1945
-05/08	Beginning of ostrich mating season
-05/08	Herbert Akroyd Stuart patented the first "diesel" engine, 1890
-05/08	US institutes mining of Haiphong Harbor, 1972
-05/09	94 degrees, New York, 1979
-05/09	The first parliament of Australia opens in Melbourne, 1901
-05/10	Germany invades Low Countries, 1940
-05/10	Nazi bookburning, 1933
-05/11	Thailand is no longer known as Siam, 1949
-05/12	Tunisia becomes a French protectorate, 1881
-05/13	Dutch statesman Johan van Oldenbarnevelt is executed in The Hague after
-	having been accused of treason, 1619
-05/14	Beginning of Lewis and Clark Expedition, 1804
-05/14	Nation of Israel proclaimed, 1948
-05/15	Asylum for Inebriates founded, Binghamton NY, 1854
-05/15	The civil war in Finland ends, 1918
-05/16	Root beer invented by Charles Elmer Hires, 1866
-05/17	24" rain in 11 hours, Pearl River, S. China, 1982
-05/17	Six SLA members killed in televised gun fight, 1974
-05/18	Battle of Las Piedras in Uruguay
-05/18	Napoleon crowned Emperor, 1804
-05/19	The Legion d'Honneur is founded by Napoleon Bonaparte, 1802
-05/20	The first modern atlas issued by Abraham Ortelius, 1570
-05/21	Battle of Iquique in Chile
-05/21	US explodes first hydrogen bomb, 1956
-05/22	The transporting of British convicts to the New South Wales colony,
-	is abolished, 1840
-05/22	US Civil War ends, 1865
-05/23	Israeli raid into Argentina to capture Adolf Eichmann, 1960
-05/23	Two Yetis sighted, Mt. Everest, 1953
-05/23	Federal Republic of Germany founded, 1949
-05/24	Battle of Pinchincha in Ecuador
-05/25	Oral Roberts sees 900 foot tall Jesus Christ, Tulsa OK, 1980
-05/25	Successful test of the limelight in Purfleet, England, 1830
-05/26	Congress sets first immigration quotas, 1924
-05/26	John Calvin and his followers are expelled from Geneva, 1538
-05/27	Golden Gate Bridge opens, 1937
-05/27	The pop-up toaster patented by Charles Strite, 1919
-05/28	Alan Turing submits On Computable Numbers for publication, 1936
-05/29	Edmund Hillary and Tenzing Norkay climb Mt. Everest, 1953
-05/29	First food stamps issued, 1961
-05/30	US Marines sent to Nicaragua, 1912
-05/30	Beginning of the civil war over Biafra, 1967
-05/31	Yom Kippur War comes to an end by the signing of a disengagement
-	agreement by Syria and Israel, 1974
-06/01	In a referendum the Dutch reject the European Constitution, 2005
-06/02	Denmark rejects the Maastricht Treaty in a close-call referendum, 1992
-06/02	Native Americans "granted" citizenship, 1924
-06/03	Edward White becomes the first American to perform a "Space Walk", 1965
-06/03	Last Star Trek episode first aired ("Turnabout Intruder"), 1969
-06/04	Roquefort cheese developed, 1070
-06/05	Robert Kennedy assassinated, 1968
-06/05	Titus and his Roman legions breach the middle wall of Jerusalem, 70
-06/05	US leaves the Gold Standard, 1933
-06/06	First drive-in movie, 1933
-06/06	Normandy landing, 1944
-06/07	The first act of civil disobedience by Gandhi, 1893
-06/08	The Canadian Parliament meets for the first time in Ottawa, 1866
-06/09	The Roman Emperor Nero commits suicide, 68
-06/10	Death of Alexander the Great, 323 B.C.
-06/10	Denver police tear gas Jethro Tull and 2000 fans at Red Rocks, 1971
-06/11	Greeks seize Troy, 1184BC
-06/12	Nelson Mandela is sentenced to life in prison, 1964
-06/13	Much of Vancouver, British Columbia, is devastated by a fire, 1886
-06/13	Pioneer flies past Neptune, and therefore out of the Solar System
-06/14	Sandpaper invented by I. Fischer, Jr., 1834
-06/15	Ben Franklin's kite experiment, 1752
-06/15	Magna Carta signed, 1215
-06/15	Series of photographs by Edward Muggeridge prove to Leland Stanford
-	that all the hooves of a horse are off the ground during the gallop,
-	1878
-06/16	"The Blues Brothers" premieres in Chicago, 1980
-06/16	Henry Ford launched the Ford Motor Company, 1903
-06/17	China explodes its first Hydrogen bomb, 1967
-06/17	Watergate Democratic National Committee break-in, 1972
-06/18	Winston Churchill delivers his "Finest Hour" speech, 1940
-06/19	Julius and Ethel Rosenberg are executed in Sing-Sing prison, 1953
-06/19	Lizzie Bordon acquitted, 1893
-06/20	Victoria crowned, 1837
-06/21	Berlin airlift begins, 1948
-06/21	Sun rises over Heelstone at Stonehenge
-06/22	Civil rights workers disappear in Mississippi, 1964
-06/22	The June Days Uprising in Paris begins, 1848
-06/23	Harriet, Darwin's turtle died at the age of 176 years, 2006
-06/23	Slavery abolished in England, 1772
-06/24	Senate repeals Gulf of Tonkin resolution, 1970
-06/24	The capital of Jamaica, Kingston, is founded, 1664
-06/25	Custer's Last Stand at Little Big Horn, 1876
-06/25	North Korea invades South Korea, 1950
-06/26	Battle of Gettysburg, 1863
-06/26	St. Lawrence Seaway dedicated by Eisenhower & Queen Elizabeth II, 1959
-06/26	Toothbrush invented, 1498
-06/27	100 degrees, Fort Yukon, 1915
-06/27	Bill Graham closes the Fillmore East, 1971
-06/27	The world's first ATM is installed in Enfield, London, 1967
-06/28	Archduke Franz Ferdinand of Austria assassinated in Sarajevo,
-	marking the beginning of World War I, 1914
-06/28	Supreme Court decides in favor of Allan Bakke, 1978
-06/28	World War I ended with the signing of the Treaty of Versailles, 1919
-06/29	The Seychelles gains independence from the United Kingdom, 1976
-06/30	"That" explosion in Siberia at 7:17 local time, 1908
-06/30	Albert Einstein publishes his theory of special relativity, 1905
-06/30	China and Soviet Union announce split over ideology, 1960
-07/01	Battle of Gettysburg begins, 1863
-07/01	Hong Kong becomes a special administrative region of the People's
-	Republic of China, 1997
-07/01	The first day on the Somme marked the beginning of the
-	Battle of the Somme, 1916
-07/01	Warsaw Pact officially dissolved, 1991
-07/02	Vermont abolishes slavery, as the first state, 1777
-07/03	Dog days begin
-07/04	Battles of Vicksburg and Gettysburg won by Union forces, 1863
-07/04	Cloudy, 76 degrees, Philadelphia PA, 1776
-07/04	New York abstains on Declaration of Independence vote, 1776
-07/04	Thoreau enters woods, 1845
-07/05	Bikini demonstrated for the first time, 1946
-07/06	First `talkie' (talking motion picture) premiere in New York, 1928
-07/06	Lawrence of Arabia captures Aqaba, 1917
-07/07	First radio broadcast of "Dragnet", 1949
-07/07	Terrorists detonate four bombs on London public transport, 2005
-07/08	A UFO is believed to have crashed near Roswell, New Mexico, 1947
-07/08	First public reading of the Declaration of Independence, 1776
-07/08	Liberty Bell cracks while being rung at funeral of John Marshall, 1835
-07/09	10-hour working day set by law, NH, 1847
-07/09	The African Union gets established, 2002
-07/10	134 degrees in Death Valley, 1913
-07/10	Most of London gets burned down in a severe fire, 1212
-07/11	Mongolia gains independence from China, 1921
-07/12	Minimum wages established: 40 cents/hour, 1933
-07/13	Women first compete in Olympic games, 1908
-07/14	Storming of the Bastille by the citizens of Paris, 1789
-07/15	First item sold via Amazon.com, 1995
-07/16	Detonation of the first atomic bomb at Alamagordo, NM, 1945
-07/16	End of the civil war in Rwanda, 1994
-07/17	Disneyland opens, 1955
-07/18	"Mein Kampf" is published, 1925
-07/18	Ty Cobb gets 4000th base hit, 1927
-07/19	Five Massachusetts women executed for witchcraft, 1692
-07/19	France declares war on Prussia, marking the beginning of the
-	Franco-Prussian war, 1870
-07/20	Armstrong and Aldrin land on moon, 1969
-07/20	Ford Motor Company ships their car, 1903
-07/21	First Train Robbery, Jesse James gets $3000 near Adair, Iowa, 1873
-07/21	Vietnam divided at 17th parallel, 1954
-07/22	Wiley Post becomes the first person to fly around the world, 1933
-07/23	Ice cream cone introduced, St. Louis MO, 1904
-07/24	Scopes Monkey Trial, 1925
-07/25	First test-tube baby born, 1978
-07/26	Potsdam Declaration signed, 1945
-07/27	The last Citroen 2CV made, 1990
-07/28	Potato introduced in Europe by Sir Thomas Harriot, 1586
-07/29	Inauguration of the Arc de Triomphe in Paris, 1836
-07/30	"In God We Trust" made US motto, 1956
-07/30	Elvis Presley performs for the first time in public, 1954
-07/31	First U.S. patent issued, 1790
-07/31	Harry S. Truman dedicates N.Y. Int'l Airport @ Idlewild Field, 1948,
-	later JFK
-08/01	Lughnasa; Feast of the god Lugh, a 30 day Celtic feast centers on
-	this day
-08/02	Hitler becomes the Fuehrer of Germany, 1934
-08/03	Columbus sets sail for Cathay, 1492
-08/03	USS Nautilus crosses under north polar ice cap, 1958
-08/04	Axe murder of Andrew and Abbey Borden, 1892
-08/04	Bombing of N. Vietnam begins, 1964
-08/04	Britain declares war on Germany starting World War I, 1914
-08/05	Nelson Mandela is jailed, 1962
-08/06	Atomic bomb dropped on Hiroshima, 1945
-08/06	Caricom in Barbados
-08/06	Cy Young pitches first game, 1890
-08/07	Jack the Ripper makes his first kill, 1888
-08/08	Montenegro declares war on Germany, 1914
-08/08	Richard Nixon resigns the US presidency, 1974
-08/08	The Great Train Robbery -- $7,368,000, 1963
-08/09	Helter Skelter... the Charles Manson murders take place, 1969
-08/09	Persia defeats Spartan King Leonidas at Thermopylae, 480 BC
-08/09	US/Canada border defined in the Webster-Ashburton Treaty, 1842
-08/09	Atomic bomb dropped on Nagasaki, 1945
-08/09	Singapore secedes from Malaysia, 1965
-08/10	Chicago incorporated as a village of 300 people, 1833
-08/10	Major terrorist plot to destroy aircraft disrupted by
-	Scotland Yard, 2006
-08/10	US and Panama agree to transfer the canal in the year 2000, 1977
-08/11	Dog days end
-08/11	France Ends War in Indochina, 1954
-08/11	Perseid meteor shower (look north; three days)
-08/12	Cleopatra commits suicide, 30BC
-08/12	First test flight of Space Shuttle "Enterprise" from 747, 1977
-08/12	Last US ground troops out of Vietnam, 1972
-08/13	Berlin wall erected, 1961
-08/13	Li'l Abner debut, 1934
-08/14	France introduces motor vehicle registration, 1893
-08/14	Social Security begins in US, 1935
-08/15	Gandhi's movement obtains independence for Pakistan and India, 1947
-08/15	Hurricane hits Plymouth Plantation, 1635
-08/16	Roller Coaster patented, 1898
-08/17	First public bath opened in N.Y., 1891
-08/17	Indonesian Declaration of Independence, 1945
-08/18	Anti-Cigarette League of America formed
-08/18	Power blackout on Java, Indonesia, affects almost
-	100 million people, 2005
-08/19	Air Force cargo plane snares payload from Discoverer 14 spy satellite,
-	marking start of practical military reconnaissance from space, 1960
-08/19	Gail Borden patents condensed milk, 1856
-08/20	First commercial radio station airs in Detroit, Michigan, 1920
-08/21	Louvre employee steals the "Mona Lisa", 1911
-08/22	Death of King Richard III, 1485, Last of the Plantagenets
-08/22	Joe Walker sets X-15 all time altitude mark (67 miles), 1963
-08/22	St. Columbia reports seeing monster in Loch Ness, 565
-08/23	Sacco and Vanzetti executed, 1927
-08/24	"Alice's Restaurant" premieres in New York and Los Angeles, 1969
-08/24	-126.9 F at Vostok, Antarctica, 1960
-08/24	British troops burn Washington, 1814
-08/25	General de Gaulle leads French forces into Paris, 1944
-08/26	19th amendment of US constitution gives women the vote, 1920
-08/26	Women get the vote, 1920
-08/27	"Tarzan of the Apes" published, 1912
-08/27	Krakatoa, Java explodes with a force of 1,300 megatons, 1883
-08/28	Henry Hudson discovers Delaware Bay, 1609
-08/28	Martin Luther King leads over 200,000 in civil rights rally in Washington, DC, 1963
-08/29	Michael Faraday discovers electromagnetic induction, 1831
-08/29	Star in Cygnus goes nova and becomes 4th brightest in sky, 1975;
-	Nova Cygni 1975.
-08/30	75 cents a pound tariff set on opium, 1842
-08/30	Japan Stationery Co. sells first felt-tipped pen, 1960
-08/30	St. Rose of Lima in Peru
-08/30	Washington-to-Moscow hot line connected, 1963
-08/31	269 people killed after Korean Airlines 747 shot down by USSR, 1983
-08/31	Mary Anne Nichols becomes Jack the Ripper's first victim, 1888
-08/31	Non-aggression pact signed by USSR and Afghanistan, 1926
-08/31	Federation of Malaya gains independence from Great Britain, 1957
-08/31	Independent union "Solidarnosc" born, Gdansk, 1980
-09/01	Bobby Fischer defeats Boris Spassky in World Chess Match, 1972
-09/01	Joshua A. Norton proclaims himself 'Emperor Norton I', 1859
-09/02	Great Britain adopts Gregorian Calendar, 1752
-09/02	Japan signs unconditional surrender on US battleship `Missouri', 1945
-09/03	Richard ``the Lionheart'' crowned king of England, 1189
-09/03	Anniversary of the Founding of the Republic in San Marino
-09/04	Napoleon III is deposed and the Third Republic is declared, 1870
-09/05	US President Kennedy orders resumption of underground nuclear tests, 1961
-09/05	St. Gotthard Tunnel opens in Switzerland, 1980
-09/05	The first Continental Congress was convened in Philadelphia, 1774
-09/06	149 Pilgrims set forth from England aboard the Mayflower, 1620
-09/06	First Star Trek episode (The Man Trap) aired 1966
-09/06	US President McKinley shot, 1901
-09/06	Somhlolo in Swaziland
-09/07	Brazil declares its independence from Portugal, 1822
-09/08	"Star Trek" debuts on NBC (1966)
-09/08	Jack the Ripper kills again, Annie Chapman is second victim, 1888
-09/08	US President Ford pardons Richard M. Nixon, 1974
-09/09	California becomes the 31st state of the USA, 1850
-09/09	John Herschel takes the first glass plate photograph, 1839
-09/09	United Colonies is renamed the United States, 1776
-09/10	Mountain Meadows Massacre.  Mormons kill Gentile wagon train, 1857
-09/11	CIA-sponsored terrorists overthrow Chilean government, murder President Allende, 1973
-09/11	Terrorists destroy World Trade Center in New York, 2001
-09/11	World Wide Fund (WWF) founded, 1961
-09/12	German paratroopers rescue Mussolini from captivity in Rome, 1943
-09/12	Germany annexes Sudetenland, 1938
-09/13	58 °C (136.4 °F) measured at el Azizia, Libya, 1922
-09/13	British defeat the French at the Plains of Abraham, just outside the walls of Quebec City, 1759
-09/13	Building of Hadrian's Wall begun, 122
-09/13	Chiang Kai-Shek becomes president of China, 1943
-09/14	Benjamin Franklin is sent to France as an American minister, 1778
-09/14	Salem, Massachusetts, is founded, 1629
-09/14	The US Selective Service Act establishes the first peacetime draft, 1940
-09/15	Soviet Premier Nikita Khrushchev begins his 13 day tour of the US, 1959
-09/15	The US Foreign Affairs Dept. becomes the US State Department, 1789
-09/15	The Nazis adopt a new national flag with the swastika, 1935
-09/16	General Motors is founded, 1908
-09/16	The village of Shawmut, Massachusetts, becomes the city of Boston, 1630
-09/16	Malaya, Sabah, Sarawak and Singapore unite to become Malaysia, 1963
-09/17	Battle of Antietam, 1862
-09/17	Joshua A. Norton proclaims himself 'Emperor Norton I', 1859
-09/18	Victory of Uprona in Burundi
-09/19	New Zealand women get the right to vote, 1893
-09/19	Walt Disney releases Steamboat Willie, 1928
-09/20	Equal Rights Party nominates Belva Lockwood for US President, 1884
-09/20	First meeting of the American Association for the Advancement of
-	Science, 1848
-09/20	First meeting of the US National Research Council, 1916
-09/20	Magellan leaves Spain on the first Round the World passage, 1519
-09/20	The Roxy Theater opens in Hollywood, 1973
-09/21	J. R. R. Tolkien's The Hobbit is published, 1937
-09/22	US President Lincoln issues the Emancipation Proclamation, 1862
-09/22	Special prosecutor Leon Jeworski subpoenas US President Nixon, 1974
-09/22	The first Soviet atomic bomb explodes, 1949
-09/23	Philippine President Ferdinand Marcos declares martial law, 1972
-09/23	The New York Knickerbockers becomes the first US Baseball club, 1845
-09/23	US Vice President Nixon denies campaign fund fraud with his "Checkers" speech, 1952
-09/24	The Netherlands surrenders New Amsterdam to England, 1664
-09/25	Battle of Stamford Bridge marks the end of the Viking era, 1066
-09/25	Sandra Day O'Connor becomes first woman on US Supreme Court, 1981
-09/26	Concorde makes its first non-stop crossing of the Atlantic, 1973
-09/27	The first passenger was hauled in a locomotive in England, 1825
-09/28	"Pilgrim's Progress" published, 1678
-09/28	A Greek soldier runs 26+ miles after the Persian defeat at Marathon,
-	490BC
-09/30	Red Jack kills 2, Elizabeth Stride (#3) and Catherine Eddowes (#4),
-	1888
-09/30	The first tooth is extracted under anesthesia in Charleston, Mass, 1846
-09/30	The verdicts of the Nuremberg trials are announced, 1946
-10/01	Austria issues the world's first postcards, 1869
-10/01	NASA officially begins operations, 1958
-10/02	Jacques Cartier discovers Montreal, Quebec, 1535
-10/02	Thurgood Marshall sworn as the first black Supreme Court Justice, 1967
-10/03	O. J. Simpson is found not guilty of murder, 1995
-10/04	Crimean war begins, 1853
-10/04	First space vehicle, Sputnik I, launched, 1957
-10/05	Portugal declares itself a republic, 1910
-10/06	Antioch College is the first public school to admit men and women, 1853
-10/06	Egyptian President Anwar es-Sadat is assassinated in Cairo, 1981
-10/06	Israel is attacked by the alliance of Egypt and Syria, 1973
-10/07	Foundation of the German Democratic Republic (GDR or DDR), 1949
-10/07	Georgia Tech. beats Cumberland Univ. 222-0, 1916
-10/07	Maryland Governor Marvin Mandel sent to prison on fraud charges, 1977
-10/07	Mother Teresa of Calcutta awarded the Nobel Peace Prize, 1979
-10/07	Police stop Wilbur Mills car, Fanne Fox jumps into water, 1974
-10/08	Great Chicago Fire, 1871
-10/08	San Marino adopts its written constitution, 1600
-10/09	First two-way telephone conversation, 1876
-10/10	Beginning of the Wars for Independence in Cuba
-10/10	Foundation of the Workers Party in North Korea
-10/10	Mercury at Superior Conjunction with Sun.  Moves into night sky. (1984)
-10/10	Spiro T. Agnew resigns as Vice-President due to income tax fraud, 1973
-10/11	"Saturday Night Live" premiers on NBC-TV, 1975
-10/11	The Gang of Four are arrested in Peking, 1976
-10/11	The first steam powered ferry ran between New York and Hoboken, 1811
-10/11	The second Vatican Ecumenical Council opens in Rome, 1962
-10/11	First broadcast of Saturday Night Live, 1975
-10/12	Bahama Natives discover Columbus of Europe lost on their shores, 1492
-10/12	Bavarian Crown Prince Ludwig married Princess Therese of
-	Saxony-Hildburghausen, Oktoberfest, 1810
-10/12	Khrushchev pounds his desk with shoe during a speech to the UN, 1960
-10/12	Man O'War's last race, 1920
-10/12	Native Americans discover Columbus of Europe lost on their shores, 1492
-10/13	Italy declares war on Germany, 1943
-10/13	US Navy born, 1775, authorized by the Second Continental Congress
-10/14	Battle of Hastings won by William the Conqueror and the Normans, 1066
-10/14	Chuck Yeager breaks sound barrier, 1947
-10/15	Edison Electric Light Company begins operation, 1878
-10/15	First draft card burned, 1965
-10/16	The Walt Disney Company is founded by Walt Disney
-	and his brother, Roy Disney, 1923
-10/17	Al Capone convicted of income tax evasion, 1931
-10/18	Soviets announce their probe took photos of the Moon's far side, 1959
-10/18	The Grand Ole Opry opens its doors, 1925
-10/19	Boston Shoemakers form first American labor organization, 1648
-10/19	Mao Tse-tung establishes the People's Republic of China, 1949
-10/19	Napoleon's beaten army begins the long retreat from Moscow, 1812
-10/20	"Saturday Night Massacre", 1973
-10/20	OPEC embargo, 1973
-10/21	Edison makes the first practical incandescent lamp, 1879
-10/21	Guggenheim Museum opens, 1959
-10/22	Laos gains independence from France, 1953
-10/23	Battle of Leyte Gulf begins, 1944
-10/23	Day of the 1956 revolution in Hungary
-10/23	Earth created at 6:30 AM, 4004BC.
-10/23	South African troops invade Angola in support of UNITA and FNLA, 1975
-10/23	Swallows leave Capistrano
-10/24	Founding of the United Nations, 1945
-10/25	The UN removes Taiwan and admits the People's Republic of China, 1971
-10/26	UN's World Health Organization declares smallpox eradicated, 1978
-10/27	New York's Boss Tweed is arrested on fraud charges, 1871
-10/27	The first New York Subway is opened, 1904
-10/27	Stock markets around the world crash because of fears of
-	a global economic meltdown, 1997
-10/28	Columbus discovers Cuba, 1492
-10/28	Constantine's army defeats forces of Maxentius at Mulvian Bridge, 312
-10/28	Harvard was founded in Massachusetts, 1636
-10/28	Statue of Liberty was dedicated on Bedloe's Island, 1886
-10/29	Leibniz makes the first use of the "long s" for integral, 1675
-10/29	Stock Market Crash, 1929
-10/30	Communist Party of Australia founded in Sydney, 1920
-10/30	Orson Welles' "War of the Worlds" broadcast, 1938
-10/31	First hydrogen bomb blasts Enewetak, 1952
-10/31	Luther nails 95 Theses to door of Castle Church, Wittenberg, 1517
-11/01	Austria-Hungary become two separate nations, 1918
-11/01	Puerto Rican nationalists try to kill Truman at the Blair House, 1950
-11/02	Luftwaffe completes 57 consecutive nights of bombing of London, 1940
-11/02	Two Frenchmen make the first free hot air balloon flight, 1783
-11/03	Beef rises to 3 cents a pound, IL, 1837
-11/03	Linus Pauling wins Nobel Chemistry Prize, 1954
-11/03	Sputnik II launched, 1957, bearing space dog Laika
-11/04	Iranian militants seize US embassy personnel in Teheran, 1979
-11/04	Soviet forces crush the anti-communist revolt in Hungary, 1956
-11/05	Guy Fawkes' Plot, 1605
-11/06	Anniversary of the October Socialist Revolution (2 days) in U.S.S.R.
-11/07	Abolitionist newspaperman Elijah P. Lovejoy murdered by mob, 1837
-11/07	Lewis and Clark Expedition in sight of the Pacific Ocean, 1805
-11/08	Invasion of Sweden by Danish forces results in the
-	Stockholm Bloodbath, 1520
-11/09	Blackout of New York, New England, and Eastern Canada, 1965
-11/09	Giant panda discovered (?!), China, 1927
-11/09	Jack the Ripper kills fifth and final victim, Jane Kelly, 1888
-11/09	Margaret Sanger forms American Birth Control League, 1921
-11/09	Roosevelt establishes the Civil Works Administration, 1933
-11/10	41 Women arrested in suffragette demonstrations near White House, 1917
-11/10	Cpt. Wirz, commandant of Andersonville Prison hanged, 1865
-11/10	Henry Stanley asks David Livingstone, "Dr. Livingstone, I presume?", 1871
-11/11	First broadcast of Sesame Street, 1970
-11/11	Washington becomes the 42nd state, 1889
-11/12	Dr. Sun Yat-sen's Birthday in Taiwan
-11/12	USA first exports oil to Europe, 1861
-11/13	St. Brice's Day massacre by order of Ethelred, king of England, 1002
-11/14	Czechoslovakia becomes a republic, 1918
-11/14	Quarter Pounder price raised from $0.53 to $0.55 in violation of Nixon
-	price controls (but okayed by Price Commission after formal request
-	from McDonald's), 1971
-11/15	First assembly of the League of Nations is held in Geneva, 1920
-11/15	Niagara Falls power plant startup, 1896
-11/16	Opening of the Suez Canal, 1869
-11/16	Albert Hofmann synthesizes LSD in Switzerland, 1938
-11/17	46,000 meteoroids fall over AZ in 20 minutes, 1966
-11/17	Elizabeth I of England succeeds Queen Mary I of England, 1558
-11/17	Richard Nixon says "I am not a crook.", 1973
-11/18	First hydrogen bomb blasts Enewetok, 1952
-11/18	Local standard time zones established for US, 1883
-11/19	Gettysburg Address delivered, 1863
-11/19	Samuel Goldwyn and Edgar Selwyn establish Goldwyn Company, 1916
-11/20	Nuremberg Trials against 24 Nazi war criminals begin, 1945
-11/21	Announcement of 18 1/2 minute gap on Watergate tape, 1973
-11/21	Birmingham Pub Bombings by the IRA kill 21 people, 1974
-11/22	John F. Kennedy is assassinated in Dallas, Texas, 1963
-11/22	Kennedy shot in Dallas, Texas by Lee Harvey Oswald, 1963
-11/23	First broadcast of Dr. Who (longest running TV series), 1963
-11/23	The first edition of Life is published. 1936
-11/24	Alleged assassin Lee Harvey Oswald is killed by
-	Jack Ruby in Dallas, Texas, 1963
-11/24	Lee Harvey Oswald killed by Jack Ruby, 1963
-11/25	Alfred Nobel invents dynamite, 1867
-11/26	Last flight ever with a Concorde made over Bristol, UK, 2003
-11/27	Alfred Nobel establishes Nobel Prize, 1895
-11/27	Friction match invented by englishman John Walker, Sweden, 1826
-11/27	Hoosac Railroad Tunnel completed, 1873, in NW Massachusetts
-11/28	Albania declares its independence from the Ottoman Empire, 1912
-11/29	King Tut's tomb opened, 1922
-12/01	First national corn-husking championship, Alleman IA, 1924
-12/01	Ford Motor Company introduces the first moving assembly line, 1913
-12/01	Martin Luther King Jr., leads black boycott of Montgomery buses, 1955
-12/01	Rosa Parks refuses to move to back of the bus (Montgomery, AL), 1953
-12/02	Napoleon III becomes Emperor of the French, 1852
-12/03	First neon light display, Paris, 1910
-12/03	First successful human heart transplant led by Dr. Barnard, 1967
-12/03	The Montreux Casino burns down during a Frank Zappa concert, 1971
-12/04	People's Republic of China adopts its current constitution, 1982
-12/04	Washington takes leave of his officers at Fraunce's Tavern, NYC, 1783
-12/05	End of Prohibition, 1933 (at least the alcohol part)
-12/05	Phi Beta Kappa founded, 1776
-12/05	The Eighteenth Amendment repealed, ending Prohibition, 1933
-12/06	London becomes the world's first city with motorised cabs, 1897
-12/07	Japan bombs Pearl Harbor, 1941
-12/08	Japan enters Second World War with invasion of Pantai Sabak, Kelantan, 1941
-12/08	Romanian Constitution is adopted in a referendum, 1991
-12/09	Ball-bearing roller skates patented, 1884
-12/10	Metric system established in France, 1799
-12/10	Nobel Peace Prize awarded each year
-12/11	The British Parliament enacts the Statute of Westminster, 1931
-12/12	First wireless message sent across Atlantic by Marconi, 1901
-12/13	Apollo 17 leaves the moon, with "last" men to walk on moon aboard, 1972
-12/13	Dartmouth College chartered, 1769
-12/13	Geminid meteor shower (look south)
-12/14	Portugal joins the United Nations, 1955
-12/15	Argo Merchant oil spill, 1976
-12/15	Bill of Rights adopted, 1791
-12/15	James Naismith invents basketball, Canada, 1891
-12/15	Sitting Bull shot in head while submitting to arrest, 1890
-12/16	Pokemon episode (Electric Soldier Porygon) triggers attacks of
-	photosensitive epilepsy in hundreds of Japanese children, 1997
-12/17	Charles Dickens' A Christmas Carol is first published, 1843
-12/18	Indonesia invades Netherlands New Guinea, 1961
-12/19	Hitler becomes Supreme Commander-in-Chief of the
-	German Army, 1941
-12/20	Cheka founded, 1917
-12/20	US buys ~1,000,000 sq. miles of Louisiana for ~$20/sq.mi.
-12/21	Charles de Gaulle is elected President of France, 1958
-12/21	Phileas Fogg completes his trip around the world in less than 80 days
-12/21	Women gain the right to vote in South Australia, 1894
-12/21	Women gain the right to hold political office in South Australia, 1894
-12/22	First freight train is operated in Roorkee in India, 1851
-12/23	The transistor is first demonstrated at Bell Laboratories, 1947
-12/24	Hong Kong falls to the Japanese Imperial Army, 1941
-12/24	KKK formed in Pulaski, Tenn, 1865
-12/25	Christmas Island founded and named by Captain William Mynors, 1643
-12/26	DPMA founded, 1951
-12/27	APT report published, 1956
-12/27	Ether first used as anesthetic in childbirth, 1845
-12/28	Comet Kohoutek at perihelion, 1973
-12/28	Proclamation of the Province of South Australia, 1836
-12/28	Spain recognizes independence of Mexico, 1836
-12/29	Battle of Wounded knee, 1890
-12/29	Edison receives patent for Radio, 1891
-12/30	First Los Angeles freeway dedicated, 1940
-12/30	Israel and the Vatican establish diplomatic relations, 1993
-12/30	Soviet Ukrainian Republic declared, 1917
-12/31	St. Sylvester in Switzerland
-12/31	First supersonic commercial flight by Tu-144, 1968
-12/31	Windows tax in England, 1695
-12/31	Winterland closes its doors, 1978
-
-#endif /* !_calendar_history_ */
diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday
deleted file mode 100644
index 36ede6394a64..000000000000
--- a/usr.bin/calendar/calendars/calendar.holiday
+++ /dev/null
@@ -1,563 +0,0 @@
-/*
- * Holiday
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_holiday_
-#define _calendar_holiday_
-
-01/01	Beginning of the Year in Japan
-01/01	Independence Day in Haiti and Sudan
-01/01	Universal Fraternity Day in Mozambique
-01/02	Ancestry Day in Haiti
-01/02	St. Berchtold's Day in Switzerland
-01/03	New Year's Holiday in Scotland
-01/03	Revolution Day in Upper Volta
-01/04	Independence Day in Burma
-01/04	Martyrs Day in Zaire
-01/06	Children's Day in Uruguay
-01/06	Three Kings' Day in Puerto Rico
-01/07	Christmas in Ethiopia
-01/07	Pioneer's Day in Liberia
-01/09	Day of the Martyrs in Panama
-01/11	Armed Forces Day in Liberia
-01/12	Zanzibar Revolution Day in Tanzania
-01/13	National Liberation Day in Togo
-01/15	Arbor Day in Jordan
-01/16	Martyrs Day in Benin
-01/18	Revolution Day in Tunisia
-01/19	Confederate Heroes Day in Texas
-01/19	Ethiopian Epiphany in Ethiopia
-01/19	Nameday of Archbishop Makarios in Cyprus
-01/20	Army Day in Mali
-01/20	National Heroes Day in Guinea-Bissau
-01/21	Our Lady of Altagracia in Dominican Republic
-01/23	Feast of St. Ildefonsus
-01/23	US National Handwriting Day
-01/24	Economic Liberation Day in Togo
-01/26	Republic Day in India
-01/MonSecond	Adults Day in Japan
-01/MonThird	Lee-Jackson Day in Virginia (3rd Monday)
-01/MonThird	Robert E. Lee's Birthday in Alabama & Mississippi (3rd Monday)
-01/MonThird	Martin Luther King Day in New York (3rd Monday)
-02/01	Chinese New Year Holiday (3 days) in Taiwan
-02/02	Candlemas
-02/04	Independence Commemoration Day in Sri Lanka
-02/05	Constitution Day in Mexico
-02/06	New Zealand Day
-02/07	Independence Day in Grenada
-02/09	St. Maron's Day in Lebanon
-02/10	Feast of St. Paul's Shipwreck, AD 60
-02/11	National Foundation Day in Japan
-02/12	Pyidaungsa Day in Burma
-02/16	Makha Bucha Day in Thailand
-02/18	Democracy Day in Nepal
-02/18	Independence Day in The Gambia
-02/23	Republic Day in Guyana
-02/24	Gregorian Calendar Day
-02/25	National Day in Kuwait
-02/27	Independence Day in Dominican Republic
-03/01	Samil Independence Movement Day in South Korea
-03/01	St. David's Day - Patron Saint of Wales
-03/02	Peasants Day in Burma
-03/02	Texas Independence day
-03/02	Victory of Adowa in Ethiopia
-03/03	Throne Day in Morocco
-03/03	Independence day (Treaty of San Stefano) in Bulgaria
-03/04	Vermont Admission Day (admitted as 14th US state in 1791)
-03/05	Independence Day in Equatorial Guinea
-03/06	Lantern Day, Bejing
-03/08	First Annual International Women's Day, 1909
-03/08	International Women's Day in former USSR
-03/08	Syrian National Day in Libyan Arab Republic
-03/08	Women's Day in Guinea-Bissau, Taiwan and Yemen Democratic Republic
-03/08	Youth Day in Zambia
-03/09	Decoration Day in Liberia
-03/09	Falgun Purnima Day in Nepal
-03/10	Labor Day in South Korea
-03/11	Johnny Appleseed Day; anniversary of the death of John Chapman
-03/12	Commonwealth Day in Swaziland
-03/12	Independence Day in Mauritius
-03/12	Moshoeshoe's Birthday in Lesotho
-03/12	Renovation Day in Gabon
-03/13	National Day in Grenada
-03/16	Black Press Day; first US Black newspaper founded in 1827
-03/17	Evacuation Day in Suffolk County, Massachusetts
-03/17	St. Patrick's Day - one of the Patron Saints of Ireland
-03/19	St. Joseph's Day, observed in Colombia, Costa Rica, Holy See,
-	Liechtenstein,	San Marino, Spain, Venezuela
-03/19	Tree Planting Day in Lestho
-03/20	Independence Day in Tunisia
-03/20	Youth Day in Oklahoma
-03/20*	Vernal Equinox in Japan
-03/21	Afghan New Year in Afghanistan
-03/21	Juarez' Birthday in Mexico
-03/21*	Vernal Equinox in Japan
-03/22	Abolition Day in Puerto Rico
-03/23	Pakistan Day in Pakistan
-03/25	Greek Independence Day in Cyprus
-03/25	Lady Day (a.k.a. the Feast of the Annunciation)
-03/25	Maryland Day in Maryland
-03/25	National Holiday in Greece
-03/26	Independence Day in Bangladesh
-03/26	Prince Jonah Kuhio Kalanianaole Day in Hawaii
-03/27	Armed Forces Day in Burma
-03/29	Death of President Barthelemy Boganda in Central African Republic, 1959
-03/29	Memorial Day in Madagascar
-03/31	National Day in Malta
-03/MonLast	Seward's Day in Alaska (last Monday)
-04/01	Youth Day in Benin
-04/02	Malvinas Day in Argentina
-04/02	Pascua Florida Day in Florida
-04/04	Ching Ming Festival in Hong Kong
-04/04	Liberation Day in Hungary
-04/04	National Day in Senegal
-04/05	Arbor Day in South Korea
-04/05	Tomb Sweeping Day in Taiwan
-04/06	Chakri Memorial Day in Thailand
-04/06	Victory Day in Ethiopia
-04/08	Fast and Prayer Day in Liberia
-04/09	Martyrs Day in Tunisia
-04/11	National Heroes Day in Costa Rica
-04/13	National Day in Chad
-04/13	Songkron Day in Thailand
-04/14	Day of the Americas in Honduras
-04/15	Bengali New Year in Bangladesh
-04/16	De Diego's Birthday celebrated in Puerto Rico
-04/16	Holy Week (5 days) in Venezuela
-04/16	Tourist Week (5 days) in Uruguay
-04/17	Burmese New Year in Burma
-04/18	Independence Day in Chile and Zimbabwe
-04/19	Declaration of Independence in Venezuela
-04/19	Republic Day in Sierra Leone
-04/21	San Jacinto Day in Texas
-04/21	Tiradentes in Brazil
-04/22	Arbor Day in Nebraska & Delaware
-04/22	Oklahoma Day in Oklahoma
-04/23	St. George's Day - Patron Saint of England
-04/24	Victory Day in Togo
-04/25	Anniversary of the Revolution in Portugal
-04/25	Anzac Day, observed in Australia, New Zealand, Tonga and Western Samoa
-04/25	Liberation Day in Italy
-04/25	National Flag Day in Swaziland
-04/26	Confederate Memorial Day in Florida & Georgia
-04/26	Union Day in Tanzania
-04/27	Independence Day in Togo
-04/27	King's Birthday in the Netherlands, the Netherlands Antilles
-04/29	Showa Day in Japan
-04/30	The Workers Day in Uruguay
-04/MonLast	Arbor Day in Wyoming (last Monday)
-04/MonLast	Confederate Memorial Day in Alabama & Mississippi (last Monday)
-04/MonThird	Patriot's Day in Maine & Massachusetts (3rd Monday)
-05/01	Labor Day in many places in the USA
-05/01	May Day in many places
-05/01	US Law Day (decl. by Eisenhower)
-05/02	King's Birthday in Lesotho
-05/03	Constitution Memorial Day in Japan
-05/04	Greenery Day in Japan
-05/04	Rhode Island Independence Day
-05/05	Battle of Puebla in Mexico
-05/05	Children's Day in Japan and South Korea
-05/05	Coronation Day in Thailand
-05/05	Liberation Day in the Netherlands
-05/06	Bataan Day in Philippines
-05/06*	Bank Holiday in UK
-05/07	May Day in United Kingdom
-05/08	Buddha's Birthday in South Korea
-05/08	Elections for the National Assembly in Philippines
-05/08	Truman Day in Missouri
-05/09	VE day, end of Second World War, celebrated in many countries
-05/10	Confederate Memorial Day in South Carolina
-05/10	Mothers Day in Guatemala
-05/11	Minnesota Day in Minnesota
-05/14	Anniversary of the Founding of Guinean Democratic Party in Guinea
-05/14	Buddhist Holiday (Waisak 2528) in Indonesia
-05/14	Independence Day (2 days) in Paraguay
-05/14	Unification Day in Liberia
-05/15	Kamuzu Day in Malawi
-05/15	Vesak Day, observed in Singapore and Malaysia
-05/15	Visakha Bucha Day in Thailand
-05/16	Discovery Day in Cayman Islands
-05/17	Constitution Day in Nauru and Norway
-05/18	Flag Day in Haiti
-05/18	Prayer Day in Denmark
-05/19	Youth and Sports Day in Turkey
-05/20	Mecklenburg Independence Day in North Carolina
-05/20	National Day in Cameroon
-05/20	Victoria Day in Canada
-05/22	National Heroes Day in Sri Lanka
-05/23	Commonwealth Day in Jamaica and Belize
-05/23	National Labor Day in Jamaica
-05/24	Bermuda Day in Bermuda
-05/24	Day of Slav Letters in Bulgaria
-05/25	African Freedom Day in Zimbabwe
-05/25	African Liberation Day in Chad, Mauritania and Zambia
-05/25	Anniversary of the Revolution of 1810 in Argentina
-05/25	Independence Day in Jordan
-05/25	Memorial Day in New Mexico & Puerto Rico
-05/25	Revolution in the Sudan in Libyan Arab Republic
-05/27	Afghanistan attains sovereignty, 1921
-05/27*	Bank Holiday in UK
-05/28	Mothers Day in Central African Republic
-05/31	Pya Martyrs Day in Togo
-05/MonThird	Memorial Day in Michigan (3rd Monday)
-06/01	Independence Days (3 days) in Western Samoa
-06/01	Madaraka Day in Kenya
-06/01	Victory Day in Tunisia
-06/02	Corpus Christi in Paraguay
-06/03	Confederate Memorial Day in Kentucky & Louisiana
-06/03	Labor Day in Bahamas
-06/03*	Bank Holiday in Rep. of Ireland
-06/04	Emancipation Day in Tonga
-06/04	Queen's Birthday in New Zealand
-06/05	Constitution Day in Denmark
-06/05	Liberation Day in Seychelles
-06/06	His Majesty, Yang Di-Pertuan Agong's Birthday in Malaysia
-06/06	Memorial Day in South Korea
-06/09	Senior Citizen's Day in Oklahoma
-06/10	Camoes Day in Portugal
-06/11	King Kamehameha I Day in Hawaii
-06/11	Queen's Birthday
-06/12	Independence Day in Philippines
-06/12	Peace with Bolivia in Paraguay
-06/13	Corrective Movement in Yemen Arab Republic
-06/14	Flag Day, USA
-06/16	Bloomsday - Anniversary of Dublin events, 1904, in "Ulysses"
-06/17	Bunker Hill Day in Suffolk County, Massachusetts
-06/17	Independence Day in Iceland
-06/18	Evacuation Day in Egypt
-06/18	Queen's Birthday in Fiji
-06/19	Artigas Birthday in Uruguay
-06/19	Emancipation Day in Texas
-06/19	Labor Day in Trinidad and Tobago
-06/19	Revolution Day in Algeria
-06/20	Flag Day in Argentina
-06/20	West Virginia Day in West Virginia
-06/22	Corrective Movement in Yemen Democratic Republic
-06/22	Midsummer Eve in Finland, Sweden
-06/22	National Sovereignty Day in Haiti
-06/23	National Holiday in Luxembourg
-06/24	Battle of Carabobob in Venezuela
-06/24	Fisherman's Day in Madagascar, Mozambique and Somalia
-06/24	Kings Day in Spain
-06/24	Peasants Day in Peru
-06/24	St. Jean-Baptiste Day in Quebec
-06/28	Mothers Day in Central African Republic
-06/29	Independence Day in Seychelles
-06/30	Day of the Army in Guatemala
-06/MonFirst	Jefferson Davis's Birthday in Alabama & Mississippi (1st Monday)
-06/MonFirst	Jefferson Davis's Birthday in Florida, Georgia, & S. Carolina
-07/01	Canada Day
-07/01	Freedom Day in Suriname
-07/01	Independence Day in Burundi
-07/01	National Day in Rwanda
-07/01	Republic Day in Ghana
-07/01	Union of the Somalia Republic in Somalia
-07/02	National Day in Kiribati
-07/04	Caribbean Day in Guyana
-07/04	Constitution Day in Cayman Islands
-07/04	Family Day in Lesotho
-07/04	Heroes Day in Zambia
-07/04	Kadooment Day in Barbados
-07/04	Philippine-American Friendship Day in the Philippines
-07/04	Warriors Day (2 days) in Yugoslavia
-07/05	Day of Peace and Unity in Rwanda
-07/05	Independence Day in Algeria and Venezuela
-07/07	Anniversary of the P.U.N. in Equatorial Guinea
-07/07	National Day in Malawi
-07/07	Saba Saba Day in Tanzania
-07/09	Independence Day in Argentina
-07/10	Independence Day in Bahamas
-07/11	National Holiday in the Mongolian People's Republic
-07/12	Battle of Boyne celebrated in Northern Ireland
-07/13	Buddhist Lent in Thailand
-07/14	Anniversary of the Revolution in Iraq
-07/14	French National Festival
-07/14	National Holiday in Monaco
-07/15	St. Swithin's Day
-07/16	Presidents Day in Botswana
-07/17	Constitution Day in South Korea
-07/17	July Revolution in Iraq
-07/17	Munoz Rivera's Birthday (celebrated in Puerto Rico)
-07/17	Public Holiday in Botswana
-07/18	Constitution Day in Uruguay
-07/18	Liberation Day in Nicaragua
-07/19	Martyrs Day in Burma
-07/20	Independence Day in Colombia
-07/21	National Holiday in Belgium
-07/22	King's Birthday in Swaziland
-07/22	National Day in Poland
-07/23	Anniversary of the Revolution in Egypt
-07/23	Egyptian National Day in Syrian Arab Republic
-07/23	Remembrance Day in Papua New Guinea
-07/24	Pioneer Day in Utah
-07/24	Simon Bolivar's Day in Ecuador and Venezuela
-07/25	Constitution Day in Puerto Rico
-07/25	National Rebellion Day (3 days) in Cuba
-07/25	Republic Day in Tunisia
-07/25	St. James, Patron Saint in Spain
-07/26	Independence Day in Liberia
-07/26	National Day in Maldives
-07/27	Barbosa's Birthday (celebrated in Puerto Rico)
-07/28	Independence Days (2 days) in Peru
-07/29	Olsok Eve in Norway to commemorate Norway's Viking King St. Olav
-07/29	Rain Day in Waynesburg, PA
-07/31	Revolution Day in Congo
-07/MonThird	Day of Sea in Japan
-08/01	Discovery Day in Trinidad and Tobago
-08/01	Emancipation Day in Granada
-08/01	Founding of Asuncion in Paraguay
-08/01	Freedom Day in Guyana
-08/01	National Day in Switzerland
-08/01	National Holidays (5 days) in El Salvador
-08/01	Parent's Day in Zaire
-08/02	Our Lady of Los Angeles in Costa Rica
-08/03	Independence Day in Jamaica and Niger
-08/03	Massacre of the Pidjiguiti in Guinea-Bissau
-08/03	Memorial Day of Archbishop Makarios in Cyprus
-08/04	Freedom Day in Guyana
-08/05*	Bank Holiday in Scotland and Northern Ireland
-08/06	Bank Holiday in British Columbia, Fiji, Iceland, Ireland, Ontario
-08/06	Emancipation Day in Bahamas
-08/06	Independence Day in Bolivia
-08/07	Battle of Boyaca in Colombia
-08/09	National Day in Singapore
-08/10	Independence Day in Ecuador
-08/11	Heroes Day (2 days) in Zimbabwe
-08/11	Independence Day in Chad
-08/11	King Hussein's Accession to the Throne in Jordan
-08/12	Queen's Birthday in Thailand
-08/13	Proclamation of Independence in Central African Republic
-08/13	Women's Day in Tunisia
-08/14	Independence Day in Pakistan
-08/14	Waddi Dhahab in Morocco
-08/15	VJ Day, 1945
-08/15	Founding of Ascuncion in Paraguay
-08/15	Independence Day in India
-08/15	Liberation Day in South Korea
-08/15	National Day in Congo
-08/15	Santa Maria in Malta
-08/16	Bennington Battle Day in Vermont
-08/16	Independence Days (3 days) in Gabon
-08/16	Restoration Day in Dominican Republic
-08/17	Anniversary of the Death of General San Martin in Argentina
-08/17	Independence Day in Indonesia
-08/19	Independence Day in Afghanistan
-08/20	Constitution Day in Hungary
-08/24	National Flag Day in Liberia
-08/25	Constitution Day in Paraguay
-08/25	Independence Day in Uruguay
-08/26	Susan B. Anthony Day in Massachusetts
-08/26*	Bank Holiday in England and Wales
-08/MonLast	Liberation Day in Hong Kong
-08/28	Heroes Day in Philippines
-08/30	Huey P. Long Day in Louisiana
-08/30	Victory Day in Turkey
-08/31	Independence Day (Merdeka) in Malaysia
-08/31	Independence Day in Trinidad and Tobago
-08/31	Pashtunistan Day in Afghanistan
-08/FriThird	Admission Day in Hawaii, 1959 (3rd Friday)
-09/01	Army Day in Chile
-09/03	Independence Day in Qatar
-09/03	Memorial Day in Tunisia
-09/06	Defense of Pakistan Day in Pakistan
-09/06	Unification of Bulgaria
-09/07	Independence Day in Brazil
-09/09	Admission Day in California
-09/09	National Day in North Korea
-09/10	Korean Thanksgiving Day (Chusuk) in South Korea
-09/10	Moon Festival in Taiwan
-09/10	National Day in Belize
-09/11	Anniversary of military coup in Chile
-09/11	Ethiopian New Year in Ethiopia
-09/11	National Holiday in Chile
-09/12	Amilcar Cabral's Birthday in Guinea-Bissau
-09/12	Defender's Day in Maryland
-09/12	Revolution Day in Ethiopia
-09/13	Barry Day commemorates the death of Commodore John Barry, USA
-09/14	Battle of San Jacinto in Nicaragua
-09/15	Foundation of Panama in Panama
-09/16	Cherokee Strip Day in Oklahoma
-09/16	Independence Days in Mexico and Papua New Guinea
-09/17	National Heroes Day in Angola
-09/18	Independence Day in Chile and Zimbabwe
-09/19	Army Day in Chile
-09/21	Independence Day in Belize
-09/22	Independence Day in Mali
-09/22	National Sovereignty Day in Haiti
-09/22*	Autumnal Equinox in Japan
-09/23	Grito de Lares in Puerto Rico
-09/23*	Autumnal Equinox in Japan
-09/24	Anniversary of the Third Republic in Ghana
-09/24	Independence Day in Guinea-Bissau
-09/24	National Day in Saudi Arabia
-09/24	Our Lady of Mercedes in Dominican Republic
-09/24	Republic Day in Trinidad and Tobago
-09/25	Army Day in Mozambique
-09/25	Referendum Day in Rwanda
-09/26	National Day in Maldives
-09/26	Revolution Anniversary Day in Yemen
-09/27	Feast of Finding the True Cross in Ethiopia
-09/28	Confucius' Day in Taiwan
-09/29	Michaelmas
-09/29	Battle of Boqueron in Paraguay
-09/30	Botswana Day in Botswana
-09/MonThird	Respect for the Aged Day in Japan
-10/01	Armed Forces Day in South Korea
-10/01	Independence Day in Nigeria
-10/01	National Liberation Day (2 days) in China
-10/01	Public Holiday in Botswana
-10/02	Anniversary of Guinean Independence in Guinea
-10/03	Chung Yeung Festival in Hong Kong
-10/03	Francisco Morazan's Birthday in Honduras
-10/03	German Reunification Day
-10/03	National Foundation Day in South Korea
-10/03	U.N. Day in Barbados
-10/04	Independence Day in Lesotho
-10/05	Anniversary of Proclamation of the Republic in Portugal
-10/06	National Sports Day in Lesotho
-10/07	National Heroes Day in Jamaica
-10/08	Battle of Agamos in Peru
-10/08	Constitution Day in former USSR
-10/08	Thanksgiving Day in Canada
-10/08*	Fiji Day
-10/09	Independence Day in Uganda
-10/09	Independence of Guayaquil in Ecuador
-10/09	Korean Alphabet Day in South Korea
-10/09	Leif Erikson Day commemorates the discovery of North America in AD 1000
-10/09	Republic Day in Khmer Republic
-10/10	National Day in Taiwan
-10/10	Oklahoma Historical Day in Oklahoma
-10/11	Day of the Revolution in Panama
-10/12	Day of the Race in Argentina
-10/12	Discovery Day in Bahamas
-10/12	National Day in Equatorial Guinea and Spain
-10/12	Our Lady Aparecida Day in Brazil
-10/12	Pan American Day in Belize
-10/14	National Day in Yemen Arab Republic
-10/14	Young People's Day in Zaire
-10/14*	Thanksgiving Day in Canada
-10/15	Evacuation Day in Tunisia
-10/16	National Boss Day, USA
-10/17	Dessaline's Death Anniversary in Haiti
-10/17	Heroes Day in Jamaica
-10/17	Mother's Day in Malawi
-10/20	Anniversary of the 1944 Revolution in Guatemala
-10/20	Kenyatta Day in Kenya
-10/21	Armed Forces Day in Honduras
-10/21	Revolution Days (2 days) in Somalia
-10/23	King Chulalongkorn Day in Thailand
-10/24	Independence Day in Zambia
-10/24	United Nations Day
-10/25	Taiwan Restoration Day in Taiwan
-10/25	St. Crispin's day, patron saint of shoemakers
-10/26	Agam Day in Nauru
-10/26	Armed Forces Day in Benin and Rwanda
-10/26	National Day in Austria
-10/28	National Holiday in Greece
-10/28	OHI Day in Cyprus
-10/28*	Bank Holiday in Republic of Ireland
-10/29	Republic Day in Turkey
-10/31	All Hallows Eve ("Halloween")
-10/31	Nevada Day in Nevada
-10/MonFourth	Labour Day in New Zealand
-10/MonSecond	Health Sports Day in Japan
-11/01	All Saints Day
-11/01	Samhain; Beginning of the Celtic year and most important holiday.
-11/02	All Souls Day
-11/02	Memorial Day in Ecuador
-11/03	Culture Day in Japan
-11/03	Independence from Columbia in Panama
-11/03	Independence of Cuenca in Ecuador
-11/03	Thanksgiving Day in Liberia
-11/04	Flag Day in Panama
-11/04	Will Rogers Day, USA
-11/06	Green March Day in Morocco
-11/07	October Revolution Day in Hungary
-11/08	Her Majesty, the Queen's Birthday in Nepal
-11/10	King's Birthday in Bhutan
-11/11	Angola gains independence from Portugal, 1975
-11/11	Independence Day in Angola
-11/11	Independence of Cartagena in Colombia
-11/11	Remembrance Day in Canada
-11/11	Republic Day in Maldives
-11/14	King Hussein's Birthday in Jordan
-11/15	Dynasty Day in Belgium
-11/15	Proclamation of the Republic in Brazil
-11/15	Thatlouang Festival in Laos
-11/16	Oklahoma Heritage Week in Oklahoma
-11/17	Army Day in Zaire
-11/17	Corrective Movement in Syrian Arab Republic
-11/18	Battle of Viertieres in Haiti
-11/18	Independence Day in Morocco
-11/18	National Days (4 days) in Oman
-11/19	Anniversary of the 1968 Coup by the Army in Mali
-11/19	Discovery Day in Puerto Rico
-11/19	Feast Day of S.A.S. Prince Rainier in Monaco
-11/19	Garifuna Settlement in Belize
-11/20	Revolution Day in Mexico
-11/22	Anniversary of Portuguese Aggression in Guinea
-11/22	Independence Day in Lebanon
-11/23	Labor Thanksgiving Day in Japan
-11/24	Anniversary of the New Regime in Zaire
-11/25	Independence Day in Suriname
-11/28	Independence Day in Albania and Mauritania
-11/28	Independence from Spain in Panama
-11/28	Proclamation of the Republic in Chad
-11/29	Day of the Republic (2 days) in Yugoslavia
-11/29	Goodwill Day in Liberia
-11/29	Liberation Day in Albania
-11/29	National Day in Burma
-11/30	Independence Day in Barbados and Yemen Democratic Republic
-11/30	National Day in Benin
-11/30	National Heroes Day in Philippines
-11/30	St. Andrew's Day - Patron Saint of Scotland
-11/Wed+3	Day of Prayer and Repentance (Buss- und Bettag) in Federal Republic of Germany
-12/01	Anniversary of the Restoration of Independence in Portugal
-12/01	Union Day in Romania
-12/01	Independence Day in Central African Republic
-12/01	World AIDS Day
-12/02	National Holiday in United Arab Emirates
-12/03	National Holiday in Laos
-12/05	King's Birthday in Thailand
-12/06	Independence Day in Finland
-12/07	Delaware Day in Delaware
-12/07	Independence Day in Ivory Coast
-12/07	Independence Day in Panama
-12/08	Blessing of the Water in Uruguay
-12/08	Mother's Day in Panama
-12/08	Our Lady of the Cacupe in Paraguay
-12/09	Independence Day in Tanzania
-12/10	Foundation of Worker's Party in Angola
-12/10	Human Rights Day
-12/10	Thai Constitution Day in Thailand
-12/10	Wyoming Day in Wyoming
-12/11	Independence Day in Upper Volta
-12/12	Independence Day in Kenya
-12/13	Republic Day in Malta
-12/15	Statue Day in the Netherlands Antilles
-12/16	Constitution Day in Nepal
-12/16	National Day in Bahrain
-12/16	Victory Day in Bangladesh
-12/17	National Day in Bhutan
-12/18	Republic Day in Niger
-12/23	Emperor's Birthday in Japan
-12/23	Victory Day in Egypt
-12/25	Birthday of Quaid-i-Azam in Pakistan
-12/25	Children's Day in Congo
-12/26	Boxing Day
-12/26	Feast of Our Theotokos in Greece
-12/26	St. Stephen's Day
-12/26	Bank Holiday in Canada, Rep. of Ireland, and UK
-12/27	Bank Holiday in Cayman Islands
-12/27	Constitution Day in North Korea
-12/27	Public Holiday in Lesotho, Zimbabwe
-12/29	Civic Holidays (3 days) in Costa Rica
-12/29	His Majesty, the King's Birthday in Nepal
-12/30	Anniversary of the Democratic Republic of Madagascar in Madagascar
-12/31	Bank Holiday in El Salvador, Honduras, Pakistan
-12/31	Feed Yourself Day in Benin
-12/31	Proclamation of the Republic in Congo
-
-#endif /* !_calendar_holiday_ */
diff --git a/usr.bin/calendar/calendars/calendar.hungarian b/usr.bin/calendar/calendars/calendar.hungarian
deleted file mode 100644
index 1b29dfaf2f46..000000000000
--- a/usr.bin/calendar/calendars/calendar.hungarian
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Hungarian calendar file(s)
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_hungarian_
-#define _calendar_hungarian_
-
-#include <hu_HU.ISO8859-2/calendar.all>
-
-#endif /* !_calendar_hungarian_ */
diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic
deleted file mode 100644
index 9b1b7bb0d413..000000000000
--- a/usr.bin/calendar/calendars/calendar.judaic
+++ /dev/null
@@ -1,824 +0,0 @@
-/*
- * Judaic Calendar.
- *
- * $FreeBSD$
- *
- */
-
-#ifndef _calendar_judaic_
-#define _calendar_judaic_
-
-/*
- * The calendar below has been obtained from the port deskutils/hebcal
- * for the year of 2018 to 2027 and for the city of New York.
- */
-
-
-2018/1/17*	Rosh Chodesh Sh'vat
-2018/1/31*	Tu BiShvat
-2018/2/10*	Shabbat Shekalim
-2018/2/15*	Rosh Chodesh Adar
-2018/2/16*	Rosh Chodesh Adar
-2018/2/24*	Shabbat Zachor
-2018/2/28*	Ta'anit Esther
-2018/2/28*	Erev Purim
-2018/3/1*	Purim
-2018/3/2*	Shushan Purim
-2018/3/10*	Shabbat Parah
-2018/3/17*	Rosh Chodesh Nisan
-2018/3/17*	Shabbat HaChodesh
-2018/3/24*	Shabbat HaGadol
-2018/3/30*	Ta'anit Bechorot
-2018/3/30*	Erev Pesach
-2018/3/31*	Pesach I
-2018/4/1*	Pesach II
-2018/4/2*	Pesach III (CH''M)
-2018/4/3*	Pesach IV (CH''M)
-2018/4/4*	Pesach V (CH''M)
-2018/4/5*	Pesach VI (CH''M)
-2018/4/6*	Pesach VII
-2018/4/7*	Pesach VIII
-2018/4/12*	Yom HaShoah
-2018/4/15*	Rosh Chodesh Iyyar
-2018/4/16*	Rosh Chodesh Iyyar
-2018/4/18*	Yom HaZikaron
-2018/4/19*	Yom HaAtzma'ut
-2018/4/29*	Pesach Sheni
-2018/5/3*	Lag BaOmer
-2018/5/13*	Yom Yerushalayim
-2018/5/15*	Rosh Chodesh Sivan
-2018/5/19*	Erev Shavuot
-2018/5/20*	Shavuot I
-2018/5/21*	Shavuot II
-2018/6/13*	Rosh Chodesh Tamuz
-2018/6/14*	Rosh Chodesh Tamuz
-2018/7/1*	Tzom Tammuz
-2018/7/13*	Rosh Chodesh Av
-2018/7/21*	Shabbat Chazon
-2018/7/21*	Erev Tish'a B'Av
-2018/7/22*	Tish'a B'Av
-2018/7/27*	Tu B'Av
-2018/7/28*	Shabbat Nachamu
-2018/8/11*	Rosh Chodesh Elul
-2018/8/12*	Rosh Chodesh Elul
-2018/9/1*	Leil Selichot
-2018/9/9*	Erev Rosh Hashana
-2018/9/10*	Rosh Hashana 5779
-2018/9/11*	Rosh Hashana II
-2018/9/12*	Tzom Gedaliah
-2018/9/15*	Shabbat Shuva
-2018/9/18*	Erev Yom Kippur
-2018/9/19*	Yom Kippur
-2018/9/23*	Erev Sukkot
-2018/9/24*	Sukkot I
-2018/9/25*	Sukkot II
-2018/9/26*	Sukkot III (CH''M)
-2018/9/27*	Sukkot IV (CH''M)
-2018/9/28*	Sukkot V (CH''M)
-2018/9/29*	Sukkot VI (CH''M)
-2018/9/30*	Sukkot VII (Hoshana Raba)
-2018/10/1*	Shmini Atzeret
-2018/10/2*	Simchat Torah
-2018/10/9*	Rosh Chodesh Cheshvan
-2018/10/10*	Rosh Chodesh Cheshvan
-2018/10/16*	Yom HaAliyah
-2018/11/7*	Sigd
-2018/11/8*	Rosh Chodesh Kislev
-2018/11/9*	Rosh Chodesh Kislev
-2018/12/2*	Chanukah: 1 Candle
-2018/12/3*	Chanukah: 2 Candles
-2018/12/4*	Chanukah: 3 Candles
-2018/12/5*	Chanukah: 4 Candles
-2018/12/6*	Chanukah: 5 Candles
-2018/12/7*	Chanukah: 6 Candles
-2018/12/8*	Rosh Chodesh Tevet
-2018/12/8*	Chanukah: 7 Candles
-2018/12/9*	Rosh Chodesh Tevet
-2018/12/9*	Chanukah: 8 Candles
-2018/12/10*	Chanukah: 8th Day
-2018/12/18*	Asara B'Tevet
-2019/1/7*	Rosh Chodesh Sh'vat
-2019/1/21*	Tu BiShvat
-2019/2/5*	Rosh Chodesh Adar I
-2019/2/6*	Rosh Chodesh Adar I
-2019/2/19*	Purim Katan
-2019/3/2*	Shabbat Shekalim
-2019/3/7*	Rosh Chodesh Adar II
-2019/3/8*	Rosh Chodesh Adar II
-2019/3/16*	Shabbat Zachor
-2019/3/20*	Ta'anit Esther
-2019/3/20*	Erev Purim
-2019/3/21*	Purim
-2019/3/22*	Shushan Purim
-2019/3/30*	Shabbat Parah
-2019/4/6*	Rosh Chodesh Nisan
-2019/4/6*	Shabbat HaChodesh
-2019/4/13*	Shabbat HaGadol
-2019/4/19*	Ta'anit Bechorot
-2019/4/19*	Erev Pesach
-2019/4/20*	Pesach I
-2019/4/21*	Pesach II
-2019/4/22*	Pesach III (CH''M)
-2019/4/23*	Pesach IV (CH''M)
-2019/4/24*	Pesach V (CH''M)
-2019/4/25*	Pesach VI (CH''M)
-2019/4/26*	Pesach VII
-2019/4/27*	Pesach VIII
-2019/5/2*	Yom HaShoah
-2019/5/5*	Rosh Chodesh Iyyar
-2019/5/6*	Rosh Chodesh Iyyar
-2019/5/8*	Yom HaZikaron
-2019/5/9*	Yom HaAtzma'ut
-2019/5/19*	Pesach Sheni
-2019/5/23*	Lag BaOmer
-2019/6/2*	Yom Yerushalayim
-2019/6/4*	Rosh Chodesh Sivan
-2019/6/8*	Erev Shavuot
-2019/6/9*	Shavuot I
-2019/6/10*	Shavuot II
-2019/7/3*	Rosh Chodesh Tamuz
-2019/7/4*	Rosh Chodesh Tamuz
-2019/7/21*	Tzom Tammuz
-2019/8/2*	Rosh Chodesh Av
-2019/8/10*	Shabbat Chazon
-2019/8/10*	Erev Tish'a B'Av
-2019/8/11*	Tish'a B'Av
-2019/8/16*	Tu B'Av
-2019/8/17*	Shabbat Nachamu
-2019/8/31*	Rosh Chodesh Elul
-2019/9/1*	Rosh Chodesh Elul
-2019/9/21*	Leil Selichot
-2019/9/29*	Erev Rosh Hashana
-2019/9/30*	Rosh Hashana 5780
-2019/10/1*	Rosh Hashana II
-2019/10/2*	Tzom Gedaliah
-2019/10/5*	Shabbat Shuva
-2019/10/8*	Erev Yom Kippur
-2019/10/9*	Yom Kippur
-2019/10/13*	Erev Sukkot
-2019/10/14*	Sukkot I
-2019/10/15*	Sukkot II
-2019/10/16*	Sukkot III (CH''M)
-2019/10/17*	Sukkot IV (CH''M)
-2019/10/18*	Sukkot V (CH''M)
-2019/10/19*	Sukkot VI (CH''M)
-2019/10/20*	Sukkot VII (Hoshana Raba)
-2019/10/21*	Shmini Atzeret
-2019/10/22*	Simchat Torah
-2019/10/29*	Rosh Chodesh Cheshvan
-2019/10/30*	Rosh Chodesh Cheshvan
-2019/11/5*	Yom HaAliyah
-2019/11/27*	Sigd
-2019/11/28*	Rosh Chodesh Kislev
-2019/11/29*	Rosh Chodesh Kislev
-2019/12/22*	Chanukah: 1 Candle
-2019/12/23*	Chanukah: 2 Candles
-2019/12/24*	Chanukah: 3 Candles
-2019/12/25*	Chanukah: 4 Candles
-2019/12/26*	Chanukah: 5 Candles
-2019/12/27*	Chanukah: 6 Candles
-2019/12/28*	Rosh Chodesh Tevet
-2019/12/28*	Chanukah: 7 Candles
-2019/12/29*	Rosh Chodesh Tevet
-2019/12/29*	Chanukah: 8 Candles
-2019/12/30*	Chanukah: 8th Day
-2020/1/7*	Asara B'Tevet
-2020/1/27*	Rosh Chodesh Sh'vat
-2020/2/10*	Tu BiShvat
-2020/2/22*	Shabbat Shekalim
-2020/2/25*	Rosh Chodesh Adar
-2020/2/26*	Rosh Chodesh Adar
-2020/3/7*	Shabbat Zachor
-2020/3/9*	Ta'anit Esther
-2020/3/9*	Erev Purim
-2020/3/10*	Purim
-2020/3/11*	Shushan Purim
-2020/3/14*	Shabbat Parah
-2020/3/21*	Shabbat HaChodesh
-2020/3/26*	Rosh Chodesh Nisan
-2020/4/4*	Shabbat HaGadol
-2020/4/8*	Ta'anit Bechorot
-2020/4/8*	Erev Pesach
-2020/4/9*	Pesach I
-2020/4/10*	Pesach II
-2020/4/11*	Pesach III (CH''M)
-2020/4/12*	Pesach IV (CH''M)
-2020/4/13*	Pesach V (CH''M)
-2020/4/14*	Pesach VI (CH''M)
-2020/4/15*	Pesach VII
-2020/4/16*	Pesach VIII
-2020/4/21*	Yom HaShoah
-2020/4/24*	Rosh Chodesh Iyyar
-2020/4/25*	Rosh Chodesh Iyyar
-2020/4/28*	Yom HaZikaron
-2020/4/29*	Yom HaAtzma'ut
-2020/5/8*	Pesach Sheni
-2020/5/12*	Lag BaOmer
-2020/5/22*	Yom Yerushalayim
-2020/5/24*	Rosh Chodesh Sivan
-2020/5/28*	Erev Shavuot
-2020/5/29*	Shavuot I
-2020/5/30*	Shavuot II
-2020/6/22*	Rosh Chodesh Tamuz
-2020/6/23*	Rosh Chodesh Tamuz
-2020/7/9*	Tzom Tammuz
-2020/7/22*	Rosh Chodesh Av
-2020/7/25*	Shabbat Chazon
-2020/7/29*	Erev Tish'a B'Av
-2020/7/30*	Tish'a B'Av
-2020/8/1*	Shabbat Nachamu
-2020/8/5*	Tu B'Av
-2020/8/20*	Rosh Chodesh Elul
-2020/8/21*	Rosh Chodesh Elul
-2020/9/12*	Leil Selichot
-2020/9/18*	Erev Rosh Hashana
-2020/9/19*	Rosh Hashana 5781
-2020/9/20*	Rosh Hashana II
-2020/9/21*	Tzom Gedaliah
-2020/9/26*	Shabbat Shuva
-2020/9/27*	Erev Yom Kippur
-2020/9/28*	Yom Kippur
-2020/10/2*	Erev Sukkot
-2020/10/3*	Sukkot I
-2020/10/4*	Sukkot II
-2020/10/5*	Sukkot III (CH''M)
-2020/10/6*	Sukkot IV (CH''M)
-2020/10/7*	Sukkot V (CH''M)
-2020/10/8*	Sukkot VI (CH''M)
-2020/10/9*	Sukkot VII (Hoshana Raba)
-2020/10/10*	Shmini Atzeret
-2020/10/11*	Simchat Torah
-2020/10/18*	Rosh Chodesh Cheshvan
-2020/10/19*	Rosh Chodesh Cheshvan
-2020/10/25*	Yom HaAliyah
-2020/11/16*	Sigd
-2020/11/17*	Rosh Chodesh Kislev
-2020/12/10*	Chanukah: 1 Candle
-2020/12/11*	Chanukah: 2 Candles
-2020/12/12*	Chanukah: 3 Candles
-2020/12/13*	Chanukah: 4 Candles
-2020/12/14*	Chanukah: 5 Candles
-2020/12/15*	Chanukah: 6 Candles
-2020/12/16*	Rosh Chodesh Tevet
-2020/12/16*	Chanukah: 7 Candles
-2020/12/17*	Chanukah: 8 Candles
-2020/12/18*	Chanukah: 8th Day
-2020/12/25*	Asara B'Tevet
-2021/1/14*	Rosh Chodesh Sh'vat
-2021/1/28*	Tu BiShvat
-2021/2/12*	Rosh Chodesh Adar
-2021/2/13*	Rosh Chodesh Adar
-2021/2/13*	Shabbat Shekalim
-2021/2/20*	Shabbat Zachor
-2021/2/25*	Ta'anit Esther
-2021/2/25*	Erev Purim
-2021/2/26*	Purim
-2021/2/28*	Shushan Purim
-2021/3/6*	Shabbat Parah
-2021/3/13*	Shabbat HaChodesh
-2021/3/14*	Rosh Chodesh Nisan
-2021/3/25*	Ta'anit Bechorot
-2021/3/27*	Shabbat HaGadol
-2021/3/27*	Erev Pesach
-2021/3/28*	Pesach I
-2021/3/29*	Pesach II
-2021/3/30*	Pesach III (CH''M)
-2021/3/31*	Pesach IV (CH''M)
-2021/4/1*	Pesach V (CH''M)
-2021/4/2*	Pesach VI (CH''M)
-2021/4/3*	Pesach VII
-2021/4/4*	Pesach VIII
-2021/4/8*	Yom HaShoah
-2021/4/12*	Rosh Chodesh Iyyar
-2021/4/13*	Rosh Chodesh Iyyar
-2021/4/14*	Yom HaZikaron
-2021/4/15*	Yom HaAtzma'ut
-2021/4/26*	Pesach Sheni
-2021/4/30*	Lag BaOmer
-2021/5/10*	Yom Yerushalayim
-2021/5/12*	Rosh Chodesh Sivan
-2021/5/16*	Erev Shavuot
-2021/5/17*	Shavuot I
-2021/5/18*	Shavuot II
-2021/6/10*	Rosh Chodesh Tamuz
-2021/6/11*	Rosh Chodesh Tamuz
-2021/6/27*	Tzom Tammuz
-2021/7/10*	Rosh Chodesh Av
-2021/7/17*	Shabbat Chazon
-2021/7/17*	Erev Tish'a B'Av
-2021/7/18*	Tish'a B'Av
-2021/7/24*	Shabbat Nachamu
-2021/7/24*	Tu B'Av
-2021/8/8*	Rosh Chodesh Elul
-2021/8/9*	Rosh Chodesh Elul
-2021/8/28*	Leil Selichot
-2021/9/6*	Erev Rosh Hashana
-2021/9/7*	Rosh Hashana 5782
-2021/9/8*	Rosh Hashana II
-2021/9/9*	Tzom Gedaliah
-2021/9/11*	Shabbat Shuva
-2021/9/15*	Erev Yom Kippur
-2021/9/16*	Yom Kippur
-2021/9/20*	Erev Sukkot
-2021/9/21*	Sukkot I
-2021/9/22*	Sukkot II
-2021/9/23*	Sukkot III (CH''M)
-2021/9/24*	Sukkot IV (CH''M)
-2021/9/25*	Sukkot V (CH''M)
-2021/9/26*	Sukkot VI (CH''M)
-2021/9/27*	Sukkot VII (Hoshana Raba)
-2021/9/28*	Shmini Atzeret
-2021/9/29*	Simchat Torah
-2021/10/6*	Rosh Chodesh Cheshvan
-2021/10/7*	Rosh Chodesh Cheshvan
-2021/10/13*	Yom HaAliyah
-2021/11/4*	Sigd
-2021/11/5*	Rosh Chodesh Kislev
-2021/11/28*	Chanukah: 1 Candle
-2021/11/29*	Chanukah: 2 Candles
-2021/11/30*	Chanukah: 3 Candles
-2021/12/1*	Chanukah: 4 Candles
-2021/12/2*	Chanukah: 5 Candles
-2021/12/3*	Chanukah: 6 Candles
-2021/12/4*	Rosh Chodesh Tevet
-2021/12/4*	Chanukah: 7 Candles
-2021/12/5*	Rosh Chodesh Tevet
-2021/12/5*	Chanukah: 8 Candles
-2021/12/6*	Chanukah: 8th Day
-2021/12/14*	Asara B'Tevet
-2022/1/3*	Rosh Chodesh Sh'vat
-2022/1/17*	Tu BiShvat
-2022/2/1*	Rosh Chodesh Adar I
-2022/2/2*	Rosh Chodesh Adar I
-2022/2/15*	Purim Katan
-2022/2/26*	Shabbat Shekalim
-2022/3/3*	Rosh Chodesh Adar II
-2022/3/4*	Rosh Chodesh Adar II
-2022/3/12*	Shabbat Zachor
-2022/3/16*	Ta'anit Esther
-2022/3/16*	Erev Purim
-2022/3/17*	Purim
-2022/3/18*	Shushan Purim
-2022/3/26*	Shabbat Parah
-2022/4/2*	Rosh Chodesh Nisan
-2022/4/2*	Shabbat HaChodesh
-2022/4/9*	Shabbat HaGadol
-2022/4/15*	Ta'anit Bechorot
-2022/4/15*	Erev Pesach
-2022/4/16*	Pesach I
-2022/4/17*	Pesach II
-2022/4/18*	Pesach III (CH''M)
-2022/4/19*	Pesach IV (CH''M)
-2022/4/20*	Pesach V (CH''M)
-2022/4/21*	Pesach VI (CH''M)
-2022/4/22*	Pesach VII
-2022/4/23*	Pesach VIII
-2022/4/28*	Yom HaShoah
-2022/5/1*	Rosh Chodesh Iyyar
-2022/5/2*	Rosh Chodesh Iyyar
-2022/5/4*	Yom HaZikaron
-2022/5/5*	Yom HaAtzma'ut
-2022/5/15*	Pesach Sheni
-2022/5/19*	Lag BaOmer
-2022/5/29*	Yom Yerushalayim
-2022/5/31*	Rosh Chodesh Sivan
-2022/6/4*	Erev Shavuot
-2022/6/5*	Shavuot I
-2022/6/6*	Shavuot II
-2022/6/29*	Rosh Chodesh Tamuz
-2022/6/30*	Rosh Chodesh Tamuz
-2022/7/17*	Tzom Tammuz
-2022/7/29*	Rosh Chodesh Av
-2022/8/6*	Shabbat Chazon
-2022/8/6*	Erev Tish'a B'Av
-2022/8/7*	Tish'a B'Av
-2022/8/12*	Tu B'Av
-2022/8/13*	Shabbat Nachamu
-2022/8/27*	Rosh Chodesh Elul
-2022/8/28*	Rosh Chodesh Elul
-2022/9/17*	Leil Selichot
-2022/9/25*	Erev Rosh Hashana
-2022/9/26*	Rosh Hashana 5783
-2022/9/27*	Rosh Hashana II
-2022/9/28*	Tzom Gedaliah
-2022/10/1*	Shabbat Shuva
-2022/10/4*	Erev Yom Kippur
-2022/10/5*	Yom Kippur
-2022/10/9*	Erev Sukkot
-2022/10/10*	Sukkot I
-2022/10/11*	Sukkot II
-2022/10/12*	Sukkot III (CH''M)
-2022/10/13*	Sukkot IV (CH''M)
-2022/10/14*	Sukkot V (CH''M)
-2022/10/15*	Sukkot VI (CH''M)
-2022/10/16*	Sukkot VII (Hoshana Raba)
-2022/10/17*	Shmini Atzeret
-2022/10/18*	Simchat Torah
-2022/10/25*	Rosh Chodesh Cheshvan
-2022/10/26*	Rosh Chodesh Cheshvan
-2022/11/1*	Yom HaAliyah
-2022/11/23*	Sigd
-2022/11/24*	Rosh Chodesh Kislev
-2022/11/25*	Rosh Chodesh Kislev
-2022/12/18*	Chanukah: 1 Candle
-2022/12/19*	Chanukah: 2 Candles
-2022/12/20*	Chanukah: 3 Candles
-2022/12/21*	Chanukah: 4 Candles
-2022/12/22*	Chanukah: 5 Candles
-2022/12/23*	Chanukah: 6 Candles
-2022/12/24*	Rosh Chodesh Tevet
-2022/12/24*	Chanukah: 7 Candles
-2022/12/25*	Rosh Chodesh Tevet
-2022/12/25*	Chanukah: 8 Candles
-2022/12/26*	Chanukah: 8th Day
-2023/1/3*	Asara B'Tevet
-2023/1/23*	Rosh Chodesh Sh'vat
-2023/2/6*	Tu BiShvat
-2023/2/18*	Shabbat Shekalim
-2023/2/21*	Rosh Chodesh Adar
-2023/2/22*	Rosh Chodesh Adar
-2023/3/4*	Shabbat Zachor
-2023/3/6*	Ta'anit Esther
-2023/3/6*	Erev Purim
-2023/3/7*	Purim
-2023/3/8*	Shushan Purim
-2023/3/11*	Shabbat Parah
-2023/3/18*	Shabbat HaChodesh
-2023/3/23*	Rosh Chodesh Nisan
-2023/4/1*	Shabbat HaGadol
-2023/4/5*	Ta'anit Bechorot
-2023/4/5*	Erev Pesach
-2023/4/6*	Pesach I
-2023/4/7*	Pesach II
-2023/4/8*	Pesach III (CH''M)
-2023/4/9*	Pesach IV (CH''M)
-2023/4/10*	Pesach V (CH''M)
-2023/4/11*	Pesach VI (CH''M)
-2023/4/12*	Pesach VII
-2023/4/13*	Pesach VIII
-2023/4/18*	Yom HaShoah
-2023/4/21*	Rosh Chodesh Iyyar
-2023/4/22*	Rosh Chodesh Iyyar
-2023/4/25*	Yom HaZikaron
-2023/4/26*	Yom HaAtzma'ut
-2023/5/5*	Pesach Sheni
-2023/5/9*	Lag BaOmer
-2023/5/19*	Yom Yerushalayim
-2023/5/21*	Rosh Chodesh Sivan
-2023/5/25*	Erev Shavuot
-2023/5/26*	Shavuot I
-2023/5/27*	Shavuot II
-2023/6/19*	Rosh Chodesh Tamuz
-2023/6/20*	Rosh Chodesh Tamuz
-2023/7/6*	Tzom Tammuz
-2023/7/19*	Rosh Chodesh Av
-2023/7/22*	Shabbat Chazon
-2023/7/26*	Erev Tish'a B'Av
-2023/7/27*	Tish'a B'Av
-2023/7/29*	Shabbat Nachamu
-2023/8/2*	Tu B'Av
-2023/8/17*	Rosh Chodesh Elul
-2023/8/18*	Rosh Chodesh Elul
-2023/9/9*	Leil Selichot
-2023/9/15*	Erev Rosh Hashana
-2023/9/16*	Rosh Hashana 5784
-2023/9/17*	Rosh Hashana II
-2023/9/18*	Tzom Gedaliah
-2023/9/23*	Shabbat Shuva
-2023/9/24*	Erev Yom Kippur
-2023/9/25*	Yom Kippur
-2023/9/29*	Erev Sukkot
-2023/9/30*	Sukkot I
-2023/10/1*	Sukkot II
-2023/10/2*	Sukkot III (CH''M)
-2023/10/3*	Sukkot IV (CH''M)
-2023/10/4*	Sukkot V (CH''M)
-2023/10/5*	Sukkot VI (CH''M)
-2023/10/6*	Sukkot VII (Hoshana Raba)
-2023/10/7*	Shmini Atzeret
-2023/10/8*	Simchat Torah
-2023/10/15*	Rosh Chodesh Cheshvan
-2023/10/16*	Rosh Chodesh Cheshvan
-2023/10/22*	Yom HaAliyah
-2023/11/13*	Sigd
-2023/11/14*	Rosh Chodesh Kislev
-2023/12/7*	Chanukah: 1 Candle
-2023/12/8*	Chanukah: 2 Candles
-2023/12/9*	Chanukah: 3 Candles
-2023/12/10*	Chanukah: 4 Candles
-2023/12/11*	Chanukah: 5 Candles
-2023/12/12*	Chanukah: 6 Candles
-2023/12/13*	Rosh Chodesh Tevet
-2023/12/13*	Chanukah: 7 Candles
-2023/12/14*	Chanukah: 8 Candles
-2023/12/15*	Chanukah: 8th Day
-2023/12/22*	Asara B'Tevet
-2024/1/11*	Rosh Chodesh Sh'vat
-2024/1/25*	Tu BiShvat
-2024/2/9*	Rosh Chodesh Adar I
-2024/2/10*	Rosh Chodesh Adar I
-2024/2/23*	Purim Katan
-2024/3/9*	Shabbat Shekalim
-2024/3/10*	Rosh Chodesh Adar II
-2024/3/11*	Rosh Chodesh Adar II
-2024/3/21*	Ta'anit Esther
-2024/3/23*	Shabbat Zachor
-2024/3/23*	Erev Purim
-2024/3/24*	Purim
-2024/3/25*	Shushan Purim
-2024/3/30*	Shabbat Parah
-2024/4/6*	Shabbat HaChodesh
-2024/4/9*	Rosh Chodesh Nisan
-2024/4/20*	Shabbat HaGadol
-2024/4/22*	Ta'anit Bechorot
-2024/4/22*	Erev Pesach
-2024/4/23*	Pesach I
-2024/4/24*	Pesach II
-2024/4/25*	Pesach III (CH''M)
-2024/4/26*	Pesach IV (CH''M)
-2024/4/27*	Pesach V (CH''M)
-2024/4/28*	Pesach VI (CH''M)
-2024/4/29*	Pesach VII
-2024/4/30*	Pesach VIII
-2024/5/6*	Yom HaShoah
-2024/5/8*	Rosh Chodesh Iyyar
-2024/5/9*	Rosh Chodesh Iyyar
-2024/5/13*	Yom HaZikaron
-2024/5/14*	Yom HaAtzma'ut
-2024/5/22*	Pesach Sheni
-2024/5/26*	Lag BaOmer
-2024/6/5*	Yom Yerushalayim
-2024/6/7*	Rosh Chodesh Sivan
-2024/6/11*	Erev Shavuot
-2024/6/12*	Shavuot I
-2024/6/13*	Shavuot II
-2024/7/6*	Rosh Chodesh Tamuz
-2024/7/7*	Rosh Chodesh Tamuz
-2024/7/23*	Tzom Tammuz
-2024/8/5*	Rosh Chodesh Av
-2024/8/10*	Shabbat Chazon
-2024/8/12*	Erev Tish'a B'Av
-2024/8/13*	Tish'a B'Av
-2024/8/17*	Shabbat Nachamu
-2024/8/19*	Tu B'Av
-2024/9/3*	Rosh Chodesh Elul
-2024/9/4*	Rosh Chodesh Elul
-2024/9/28*	Leil Selichot
-2024/10/2*	Erev Rosh Hashana
-2024/10/3*	Rosh Hashana 5785
-2024/10/4*	Rosh Hashana II
-2024/10/5*	Shabbat Shuva
-2024/10/6*	Tzom Gedaliah
-2024/10/11*	Erev Yom Kippur
-2024/10/12*	Yom Kippur
-2024/10/16*	Erev Sukkot
-2024/10/17*	Sukkot I
-2024/10/18*	Sukkot II
-2024/10/19*	Sukkot III (CH''M)
-2024/10/20*	Sukkot IV (CH''M)
-2024/10/21*	Sukkot V (CH''M)
-2024/10/22*	Sukkot VI (CH''M)
-2024/10/23*	Sukkot VII (Hoshana Raba)
-2024/10/24*	Shmini Atzeret
-2024/10/25*	Simchat Torah
-2024/11/1*	Rosh Chodesh Cheshvan
-2024/11/2*	Rosh Chodesh Cheshvan
-2024/11/8*	Yom HaAliyah
-2024/11/30*	Sigd
-2024/12/1*	Rosh Chodesh Kislev
-2024/12/2*	Rosh Chodesh Kislev
-2024/12/25*	Chanukah: 1 Candle
-2024/12/26*	Chanukah: 2 Candles
-2024/12/27*	Chanukah: 3 Candles
-2024/12/28*	Chanukah: 4 Candles
-2024/12/29*	Chanukah: 5 Candles
-2024/12/30*	Chanukah: 6 Candles
-2024/12/31*	Rosh Chodesh Tevet
-2024/12/31*	Chanukah: 7 Candles
-2025/1/1*	Rosh Chodesh Tevet
-2025/1/1*	Chanukah: 8 Candles
-2025/1/2*	Chanukah: 8th Day
-2025/1/10*	Asara B'Tevet
-2025/1/30*	Rosh Chodesh Sh'vat
-2025/2/13*	Tu BiShvat
-2025/2/28*	Rosh Chodesh Adar
-2025/3/1*	Rosh Chodesh Adar
-2025/3/1*	Shabbat Shekalim
-2025/3/8*	Shabbat Zachor
-2025/3/13*	Ta'anit Esther
-2025/3/13*	Erev Purim
-2025/3/14*	Purim
-2025/3/16*	Shushan Purim
-2025/3/22*	Shabbat Parah
-2025/3/29*	Shabbat HaChodesh
-2025/3/30*	Rosh Chodesh Nisan
-2025/4/10*	Ta'anit Bechorot
-2025/4/12*	Shabbat HaGadol
-2025/4/12*	Erev Pesach
-2025/4/13*	Pesach I
-2025/4/14*	Pesach II
-2025/4/15*	Pesach III (CH''M)
-2025/4/16*	Pesach IV (CH''M)
-2025/4/17*	Pesach V (CH''M)
-2025/4/18*	Pesach VI (CH''M)
-2025/4/19*	Pesach VII
-2025/4/20*	Pesach VIII
-2025/4/24*	Yom HaShoah
-2025/4/28*	Rosh Chodesh Iyyar
-2025/4/29*	Rosh Chodesh Iyyar
-2025/4/30*	Yom HaZikaron
-2025/5/1*	Yom HaAtzma'ut
-2025/5/12*	Pesach Sheni
-2025/5/16*	Lag BaOmer
-2025/5/26*	Yom Yerushalayim
-2025/5/28*	Rosh Chodesh Sivan
-2025/6/1*	Erev Shavuot
-2025/6/2*	Shavuot I
-2025/6/3*	Shavuot II
-2025/6/26*	Rosh Chodesh Tamuz
-2025/6/27*	Rosh Chodesh Tamuz
-2025/7/13*	Tzom Tammuz
-2025/7/26*	Rosh Chodesh Av
-2025/8/2*	Shabbat Chazon
-2025/8/2*	Erev Tish'a B'Av
-2025/8/3*	Tish'a B'Av
-2025/8/9*	Shabbat Nachamu
-2025/8/9*	Tu B'Av
-2025/8/24*	Rosh Chodesh Elul
-2025/8/25*	Rosh Chodesh Elul
-2025/9/13*	Leil Selichot
-2025/9/22*	Erev Rosh Hashana
-2025/9/23*	Rosh Hashana 5786
-2025/9/24*	Rosh Hashana II
-2025/9/25*	Tzom Gedaliah
-2025/9/27*	Shabbat Shuva
-2025/10/1*	Erev Yom Kippur
-2025/10/2*	Yom Kippur
-2025/10/6*	Erev Sukkot
-2025/10/7*	Sukkot I
-2025/10/8*	Sukkot II
-2025/10/9*	Sukkot III (CH''M)
-2025/10/10*	Sukkot IV (CH''M)
-2025/10/11*	Sukkot V (CH''M)
-2025/10/12*	Sukkot VI (CH''M)
-2025/10/13*	Sukkot VII (Hoshana Raba)
-2025/10/14*	Shmini Atzeret
-2025/10/15*	Simchat Torah
-2025/10/22*	Rosh Chodesh Cheshvan
-2025/10/23*	Rosh Chodesh Cheshvan
-2025/10/29*	Yom HaAliyah
-2025/11/20*	Sigd
-2025/11/21*	Rosh Chodesh Kislev
-2025/12/14*	Chanukah: 1 Candle
-2025/12/15*	Chanukah: 2 Candles
-2025/12/16*	Chanukah: 3 Candles
-2025/12/17*	Chanukah: 4 Candles
-2025/12/18*	Chanukah: 5 Candles
-2025/12/19*	Chanukah: 6 Candles
-2025/12/20*	Rosh Chodesh Tevet
-2025/12/20*	Chanukah: 7 Candles
-2025/12/21*	Rosh Chodesh Tevet
-2025/12/21*	Chanukah: 8 Candles
-2025/12/22*	Chanukah: 8th Day
-2025/12/30*	Asara B'Tevet
-2026/1/19*	Rosh Chodesh Sh'vat
-2026/2/2*	Tu BiShvat
-2026/2/14*	Shabbat Shekalim
-2026/2/17*	Rosh Chodesh Adar
-2026/2/18*	Rosh Chodesh Adar
-2026/2/28*	Shabbat Zachor
-2026/3/2*	Ta'anit Esther
-2026/3/2*	Erev Purim
-2026/3/3*	Purim
-2026/3/4*	Shushan Purim
-2026/3/7*	Shabbat Parah
-2026/3/14*	Shabbat HaChodesh
-2026/3/19*	Rosh Chodesh Nisan
-2026/3/28*	Shabbat HaGadol
-2026/4/1*	Ta'anit Bechorot
-2026/4/1*	Erev Pesach
-2026/4/2*	Pesach I
-2026/4/3*	Pesach II
-2026/4/4*	Pesach III (CH''M)
-2026/4/5*	Pesach IV (CH''M)
-2026/4/6*	Pesach V (CH''M)
-2026/4/7*	Pesach VI (CH''M)
-2026/4/8*	Pesach VII
-2026/4/9*	Pesach VIII
-2026/4/14*	Yom HaShoah
-2026/4/17*	Rosh Chodesh Iyyar
-2026/4/18*	Rosh Chodesh Iyyar
-2026/4/21*	Yom HaZikaron
-2026/4/22*	Yom HaAtzma'ut
-2026/5/1*	Pesach Sheni
-2026/5/5*	Lag BaOmer
-2026/5/15*	Yom Yerushalayim
-2026/5/17*	Rosh Chodesh Sivan
-2026/5/21*	Erev Shavuot
-2026/5/22*	Shavuot I
-2026/5/23*	Shavuot II
-2026/6/15*	Rosh Chodesh Tamuz
-2026/6/16*	Rosh Chodesh Tamuz
-2026/7/2*	Tzom Tammuz
-2026/7/15*	Rosh Chodesh Av
-2026/7/18*	Shabbat Chazon
-2026/7/22*	Erev Tish'a B'Av
-2026/7/23*	Tish'a B'Av
-2026/7/25*	Shabbat Nachamu
-2026/7/29*	Tu B'Av
-2026/8/13*	Rosh Chodesh Elul
-2026/8/14*	Rosh Chodesh Elul
-2026/9/5*	Leil Selichot
-2026/9/11*	Erev Rosh Hashana
-2026/9/12*	Rosh Hashana 5787
-2026/9/13*	Rosh Hashana II
-2026/9/14*	Tzom Gedaliah
-2026/9/19*	Shabbat Shuva
-2026/9/20*	Erev Yom Kippur
-2026/9/21*	Yom Kippur
-2026/9/25*	Erev Sukkot
-2026/9/26*	Sukkot I
-2026/9/27*	Sukkot II
-2026/9/28*	Sukkot III (CH''M)
-2026/9/29*	Sukkot IV (CH''M)
-2026/9/30*	Sukkot V (CH''M)
-2026/10/1*	Sukkot VI (CH''M)
-2026/10/2*	Sukkot VII (Hoshana Raba)
-2026/10/3*	Shmini Atzeret
-2026/10/4*	Simchat Torah
-2026/10/11*	Rosh Chodesh Cheshvan
-2026/10/12*	Rosh Chodesh Cheshvan
-2026/10/18*	Yom HaAliyah
-2026/11/9*	Sigd
-2026/11/10*	Rosh Chodesh Kislev
-2026/11/11*	Rosh Chodesh Kislev
-2026/12/4*	Chanukah: 1 Candle
-2026/12/5*	Chanukah: 2 Candles
-2026/12/6*	Chanukah: 3 Candles
-2026/12/7*	Chanukah: 4 Candles
-2026/12/8*	Chanukah: 5 Candles
-2026/12/9*	Chanukah: 6 Candles
-2026/12/10*	Rosh Chodesh Tevet
-2026/12/10*	Chanukah: 7 Candles
-2026/12/11*	Rosh Chodesh Tevet
-2026/12/11*	Chanukah: 8 Candles
-2026/12/12*	Chanukah: 8th Day
-2026/12/20*	Asara B'Tevet
-2027/1/9*	Rosh Chodesh Sh'vat
-2027/1/23*	Tu BiShvat
-2027/2/7*	Rosh Chodesh Adar I
-2027/2/8*	Rosh Chodesh Adar I
-2027/2/21*	Purim Katan
-2027/3/6*	Shabbat Shekalim
-2027/3/9*	Rosh Chodesh Adar II
-2027/3/10*	Rosh Chodesh Adar II
-2027/3/20*	Shabbat Zachor
-2027/3/22*	Ta'anit Esther
-2027/3/22*	Erev Purim
-2027/3/23*	Purim
-2027/3/24*	Shushan Purim
-2027/3/27*	Shabbat Parah
-2027/4/3*	Shabbat HaChodesh
-2027/4/8*	Rosh Chodesh Nisan
-2027/4/17*	Shabbat HaGadol
-2027/4/21*	Ta'anit Bechorot
-2027/4/21*	Erev Pesach
-2027/4/22*	Pesach I
-2027/4/23*	Pesach II
-2027/4/24*	Pesach III (CH''M)
-2027/4/25*	Pesach IV (CH''M)
-2027/4/26*	Pesach V (CH''M)
-2027/4/27*	Pesach VI (CH''M)
-2027/4/28*	Pesach VII
-2027/4/29*	Pesach VIII
-2027/5/4*	Yom HaShoah
-2027/5/7*	Rosh Chodesh Iyyar
-2027/5/8*	Rosh Chodesh Iyyar
-2027/5/11*	Yom HaZikaron
-2027/5/12*	Yom HaAtzma'ut
-2027/5/21*	Pesach Sheni
-2027/5/25*	Lag BaOmer
-2027/6/4*	Yom Yerushalayim
-2027/6/6*	Rosh Chodesh Sivan
-2027/6/10*	Erev Shavuot
-2027/6/11*	Shavuot I
-2027/6/12*	Shavuot II
-2027/7/5*	Rosh Chodesh Tamuz
-2027/7/6*	Rosh Chodesh Tamuz
-2027/7/22*	Tzom Tammuz
-2027/8/4*	Rosh Chodesh Av
-2027/8/7*	Shabbat Chazon
-2027/8/11*	Erev Tish'a B'Av
-2027/8/12*	Tish'a B'Av
-2027/8/14*	Shabbat Nachamu
-2027/8/18*	Tu B'Av
-2027/9/2*	Rosh Chodesh Elul
-2027/9/3*	Rosh Chodesh Elul
-2027/9/25*	Leil Selichot
-2027/10/1*	Erev Rosh Hashana
-2027/10/2*	Rosh Hashana 5788
-2027/10/3*	Rosh Hashana II
-2027/10/4*	Tzom Gedaliah
-
-
-#endif /* !_calendar_judaic_ */
diff --git a/usr.bin/calendar/calendars/calendar.lotr b/usr.bin/calendar/calendars/calendar.lotr
deleted file mode 100644
index 2450e363400b..000000000000
--- a/usr.bin/calendar/calendars/calendar.lotr
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Lord Of The Rings
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_lotr_
-#define _calendar_lotr_
-
-01/05	Fellowship enters Moria
-01/09	Fellowship reaches Lorien
-01/17	Passing of Gandalf
-02/07	Fellowship leaves Lorien
-02/17	Death of Boromir
-02/20	Meriadoc & Pippin meet Treebeard
-02/22	Passing of King Ellesar
-02/24	Ents destroy Isengard
-02/26	Aragorn takes the Paths of the Dead
-03/05	Frodo & Samwise encounter Shelob
-03/08	Deaths of Denethor & Theoden
-03/18	Destruction of the Ring
-03/29	Flowering of the Mallorn
-04/04	Gandalf visits Bilbo
-04/17	An unexpected party
-04/23	Crowning of King Ellesar
-05/19	Arwen leaves Lorian to wed King Ellesar
-06/11	Sauron attacks Osgilliath
-06/13	Bilbo returns to Bag End
-06/23	Wedding of Ellesar & Arwen
-07/04	Gandalf imprisoned by Saruman
-07/24	The ring comes to Bilbo
-07/26	Bilbo rescued from Wargs by Eagles
-08/03	Funeral of King Theoden
-08/29	Saruman enters the Shire
-09/10	Gandalf escapes from Orthanc
-09/14	Frodo & Bilbo's birthday
-09/15	Black riders enter the Shire
-09/18	Frodo and company rescued by Bombadil
-09/28	Frodo wounded at Weathertop
-10/05	Frodo crosses bridge of Mitheithel
-10/16	Boromir reaches Rivendell
-10/17	Council of Elrond
-10/25	End of War of the Ring
-11/16	Bilbo reaches the Lonely Mountain
-12/05	Death of Smaug
-12/16	Fellowship begins Quest
-
-#endif /* !_calendar_lotr_ */
diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music
deleted file mode 100644
index 07acbe37ce11..000000000000
--- a/usr.bin/calendar/calendars/calendar.music
+++ /dev/null
@@ -1,537 +0,0 @@
-/*
- * Music
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_music_
-#define	_calendar_music_
-
-01/01	Country Joe McDonald is born in El Monte, California, 1942
-01/03	Steven Stills is born in Dallas, 1945
-01/04	Jazz great Charlie Mingus dies at 57 in Cuernavaca, Mexico, 1979
-01/04	Josef Suk is born in Krecovice, Czechoslovakia, 1874
-01/06	Cesar Cui is born in Vilnius, Russia, 1835
-01/06	Max Bruch is born in Germany, 1838
-01/06	Alexander Scriabin is born in Moscow, 1872
-01/07	Francis Jean Poulenc is born in Paris, 1899
-01/08	Elvis Presley born in East Tupelo, Mississippi, 1935
-01/08	David Bowie (then David Robert Jones) is born in London, 1947
-01/08	Arcangelo Corelli dies in Italy, 1713
-01/09	James Patrick Page (Led Zeppelin) is born in Middlesex, England, 1945
-01/10	Blues guitarist Howlin' Wolf dies in Chicago, 1976
-01/10	Jim Croce is born in Philadelphia, 1943
-01/10	Pat Benatar is born in Long Island, 1952
-01/10	Rod Stewart is born in Glasgow, Scotland, 1945
-01/11	David Bowie dies, 2016
-01/11	Maurice Durufle is born in Louviers, France, 1902
-01/11	Reinhold Gliere is born in Kiev, Russia, 1875
-01/13	Eric Clapton plays the "Rainbow Concert" in London, 1973
-01/13	Daevid Allen (Gong) is born in Melbourne, 1938
-01/17	Led Zeppelin's first album is released, 1969
-01/19	Janis Joplin is born in Port Arthur, Texas, 1943
-01/20	Walter Piston is born in Rockland, Maine, 1894
-01/20	Ernest Chausson is born in Paris, 1855
-01/22	Sam Cooke is born in Chicago, 1935
-01/23	Edward MacDowell dies, 1908
-01/24	Warren Zevon is born in Chicago, 1947
-01/25	Bob Dylan plays the second "Hurricane" benefit, in the Astrodome, 1978
-01/25	Wilhelm Furtwangler is born in Berlin, 1886
-01/25	Witold Lutoslawski is born in Warsaw, Poland, 1913
-01/27	Bobby "Blue" Bland (Robert Calvin Bland) is born in Tennessee, 1930
-01/27	Wolfgang Amadeus Mozart is born in Salzburg, Austria, 1756
-01/27	Giuseppe Verdi dies, 1901
-01/27	Eduardo Lalo is born in Lille, France, 1823
-01/28	Jimi Hendrix headlines Madison Square Garden, 1970
-01/30	Lightnin' Hopkins, the most-recorded blues artist ever, dies, 1982
-01/30	Francis Jean Poulenc dies in Paris, 1963
-01/30	Thomas Tallis is born in England, 1505
-01/31	The Grateful Dead are busted in New Orleans, 1970
-01/31	Franz Schubert is born in Lichtenthal, Vienna, Austria, 1797
-02/01	RCA Victor unveils the 45 rpm record playing system, 1949
-02/02	Graham Nash is born in Lancashire, England, 1942
-02/02	Lou Harrison dies in Lafayette, Indiana, en route to a festival
-	of his music at Ohio State University, 2003
-02/02	Giovanni Pierluigi da Palestrina dies near Rome, 1594
-02/03	The Day The Music Died; Buddy Holly, Richie Valens, and the Big
-	Bopper are killed in a plane crash outside Mason City, Iowa, 1959
-02/03	Felix Mendelssohn Bartholdy is born in Hamburg, Germany, 1809
-02/03	Giovanni Pierluigi da Palestrina is born near Rome, 1525
-02/05	Jacques Ibert dies, 1962
-02/07	Beatles land at JFK airport to begin first U.S. tour, 1964
-02/07	Steven Stills makes the first digitally recorded rock album, 1979
-02/07	Witold Lutoslawski dies, 1994
-02/08	John Towner Williams born in New York City, 1932
-02/08	Giuseppe Torelli dies in Bologna, Italy, 1709
-02/09	Carole King (Carole Klein) is born in Brooklyn, 1941
-02/09	Alban Berg is born in Vienna, Austria, 1885
-02/12	The Beatles play Carnegie Hall in New York City, 1964
-02/12	Roy Harris is born, 1898
-02/13	Richard Wagner dies in Venice, Italy, 1883
-02/14	Dmitri Kabalevsky dies in Moscow, 1987
-02/15	Michael Praetorius is born in Creuzburg (date uncertain), 1571
-02/15	Michael Praetorius dies, 1621
-02/15	Francois Charpentier is born in Paris, 1620
-02/15	William Howard Schuman dies, 1992
-02/15	Georges Auric is born in Herault, Languedoc-Roussillon, France, 1899
-02/16	Francois Joseph Gossec dies near Paris, 1829
-02/17	Jazz great Thelonius Monk dies in Englewood, New Jersey, 1982
-02/17	Arcangelo Corelli is born in Fusignano, Italy, 1653
-02/18	Yoko Ono Lennon is born in Tokyo, 1933
-02/19	Paul McCartney's "Give Ireland Back to the Irish" is banned in
-	Britain, 1972
-02/19	William "Smokey" Robinson is born in Detroit, 1940
-02/19	Mikhail Glinka dies, 1857
-02/20	J. Geils (J. Geils Band) is born, 1946
-02/20	Yes sells out Madison Square Garden... without advertising, 1974
-02/20	Carl Czerny is born, 1791
-02/20	Percy Grainger dies in New York City, 1961
-02/21	Morton Gould dies, 1996
-02/21	Andres Segovia is born in Spain, 1893
-02/23	George Friedrich Handel is born in Halle on the Saale, Germany, 1685
-02/23	Johnny Winter is born in Leland, Mississippi, 1944
-02/23	Sir Edward William Elgar dies 1934
-02/24	Howard Hanson dies in Rochester, New York, 1981
-02/25	George Harrison born in Liverpool, England, 1943
-02/27	Alexander Borodin dies, 1887
-02/29	Jimmy Dorsey born, 1904
-02/29	Gioacchino Rossini is born in Pesaro, Italy, 1792
-03/01	Jim Morrison is busted for obscenity in Miami, 1969
-03/01	Frederic Chopin is born in Zelazowa Wola, Warsaw, Poland, 1810
-03/02	Lou Reed born in Brooklyn, New York, 1942
-03/02	Blues guitarist Rory Gallagher is born in Ballyshannon, Ireland, 1949
-03/02	Bedrich Smetana is born, 1824
-03/03	Buffalo Springfield is formed in Los Angeles, 1966
-03/04	Antonio Vivaldi born in Venice, Italy, 1678
-03/05	Sergei Prokofiev dies in Moscow within minutes of Stalin, 1953
-03/05	Heitor Villa-Lobos is born, 1887
-03/06	Zoltan Kodaly dies in Budapest, Hungary, 1967
-03/06	John Philip Sousa dies, 1932
-03/06	Edgard Varese's "Ionisation", the first musical composition to use
-	only percussion instruments, is premiered at Carnegie Hall, 1933
-03/07	Last Gilbert & Sullivan opera produced, 1896
-03/07	Maurice Ravel is born in Ciboure, France, 1875
-03/08	Ron "Pigpen" McKernan (Grateful Dead) dies in California, 1973
-03/08	Hector Berlioz dies in Paris, 1869
-03/08	Carl Philipp Emanuel Bach is born, 1714
-03/08	Carlo Gesuldo is born (date uncertain), 1566
-03/08	Alan Hovhaness is born in Somerville, Massachusetts, 1911
-03/09	Robin Trower is born in London, 1945
-03/09	Johann Pachelbel dies in Nuremberg, Germany, 1706
-03/10	Arthur Honegger is born in Le Havre, France, 1892
-03/10	Pablo de Sarasate is born in Pamplona, Spain, 1844
-03/11	Astor Piazzolla is born in Argentina, 1921
-03/13	The Allman Brothers record their live album at the Fillmore East, 1971
-03/13	Cesar Cui dies in Smolensk, Russia, 1918
-03/14	Georg Philipp Telemann is born in Magdeburg, 1681
-03/15	Sly Stone born, 1944
-03/15	Daevid Allen (Gong) dies, 2015
-03/16	Enrique Granados drowns in the English Channel, 1916
-03/17	Paul Kantner (Jefferson Airplane) is born in San Francisco, 1942
-03/18	Nikolai Rimsky-Korsakov is born Tikhvin, Russia, 1844
-03/19	Max Reger is born in Brand, Germany, 1873
-03/21	Johann Sebastian Bach is born in Eisenach, Germany, 1685
-03/21	Modest Mussorgsky is born in Karevo, Pskov (Russia), 1839
-03/21	Alexander Glazunov dies, 1936
-03/22	Ten Years After plays their last concert, 1974
-03/22	Jean-Baptiste Lully dies, 1687
-03/22	Vaclav Nelhybel dies, 1996
-03/25	Aretha Franklin is born in Detroit, 1943
-03/25	Bela Bartok is born in Nagyszentmiklos, Hungary, 1881
-03/25	Claude Debussy dies in Paris, France, 1918 to the sound of World War I
-03/26	Ludwig van Beethoven dies in Vienna, Austria, 1827
-03/26	Emerson, Lake, and Palmer record "Pictures at an Exhibition" live, 1971
-03/27	Ferde Grofe is born in New York City, 1892
-03/28	Sergei Rachmaninoff dies in Beverly Hills, California, 1943
-03/28	Modest Mussorgsky dies, 1881
-03/29	Dr. Hook gets a group picture on the cover of "Rolling Stone", 1973
-03/29	Carl Orff dies in Munich, Germany, 1982
-03/30	Eric Clapton is born in Surrey, England, 1945
-03/31	Franz Joseph Haydn is born in Rohrau, Austria, 1732
-04/01	Sergei Rachmaninoff is born in Oneg, Russia, 1873
-04/01	Scott Joplin dies in New York City, 1917
-04/02	Marvin Gaye is born in Washington, D.C., 1939
-04/03	Johannes Brahms dies in Vienna, Austria, 1897
-04/03	Ferde Grofe dies in Santa Monica, California, 1972
-04/04	Muddy Waters (McKinley Morganfield) is born in Rolling Fork,
-	Mississippi, 1915
-04/05	Louis Spohr is born in Braunschweig, Germany, 1784
-04/06	Igor Stravinsky dies in New York City, 1971
-04/09	Paul Robeson born, 1898
-04/10	Paul McCartney announces that he's quitting the Beatles, 1970
-04/11	Alberto Ginastera is born in Buenos Aires, 1916
-04/14	Ritchie Blackmore (Deep Purple, Rainbow) is born, 1945
-04/14	George Friedrich Handel dies in London, England, 1759
-04/16	Jean-Joseph Mouret is born in Avignon, France, 1682
-04/18	Yes breaks up after 13 years, 1981
-04/18	Ottorino Respighi dies in Rome, 1936
-04/18	Franz von Suppe is born in Split, Dalmatia (Croatia), 1819
-04/19	Germaine Tailleferre is born at Saint Maur Des Fosses, Ile-de-France,
-	France, 1892
-04/21	Randall Thompson is born, 1899
-04/22	Eduardo Lalo dies in Paris, 1892
-04/22	Giuseppe Torelli is born in Verona, Italy, 1658
-04/25	Blues guitarist Albert King is born, 1925
-04/25	Ella Fitzgerald born, 1918
-04/26	Carol Burnett born in San Antonio, Texas, 1933
-04/27	Sergei Prokofiev is born in Sontsovka, Russia, 1891
-04/27	Oliver Messiaen dies, 1992
-04/27	Alexander Scriabin dies in Moscow from septicemia, 1915
-04/29	"Hair" premiers on Broadway, 1968
-04/29	Edward Kennedy "Duke" Ellington is born in Washington, DC, 1899
-05/01	Kate Smith born, 1909
-05/01	Antonin Dvorak dies in Prague, Czechoslovakia, 1904
-05/01	Aram Khachaturian dies in Moscow, 1978
-05/01	Leo Sowerby is born in Grand Rapids, Michigan, 1895
-05/02	Alessandro Scarlatti is born in Sicily, 1660
-05/03	Bob Seger is born in Ann Arbor, Michigan, 1945
-05/04	George Enescu dies in Paris, France, 1955
-05/07	Johannes Brahms is born in Hamburg, Germany, 1833
-05/07	Pyotr Ilyich Tchaikovsky is born in Votkinsk, Russia, 1840
-05/07	Beethoven's Ninth Symphony is premiered in the Karntnertortheater in
-	Vienna, Austria, 1824
-05/07	Antonio Salieri dies in Vienna, Austria, 1825
-05/09	Dietrich Buxtehude dies, 1707
-05/10	Dave Mason is born in Worcester, England, 1945
-05/11	Bob Marley dies in his sleep in Miami, Florida, 1981
-05/11	Max Reger dies in Leipzig, Germany, 1916
-05/12	Pink Floyd performs the first quadrophonic concert, 1977
-05/12	Jules Emile Frederic Massenet is born, 1842
-05/12	Berdrich Smetana dies, 1884
-05/14	Lou Harrison is born in Portland, Oregon, 1917
-05/17	Erik Satie is born in Honfleur, France, 1866
-05/17	Paul Dukas dies in Paris, France, 1935
-05/18	Rick Wakeman is born in West London, England, 1949
-05/18	Gustav Mahler dies in Vienna, Austria, 1911
-05/18	Isaac Albeniz dies, 1909
-05/19	Pete Townshend is born in London, 1945
-05/19	Charles Edward Ives is born in Danbury, Connecticut, 1874
-05/20	The Jimi Hendrix Experience is signed by Reprise Records, 1967
-05/21	Franz von Suppe dies, 1895
-05/22	Richard Wagner is born in Leipzig, Germany, 1813
-05/23	Blues great Elmore James dies, 1963
-05/23	Jean Francaix is born, 1912
-05/24	Bob Dylan (Robert Zimmerman) is born in Duluth, 1941
-05/24	Duke Ellington dies, 1974
-05/24	Gabriel Faure is born in Pamiers, Ariege, Midi-Pyrenees, 1845
-05/25	Gustav Holst dies in London, 1934
-05/26	Al Jolson is born, 1886
-05/26	Luciano Berio dies, 2003
-05/27	Louis Durey is born in Paris, France, 1888
-05/27	Niccolo Paganini dies in Nice, Italy, 1840
-05/29	Igor Stravinsky's ballet "Le sacre du printemps" premiere sparks
-	riot in Paris, France, 1913
-05/29	Claude Debussy's ballet "L'Apres-midi d'un faune" premieres in
-	Paris, France, 1912
-05/29	Isaac Albeniz is born, 1860
-05/29	Erich Korngold is born in Brno, Austria-Hungary, 1897
-05/29	Josef Suk dies, 1935
-05/31	The Who perform the loudest concert ever -- 76,000 watts of PA, 1976
-05/31	Franz Joseph Haydn dies in Vienna, Austria, 1809
-06/01	The Beatles release "Sgt. Pepper", 1967
-06/01	Mikhail Glinka is born, 1804
-06/02	Edward William Elgar is born in Lower Broadheath, England, 1857
-06/03	Georges Bizet dies in Bougival, Paris, France, 1875
-06/03	Aram Khachaturian is born in Tiflis, Georgia, 1903
-06/03	Andres Segovia dies in Madrid due to heart attack, 1987
-06/03	Johann Strauss II dies of pneumonia in Vienna, 1899
-06/05	Carl Maria von Weber dies in London, England, 1826
-06/05	Orlando Gibbons dies, 1625
-06/05	Dee Dee Ramone dies, 2002
-06/06	"Rock Around The Clock" makes Billboard's #1 slot, 1955
-06/06	Hanns Eisler is born in Leipzig, 1898
-06/07	Blind Faith debuts in concert at London's Hyde Park, 1969
-06/08	Robert Schumann is born in Zwickau, Germany, 1810
-06/08	Hans Leo Hassler dies, 1612
-06/08	Gordon Jacob dies, 1984
-06/09	Les Paul (Lester Polsfuss) is born in Waukesha, Wisconsin, 1915
-06/09	Carl Nielsen is born in Sortelung, Denmark, 1865
-06/10	Howlin' Wolf (Chester Burnett) is born in West Point, Mississippi, 1910
-06/10	Judy Garland is born, 1922
-06/10	Ernest Chausson dies in Limary, Seine-et-Oise, France, 1899
-06/11	Richard Strauss is born in Munich, Germany, 1864
-06/12	John Ireland dies, 1962
-06/13	Carlos Chavez is born in Popotla, Mexico, 1899
-06/15	Harry Nilsson is born in Brooklyn, 1941
-06/15	Edvard Hagerup Grieg is born in Bergen, Norway, 1843
-06/15	John Philip Sousa's march "The Washington Post" premiered, 1889
-06/15	Robert Russell Bennett is born, 1894
-06/16	The Monterey Pop festival opens, 1967
-06/16	Maurice Durufle dies in Paris, France, 1986
-06/17	Igor Stravinsky is born in Oranienbaum (now Lomonosov), Russia, 1882
-06/18	Paul McCartney born in Liverpool, England, 1942
-06/18	Richard Rogers is born in Long Island, New York, 1902
-06/20	Jacques Offenbach is born in Cologne, Germany, 1819
-06/21	Columbia records announces the first mass production of LP's, 1948
-06/21	Nikolai Rimsky-Korsakov dies in Lyubensk, Russia, 1908
-06/21	Alan Hovhaness dies in Seattle, Washington, 2000
-06/22	Todd Rundgren is born in Upper Darby, Pennsylvania, 1948
-06/22	Darius Milhaud dies in Geneva, Switzerland, 1974
-06/23	Reinhold Gliere dies, 1956
-06/24	Jeff Beck is born in Surrey, England, 1944
-06/25	Alberto Ginastera dies in Geneva, Switzerland, 1983
-06/25	Georg Philipp Telemann dies in Hamburg, Germany, 1767
-06/25	Michael Joseph Jackson dies in Los Angeles, California, 2009
-06/27	Elvis Presley's last concert, 1977
-06/27	John Entwistle dies in Las Vegas, 2002
-07/01	Erik Satie dies in Paris, France, 1925
-07/02	Felix Pappalardi and Leslie West form Mountain, 1969
-07/02	Christoph Willibald Gluck is born in Erasbach, Upper Palatinate,
-	Bavaria, Germany, 1714
-07/03	Jim Morrison dies in Paris, 1971
-07/03	Louis Durey dies in Provence-Alpes-Cote d'Azur, France, 1979
-07/03	Leos Janacek is born in Hukvaldy, Moravia, 1854
-07/04	Astor Piazzolla dies, 1992
-07/05	Gordon Jacob is born, 1895
-07/07	Gustav Mahler is born in Kalischt, Bohemia, 1860
-07/06	The Jefferson Airplane is formed in San Francisco, 1965
-07/07	Ringo Starr (Richard Starkey) born in Liverpool, England, 1940
-07/07	Leo Sowerby dies in Port Clinton, Ohio, 1968
-07/08	Percy Grainger is born in Brighton, Victoria, Australia, 1882
-07/08	Hans Leo Hassler is born in Nuremberg, Germany, 1564
-07/09	Ottorino Respighi is born in Bologna, Italy, 1879
-07/09	Randall Thompson dies, 1984
-07/10	Carl Orff is born in Munich, Germany, 1895
-07/11	George Gershwin dies in Hollywood, California, 1937
-07/12	Chicago DJ Steve Dahl holds "Disco Demolition" at Kamisky Park, 1979
-07/13	Arnold Schoenberg dies in Los Angeles, California, 1951
-07/14	Woodie Guthrie is born, 1912
-07/15	Carl Czerny dies, 1857
-07/15	Ernest Bloch dies, 1959
-07/16	Cream forms in the U.K., 1966
-07/16	Harry Chapin dies on Long Island Expressway, 1981
-07/17	"Yellow Submarine" premieres at the London Pavilion, 1968
-07/20	Carlos Santana is born in Autlan, Mexico, 1947
-07/23	Georges Auric dies, 1983
-07/23	Domenico Scarlatti dies in Madrid, Spain, 1757
-07/24	Ernest Bloch is born, 1880
-07/25	Bob Dylan goes electric at the Newport Folk Festival, 1965
-07/25	Crosby, Stills, Nash & Young debut at the Fillmore East, 1969
-07/26	Mick Jagger is born in Kent, England, 1943
-07/26	JJ Cale (John Weldon Cale) dies in La Jolla, California, 2013
-07/27	Enrique Granados is born in Lleida, Catalonia, Spain, 1867
-07/28	Johann Sebastian Bach dies in Leipzig, Germany, 1750
-07/28	The Watkins Glen "Summer Jam" opens, 1973
-07/28	Antonio Vivaldi dies in Vienna, Austria, 1741
-07/29	Robert Schumann dies in Endenich, Bonn, Germany, 1856
-07/31	Franz Liszt dies shortly before 11:30 in Bayreuth, Germany, 1886
-08/01	The Concert for Bangla Desh takes place at Madison Square Garden, 1971
-08/02	Carlos Chavez dies in the Coyoacan suburb of Mexico City, 1978
-08/04	John Lennon points out that "the Beatles are more popular than Jesus",
-	1966
-08/04	William Howard Schuman is born in the Bronx, New York, 1910
-08/05	Guillaume Dufay is born near Brussels, 1397 (date uncertain)
-08/09	Dmitri Shostakovich dies of lung cancer in Moscow, Russia, 1975
-08/10	Ian Anderson (Jethro Tull) is born in Edinburgh, Scotland, 1947
-08/10	Alexander Glazunov is born in St. Petersburg, Russia, 1865
-08/12	Giovanni Gabrieli dies due to a kidney stone, 1612
-08/12	Maurice Greene is born in London, 1696
-08/12	Leos Janacek dies in Ostrava, Czechoslovakia, 1928
-08/13	Dan Fogelberg is born in Peoria, Illinois, 1951
-08/13	The Bayreuth Festspielhaus opens with the first complete
-	performance of Wagner's "Ring Cycle", 1876
-08/13	John Ireland is born, 1879
-08/13	Jules Emile Frederic Massenet dies, 1912
-08/15	Beatles replace drummer Pete Best with Richard Starkey, 1962
-08/15	The Beatles play Shea Stadium in New York, 1965
-08/15	Woodstock Festival, Max Yasgur's farm, 1969
-08/15	Jacques Ibert is born, 1890
-08/16	Elvis Presley [allegedly] dies at Graceland, 1977
-08/17	Robert Russell Bennett dies, 1981
-08/18	Antonio Salieri is born in Legnago, Italy, 1750
-08/19	George Enescu is born in Leveni, Romania, 1881
-08/21	Joe Strummer (The Clash), born John Mellor in Ankara, Turkey, 1952
-08/22	Claude Debussy is born in Yvelines, France, 1862
-08/23	Keith Moon is born in London, England, 1946
-08/24	Paul Creston dies, 1985
-08/25	Leonard Bernstein is born in Lawrence, Massachusetts, 1918
-08/26	Jimi Hendrix gives his last performance at the Isle of Wight, 1970
-08/26	Jimi Hendrix's Electric Ladyland Studios opens in New York, 1970
-08/26	Ralph Vaughan Williams dies, 1958
-08/27	Josquin Des Prez dies in Conde, 1521
-08/29	Michael Joseph Jackson is born in Gary, Indiana, 1958
-09/01	Engelbert Humperdinck is born in Siegburg, Germany, 1854
-09/04	Edvard Grieg dies in Bergen, Norway, 1907
-09/04	Anton Bruckner is born in Ansfelden, Austria, 1824
-09/04	Darius Milhaud is born in Aix-en-Provence, France, 1892
-09/06	Hanns Eisler dies in East Berlin, 1962
-09/07	Keith Moon (The Who) dies in London of a drug overdose, 1978
-09/07	Warren Zevon dies in Los Angeles, California, 2003
-09/08	Antonin Dvorak is born in Nelahozeves, Czechoslovakia, 1841
-09/08	Ron "Pigpen" McKernan (Grateful Dead) is born in San Bruno,
-	California, 1945
-09/08	Richard Strauss dies in Garmisch-Partenkirchen, Germany, 1949
-09/08	Carlo Gesualdo dies in Avellino in isolation, 1613
-09/08	Nicolas de Grigny is baptized, 1672
-09/11	Francois Couperin dies, 1733
-09/12	John-Philippe Rameau dies, 1764
-09/13	Arnold Schoenberg is born in Vienna, Austria, 1874
-09/14	Francis Scott Key writes words to "Star Spangled Banner", 1814
-09/15	Anton Webern is shot dead by a drunk US soldier in Austria, 1945
-09/15	Horatio Parker is born in Auburndale, Massachusetts, 1863
-09/16	B.B. King is born in Itta Bena, Mississippi, 1925
-09/16	Nadia Boulanger is born, 1887
-09/16	Hildegard von Bingen is born into family of nobles, 1098
-09/17	Hildegard von Bingen dies, 1179
-09/17	Franz Xaver Sussmayr dies, 1803
-09/18	Dee Dee Ramone (Douglas Colvin) born in Fort Lee, Virginia, 1951
-09/19	Simon & Garfunkel reunite to play New York's Central Park, 1981
-09/20	Jim Croce dies in a plane crash, 1973
-09/20	Jean Sibelius dies in Ainola, Finland, 1957
-09/20	Pablo de Sarasate dies in Biarritz, France, 1908
-09/21	Gustav Holst is born in Cheltenham, England, 1874
-09/22	Wagner's "Das Rheingold" premiers at the Munich Court Theater, 1869
-09/23	"Paul is dead" rumors sweep the country, 1969
-09/23	Bruce "The Boss" Springsteen is born in Freehold, New Jersey, 1949
-09/24	Vaclav Nelhybel is born, 1919
-09/25	John Bonham (Led Zeppelin) dies of alcohol poisoning, 1980
-09/25	Dmitri Shostakovich is born in St. Petersberg, Russia, 1906
-09/25	Jean Francaix dies, 1997
-09/25	John-Philippe Rameau is born in France, 1683
-09/26	Bela Bartok dies in New York City, 1945
-09/27	Engelbert Humperdinck dies, 1921
-09/26	George Gershwin is born in Brooklyn, New York, 1898
-09/30	Virgil Thomson dies, 1989
-10/01	Paul Dukas is born in Paris, France, 1865
-10/01	Roy Harris dies, 1979
-10/03	Carl Nielsen dies in Copenhagen, Denmark, 1931
-10/04	Janis Joplin dies of a heroin overdose in Hollywood, 1970
-10/05	Steve Miller is born in Dallas, Texas, 1943
-10/05	Jacques Offenbach dies in Paris, France, 1880
-10/05	Silvestre Revueltas dies in Mexico City, 1940
-10/07	First Bandstand (later, American Bandstand) broadcast, 1957
-10/09	John Lennon born in Liverpool, England, 1940
-10/09	John Entwistle is born in London, England, 1944
-10/09	Camille Saint-Saens is born in Paris, 1835
-10/10	John Prine is born in Maywood, Illinois, 1946
-10/10	Paul Creston is born, 1906
-10/10	Giuseppe Verdi is born in Le Roncole, near Busseto, Italy, 1813
-10/11	Anton Bruckner dies in Vienna, Austria, 1896
-10/12	The Jimi Hendrix Experience is formed in London, 1966
-10/12	Ray Conniff dies after falling down and hitting his head, 2002
-10/12	Ralph Vaughan Williams is born in Down Ampney, Gloucestershire, 1872
-10/13	Paul Simon born, 1941
-10/14	Leonard Bernstein dies in New York City, 1990
-10/16	Bob Weir (Grateful Dead) is born in San Francisco, 1947
-10/17	"Hair" opens at New York's Public Theater, 1967
-10/17	Frederic Chopin dies in Paris, France, 1849
-10/18	Chuck Berry is born in St. Louis, Missouri, 1926
-10/20	Three members of Lynyrd Skynyrd die in a plane crash, 1977
-10/20	Charles Edward Ives dies in New York City, 1954
-10/20	Max Bruch dies, 1920
-10/21	"Jesus Christ Super Star" debuted on Broadway, 1971
-10/21	Sir Malcolm Arnold is born, 1921
-10/22	Franz Liszt born in Doborjan, Hungary, 1811
-10/22	Pablo Casals dies in Puerto Rico, 1973
-10/22	Nadia Boulanger dies, 1979
-10/22	Louis Spohr dies in Frankfurt, Germany, 1859
-10/24	Luciano Berio is born, 1925
-10/24	Alessandro Scarlatti dies in Naples, 1725
-10/25	Jon Anderson (Yes) is born in Lancashire, England, 1944
-10/25	The Rolling Stones appear on The Ed Sullivan Show, 1964
-10/25	Georges Bizet is born in Paris, France, 1838
-10/25	Johann Strauss II, "The Waltz King", is born in Vienna, 1825
-10/26	Domenico Scarlatti is born in Naples, Italy, 1685
-10/27	Niccolo Paganini is born in Genoa, Italy, 1782
-10/27	Lou Reed dies, 2013
-10/28	Howard Hanson is born in Wahoo, Nebraska, 1896
-10/29	Duane Allman dies in motorcycle crash near Macon, Georgia, 1971
-10/30	Grace Slick is born in Chicago, 1939
-11/02	Jimi Hendrix's "Electric Ladyland" enters US charts at #1, 1968
-11/02	Keith Emerson is born, 1944
-11/03	James Taylor and Carly Simon are married in Manhattan, 1972
-11/04	Felix Mendelssohn Bartholdy dies in Leipzig, Germany, 1847
-11/04	Gabriel Faure dies from pneumonia in Paris, France, 1924
-11/06	Ray Conniff born in Attleboro, Massachusetts, 1916
-11/06	John Philip Sousa, "The March King", is born, 1854
-11/06	Edgard Varese dies, 1965
-11/06	Pyotr Ilyich Tchaikovsky dies in St. Petersburg, Russia, 1893
-11/07	Joni Mitchell (Roberta Joan Anderson) is born in Alberta, Canada, 1943
-11/07	Germaine Tailleferre dies in Paris, France, 1983
-11/08	Patti Page born, 1927
-11/09	The first issue of "Rolling Stone" is published, 1967
-11/10	Greg Lake is born in Bournemouth, England, 1948
-11/10	Francois Couperin is born, 1668
-11/12	Neil Young is born in Toronto, 1945
-11/12	Walter Piston dies in Belmont, Massachusetts, 1976
-11/12	Alexander Borodin is born in St. Petersburg, Russia, 1833
-11/13	Gioacchino Rossini dies at his summer home in Passy, France, 1868
-11/14	Aaron Copland is born in Brooklyn, New York, 1900
-11/15	Christoph Willibald Gluck dies in Vienna, Austria, 1787
-11/16	Bill Ham first demonstrates his psychedelic "Light Show", 1965
-11/17	Heitor Villa-Lobos dies, 1959
-11/18	Carl Maria von Weber is born in Eutin, Germany, 1786
-11/19	Franz Schubert dies in Vienna, Austria, 1828
-11/20	Duane Allman is born in Nashville, Tennessee, 1946
-11/20	Joe Walsh is born in Cleveland, 1947
-11/21	Henry Purcell dies, 1695
-11/22	Benjamin Britten is born, 1913
-11/22	Barnardo Pasquini dies in Rome, 1710
-11/23	Thomas Tallis dies, 1585
-11/24	Scott Joplin born near Linden, Texas, 1867
-11/25	"The Last Waltz" concert is played by The Band at Winterland, 1976
-11/25	Johann Strauss, Jr., writes 'On the Beautiful Blue Danube', 1867
-11/25	Virgil Thomson is born in Missouri, 1896
-11/26	Cream performs their farewell concert at Royal Albert Hall, 1968
-11/26	Paul Hindemith is born in Hanau, Germany, 1895
-11/27	Jimi Hendrix (Johnny Allen Hendrix) is born in Seattle, 1942
-11/27	Guillaume Dufay dies in Cambrai, 1474
-11/27	Arthur Honegger dies near Paris, 1955
-11/28	Jean-Baptiste Lully is born in Florence, 1632
-11/29	Pau Casals born in Vendrell, 1876
-11/29	Erich Korngold dies in Hollywood, 1957
-11/29	Giacomo Puccini dies due to throat cancer in Brussels, Belgium, 1924
-11/30	George Harrison dies at 13:30 in L.A., 2001
-11/30	Wilhelm Furtwangler dies in Baden-Baden, Germany, 1954
-11/30	Nicolas de Grigny dies, 1703
-12/01	Jeremiah Clarke dies, 1707
-12/01	Maurice Greene dies, 1755
-12/02	Aaron Copland dies in Tarrytown (now Sleepy Hollow), New York, 1990
-12/03	Anton Webern is born in Vienna, Austria, 1883
-12/04	Frank Zappa dies in his Laurel Canyon home shortly before 18:00, 1993
-12/04	Lord Benjamin Britten dies, 1976
-12/05	Wolfgang Amadeus Mozart dies in Vienna, Austria, 1791
-12/05	JJ Cale (John Weldon Cale) is born in Oklahoma City, Oklahoma, 1938
-12/06	First sound recording made by Thomas Edison, 1877
-12/06	The Rolling Stones play Altamont Speedway near San Francisco, 1969
-12/07	Harry Chapin is born in New York City, 1942
-12/07	Bernardo Pasquini is born in Tuscany, Italy, 1637
-12/08	Jim Morrison is born in Melbourne, Florida, 1943
-12/08	John Lennon is shot and killed in New York City, 1980
-12/08	Jean Sibelius is born in Hameenlinna, Finland, 1865
-12/09	The Who's "Tommy" premieres in London, 1973
-12/10	Morton Gould is born in Richmond Hill, New York, 1913
-12/10	Oliver Messiaen is born in Avignon, France, 1908
-12/11	Hector Berlioz is born at La cote-Saint-Andre, France, 1803
-12/13	Ted Nugent, the motor city madman, born in Detroit, 1949
-12/14	Carl Philipp Emanuel Bach dies, 1788
-12/15	Thomas Edison receives patent on the phonograph, 1877
-12/16	Don McLean's "American Pie" is released, 1971
-12/16	Zoltan Kodaly is born in Kecskemet, Hungary, 1882
-12/16	Camille Saint-Saens dies of pneumonia in Algiers, 1921
-12/17	Ludwig van Beethoven is born in Bonn, Germany, 1770
-12/18	Horatio Parker dies in Cedarhurst, New York, 1919
-12/21	Frank Zappa is born in Baltimore, 1940
-12/21	Silvestre Revueltas born in Santiago Papasquiaro, Durango, Mexico, 1899
-12/22	Beethoven's Symphony No. 5 and Symphony No. 6 premier, under
-	rehearsed, at Theater an der Wien in Vienna, Austria, 1808
-12/22	Edgard Varese is born in France, 1883
-12/22	Jean-Joseph Mouret dies in Charenton, France, 1738
-12/22	Giacomo Puccini is born in Lucca, Italy, 1858
-12/23	First Gilbert and Sullivan collaboration, Thespis, 1871
-12/23	Joe Strummer (born John Mellor) dies in Broomfield, England, 2002
-12/23	Edward MacDowell is born in New York, 1860
-12/24	Alban Berg dies in Vienna, Austria, 1935
-12/24	John Dunstable dies, 1453
-12/25	John Philip Sousa's "The Stars and Stripes Forever" composed, 1896
-12/25	Leonard Bernstein conducts Beethoven's Symphony No. 9 to honor the
-	fall of the Berlin Wall, 1989, changing "freude" to "freedom"
-12/25	Orlando Gibbons is born in Oxford, England, 1583
-12/28	Edgar Winter is born in Beaumont, Texas, 1946
-12/28	Paul Hindemith dies in Frankfurt am Main, Germany, 1963
-12/28	Maurice Ravel dies in Paris, France, 1937
-12/30	Dmitri Kabalevsky is born in St. Petersburg, Russia, 1904
-12/30	Richard Rogers dies, 1979
-12/31	Jimi Hendrix introduces the Band of Gypsies at the Fillmore East, 1969
-
-#endif /* !_calendar_music_ */
diff --git a/usr.bin/calendar/calendars/calendar.newzealand b/usr.bin/calendar/calendars/calendar.newzealand
deleted file mode 100644
index be069df8dfea..000000000000
--- a/usr.bin/calendar/calendars/calendar.newzealand
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * New Zealand holidays
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_newzealand_
-#define _calendar_newzealand_
-
-Jan 02	New Year Holiday (NZ)
-Jan 14	Anniversary Day (Southland)
-Jan 21	Anniversary Day (Wellington)
-Jan 28	Anniversary Day (Auckland)
-Feb 06	Waitangi Day (NZ)
-Mar 11	Anniversary Day (Taranaki)
-Mar 25	Anniversary Day (Otago)
-Jun 03	Queen's Birthday (NZ)
-Sep 23	Anniversary Day (South Canterbury)
-Oct 25	Anniversary Day (Hawke's Bay)
-Oct 28	Labour Day (NZ)
-Nov 04	Anniversary Day (Marlborough)
-Nov 15	Anniversary Day (Canterbury)
-Dec 02	Anniversary Day (Chatham Islands)
-
-#endif
diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian
deleted file mode 100644
index 07018766a832..000000000000
--- a/usr.bin/calendar/calendars/calendar.russian
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Russian calendar files
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_russian_
-#define _calendar_russian_
-
-#include <ru_RU.KOI8-R/calendar.all>
-
-#endif /* !_calendar_russian_ */
diff --git a/usr.bin/calendar/calendars/calendar.southafrica b/usr.bin/calendar/calendars/calendar.southafrica
deleted file mode 100644
index ae683b0bd358..000000000000
--- a/usr.bin/calendar/calendars/calendar.southafrica
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * South African holidays
- * Note:  The Public Holidays Act (Act No 36 of 1994) determines whenever
- * any public holiday falls on a Sunday, the Monday following on it shall
- * be an unnamed public holiday in addition to the named holiday the day
- * before. This file format is not complex enough to reflect this, but
- * if it ever is, the change should be made.
- * $FreeBSD$
- */
-
-#ifndef _calendar_southafrica_
-#define _calendar_southafrica_
-
-03/01	Human Rights Day in South Africa
-04/27	Freedom Day in South Africa
-05/01	Workers Day in South Africa
-06/16	Youth Day in South Africa
-08/09	National Women's Day in South Africa
-09/24	Heritage Day in South Africa
-12/16	Day of Reconciliation in South Africa
-12/26	Day of Goodwill in South Africa
-
-#endif
diff --git a/usr.bin/calendar/calendars/calendar.ukrainian b/usr.bin/calendar/calendars/calendar.ukrainian
deleted file mode 100644
index 3cff8c5a6072..000000000000
--- a/usr.bin/calendar/calendars/calendar.ukrainian
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Ukrainian calendar files
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_ukrainian_
-#define _calendar_ukrainian_
-
-#include <uk_UA.KOI8-U/calendar.all>
-
-#endif /* !_calendar_ukrainian_ */
diff --git a/usr.bin/calendar/calendars/calendar.usholiday b/usr.bin/calendar/calendars/calendar.usholiday
deleted file mode 100644
index ddc63843f186..000000000000
--- a/usr.bin/calendar/calendars/calendar.usholiday
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * USA holiday
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_usholiday_
-#define _calendar_usholiday_
-
-01/01	New Year's Day
-01/14	Julian Calendar New Year's Day
-02/02	Groundhog Day
-02/14	St. Valentine's Day
-02/MonThird	President's Day (3rd Monday of February)
-03/05	Mother-in-Law Day, USA
-03/SunSecond	Daylight Savings Time begins in USA; clocks move forward (2nd Sunday of March)
-03/17	St. Patrick's Day
-03/20*	Vernal Equinox
-04/01	April Fool's Day
-04/15	Income Tax Day, USA.
-04/28*	Arbor Day, USA (varies from state to state)
-05/SunSecond	Mother's Day (2nd Sunday of May)
-05/SatThird	Armed Forces in USA Day (3rd Saturday of May)
-05/MonLast	Memorial Day in USA (Last Monday of May)
-06/SunThird	Father's Day (3rd Sunday of June)
-06/21*	Summer Solstice
-07/04	US Independence Day
-09/MonFirst	Labor Day in USA (1st Monday of September)
-09/SunSecond	Grandparent's Day in USA (2nd Sunday of September; varies from state to state)
-09/22*	Autumnal Equinox
-10/MonSecond	Columbus Day in USA (2nd Monday of October)
-10/31	All Hallows Eve  (Halloween)
-11/SunFirst	Daylight Savings Time ends in USA; clocks move back (1st Sunday of November)
-11/11	Veterans' Day
-11/ThuFourth	Thanksgiving Day (4th Thursday in November)
-12/21*	Winter Solstice
-12/24	Christmas Eve
-12/25	Christmas
-12/31	New Year's Eve
-
-#endif /* !_calendar_usholiday_ */
diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world
deleted file mode 100644
index 2b65f1af748f..000000000000
--- a/usr.bin/calendar/calendars/calendar.world
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * World wide calendar files, except national calendars
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_world_
-#define _calendar_world_
-
-#include <calendar.birthday>
-#include <calendar.christian>
-#include <calendar.computer>
-#include <calendar.history>
-#include <calendar.lotr>
-#include <calendar.holiday>
-#include <calendar.judaic>
-#include <calendar.music>
-
-#endif /* !_calendar_world_ */
diff --git a/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag b/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag
deleted file mode 100644
index fe998f592ae9..000000000000
--- a/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * Feiertage
- *
- * $FreeBSD$
- */
-
-#ifndef _de_AT_ISO8859_15_feiertag_
-#define _de_AT_ISO8859_15_feiertag_
-
-LANG=de_AT.ISO8859-15
-
-/* arbeitsfreie staatliche Feiertage */
-01/01	Neujahr
-05/01	Staatsfeiertag
-10/26	Nationalfeiertag
-
-/*  christliche Feiertage, meist irgendwo arbeitsfrei */
-01/06		Heilige 3 K�nige
-Easter-2	Karfreitag
-Easter		Ostersonntag
-Easter+1 	Ostermontag
-Easter+49	Pfingstsonntag
-Easter+50	Pfingstmontag
-Easter+39	Christi Himmelfahrt
-Easter+60	Fronleichnam
-
-08/15		Mari� Himmelfahrt
-
-11/01		Allerheiligen
-11/02		Allerseelen
-
-12/08		Mari� Empf�ngnis
-12/24		Heiligabend
-12/25		Weihnachten
-12/26		Stephanstag
-12/31		Silvester
-
-/*  Gedenktage - nicht arbeitsfreie Feiertage */
-02/14			Valentinstag
-Easter-46		Aschermittwoch
-Easter-7		Palmsonntag
-Nov Sun+3		Totensonntag
-Nov Sun+4		1. Advent
-Dec Sun+1		2. Advent
-12/06			Nikolaus
-Dec Sun+2		3. Advent
-Dec Sun+3		4. Advent
-
-/* Jahreszeiten */
-03/20*	Fr�hlingsanfang
-06/21*	Sommeranfang
-09/23*	Herbstanfang
-12/21*	Winteranfang	
-
-/* Sommer- und Winterzeit */
-03/SundayLast	Anfang der Sommerzeit
-10/SundayLast	Ende der Sommerzeit
-
-/* Blumenverk�ufer */
-May Sun+2 	Muttertag
-
-#endif /*! _de_AT_ISO8859_15_feiertag_ */
diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all
deleted file mode 100644
index f2a33cc563b2..000000000000
--- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * deutscher Kalender
- *
- * $FreeBSD$
- */
-
-#ifndef _de_DE_ISO8859_1_all_
-#define _de_DE_ISO8859_1_all_
-
-#include <de_DE.ISO8859-1/calendar.feiertag>
-#include <de_DE.ISO8859-1/calendar.geschichte>
-#include <de_DE.ISO8859-1/calendar.kirche>
-#include <de_DE.ISO8859-1/calendar.literatur>
-#include <de_DE.ISO8859-1/calendar.musik>
-#include <de_DE.ISO8859-1/calendar.wissenschaft>
-
-#endif /* !_de_DE.ISO8859-1_all_ */
diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
deleted file mode 100644
index f966c0d085be..000000000000
--- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Feiertage
- *
- * $FreeBSD$
- */
-
-#ifndef _de_DE_ISO8859_1_feiertag_
-#define _de_DE_ISO8859_1_feiertag_
-
-LANG=de_DE.ISO8859-1
-
-/* arbeitsfreie staatliche Feiertage */
-01/01	Neujahr
-05/01	Maifeiertag
-10/03	Tag der deutschen Einheit
-
-/*  christliche Feiertage, meist irgendwo arbeitsfrei */
-Easter-2	Karfreitag
-Easter  	Ostersonntag
-Easter+1 	Ostermontag
-Easter+49	Pfingstsonntag
-Easter+50	Pfingstmontag
-Easter+39	Christi Himmelfahrt
-Easter+60	Fronleichnam
-
-08/08   	Friedensfest (Augsburg)
-08/15   	Mari� Himmelfahrt
-
-10/31   	Reformationstag
-11/01   	Allerheiligen
-11/02   	Allerseelen
-11/Wed+4 	Bu�- und Bettag
-
-12/24   	Heiligabend
-12/25   	Erster Weihnachtstag
-12/26   	Zweiter Weihnachtstag
-12/31   	Silvester
-
-/*  Gedenktage - nicht arbeitsfreie Feiertage :-( */
-06/17	Arbeiteraufstand am 17. Juni 1953
-01/27	Gedenktag f�r die Opfer des Nationalsozialismus
-
-/* Jahreszeiten */
-03/20*	Fr�hlingsanfang
-06/21*	Sommeranfang
-09/23*	Herbstanfang
-12/21*	Winteranfang
-
-/* Sommer- und Winterzeit */
-03/SundayLast	Anfang der Sommerzeit
-10/SundayLast	Ende der Sommerzeit
-
-/* Blumenverk�ufer */
-May Sun+2 	Muttertag
-
-#endif /*! _de_DE_ISO8859_1_feiertag_ */
diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte
deleted file mode 100644
index 980e162f0ddb..000000000000
--- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte
+++ /dev/null
@@ -1,198 +0,0 @@
-/*
- * deutsche Geschichte
- *
- * 
- * Die Angaben wurden �berwiegend entnommen aus dem Buch:
- * 
- * Fragen an die deutsche Geschichte, Ideen, Kr�fte, Entscheidungen von
- * 1800 bis zur Gegenwart; historische Ausstellung im Reichstagsgeb�ude
- * in Berlin; Katalog, 16. Auflage, Sonderausgabe - Bonn: Deutscher
- * Bundestag, Referat �ffentlichkeitsarbeit, 1990
- * 
- * English Title: Questions on German history
- * 
- * ISBN 3-924521-59-X
- * 
- * $FreeBSD$
- */
-
-#ifndef _de_DE_ISO8859_1_geschichte_
-#define _de_DE_ISO8859_1_geschichte_
-
-LANG=de_DE.ISO8859-1
-
-/* 1800-1933 */
-07/11 	Gr�ndung des Rheinbundes, 1806
-10/14	Doppelschlacht bei Jena und Auerstedt, 1806
-10/16	V�lkerschlacht bei Leipzig, 1813
-06/18	Niederlage Napoleons bei Waterloo, 1815
-10/18	Wartburgfest der Deutschen Burschenschaften, 1817
-01/01	Inkrafttreten des Vertrages �ber den deutschen Zollverein, 1834
-12/07	Erste deutsche Eisenbahn zwischen N�rnberg und F�rth, 1835
-06	Aufstand der schlesischen Weber, 1844
-12/21	Verabschiedung des Gesetzes �ber die Grundrechte des deutschen
-	Volkes durch die Frankfurter Nationalversammlung, 1848
-03/27	Annahme der deutschen Reichsverfassung in der Frankfurter
-	Paulskirche, Wahl von Friedrich Wilhelm IV von Preu�en zum
-	deutschen Kaiser, 1849
-04/28	Ablehnung der deutschen Kaiserkrone durch den preu�ischen K�nig, 1849
-07/03	Schlacht bei K�niggr�tz, 1866
-07/13	Emser Depesche, 1870
-07/18	Verk�ndung des Dogmas von der p�pstlichen Unfehlbarkeit
-	durch das I. Vatikanische Konzil
-01/18	Proklamation des deutschen Kaiserreiches in Versailles, 1871
-10/18	Verabschiedung des Sozialistengesetzes durch den Reichstag, 1878
-03/20	Entlassung von Bismarck als Reichskanzler und
-	preu�ischer Ministerpr�sident, 1890
-06/21	Er�ffnung des Nord-Ostsee-Kanals, 1895
-01/07	Billigung des B�rgerlichen Gesetzbuches (BGB) durch den Reichstag, 1896
-01/01	B�rgerliches Gesetzbuch tritt in Kraft, 1900
-06/28	Ermordung des �sterreichischen Thronfolgers Erzherzog Franz
-	Ferdinand durch serbische Nationalisten in Sarajewo, 1914
-07/28	Kriegserkl�rung �sterreich-Ungarns an Serbien, 1914
-08/01	Deutsche Mobilmachung und Kriegserkl�rung an Ru�land, 1914
-08/03	Deutsche Kriegserkl�rung an Frankreich, 1914
-08/04	Kriegserkl�rung Gro�britanniens an Deutschland, 1914
-08/04	Bewilligung der Kriegskredite im Reichstag, 1914
-08/26	Schlacht bei Tannenberg, 1914
-02/21	Schlacht um Verdun, 1916
-03/08	Ausbruch der Revolution in Ru�land, Abdankung von Zar Nikolaus II, 1917
-04/06	Kriegserkl�rung der USA an Deutschland, 1917
-12/15	Waffenstillstand zwisch Ru�land und Deutschland, 1917
-03/03	Frieden von Brest-Litowsk, 1918
-11/03	Matrosenaufstand in Kiel, 1918
-11/09	Ausrufung der Republik durch Scheidemann (SPD), 1918
-02/11	Friedrich Ebert wird Reichspr�sident, Weimar 1919
-06/28	Unterzeichnung des Versailler Vertrages, 1919
-03/21	Volksabstimmung in Oberschlesien, 1921
-04/16	Vertrag von Rapallo, 1922
-06/24	Ermordung von Reichsau�enminister Rathenau, 1922
-01/11	Besetzung des Ruhrgebietes durch Frankreich und Belgien, 1923
-09/10	Eintritt Deutschlands in den V�lkerbund, 1926
-10/25	Schwarzer Freitag in New York, Beginn der Weltwirtschaftskrise, 1929
-
-
-/* II. Weltkrieg */
-10/14	Austritt Deutschlands aus dem V�lkerbund, 1933
-03/16	Wiedereinf�hrung der allgemeinen Wehrpflicht in Deutschland, 1935
-10/25	Deutsch-italienischer Vertrag, Achse Berlin-Rom, 1936
-11/25	Antikominternpakt zwischen Deutschland und Japan, 1936
-01/13	Volksabstimmung im Saargebiet �ber die R�ckf�hrung 
-	ins deutsche Reich, 1935
-03/12	Einmarsch deutscher Truppen in �sterreich, 1938
-09/29	M�nchner Abkommen, 1938
-03/15	Einmarsch deutscher Truppen in die Tschechoslowakei, 1939
-03/23	R�ckgabe des Memelgebietes an Deutschland, 1939
-08/23	Abschlu� des Hitler-Stalin-Paktes, 1939
-09/03	Kriegserkl�rung Gro�britanniens und Frankreichs an Deutschland, 1939
-04/09	Deutsche Besetzung D�nemarks, Invasion in Norwegen, 1940
-05/10	Deutscher Angriff auf Belgien, die Niederlande, Luxemburg
-	und Frankreich, 1940
-06/22	Deutscher Angriff gegen die Sowjetunion, 1941
-12/11	Kriegserkl�rung Deutschlands an die USA, 1941
-01/14	Konferenz von Casablanca, 1943
-01/31	Kapitulation der 6. deutschen Armee in Stalingrad, 1943
-06/06	Alliierte Landung in Nordwestfrankreich, 1944
-02/04	Konferenz von Jalta, 4.-11.2. 1945
-04/25	Zusammentreffen von amerikanischen und sowjetischen Truppen
-	bei Torgau an der Elbe, 1945
-05/08	Bedingungslose Kapitulation von Deutschland, 1945
-07/01	R�ckzug britischer und amerikanischer Truppen aus Sachsen, Th�ringen und
-	Mecklenburg, Einmarsch westlicher Truppen in Berlin, 1945
-07/17	Potsdamer Konferenz, 1945
-09/01	Deutscher �berfall auf Polen, Beginn des 2. Weltkrieges, 1939
-10/01	Verk�ndigung der Urteile im N�rnberger Hauptkriegsverbrecherproze�, 1946
-02/25	Aufl�sung der Landes Preu�en durch den Kontrollrat, 1947
-08/06	Erster Atombombenabwurf auf Hiroshima, 1945
-08/09	Atombombenabwurf auf Nagasaki, 1945
-04/19	Aufstand im Warschauer Ghetto, 1943
-12/07	Japan bombardiert Pearl Harbor, 1941
-
-/* Deutschland nach dem 2. Weltkrieg */
-04/11	Attentat auf Dutschke, Studentenunruhen, 1968
-04/26	GAU in Tschernobyl, 1986
-05/05	Natobeitritt, Wiederbewaffnung, Souver�nit�t der Bundesrepublik, 1955
-05/06	R�cktritt von Brandt, 1974
-05/16	Wahl von Schmidt (SPD) zum Bundeskanzler, 1974
-05/23	Verk�ndung des Grundgesetzes, 1949
-05/23	Wahl von Richard von Weizs�cker zum Bundespr�sidenten, 1984
-06/05	Marshallplan, 1947
-06/20	W�hrungsreform in den Westzonen, 1948
-06/24	Beginn der Berliner Blockade, 1948
-07/01	Wahl von Heinrich L�bke zum Bundespr�sidenten, 1959
-07/01	Wirtschafts- und W�hrungsunion, 1990
-08/12	Deutsch-sowjetischer Gewaltverzichtsvertrag, Moskau 1970
-08/14	Wahl zum ersten deutschen Bundestag, 1949
-09/03	Vier-M�chte-Abkommen �ber Berlin, 1971
-09/05	Entf�hrung und Ermordung von Arbeitgeberpr�sident Schleyer, 
-	Entf�hrung einer Lufthansa-Maschine nach Mogadischu, 1977
-09/07	DDR-Staatsratsvorsitzender Honecker in der Bundesrepublik, 1987
-09/12	Wahl von Theodor Heuss (FDP) zum Bundespr�sidenten, 1949
-09/15	Wahl von Konrad Adenauer (CDU) zum Bundeskanzler, 1949
-09/17	Bruch der Sozialliberalen Koalition, 1982
-09/18	Aufnahme von Bundesrepublik und DDR in die UNO, 1973
-10/01	Abl�sung von Bundeskanzler Schmidt durch Kohl, 1982
-10/23	Volksabstimmung im Saargebiet, 1955
-12/02	Washingtoner Abkommen �ber Bi-Zone, 1946
-12/07	Deutsch-polnischer Vertrag, Warschau 1970
-12/10	Friedensnobelpreis f�r Brandt, 1971
-12/12	Nachr�stungsbeschlu� des NATO-Ministerates, 1979
-12/21	Grundlagenvertrag zwischen DDR und Bundesrepublik, 1972
-
-
-/* Nationalsozialismus */
-11/09	Hitler-Putsch in M�nchen/Marsch auf die Feldherrenhalle, 1923
-11/09	Reichskristallnacht, 1938
-09/14	Reichstagswahl: Erdrutsch zugunsten der NSDAP, 1930
-07/31	Reichstagswahl: NSDAP wird st�rkste Fraktion, 1932
-11/06	Reichstagswahl: R�ckgang der NSDAP, 1932
-01/30	Ernennung von Hitler zum Reichskanzler, 1933
-02/27	Reichstagsbrand, 1933
-03/05	Reichstagswahl: Mehrheit f�r NSDAP+DNVP, 1933
-03/23	Annahme des Erm�chtigungsgesetzes, 1933
-03/31	Erstes Gesetz zur Gleichschaltung der L�nder, 1933
-04/01	Organisierter Boykott j�discher Gesch�fte, 1933
-04/07	Zweites Gesetz zur Gleichschaltung der L�nder, 1933
-05/02	Aufl�sung der Gewerkschaften, 1933
-06	Aufl�sung aller Parteien au�er NSDAP, 1933
-07/20	Konkordat zwischen Deutschland und dem Vatikan, 1933
-06/30	R�hm-Putsch, Ausschaltung der SA-F�hrung, 1934
-09/15	N�rnberger Gesetze, 1935
-01/08	Er�ffnung der olympischen Spiele in Berlin, 1936
-01/20	Wannseekonferenz, 1942
-04/30	Selbstmord Hitlers, 1945
-07/29	Mussolini geboren, 1883
-
-/* Sozialismus */
-01/21	Lenin gestorben, 1924
-06	Gr�ndung des Bundes der Kommunisten in London
-	durch Marx und Engels, 1847
-05/23	Gr�ndung des Allgemeinen Deutschen Arbeitervereins in Leipzig
-	unter F�hrung von Ferdinand Lassalles, 1863
-08/07	Gr�ndung der Sozialdemokratischen Arbeiterpartei in Eisenach
-	unter der F�hrung von August Bebel und Wilhelm Liebknecht, 1869
-04/06	Gr�ndung der Unabh�ngigen Sozialdemokratischen Partei, Gotha 1917
-11/07	Oktoberrevolution in Ru�land, Putsch der Bolschewisten, 1917
-12/31	Gr�ndung der KPD, 1918
-01/15	Ermordung von Rosa Luxemburg und Karl Liebknecht, 1919
-03/05	Tod Stalins, 1953
-03/18	Erste demokratische Volkskammerwahl, 1990
-04/21	Zwangsvereinigung von KPD und SPD zur SED, 1946
-05/14	Gr�ndung der Warschauer Paktes, 1955
-06/17	Arbeiteraufstand am 17. Juni 1953
-06/25	Begin der Korea-Krieges, 1950
-08/13	Bau der Berliner Mauer, 1961
-08/21	Einmarsch des Warschauer Pakts in die Tschechoslowakei, 1968
-10/03	Offizielles Ende der DDR :-), 1990
-10/07	Gr�ndung der DDR, 1949
-10/09	Massendemonstration in Leipzig, 1989
-10/14	Kuba-Krise, 1962
-10/18	Abl�sung von Erich Honecker als SED-Generalsekret�r, 1989
-11/09	Fall der Berliner Mauer, 1989
-09/09	Mao Tse-Tung gestorben im Alter von 82 Jahren, 1976
-11/10	Sowjetischer Pr�sident Leonid Breschnew gestorben, Alter 75, 1982
-03/27	Chruschtschow wird sowjetischer Pr�sident, 1958
-10/12	Chruschtschow schl�gt w�hrend einer Rede in der UNO mit den
-	Schuhen auf den Tisch, 1960
-
-#endif /* _de_DE_ISO8859_1_geschichte_ */
diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche
deleted file mode 100644
index 02640b115bfb..000000000000
--- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Kirche in Deutschland
- *
- * $FreeBSD$
- */
-
-#ifndef _de_DE_ISO8859_1_kirche_
-#define _de_DE_ISO8859_1_kirche_
-
-LANG=de_DE.ISO8859-1
-
-Easter-46	Aschermittwoch
-Easter-48	Rosenmontag
-Easter-7	Palmsonntag
-
-11/Sun-3	Volkstrauertag (maybe)
-11/Sun-2	Volkstrauertag oder Totensonntag
-11/Sun-1	1. Advent oder Totensonntag
-12/Sun+1	1. oder 2. Advent
-12/Sun+2	2. oder 3. Advent
-12/Sun+3	3. oder 4. Advent
-12/Sun+4	4. Advent (maybe)
-
-12/06	Nikolaus
-12/25	1. Weihnachtstag
-12/26	2. Weihnachtstag
-
-/* Evangelische Kirche */
-11/10   Martin Luther geboren in Eisleben, 1483
-10/31   95 Thesen von Luther, Wittenberg, 1517
-
-#endif /* !_de_DE_ISO8859_1_kirche_ */
diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur
deleted file mode 100644
index bfa33e66168e..000000000000
--- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Literatur
- *
- * $FreeBSD$
- */
-
-#ifndef _de_DE_ISO8859_1_literatur_
-#define _de_DE_ISO8859_1_literatur_
-
-LANG=de_DE.ISO8859-1
-
-/* Schriftsteller 
-
-	Fontane
-	Goethe
-	Grass
-	Hegel
-	Heine
-	Schiller
- */
-
-01/04   Jakob Grimm geboren, 1785
-01/18   Arno Schmidt in Hamburg geboren, 1914
-02/09   Thomas Bernhard in Heerlen geboren, 1931
-02/12   Immanuel Kant in K�nigsberg gestorben, 1804
-02/12   Thomas Bernhard in Gmunden gestorben, 1989
-02/17   Heinrich Heine in Paris gestorben, 1856
-03/22   Johann Wolfgang von Goethe in Weimar gestorben, 1832
-04/22   Kant geboren, 1724
-05/09   Friedrich von Schiller in Weimar gestorben, 1805
-06/03   Arno Schmidt in Celle gestorben, 1979
-06/03   Franz Kafka in Prag gestorben, 1924
-06/06   Thomas Mann in L�beck geboren, 1875
-07/03   Franz Kafka geboren, 1883
-08/12   Thomas Mann gestorben, 1955
-08/27   Georg Wilhelm Friedrich Hegel in Stuttgart geboren, 1770
-08/28   Johann Wolfgang von Goethe in Frankfurt am Main geboren, 1749
-09/20   Theodor Fontane in Berlin gestorben, 1898
-10/16   G�nter Grass in Danzig geboren, 1927
-11/10   Friedrich von Schiller in Marbach geboren, 1759
-11/14   Georg Wilhelm Friedrich Hegel in Berlin gestorben, 1831
-12/13   Heinrich Heine in D�sseldorf geboren, 1797
-12/30   Theodor Fontane in Neuruppin geboren, 1819
-
-
-/* Verlage */
-03/09	"die tageszeitung" als erste t�glich aktualisierte deutsche 
-	Tageszeitung im WWW, 1995, Betatest, vollst�ndige Ausgabe
-05/05	Schweriner Volkszeitung als erste deutsche Tageszeitung im WWW, 1995
-05/12	"die tageszeitung" offiziell im WWW, 1995
-08/31	Hitler stellt Frankfurter Zeitung ein, 1943
-11/01	Frankfurter Allgemeine Zeitung in Leben gerufen, 1949
-
-#endif /* !_de_DE_ISO8859_1_literatur_ */
diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik
deleted file mode 100644
index 318969cfe87c..000000000000
--- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
- * Musik
- *
- * $FreeBSD$
- */
-
-#ifndef _de_DE_ISO8859_1_musik_
-#define _de_DE_ISO8859_1_musik_
-
-LANG=de_DE.ISO8859-1
-
-/* Barock */
-02/23	Georg Friedrich H�ndel in Halle an der Saale geboren, 1685
-03/14	Georg Philipp Telemann in Magdeburg geboren, 1681
-03/21	Johann Sebastian Bach in Eisenach geboren, 1685
-04/14	Georg Friedrich H�ndel in London gestorben, 1759
-06/25	Georg Philipp Telemann in Hamburg gestorben, 1767
-07/17	Diderich Buxtehude in L�beck gestorben, 1707
-07/28	Johann Sebastian Bach in Leipzig gestorben, 1750
-
-/* Klassik */
-01/27	Wolfgang Amadeus Mozart in Salzburg geboren, 1756
-01/31	Franz Schubert in Lichtenthal bei Wien geboren, 1797
-02/03	Felix Mendelssohn Bartholdy in Hamburg geboren, 1809
-02/13	Richard Wagner in Venedig gestorben, 1883
-03/01	Frederic Chopin in Zelazowa-Wola bei Warschau geboren, 1810
-03/08	(Louis) Hector Berlioz in Paris gestorben, 1869
-03/25	Bela Bartok in Nagyszentmiklos geboren, 1881
-03/26	Ludwig van Beethoven in Wien gestorben, 1827
-03/28	Sergej Rachmaninow in Beverley Hills gestorben, 1943
-03/29	Carl Orff in M�nchen gestorben, 1982
-03/31	Joseph Haydn in Rohrau geboren, 1732
-04/01	Sergej Rachmaninow in Oneg geboren, 1873
-04/03	Johannes Brahms in Wien gestorben, 1897
-05/07	Johannes Brahms in Hamburg geboren, 1833
-05/18	Gustav Mahler in Wien gestorben, 1911
-05/22	Richard Wagner in Leipzig geboren, 1813
-05/31	Joseph Haydn in Wien gestorben, 1809
-06/03	Georges Bizet in Bougival bei Paris gestorben, 1875
-06/05	Carl Maria von Weber in London gestorben, 1826
-06/08	Robert Schumann in Zwickau geboren, 1810
-06/11	Richard Strauss in M�nchen geboren, 1864
-06/15	Edvard Grieg in Bergen geboren, 1843
-07/07	Gustav Mahler in Kalischt geboren, 1860
-07/10	Carl Orff in M�nchen geboren, 1895
-07/29	Robert Schumann in Endenich bei Bonn gestorben, 1856
-07/31	Franz Liszt in Bayreuth gestorben, 1886
-09/04	Edvard Grieg in Bergen gestorben, 1907
-09/08	Richard Strauss in Garmisch-Partenkirchen gestorben, 1949
-09/26	Bela Bartok in New York gestorben, 1945
-10/17	Frederic Chopin in Paris gestorben, 1849
-10/22	Franz Liszt in Raiding (Ungarn) geboren, 1811
-10/25	Georges Bizet in Paris geboren, 1838
-11/04	Felix Mendelssohn Bartholdy in Leipzig gestorben, 1847
-11/18	Carl Maria von Weber in Eutin geboren, 1786
-11/19	Franz Schubert in Wien gestorben, 1828
-11/26	Paul Hindemith in Hanau geboren, 1895
-12/05	Wolfgang Amadeus Mozart in Wien gestorben, 1791
-12/11	(Louis) Hector Berlioz in La-C�te-Saint-Andr� geboren, 1803
-12/17	Ludwig van Beethoven in Bonn getauft, 1770
-12/28	Paul Hindemith in Frankfurt am Main gestorben, 1963
-
-/* Pop */
-09/18	Jimi Hendrix in Paris gestorben, 1970
-
-#endif /* !_de_DE_ISO8859_1_musik_ */
diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft
deleted file mode 100644
index 2c7639217df5..000000000000
--- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Wissenschaft
- *
- * $FreeBSD$
- */
-
-#ifndef _de_DE_ISO8859_1_wissenschaft_
-#define _de_DE_ISO8859_1_wissenschaft_
-
-LANG=de_DE.ISO8859-1
-
-04/12   Erster Mann im All, Juri Gagarin, 1961
-04/18   Einstein gestorben, 1955
-06/22	Konrad Zuse geboren in Berlin, 1919
-10/04   Sputnik 1, erster Satellit im Weltraum, 1957
-12/18	Konrad Zuse gestorben in H�nfeld,  1995
-
-
-#endif /* ! _de_DE_ISO8859_1_wissenschaft_ */
diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all
deleted file mode 100644
index 785512e543d3..000000000000
--- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Calendrier fran�ais
- *
- * $FreeBSD$
- */
-
-#ifndef _fr_FR_ISO8859_1_all_
-#define _fr_FR_ISO8859_1_all_
-
-#include <fr_FR.ISO8859-1/calendar.jferies>
-#include <fr_FR.ISO8859-1/calendar.fetes>
-#include <fr_FR.ISO8859-1/calendar.proverbes>
-
-#endif /* !_fr_FR.ISO8859-1_all_ */
diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes
deleted file mode 100644
index d80a8757409e..000000000000
--- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes
+++ /dev/null
@@ -1,630 +0,0 @@
-/*
- * F�tes � souhaiter
- *
- * $FreeBSD$
- */
-
-#ifndef _fr_FR_ISO8859_1_fetes_
-#define _fr_FR_ISO8859_1_fetes_
-
-LANG=fr_FR.ISO8859-1
-
-/*
- * N.B.: ceci n'est pas un calendrier liturgique�!
- *	 Il a seulement �t� r�alis� pour me faire payer � boire
- *	 par mes coll�gues de travail�; on n'y trouve donc que
- *	 des pr�noms seuls.
- *
- *	 Par ex. ��St Antoine de Padoue�� se retrouve abr�g� en
- *	 Antoine, et si Antoine est f�t� plusieurs jours par an,
- *	 tant mieux pour lui, c'est voulu.
- */
-
-01/01	Aujourd'hui, c'est la St(e) Almaque.
-01/01	N'oubliez pas les T�l�maque !
-01/02	Bonne f�te aux Basile !
-01/02	Aujourd'hui, c'est la St(e) Vassili.
-01/02	N'oubliez pas les Gr�goire !
-01/03	Bonne f�te aux Genevi�ve !
-01/03	Aujourd'hui, c'est la St(e) Ginette.
-01/04	N'oubliez pas les Odilon !
-01/04	Bonne f�te aux Ang�le !
-01/04	Aujourd'hui, c'est la St(e) Robert.
-01/05	N'oubliez pas les �douard !
-01/05	Bonne f�te aux Gerlac !
-01/06	Aujourd'hui, c'est la St(e) M�laine.
-01/06	N'oubliez pas les Andr� !
-01/07	Galette des rois
-01/07	Aujourd'hui, c'est la St(e) Raymond.
-01/07	N'oubliez pas les Raymonde !
-01/07	Bonne f�te aux Virginie !
-01/08	Aujourd'hui, c'est la St(e) Lucien.
-01/08	N'oubliez pas les Lucienne !
-01/08	Bonne f�te aux Peggy !
-01/08	Aujourd'hui, c'est la St(e) Gudule.
-01/09	N'oubliez pas les Adrien !
-01/09	Bonne f�te aux Alix !
-01/10	Aujourd'hui, c'est la St(e) Guillaume.
-01/10	N'oubliez pas les Guillemette !
-01/11	Bonne f�te aux Paulin !
-01/11	Aujourd'hui, c'est la St(e) Pauline.
-01/12	N'oubliez pas les Tatiana !
-01/12	Bonne f�te aux Alfred !
-01/12	Aujourd'hui, c'est la St(e) Ailred (Aelred, Eilred, Elred).
-01/13	N'oubliez pas les Vivant !
-01/13	Bonne f�te aux Vivence !
-01/13	Aujourd'hui, c'est la St(e) Hilaire.
-01/13	N'oubliez pas les Yvette !
-01/14	Bonne f�te aux Nina !
-01/14	Aujourd'hui, c'est la St(e) S�raphin.
-01/15	N'oubliez pas les R�mi !
-01/16	Bonne f�te aux Marcel !
-01/16	Aujourd'hui, c'est la St(e) Marcelle.
-01/16	N'oubliez pas les Marceau !
-01/16	Bonne f�te aux Honorat !
-01/17	Aujourd'hui, c'est la St(e) Roseline.
-01/17	N'oubliez pas les Antoine !
-01/17	Bonne f�te aux Anthony !
-01/18	Aujourd'hui, c'est la St(e) Prisca.
-01/18	N'oubliez pas les Libert !
-01/19	Bonne f�te aux Marius !
-01/19	Aujourd'hui, c'est la St(e) Canut.
-01/20	N'oubliez pas les Fabienne !
-01/20	Bonne f�te aux S�bastien !
-01/20	Aujourd'hui, c'est la St(e) Bastien.
-01/21	N'oubliez pas les Agn�s !
-01/21	Bonne f�te aux Fructueux !
-01/21	Aujourd'hui, c'est la St(e) Augure.
-01/21	N'oubliez pas les Euloge !
-01/21	Bonne f�te aux Avit !
-01/22	Aujourd'hui, c'est la St(e) Vincent.
-01/22	N'oubliez pas les Bl�sille !
-01/23	Bonne f�te aux Barnard !
-01/24	Aujourd'hui, c'est la St(e) Fran�ois.
-01/25	N'oubliez pas les Morgane !
-01/26	Bonne f�te aux Paule !
-01/26	Aujourd'hui, c'est la St(e) Timoth�e.
-01/26	N'oubliez pas les Tite !
-01/27	Bonne f�te aux Ang�le !
-01/28	Aujourd'hui, c'est la St(e) Thomas.
-01/29	N'oubliez pas les Gildas !
-01/29	Bonne f�te aux Sulpice !
-01/30	Aujourd'hui, c'est la St(e) Martine.
-01/31	N'oubliez pas les Marcelle !
-01/31	Bonne f�te aux Jean !
-02/01	Aujourd'hui, c'est la St(e) Ella.
-02/01	N'oubliez pas les Viridiane !
-02/02	Bonne f�te aux Th�ophane !
-02/03	Aujourd'hui, c'est la St(e) Blaise.
-02/03	N'oubliez pas les Anschaire !
-02/04	Bonne f�te aux V�ronique !
-02/04	Aujourd'hui, c'est la St(e) Jeanne.
-02/04	N'oubliez pas les Gilbert !
-02/05	Bonne f�te aux Agathe !
-02/06	Aujourd'hui, c'est la St(e) Gaston.
-02/06	N'oubliez pas les Armand !
-02/07	Bonne f�te aux Eug�nie !
-02/07	Aujourd'hui, c'est la St(e) Part�ne.
-02/08	N'oubliez pas les Jacqueline !
-02/08	Bonne f�te aux J�r�me !
-02/09	Aujourd'hui, c'est la St(e) Apolline.
-02/09	N'oubliez pas les Appollonie !
-02/10	Bonne f�te aux Arnaud !
-02/10	Aujourd'hui, c'est la St(e) Scholastique.
-02/11	N'oubliez pas les S�verin !
-02/11	Bonne f�te aux S�verine !
-02/12	Aujourd'hui, c'est la St(e) F�lix.
-02/12	N'oubliez pas les Eulalie !
-02/13	Bonne f�te aux B�atrice !
-02/13	Aujourd'hui, c'est la St(e) Polyeucte.
-02/14	N'oubliez pas les Valentin !
-02/14	Bonne f�te aux M�thode !
-02/14	Aujourd'hui, c'est la St(e) Cyrille.
-02/15	N'oubliez pas les Claude !
-02/15	Bonne f�te aux Georgette !
-02/16	Aujourd'hui, c'est la St(e) Julienne.
-02/17	N'oubliez pas les Alexis !
-02/18	Bonne f�te aux Bernadette et aux Nadine !
-02/19	Aujourd'hui, c'est la St(e) Gabin.
-02/20	N'oubliez pas les Aim�e !
-02/20	Bonne f�te aux Aim� !
-02/20	Aujourd'hui, c'est la St(e) Amata.
-02/21	N'oubliez pas les Pierre-Damien !
-02/22	Bonne f�te aux Isabelle !
-02/23	Aujourd'hui, c'est la St(e) Lazare.
-02/23	N'oubliez pas les Polycarpe !
-02/24	Bonne f�te aux Modeste !
-02/25	Aujourd'hui, c'est la St(e) Rom�o.
-02/25	N'oubliez pas les Avertan !
-02/26	Bonne f�te aux Nestor !
-02/27	Aujourd'hui, c'est la St(e) Honorine.
-02/27	N'oubliez pas les Gabriel !
-02/28	Bonne f�te aux Romain !
-02/28	Aujourd'hui, c'est la St(e) Lupicin.
-02/29	N'oubliez pas les Auguste !
-03/01	Bonne f�te aux Aubin !
-03/01	Aujourd'hui, c'est la St(e) Albin.
-03/02	N'oubliez pas les Charles !
-03/03	Bonne f�te aux Gu�nol� (Gw�nol�) !
-03/04	Aujourd'hui, c'est la St(e) Casimir.
-03/05	N'oubliez pas les Olive !
-03/05	Bonne f�te aux Olivia !
-03/06	Aujourd'hui, c'est la St(e) Colette.
-03/06	N'oubliez pas les Nicole !
-03/07	Bonne f�te aux F�licit� !
-03/07	Aujourd'hui, c'est la St(e) F�licie.
-03/07	N'oubliez pas les Perp�tue !
-03/08	Bonne f�te aux Jean !
-03/09	Aujourd'hui, c'est la St(e) Fran�oise.
-03/10	N'oubliez pas les Vivien !
-03/10	Bonne f�te aux Dominique !
-03/11	Aujourd'hui, c'est la St(e) Rosine.
-03/12	N'oubliez pas les Justine !
-03/12	Bonne f�te aux Maximilien !
-03/13	Aujourd'hui, c'est la St(e) Rodrigue.
-03/13	N'oubliez pas les Salomon !
-03/13	Bonne f�te aux Euphrasie !
-03/14	Aujourd'hui, c'est la St(e) Mathilde.
-03/15	N'oubliez pas les Louise !
-03/16	Bonne f�te aux B�n�dicte !
-03/16	Aujourd'hui, c'est la St(e) Beno�te.
-03/16	N'oubliez pas les Julien !
-03/17	C'est la St Patrick !
-03/17	Aujourd'hui, c'est la St(e) Patrice.
-03/18	N'oubliez pas les Cyrille !
-03/19	Bonne f�te aux Joseph !
-03/20	Aujourd'hui, c'est la St(e) Herbert.
-03/20	N'oubliez pas les Wulfran !
-03/21	Bonne f�te aux Cl�mence !
-03/22	Aujourd'hui, c'est la St(e) L�a.
-03/23	N'oubliez pas les Victorien !
-03/23	Bonne f�te aux Turibio !
-03/24	Aujourd'hui, c'est la St(e) Catherine.
-03/24	N'oubliez pas les Karine !
-03/26	Bonne f�te aux Lara !
-03/26	Aujourd'hui, c'est la St(e) Ludger.
-03/26	N'oubliez pas les Larissa !
-03/27	Bonne f�te aux Habib !
-03/28	Aujourd'hui, c'est la St(e) Gontran.
-03/29	N'oubliez pas les Gwladys !
-03/29	Bonne f�te aux Eustase !
-03/30	Aujourd'hui, c'est la St(e) Am�d�e.
-03/31	N'oubliez pas les Benjamin !
-03/31	Bonne f�te aux Benjamine !
-04/01	Votre fichier calendar est corrompu.
-04/01	N'oubliez pas les Hugues !
-04/02	Bonne f�te aux Sandrine !
-04/03	Aujourd'hui, c'est la St(e) Richard.
-04/04	N'oubliez pas les Isidore !
-04/04	Bonne f�te aux Beno�t !
-04/05	Aujourd'hui, c'est la St(e) Ir�ne.
-04/05	N'oubliez pas les Vincent !
-04/06	Bonne f�te aux Marcellin !
-04/06	Aujourd'hui, c'est la St(e) C�lestin.
-04/06	N'oubliez pas les Guillaume !
-04/07	Bonne f�te aux Jean-Baptiste !
-04/07	Aujourd'hui, c'est la St(e) Julienne.
-04/08	N'oubliez pas les Perpet !
-04/08	Bonne f�te aux Perpetuus !
-04/09	Aujourd'hui, c'est la St(e) Gautier.
-04/09	N'oubliez pas les Jean !
-04/10	Bonne f�te aux Fulbert !
-04/10	Aujourd'hui, c'est la St(e) Michel.
-04/11	N'oubliez pas les Stanislas !
-04/11	Bonne f�te aux Gemma !
-04/11	Aujourd'hui, c'est la St(e) L�on.
-04/12	N'oubliez pas les Jules !
-04/12	Bonne f�te aux Sabas !
-04/13	Aujourd'hui, c'est la St(e) Ida.
-04/13	N'oubliez pas les Herm�n�gilde !
-04/14	Bonne f�te aux Maxime !
-04/14	Aujourd'hui, c'est la St(e) Lydwine.
-04/14	N'oubliez pas les B�n�zet !
-04/15	Bonne f�te aux Pierre !
-04/16	Aujourd'hui, c'est la St(e) Beno�t.
-04/17	N'oubliez pas les Anicet !
-04/17	Bonne f�te aux Kateri !
-04/18	Aujourd'hui, c'est la St(e) Parfait.
-04/19	N'oubliez pas les Emma !
-04/19	Bonne f�te aux Elph�ge !
-04/20	Aujourd'hui, c'est la St(e) Odette.
-04/20	N'oubliez pas les Agn�s !
-04/21	Bonne f�te aux Anselme !
-04/22	Aujourd'hui, c'est la St(e) Alexandre.
-04/22	N'oubliez pas les Soter !
-04/22	Bonne f�te aux Ca�us !
-04/22	Aujourd'hui, c'est la St(e) L�onide.
-04/23	N'oubliez pas les Georges !
-04/23	Bonne f�te aux Pierre !
-04/24	Aujourd'hui, c'est la St(e) Fid�le.
-04/24	N'oubliez pas les Marie-Euphrasie !
-04/25	Bonne f�te aux Marc !
-04/26	Aujourd'hui, c'est la St(e) Alida.
-04/27	N'oubliez pas les Zita !
-04/27	Bonne f�te aux Pierre !
-04/28	Aujourd'hui, c'est la St(e) Val�rie.
-04/28	N'oubliez pas les Louis-Marie !
-04/28	Bonne f�te aux Paul !
-04/29	Aujourd'hui, c'est la St(e) Joseph-Beno�t.
-04/29	N'oubliez pas les Hugues !
-04/30	Bonne f�te aux Robert !
-04/30	Aujourd'hui, c'est la St(e) Catherine.
-05/02	N'oubliez pas les Boris !
-05/03	Bonne f�te aux Jacques !
-05/03	Aujourd'hui, c'est la St(e) Philippe.
-05/04	N'oubliez pas les Sylvain !
-05/05	Bonne f�te aux Judith !
-05/06	Aujourd'hui, c'est la St(e) Prudence.
-05/07	N'oubliez pas les Gis�le !
-05/09	Bonne f�te aux Pac�me !
-05/10	Aujourd'hui, c'est la St(e) Solange.
-05/11	N'oubliez pas les Estelle !
-05/12	Bonne f�te aux Achille !
-05/14	Aujourd'hui, c'est la St(e) Matthias.
-05/15	N'oubliez pas les Denise !
-05/16	Bonne f�te aux Honor� !
-05/17	Aujourd'hui, c'est la St(e) Pascal.
-05/18	N'oubliez pas les �ric !
-05/19	Bonne f�te aux Yves !
-05/19	Aujourd'hui, c'est la St(e) Yvonne.
-05/20	N'oubliez pas les Bernardin !
-05/21	Bonne f�te aux Constantin !
-05/22	Aujourd'hui, c'est la St(e) �mile.
-05/23	N'oubliez pas les Didier !
-05/24	Bonne f�te aux Donatien !
-05/25	Aujourd'hui, c'est la St(e) Sophie.
-05/26	N'oubliez pas les B�renger !
-05/28	Bonne f�te aux Germain !
-05/29	Aujourd'hui, c'est la St(e) Aymard.
-05/30	N'oubliez pas les Ferdinand !
-06/01	Bonne f�te aux Justin !
-06/02	Aujourd'hui, c'est la St(e) Blandine.
-06/03	N'oubliez pas les K�vin !
-06/04	Bonne f�te aux Clotilde !
-06/05	Aujourd'hui, c'est la St(e) Igor.
-06/06	N'oubliez pas les Norbert !
-06/07	Bonne f�te aux Gilbert !
-06/08	Aujourd'hui, c'est la St(e) M�dard.
-06/09	N'oubliez pas les Diane !
-06/11	Bonne f�te aux Barnab� !
-06/11	Aujourd'hui, c'est la St(e) Yolande.
-06/12	N'oubliez pas les Guy !
-06/13	Bonne f�te aux Antoine !
-06/14	Aujourd'hui, c'est la St(e) �lis�e.
-06/15	N'oubliez pas les Germaine !
-06/16	Bonne f�te aux Jean-Fran�ois !
-06/17	Aujourd'hui, c'est la St(e) Herv�.
-06/18	N'oubliez pas les L�once !
-06/19	Bonne f�te aux Romuald !
-06/20	Aujourd'hui, c'est la St(e) Silv�re.
-06/21	N'oubliez pas les Rodolphe !
-06/22	Bonne f�te aux Alban !
-06/23	Aujourd'hui, c'est la St(e) Audrey.
-06/24	N'oubliez pas les Jean-Baptiste !
-06/25	Bonne f�te aux Prosper !
-06/26	Aujourd'hui, c'est la St(e) Anthelme.
-06/27	N'oubliez pas les Fernand !
-06/28	Bonne f�te aux Ir�n�e !
-06/29	Aujourd'hui, c'est la St(e) Paul.
-06/29	N'oubliez pas les Pierre !
-06/30	Bonne f�te aux Martial !
-07/01	Aujourd'hui, c'est la St(e) Thierry.
-07/02	N'oubliez pas les Martinien !
-07/03	Bonne f�te aux Thomas !
-07/04	Aujourd'hui, c'est la St(e) Florent.
-07/05	N'oubliez pas les Antoine !
-07/06	Bonne f�te aux Mariette !
-07/07	Aujourd'hui, c'est la St(e) Raoul.
-07/08	N'oubliez pas les Thibaut !
-07/09	Bonne f�te aux Amandine !
-07/10	Aujourd'hui, c'est la St(e) Ulrich.
-07/11	N'oubliez pas les Beno�t !
-07/12	Bonne f�te aux Olivier !
-07/13	Aujourd'hui, c'est la St(e) Henri.
-07/13	N'oubliez pas les Jo�l !
-07/14	Bonne f�te aux Camille !
-07/15	Aujourd'hui, c'est la St(e) Donald.
-07/17	N'oubliez pas les Caroline !
-07/17	Bonne f�te aux Charlotte !
-07/18	Aujourd'hui, c'est la St(e) Fr�d�ric.
-07/19	N'oubliez pas les Ars�ne !
-07/20	Bonne f�te aux Marina !
-07/21	Aujourd'hui, c'est la St(e) Victor.
-07/22	N'oubliez pas les Marie-Madeleine !
-07/23	Bonne f�te aux Brigitte !
-07/24	Aujourd'hui, c'est la St(e) Christine.
-07/25	N'oubliez pas les Jacques !
-07/26	Bonne f�te aux Anne !
-07/26	Aujourd'hui, c'est la St(e) Joachim.
-07/27	N'oubliez pas les Nathalie !
-07/28	Bonne f�te aux Samson !
-07/29	Aujourd'hui, c'est la St(e) Marthe.
-07/30	N'oubliez pas les Juliette !
-07/31	Bonne f�te aux Ignace !
-08/01	Aujourd'hui, c'est la St(e) Alphonse.
-08/01	N'oubliez pas les Pierre !
-08/02	Bonne f�te aux Julien !
-08/03	Aujourd'hui, c'est la St(e) Lydie.
-08/03	N'oubliez pas les Pierre-Julien !
-08/04	Bonne f�te aux Jean-Marie !
-08/04	Aujourd'hui, c'est la St(e) Dominique.
-08/05	N'oubliez pas les Abel !
-08/05	Bonne f�te aux Oswald !
-08/07	Aujourd'hui, c'est la St(e) Ga�tan.
-08/08	N'oubliez pas les Dominique !
-08/08	Bonne f�te aux Cyriaque !
-08/09	Aujourd'hui, c'est la St(e) Amour.
-08/10	N'oubliez pas les Laurent !
-08/11	Bonne f�te aux Claire !
-08/11	Aujourd'hui, c'est la St(e) Philom�ne.
-08/12	N'oubliez pas les Clarisse !
-08/13	Bonne f�te aux Hyppolite !
-08/13	Aujourd'hui, c'est la St(e) Radegonde.
-08/14	N'oubliez pas les �vrard !
-08/14	Bonne f�te aux Maximilien !
-08/15	Aujourd'hui, c'est la St(e) Marie.
-08/16	N'oubliez pas les Armel !
-08/16	Bonne f�te aux Roch !
-08/17	Aujourd'hui, c'est la St(e) Hyacinthe.
-08/18	N'oubliez pas les H�l�ne !
-08/19	Bonne f�te aux Jean-Eudes !
-08/19	Aujourd'hui, c'est la St(e) Louis.
-08/20	N'oubliez pas les Bernard !
-08/21	Bonne f�te aux Christophe !
-08/21	Aujourd'hui, c'est la St(e) Jeanne.
-08/22	N'oubliez pas les Fabrice !
-08/22	Bonne f�te aux Symphorien !
-08/23	Aujourd'hui, c'est la St(e) Rose.
-08/23	N'oubliez pas les Philippe !
-08/24	Bonne f�te aux Barth�l�my !
-08/25	Aujourd'hui, c'est la St(e) Louis.
-08/26	N'oubliez pas les Natacha !
-08/26	Bonne f�te aux Z�phirin !
-08/26	Aujourd'hui, c'est la St(e) Eulade.
-08/27	N'oubliez pas les Edwige !
-08/27	Bonne f�te aux Monique et aux Joseph !
-08/28	Aujourd'hui, c'est la St(e) Augustin.
-08/29	N'oubliez pas les Sabine !
-08/30	Bonne f�te aux Fiacre !
-08/30	Aujourd'hui, c'est la St(e) Rose.
-08/31	N'oubliez pas les Aristide !
-08/31	Bonne f�te aux Raymond !
-09/01	Aujourd'hui, c'est la St(e) Gilles.
-09/02	N'oubliez pas les Ingrid !
-09/03	Bonne f�te aux Gr�goire !
-09/04	Aujourd'hui, c'est la St(e) Rosalie.
-09/05	N'oubliez pas les Ra�ssa !
-09/06	Bonne f�te aux Bertrand !
-09/07	Aujourd'hui, c'est la St(e) Reine.
-09/09	N'oubliez pas les Alain !
-09/10	Bonne f�te aux In�s !
-09/11	Aujourd'hui, c'est la St(e) Adelphe.
-09/12	N'oubliez pas les Apollinaire !
-09/13	Bonne f�te aux Aim� !
-09/15	Aujourd'hui, c'est la St(e) Roland.
-09/16	N'oubliez pas les �dith !
-09/17	Bonne f�te aux Renaud !
-09/18	Aujourd'hui, c'est la St(e) Nad�ge.
-09/19	N'oubliez pas les �milie !
-09/20	Bonne f�te aux Davy !
-09/21	Aujourd'hui, c'est la St(e) Matthieu.
-09/22	N'oubliez pas les Maurice !
-09/23	Bonne f�te aux Constant !
-09/24	Aujourd'hui, c'est la St(e) Th�cle.
-09/25	N'oubliez pas les Hermann !
-09/26	Bonne f�te aux C�me !
-09/26	Aujourd'hui, c'est la St(e) Damien.
-09/27	N'oubliez pas les Vincent !
-09/28	Bonne f�te aux Venceslas !
-09/29	Aujourd'hui, c'est la St(e) Michel.
-09/29	N'oubliez pas les Rapha�l !
-09/30	Bonne f�te aux J�r�me !
-10/01	Aujourd'hui, c'est la St(e) Th�r�se.
-10/02	N'oubliez pas les L�ger !
-10/03	Bonne f�te aux G�rard !
-10/04	Aujourd'hui, c'est la St(e) Fran�ois.
-10/05	N'oubliez pas les Placide !
-10/05	Bonne f�te aux Fleur !
-10/05	Aujourd'hui, c'est la St(e) Flore.
-10/05	N'oubliez pas les P�querette !
-10/05	Bonne f�te aux Violette !
-10/05	Aujourd'hui, c'est la St(e) Pervenche.
-10/05	N'oubliez pas les An�mone !
-10/05	Bonne f�te aux Bluette !
-10/05	Aujourd'hui, c'est la St(e) Capucine.
-10/05	N'oubliez pas les Dahlia !
-10/05	Bonne f�te aux Myrtille !
-10/05	Aujourd'hui, c'est la St(e) Hortense.
-10/05	N'oubliez pas les Violaine !
-10/05	Bonne f�te aux Anne-Aymone !
-10/05	Aujourd'hui, c'est la St(e) Dalie.
-10/06	N'oubliez pas les Bruno !
-10/06	Bonne f�te aux Foy !
-10/07	Aujourd'hui, c'est la St(e) Serge.
-10/08	N'oubliez pas les P�lagie !
-10/26	Bonne f�te aux D�m�trius !
-10/09	Aujourd'hui, c'est la St(e) Denis.
-10/09	N'oubliez pas les Denys !
-10/10	Bonne f�te aux Ghislain !
-10/10	Aujourd'hui, c'est la St(e) Ghislaine.
-10/10	N'oubliez pas les Guislain !
-10/10	Bonne f�te aux Guislaine !
-10/11	Aujourd'hui, c'est la St(e) Firmin.
-10/11	N'oubliez pas les Gausbert !
-10/12	Bonne f�te aux Wilfried !
-10/12	Aujourd'hui, c'est la St(e) S�raphin.
-10/13	N'oubliez pas les G�raud !
-10/14	Bonne f�te aux Juste !
-10/14	Aujourd'hui, c'est la St(e) Calliste.
-10/15	N'oubliez pas les Th�r�se !
-10/16	Bonne f�te aux Edwige !
-10/16	Aujourd'hui, c'est la St(e) Marie-Marguerite.
-10/17	N'oubliez pas les Baudoin !
-10/17	Bonne f�te aux Ignace !
-10/18	Aujourd'hui, c'est la St(e) Luc.
-10/19	N'oubliez pas les Ren� !
-10/20	Bonne f�te aux Adeline !
-10/20	Aujourd'hui, c'est la St(e) Aline.
-10/20	N'oubliez pas les Line !
-10/21	Bonne f�te aux C�line !
-10/21	Aujourd'hui, c'est la St(e) Hilarion.
-10/22	N'oubliez pas les �lodie !
-10/22	Bonne f�te aux Nunillon !
-10/22	Aujourd'hui, c'est la St(e) Salom�.
-10/23	N'oubliez pas les Jean !
-10/24	Bonne f�te aux Florentin !
-10/25	Aujourd'hui, c'est la St(e) Cr�pin.
-10/25	N'oubliez pas les Cr�pinien !
-10/25	Bonne f�te aux Chrysanthe !
-10/25	Aujourd'hui, c'est la St(e) Darie.
-10/25	N'oubliez pas les Enguerran !
-10/26	Bonne f�te aux Dimitri !
-10/26	Aujourd'hui, c'est la St(e) �variste.
-10/27	N'oubliez pas les �meline !
-10/27	Bonne f�te aux Didier !
-10/27	Aujourd'hui, c'est la St(e) Frumence.
-10/28	N'oubliez pas les Jude !
-10/28	Bonne f�te aux Judas !
-10/28	Aujourd'hui, c'est la St(e) Thadd�e.
-10/28	N'oubliez pas les Simon !
-10/28	Bonne f�te aux Simone (Simonne) !
-10/29	Aujourd'hui, c'est la St(e) Narcisse.
-10/30	N'oubliez pas les Bienvenue !
-10/30	Bonne f�te aux Doroth�e !
-10/31	Aujourd'hui, c'est la St(e) Quentin.
-10/31	N'oubliez pas les Alphonse !
-10/31	Bonne f�te aux Wolfgang !
-11/03	Aujourd'hui, c'est la St(e) Hubert.
-11/04	N'oubliez pas les Charles !
-11/04	Bonne f�te aux Amans !
-11/05	Aujourd'hui, c'est la St(e) Sylvie.
-11/05	N'oubliez pas les Sylvette !
-11/05	Bonne f�te aux Sylviane !
-11/05	Aujourd'hui, c'est la St(e) Zacharie.
-11/05	N'oubliez pas les �lisabeth !
-11/06	Bonne f�te aux Bertille !
-11/06	Aujourd'hui, c'est la St(e) L�onard.
-11/06	N'oubliez pas les Winnoc !
-11/07	Bonne f�te aux Carine !
-11/07	Aujourd'hui, c'est la St(e) Karine.
-11/07	N'oubliez pas les Ernest !
-11/07	Bonne f�te aux Ernst !
-11/07	Aujourd'hui, c'est la St(e) Willibrord.
-11/08	N'oubliez pas les Geoffroy !
-11/09	Bonne f�te aux Th�odore !
-11/10	Aujourd'hui, c'est la St(e) L�on.
-11/10	N'oubliez pas les L�ontine !
-11/10	Bonne f�te aux Lionel !
-11/11	Aujourd'hui, c'est la St(e) Martin.
-11/12	N'oubliez pas les Christian !
-11/12	Bonne f�te aux Josaphat !
-11/13	Aujourd'hui, c'est la St(e) Brice.
-11/13	N'oubliez pas les Di�go !
-11/13	Bonne f�te aux Didace !
-11/14	Aujourd'hui, c'est la St(e) Sidoine.
-11/14	N'oubliez pas les Sidonie !
-11/14	Bonne f�te aux S�rapion !
-11/15	Aujourd'hui, c'est la St(e) Albert.
-11/16	N'oubliez pas les Marguerite !
-11/16	Bonne f�te aux Gertrude !
-11/17	Aujourd'hui, c'est la St(e) �lisabeth.
-11/17	N'oubliez pas les �lise !
-11/17	Bonne f�te aux Lise !
-11/18	Aujourd'hui, c'est la St(e) Aude.
-11/19	N'oubliez pas les Tanguy !
-11/19	Bonne f�te aux Tanneguy !
-11/19	Aujourd'hui, c'est la St(e) Mechtilde.
-11/19	N'oubliez pas les Mathilde !
-11/19	Bonne f�te aux Patrocle !
-11/20	Aujourd'hui, c'est la St(e) Edmond.
-11/20	N'oubliez pas les Octave !
-11/20	Bonne f�te aux Adventor !
-11/20	Aujourd'hui, c'est la St(e) Solutor.
-11/20	N'oubliez pas les Ambroise !
-11/20	Bonne f�te aux Rutus !
-11/22	Aujourd'hui, c'est la St(e) C�cile.
-11/22	N'oubliez pas les C�lia !
-11/23	Bonne f�te aux Cl�ment !
-11/23	Aujourd'hui, c'est la St(e) Cl�mentine.
-11/23	N'oubliez pas les Colomban !
-11/24	Bonne f�te aux Augusta !
-11/24	Aujourd'hui, c'est la St(e) Flora.
-11/25	N'oubliez pas les Catherine !
-11/24	Bonne f�te aux Maria !
-11/26	Aujourd'hui, c'est la St(e) Delphine.
-11/26	N'oubliez pas les Elz�ar !
-11/27	Bonne f�te aux S�verin !
-11/27	Aujourd'hui, c'est la St(e) S�verine.
-11/27	N'oubliez pas les Maxime !
-11/28	Bonne f�te aux Jacques !
-11/29	Aujourd'hui, c'est la St(e) Saturnin.
-11/29	N'oubliez pas les Sernin (Cernin) !
-11/29	Bonne f�te aux Savourin !
-11/29	Aujourd'hui, c'est la St(e) Sornin.
-11/30	N'oubliez pas les Andr� !
-11/30	Bonne f�te aux Andr�a !
-12/01	Aujourd'hui, c'est la St(e) Florence.
-12/01	N'oubliez pas les �loi !
-12/01	Bonne f�te aux Airy !
-12/02	Aujourd'hui, c'est la St(e) Viviane.
-12/03	N'oubliez pas les Fran�ois-Xavier !
-12/03	Bonne f�te aux Xavier !
-12/03	Aujourd'hui, c'est la St(e) Eug�ne.
-12/04	N'oubliez pas les Barbara !
-12/04	Bonne f�te aux Barbe !
-12/05	Aujourd'hui, c'est la St(e) G�rald.
-12/05	N'oubliez pas les G�raldine !
-12/05	Bonne f�te aux G�raud !
-12/05	Aujourd'hui, c'est la St(e) Sabas.
-12/06	N'oubliez pas les Nicolas !
-12/07	Bonne f�te aux Ambroise !
-12/09	Aujourd'hui, c'est la St(e) Pierre.
-12/10	N'oubliez pas les Romaric !
-12/10	Bonne f�te aux Eulalie !
-12/10	Aujourd'hui, c'est la St(e) Melchaide.
-12/10	N'oubliez pas les Miltiade !
-12/11	Bonne f�te aux Daniel !
-12/11	Aujourd'hui, c'est la St(e) Damase.
-12/12	N'oubliez pas les Chantal !
-12/13	Bonne f�te aux Lucie !
-12/13	Aujourd'hui, c'est la St(e) Rolande.
-12/13	N'oubliez pas les Aurore !
-12/14	Bonne f�te aux Odile !
-12/15	Aujourd'hui, c'est la St(e) Ninon.
-12/15	N'oubliez pas les Nina !
-12/15	Bonne f�te aux Christiane !
-12/15	Aujourd'hui, c'est la St(e) Christina.
-12/16	N'oubliez pas les Alice !
-12/16	Bonne f�te aux Ad�la�de !
-12/16	Aujourd'hui, c'est la St(e) �vrard.
-12/16	N'oubliez pas les �berhard !
-12/17	Bonne f�te aux Ga�l !
-12/17	Aujourd'hui, c'est la St(e) Lazare.
-12/17	N'oubliez pas les Olympe !
-12/17	Bonne f�te aux Olympias !
-12/17	Aujourd'hui, c'est la St(e) Judica�l.
-12/18	N'oubliez pas les Gatien !
-12/18	Bonne f�te aux Winebald !
-12/19	Aujourd'hui, c'est la St(e) Urbain.
-12/20	N'oubliez pas les Abraham !
-12/20	Bonne f�te aux Th�ophile !
-12/21	Aujourd'hui, c'est la St(e) Pierre.
-12/22	N'oubliez pas les Fran�oise-Xavi�re !
-12/22	Bonne f�te aux Flavien !
-12/23	Aujourd'hui, c'est la St(e) Armand.
-12/24	N'oubliez pas les Ad�le !
-12/24	Bonne f�te aux Charbel !
-12/25	Aujourd'hui, c'est la St(e) Emmanuel.
-12/25	N'oubliez pas les Emmanuelle !
-12/25	Bonne f�te aux No�l !
-12/26	Aujourd'hui, c'est la St(e) �tienne.
-12/26	N'oubliez pas les St�phane !
-12/26	Bonne f�te aux St�phanie !
-12/27	Aujourd'hui, c'est la St(e) Jean.
-12/27	N'oubliez pas les Yann !
-12/28	Bonne f�te aux Innocents !
-12/29	Aujourd'hui, c'est la St(e) David.
-12/30	N'oubliez pas les Roger !
-12/31	Bonne f�te aux Sylvestre !
-
-#endif /*! _fr_FR_ISO8859_1_fetes */
diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french
deleted file mode 100644
index 18b4d8ae8a94..000000000000
--- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * French calendar file(s)
- *
- * $FreeBSD$
- */
-
-#ifndef _calendar_french_
-#define _calendar_french_
-
-#include <fr_FR.ISO8859-1/calendar.all>
-
-#endif /* !_calendar_french_ */
diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies
deleted file mode 100644
index 48867ac42dc1..000000000000
--- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * Jours f�ri�s
- *
- * $FreeBSD$
- */
-
-#ifndef _fr_FR_ISO8859_1_jferies_
-#define _fr_FR_ISO8859_1_jferies_
-
-LANG=fr_FR.ISO8859-1
-
-/* Jours ch�m�s */
-01/01	Nouvel an
-05/01	F�te du travail
-05/08	Armistice 1945
-07/14	F�te nationale fran�aise
-11/11	Armistice 1918
-
-/* Jours f�ri�s religieux */
-Easter		P�ques
-Easter+1 	Lundi de P�ques
-Easter+39	Ascension
-Easter+49	Pentec�te
-Easter+50	Lundi de Pentec�te
-08/15		Assomption
-11/01		Toussaint
-12/25		No�l
-
-/* Les dates suivantes ne sont malheureusement pas f�ri�es... */
-
-/* Saisons */
-03/21*	Printemps
-06/21*	�t�
-09/21*	Automne
-12/21*	Hiver
-
-/* Changements d'heure */
-03/SundayLast	Passage � l'heure d'�t�
-10/SundayLast	Passage � l'heure d'hiver
-
-/* Divers */
-/* BUG : si Penteco^te = 05/SunLast, fe^te des me`res repousse'e d'une semaine */
-05/SundayLast	F�tes des m�res
-June Sun+3	F�tes des p�res
-
-#endif /*! _fr_FR_ISO8859_1_jferies_ */
diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes
deleted file mode 100644
index 5a9f0eaf13aa..000000000000
--- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes
+++ /dev/null
@@ -1,354 +0,0 @@
-/*
- * Proverbes li�s au calendrier
- *
- * $FreeBSD$
- */
-
-#ifndef _fr_FR_ISO8859_1_proverbes_
-#define _fr_FR_ISO8859_1_proverbes_
-
-LANG=fr_FR.ISO8859-1
-
-/* Janvier */
-01/01	Calme et claire nuit de l'an
-	� bonne ann�e donne l'�lan.
-01/02	Janvier d'eau chiche
-	Fait le paysan riche.
-01/04	Un mois de janvier sans gel�e
-	N'am�ne jamais une bonne ann�e.
-01/06	Pluie aux Rois,
-	Bl� jusqu'au toit.
-01/08	Janvier sec et sage
-	Est un bon pr�sage.
-01/09	Saint Julien brise la glace�;
-	S'il ne la brise, c'est qu'il l'embrasse.
-01/10	Beau temps � la saint Guillaume
-	Donne plus de bl� que de chaume.
-01/13	Soleil au jour de saint Hilaire,
-	Fends du bois pour ton hiver.
-01/14	Pingouin dans les champs,
-	Hiver m�chant.
-01/15	S'il g�le � la saint Maur,
-	La moiti� de l'hiver est dehors.
-01/18	� la saint Pierre,
-	L'hiver s'en va ou se resserre.
-01/20	S'il g�le � la saint S�bastien,
-	L'hiver s'en va ou revient.
-01/22	Pour saint Vincent,
-	L'hiver perd ses dents
-	Ou les retrouve pour longtemps.
-01/24	S'il tonne en janvier,
-	Monte les barriques au grenier.
-01/25	Le jour de saint Paul,
-	L'hiver se rompt le col.
-01/31	Janvier fait le p�ch�,
-	Mars en est accus�.
-
-/* F�vrier */
-02/01	� la saint Ignace,
-	L'eau est de glace.
-02/02	Chandeleur claire, hiver derri�re�;
-	Chandeleur trouble, hiver redouble.
-02/03	� la saint Blaise,
-	L'hiver s'apaise,
-	Mais s'il redouble et s'il reprend,
-	Longtemps apr�s on s'en ressent.
-02/05	Pour la sainte Agathe, s�me ton oignon,
-	F�t-il dans la glace, il deviendra bon.
-02/09	� la sainte Apolline
-	Bien souvent l'hiver nous quitte.
-02/12	Si le soleil rit � la sainte Eulalie,
-	Pommes et cidre � la folie.
-02/14	� la saint Valentin,
-	Tous les vents sont marins.
-02/16	Pluie de f�vrier
-	� la terre vaut du fumier.
-02/18	F�vrier trop doux,
-	Printemps en courroux.
-02/20	La neige de f�vrier
-	Br�le le bl�.
-02/22	Neige � la sainte Isabelle
-	Fait la fleur plus belle.
-02/24	Saint Mathias
-	Casse la glace�;
-	S'il n'y en a pas,
-	Il en fera.
-02/27	Gel�e de la sainte Honorine
-	Rend toute la vall�e chagrine.
-02/28	Fleur de f�vrier
-	Va mal au pommier.
-
-/* Mars */
-03/01	Taille � la saint Aubin
-	Donnera de gros raisins.
-03/02	Quand mars mouillera,
-	Bien du vin tu auras.
-03/03	Soit au d�but, soit � la fin,
-	Mars nous montre son venin.
-03/06	� la sainte Colette
-	Commence � chanter l'alouette.
-03/08	Quand en mars il tonne,
-	L'ann�e sera bonne.
-03/10	Mars venteux,
-	Vergers pommeux.
-03/12	� la saint Gr�goire,
-	Il faut tailler la vigne pour boire.
-03/13	Poussi�re de mars
-	Est poussi�re d'or...
-03/15	Pluie de mars grandit l'herbette
-	Et souvent annonce disette.
-03/17	S'il fait doux � la saint Patrice,
-	De leurs trous sortent les �crevisses.
-03/19	Pour saint Joseph,
-	L'hirondelle va et vient.
-03/21	S'il pleut � la saint Beno�t,
-	Il pleut trente-sept jours plus trois.
-03/23	Quand � glace il g�le � la saint Victorien,
-	En p�ches et en abricots il n'y a rien.
-03/25	Quand fleurs en mars il y aura,
-	Gu�re de fruits ne mangeras.
-03/28	� la saint Gontran, si la temp�rature est belle,
-	Arrivent les premi�res hirondelles.
-03/30	Quand mars se d�guise en �t�,
-	Avril prend ses habits fourr�s.
-03/31	� la saint Benjamin,
-	Le mauvais temps prend fin.
-
-/* Mobiles */
-Easter-7	Le propre jour des Rameaux
-	S�me oignons et poireaux.
-Easter-3	La gel�e du jeudi saint
-	G�le le sarrasin.
-Easter-2	Gel�e du vendredi saint
-	G�le le pain et le vin.
-Easter	S'il pleut � P�ques,
-	Il pleut pendant quarante jours.
-Easter	P�ques en mars,
-	Pestes, guerres ou famines.
-Easter+36	Haricots de rogations
-	Rendent � foison.
-Easter+37	Belles rogations,
-	Belles moissons.
-Easter+39	S'il pleut � l'Ascension,
-	Tout va en perdition.
-Easter+49	La Pentec�te
-	Donne les fruits, ou les �te.
-Easter+56	S'il pleut � la Trinit�,
-	Il pleut tous les jours de l'ann�e.
-
-/* Avril */
-04/01	Avril entrant,
-	Coucou chantant,
-	Sonnailles tintant.
-04/05	Avril fait la fleur,
-	Mai en a l'honneur.
-04/10	Il n'est point d'avril si beau
-	Qu'il n'ait de neige � son chapeau.
-04/15	En avril, ne te d�couvre pas d'un fil�;
-	En mai, fais ce qu'il te pla�t�;
-	En juin, de trois habits n'en garde qu'un.
-04/17	Orage en avril,
-	Pr�pare tes barrils.
-04/19	� la sainte L�onide
-	Chaque bl� pousse rapide.
-04/22	Pluie � la sainte Opportune,
-	Ni cerises ni prunes.
-04/23	� la saint Georges,
-	S�me ton orge,
-	� la saint Marc,
-	Il est trop tard.
-04/25	� la saint Marc, s'il tombe de l'eau,
-	Il n'y aura pas de fruits � couteau.
-04/28	Avril pluvieux et mai venteux
-	Ne rendent pas le paysan disetteux.
-04/30	La pluie � la saint Robert
-	De bon vin emplira ton verre.
-
-/* Mai */
-05/03	Les trois saints au sang de navet,
-	Pancrace, Mamert et Servais,
-	Sont bien nomm�s les saints de glace,
-	Mamert, Servais et Pancrace.
-05/15	� la sainte Denise,
-	Le froid n'en fait plus � sa guise.
-05/16	� la saint Honor�,
-	S'il fait gel�e,
-	Le vin diminue de moiti�.
-05/18	Bon fermier � sainte Juliette
-	Doit vendre ses poulettes.
-05/22	Beau temps � la sainte �milie
-	Donne du fruit � la folie.
-05/23	Qui s�me haricots � la saint Didier
-	Les arrachera � poign�es.
-
-/* Juin */
-06/08	S'il pleut � la saint M�dard,
-	Il pleut quarante jours plus tard,
-	� moins que saint Barnab�
-	Ne vienne l'arr�ter.
-06/11	� la saint Barnab�,
-	Fauche ton pr�.
-06/16	Si le jour de saint Fargeau
-	La lune se fait dans l'eau,
-	Le reste du mois est beau.
-06/19	S'il pleut � la saint Gervais,
-	Il pleut quarante jours apr�s.
-06/20	Pluie d'orage � la saint Sylv�re,
-	C'est beaucoup de vin dans le verre.
-06/24	S'il pleut � la saint Jean,
-	Gu�re de vin ni de pain.
-06/25	Apr�s la saint Jean, si le coucou chante,
-	L'ann�e sera rude et m�chante.
-06/29	S'il pleut la veille de la saint Pierre,
-	La vigne est r�duite du tiers.
-
-/* Juillet */
-07/02	S'il pleut � la Visitation,
-	Pluie � discr�tion.
-07/03	� la saint Anatole,
-	Confiture dans la casserole.
-07/06	Juillet sans orage,
-	Famine au village.
-07/10	Petite pluie de juillet ensoleill�
-	Emplit caves et greniers.
-07/13	Quand reviendra la saint Henri,
-	Tu planteras ton c�leri.
-07/16	Qui veut des beaux navets
-	Les s�me en juillet.
-07/20	� la sainte Marguerite, pluie
-	Jamais au paysan ne souris�;
-	Mais pluie � la sainte Anne,
-	Pour lui c'est de la manne.
-07/21	S'il pleut � la saint Victor,
-	La r�colte n'est pas d'or.
-07/22	S'il pleut � la sainte Madeleine,
-	Il pleuvra durant six semaines.
-07/25	Si saint jacques est serein,
-	L'hiver sera d� et serein.
-07/26	Pour la sainte Anne, s'il pleut,
-	Trente jours seront pluvieux.
-
-/* Ao�t */
-August Sun+2	En ao�t et vendanges, il n'y a ni f�tes ni dimanches.
-08/02	S'il pleut au mois d'ao�t,
-	Les truffes sont au bout.
-08/04	Ao�t donne go�t.
-08/06	Soleil rouge en ao�t,
-	C'est de la pluie partout.
-08/10	Qui s�me � la saint Laurent
-	Y perd la graine et puis le temps.
-08/13	S'il pleut � la sainte Radegonde,
-	Mis�re abonde sur le monde.
-08/15	Pluie de l'Assomption,
-	Huit jours de mouillon.
-08/16	De saint Roch la grande chaleur
-	Pr�pare du vin la couleur.
-08/18	Temps trop beau en ao�t
-	Annonce hiver en courroux.
-08/20	Brumes d'ao�t font passer les ch�taignes.
-08/22	Jamais d'ao�t la s�cheresse
-	N'am�nera la richesse.
-08/24	� la saint Barth�l�my,
-	Paie to d�.
-08/28	Fine pluie � la saint Augustin,
-	C'est comme s'il pleuvait du vin.
-08/29	Quand les hirondelles voient la saint Michel,
-	L'hiver ne vient qu'� No�l.
-
-/* Septembre */
-09/01	Pluie de la saint Gilles ruine les glands.
-09/05	Septembre humide,
-	Pas de tonneau vide.
-09/11	Tu peux semer sans crainte
-	Quand arrive la saint Hyacinthe.
-09/15	La ros�e de saint Albin
-	est, dit-on, ros�e de vin.
-09/19	Qui s�me � la saint Janvier
-	De l'an r�colte le premier.
-09/21	Si Matthieu pleure au lieu de rire,
-	Le vin en vinaigre vire.
-09/22	Semis de saint Maurice,
-	R�colte � ton caprice.
-09/23	Septembre se nomme
-	Le mai de l'automne.
-09/25	� la saint Firmin
-	L'hiver est en chemin.
-09/29	Pluie de saint Michel sans orage
-	D'un hiver doux est le pr�sage.
-09/30	� la saint J�r�me,
-	Hoche tes pommes.
-
-/* Octobre */
-10/02	� la saint L�ger,
-	Faut s'purger�!
-10/04	S�me � la saint Fran�ois,
-	Ton bl� aura plus de poids.
-10/09	Beau temps � la saint Denis,
-	Hiver pourri.
-10/13	En octobre, qui ne fume rien
-	Ne r�colte rien.
-10/16	Coupe ton chou � la saint Gall,
-	En hiver c'est un r�gal.
-10/18	� la saint Luc, s�me dru,
-	Ou ne s�me plus.
-10/23	Gel�e d'octobre
-	Rend le vigneron sobre.
-10/25	Pour saint Cr�pin, mort aux mouches.
-10/28	� la sainte Simone,
-	Il faut avoir rentr� ses pommes.
-10/31	Quand octobre prend sa fin,
-	Dans la cave est le vin.
-
-/* Novembre */
-11/01	� la Toussaint commence l'�t� de la saint Martin.
-11/02	Telle Toussaint, tel No�l,
-	Et P�ques pareil.
-11/04	� la saint Charles,
-	La gel�e parle.
-11/08	En novembre, s'il tonne,
-	L'ann�e sera bonne.
-11/11	Si l'hiver va droit son chemin,
-	Vous l'aurez � la saint Martin,
-	Mais s'il trouve quelque encombr�e,
-	Vous l'aurez � la saint Andr�.
-11/11	Tue ton cochon � la saint Martin
-	Et invite ton voisin.
-11/19	Sainte �lisabeth nous montre quel bonhomme sera l'hiver.
-11/22	Pour sainte C�cile,
-	Chaque haricot en fait mille.
-11/23	Quand l'hiver vient doucement,
-	Il est l� � la saint Cl�ment.
-11/25	Sainte Catherine, toute fille veut la f�ter,
-	Mais aucune ne veut la coiffer.
-11/25	Quand sainte Catherine au ciel fait la moue,
-	Il faut patauger longtemps dans la boue.
-11/30	Quand l'hiver n'est pas press�,
-	Il arrive � la saint Andr�.
-
-/* D�cembre */
-12/SundayFirst	Tel avent,
-	Tel printemps.
-12/06	Neige de saint Nicolas
-	Donne froid pour trois mois.
-12/07	� la saint Ambroise,
-	Du froid pour huit jours.
-12/10	� la sainte Julie,
-	Le soleil ne quitte pas son lit.
-12/13	� la sainte Luce,
-	Le jour cro�t du saut d'une puce.
-12/16	D�cembre de froid trop chiche
-	Ne fait pas le paysan riche.
-12/21	S'il g�le � la saint Thomas,
-	Il g�lera encore trois mois.
-12/23	Le tonnerre en d�cembre
-	Annonce pour l'an qui vient
-	Aux b�tes et aux gens
-	Abondance de biens.
-12/25	No�l au balcon,
-	P�ques au tison.
-12/26	� la saint �tienne,
-	Chacun trouve la sienne.
-12/28	Les jours entre No�l et les Rois
-	Indiquent le temps des douze mois.
-
-#endif /*! _fr_FR_ISO8859_1_proverbes_ */
diff --git a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all
deleted file mode 100644
index 8c4591092d01..000000000000
--- a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- *  hrvatski calendar
- *
- * $FreeBSD$
- */
-
-#ifndef _hr_HR_ISO8859_2_all_
-#define _hr_HR_ISO8859_2_all_
-
-#include <hr_HR.ISO8859-2/calendar.praznici>
-
-#endif /* !_hr_HR_ISO8859_2_all_ */
diff --git a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici
deleted file mode 100644
index 491ec6a4f3f3..000000000000
--- a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * hrvatski praznici
- *
- * $FreeBSD$
- */
-
-#ifndef _hr_HR_ISO8859_2_praznici_
-#define _hr_HR_ISO8859_2_praznici_
-
-LANG=hr_HR.ISO8859-2
-
-/* dr�avni praznici */
-01/01		Nova godina
-01/06		Bogojavljenje ili Sveta tri kralja
-Easter		Uskrs
-Easter+1	Uskrsni ponedjeljak
-05/01		Praznik rada
-Easter+60	Tijelovo
-06/22		Dan antifa�isti�ke borbe
-06/25		Dan dr�avnosti
-08/05		Dan pobjede i domovinske zahvalnosti i Dan hrvatskih branitelja
-08/15		Velika Gospa
-10/08		Dan neovisnosti
-11/01		Svi sveti
-12/25		Bo�i�
-12/26		Sveti Stjepan
- 
-/* katoli�ki blagdani */
-Easter-2	Veliki petak
-Easter+39	Uza�a��e
-Easter+49	Duhovi
-Easter+50	Duhovni ponedjeljak
-
-/* godi�nja doba */
-03/21*	Po�etak prolje�a
-06/21*	Po�etak ljeta
-09/23*	Po�etak jeseni
-12/21*	Po�etak zime
- 
-/* ljetno vrijeme */
-03/NedjeljaLast	Po�etak ljetnog vremena
-10/NedjeljaLast	Kraj ljetnog vremena
-
-#endif /* !_hr_HR_ISO8859_2_praznici_ */
diff --git a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all
deleted file mode 100644
index 5084dc7295b6..000000000000
--- a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Magyar kalend�rium
- *
- * $FreeBSD$
- */
-
-#ifndef _hu_HU_ISO8859_2_all_
-#define _hu_HU_ISO8859_2_all_
-
-#include <hu_HU.ISO8859-2/calendar.unnepek>
-#include <hu_HU.ISO8859-2/calendar.nevnapok>
-
-#endif /* !_hu_HU.ISO8859-2_all_ */
diff --git a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok
deleted file mode 100644
index f85c0840d910..000000000000
--- a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok
+++ /dev/null
@@ -1,386 +0,0 @@
-/*
- * N�vnapok
- *
- * $FreeBSD$
- */
-
-#ifndef _hu_HU_ISO8859_2_nevnapok_
-#define _hu_HU_ISO8859_2_nevnapok_
-
-LANG=hu_HU.ISO8859-2
-
-/*
- * N.B.: A n�vnapok Magyarorsz�gon a szentek napjai alapj�n szerepelnek
- *	 a napt�rban. N�h�ny n�v t�bbsz�r is szerepel, de mindenki
- *	 csak egyszer tart n�vnapot egy �vben. A v�lasztott nap
- *	 ebben az esetben a hagyom�nyokon �s az illet�n m�lik.
- *
- */
-
-01/01	Fruzsina
-01/02	�bel, Gergely
-01/03	Genov�va, Benj�min
-01/04	Titusz,	Leona
-01/05	Simon
-01/06	Boldizs�r, Menyh�rt
-01/07	Attila, Ram�na
-01/08	Gy�ngyv�r
-01/09	Marcell
-01/10	Mel�nia
-01/11	�gota, Baltaz�r
-01/12	Ern�, C�z�r
-01/13	Veronika
-01/14	B�dog, F�lix
-01/15	L�r�nt, Lor�nd
-01/16	Guszt�v
-01/17	Antal, Ant�nia
-01/18	Piroska
-01/19	S�ra, M�ri�
-01/20	F�bi�n, Sebesty�n
-01/21	�gnes
-01/22	Vince, Art�r
-01/23	Zelma, Rajmund
-01/24	Tim�t, X�nia
-01/25	P�l
-01/26	Vanda, Paula
-01/27	Angelika, Ang�la
-01/28	K�roly, Karola
-01/29	Ad�l
-01/30	Gerda, Martina
-01/31	Marcella
-02/01	Ign�c
-02/02	Karolina, Aida
-02/03	Bal�zs
-02/04	R�hel, Csenge
-02/05	�gota, Ingrid
-02/06	D�ra, Dorottya
-02/07	R�me�, T�dor
-02/08	Aranka
-02/09	Abig�l, Alex
-02/10	Elvira
-02/11	Bertold, Marietta
-02/12	L�via, L�dia
-02/13	Ella, Linda
-02/14	B�lint,	Valentin
-02/15	Kolos
-02/16	Julianna, Lilla
-02/17	Don�t
-02/18	Bernadett
-02/19	Zsuzsanna
-02/20	Alad�r, �lmos
-02/21	Eleon�ra
-02/22	Gerzson
-02/23	Alfr�d
-02/24	M�ty�s
-02/25	G�za
-02/26	Edina
-02/27	�kos, B�tor
-02/28	Elem�r
-03/01	Albin
-03/02	Lujza
-03/03	Korn�lia
-03/04	K�zm�r
-03/05	Adorj�n, Adri�n
-03/06	Leon�ra, Inez
-03/07	Tam�s
-03/08	Zolt�n
-03/09	Franciska, Fanni
-03/10	Ildik�
-03/11	Szil�rd
-03/12	Gergely
-03/13	Kriszti�n, Ajtony
-03/14	Matild
-03/15	Krist�f
-03/16	Henrietta
-03/17	Gertr�d, Patrik
-03/18	S�ndor, Ede
-03/19	J�zsef, B�nk
-03/20	Klaudia
-03/21	Benedek
-03/22	Be�ta, Izolda
-03/23	Em�ke
-03/24	G�bor, Karina
-03/25	Ir�n, Irisz
-03/26	Em�nuel
-03/27	Hajnalka
-03/28	Gedeon, Johanna
-03/29	Aguszta
-03/30	Zal�n
-03/31	�rp�d
-04/01	Hug�
-04/02	�ron
-04/03	Buda, Rich�rd
-04/04	Izidor
-04/05	Vince
-04/06	Vilmos, B�borka
-04/07	Herman
-04/08	D�nes
-04/09	Erhard
-04/10	Zsolt
-04/11	Le�, Szaniszl�
-04/12	Gyula
-04/13	Ida
-04/14	Tibor
-04/15	Anaszt�zia, Tas
-04/16	Csongor
-04/17	Rudolf
-04/18	Andrea, Ilma
-04/19	Emma
-04/20	Tivadar
-04/21	Konr�d
-04/22	Csilla, No�mi
-04/23	B�la
-04/24	Gy�rgy
-04/25	M�rk
-04/26	Ervin
-04/27	Zita
-04/28	Val�ria
-04/29	P�ter
-04/30	Katalin, Kitti
-05/01	F�l�p, Jakab
-05/02	Zsigmond
-05/03	T�mea, Irma
-05/04	M�nika,	Fl�ri�n
-05/05	Gy�rgyi
-05/06	Ivett, Frida
-05/07	Gizella
-05/08	Mih�ly
-05/09	Gergely
-05/10	�rmin, P�lma
-05/11	Ferenc
-05/12	Pongr�c
-05/13	Szerv�c, Imola
-05/14	Bonif�c
-05/15	Zs�fia, Szonja
-05/16	M�zes, Botond
-05/17	Paszk�l
-05/18	Erik, Alexandra
-05/19	Iv�, Mil�n
-05/20	Bern�t, Fel�cia
-05/21	Konstantin
-05/22	J�lia, Rita
-05/23	Dezs�
-05/24	Eszter, Eliza
-05/25	Orb�n
-05/26	F�l�p, Evelin
-05/27	Hella
-05/28	Emil, Csan�d
-05/29	Magdolna
-05/30	Janka, Zsanett
-05/31	Ang�la, Petronella
-06/01	T�nde
-06/02	K�rmen, Anita
-06/03	Klotild
-06/04	Bulcs�
-06/05	Fatime
-06/06	Norbert, Cintia
-06/07	R�bert
-06/08	Med�rd
-06/09	F�lix
-06/10	Margit, Gitta, Gr�ta
-06/11	Barnab�s
-06/12	Vill�
-06/13	Antal, Anett
-06/14	Vazul
-06/15	Jol�n, Vid
-06/16	Jusztin
-06/17	Laura, Alida
-06/18	Arnold,	Levente
-06/19	Gy�rf�s
-06/20	Rafael
-06/21	Alajos, Leila
-06/22	Paulina
-06/23	Zolt�n, Szidonia
-06/24	Iv�n
-06/25	Vilmos, Viola
-06/26	J�nos, P�l
-06/27	L�szl�
-06/28	Levente, Ir�n
-06/29	P�ter, P�l
-06/30	P�l
-07/01	Annam�ria, Tiham�r
-07/02	Ott�
-07/03	Korn�l, Soma
-07/04	Ulrik
-07/05	Emese, Sarolta
-07/06	Csaba
-07/07	Apoll�nia
-07/08	Ell�k
-07/09	Lukr�cia
-07/10	Am�lia
-07/11	N�ra, Lili
-07/12	Izabella, Dalma
-07/13	Jen�
-07/14	�rs, Stella
-07/15	Henrik,	Roland
-07/16	Valter
-07/17	Endre, Elek
-07/18	Frigyes
-07/19	Em�lia
-07/20	Ill�s
-07/21	Daniella, D�niel
-07/22	Magdolna
-07/23	Lenke
-07/24	Kinga, Kincs�
-07/25	Krist�f, Jakab
-07/26	Anna, Anik�
-07/27	Olga, Lili�na
-07/28	Szabolcs
-07/29	M�rta, Fl�ra
-07/30	Judit, X�nia
-07/31	Oszk�r
-08/01	Bogl�rka
-08/02	Lehel
-08/03	Hermina
-08/04	Domonkos, Dominika
-08/05	Krisztina
-08/06	Berta, Bettina
-08/07	Ibolya
-08/08	L�szl�
-08/09	Em�d
-08/10	L�rinc
-08/11	Zsuzsanna, Tiborc
-08/12	Kl�ra
-08/13	Ipoly
-08/14	Marcell
-08/15	M�ria
-08/16	�brah�m
-08/17	J�cint
-08/18	Ilona
-08/19	Huba
-08/20	Istv�n
-08/21	S�muel, Hajna
-08/22	Menyh�rt, Mirjam
-08/23	Bence
-08/24	Bertalan
-08/25	Lajos, Patr�cia
-08/26	Izs�
-08/27	G�sp�r
-08/28	�goston
-08/29	Beatrix, Erna
-08/30	R�zsa
-08/31	Erika, Bella
-09/01	Egyed, Egon
-09/02	Rebeka, Dorina
-09/03	Hilda
-09/04	Roz�lia
-09/05	Viktor, L�rinc
-09/06	Zakari�s
-09/07	Regina
-09/08	M�ria, Adrienn
-09/09	�d�m
-09/10	Nikolett, Hunor
-09/11	Teod�ra
-09/12	M�ria
-09/13	Korn�l
-09/14	Szer�na, Rox�na
-09/15	Enik�, Melitta
-09/16	Edit
-09/17	Zs�fia
-09/18	Di�na
-09/19	Vilhelmina
-09/20	Friderika
-09/21	M�t�, Mirella
-09/22	M�ric
-09/23	Tekla
-09/24	Gell�rt, Merc�desz
-09/25	Eufrozina, Kende
-09/26	Jusztina
-09/27	Adalbert
-09/28	Vencel
-09/29	Mih�ly
-09/30	Jeromos
-10/01	Malvin
-10/02	Petra
-10/03	Helga
-10/04	Ferenc
-10/05	Aur�l
-10/06	Br�n�, Ren�ta
-10/07	Am�lia
-10/08	Kopp�ny
-10/09	D�nes
-10/10	Gedeon
-10/11	Brigitta
-10/12	Miksa
-10/13	K�lm�n, Ede
-10/14	Hel�n
-10/15	Ter�z
-10/16	G�l
-10/17	Hedvig
-10/18	Luk�cs
-10/19	N�ndor
-10/20	Vendel
-10/21	Orsolya
-10/22	El�d
-10/23	Gy�ngyi
-10/24	Salamon
-10/25	Blanka, Bianka
-10/26	D�m�t�r
-10/27	Szabina
-10/28	Simon, Szimonetta
-10/29	N�rcisz
-10/30	Alfonz
-10/31	Farkas
-11/01	Marianna
-11/02	Achilles
-11/03	Gy�z�
-11/04	K�roly
-11/05	Imre
-11/06	L�n�rd
-11/07	Rezs�
-11/08	Zsombor
-11/09	Tivadar
-11/10	R�ka
-11/11	M�rton
-11/12	J�n�s, Ren�t�
-11/13	Szilvia
-11/14	Aliz
-11/15	Albert, Lip�t
-11/16	�d�n
-11/17	Hortenzia, Gerg�
-11/18	Jen�
-11/19	Erzs�bet
-11/20	Jol�n
-11/21	Oliv�r
-11/22	Cec�lia
-11/23	Kelemen, Klementina
-11/24	Emma
-11/25	Katalin
-11/26	Vir�g
-11/27	Virgil
-11/28	Stef�nia
-11/29	Taksony
-11/30	Andr�s, Andor
-12/01	Elza	
-12/02	Melinda, Vivien
-12/03	Ferenc, Ol�via
-12/04	Borb�la, Barbara
-12/05	Vilma
-12/06	Mikl�s
-12/07	Ambrus
-12/08	M�ria
-12/09	Nat�lia
-12/10	Judit
-12/11	�rp�d
-12/12	Gabriella
-12/13	Luca, Ot�lia
-12/14	Szil�rda
-12/15	Val�r
-12/16	Etelka, Aletta
-12/17	L�z�r, Olimpia
-12/18	Auguszta
-12/19	Viola
-12/20	Teofil
-12/21	Tam�s
-12/22	Z�n�
-12/23	Vikt�ria
-12/24	�d�m, �va
-12/25	Eug�nia
-12/26	Istv�n
-12/27	J�nos
-12/28	Kamilla
-12/29	Tam�s, Tamara
-12/30	D�vid
-12/31	Szilveszter	
-
-#endif /*! _hu_HU_ISO8859_2_nevnapok_ */
diff --git a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek
deleted file mode 100644
index dab8ead76abf..000000000000
--- a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * �nnepnapok
- *
- * $FreeBSD$
- */
-
-#ifndef _hu_HU_ISO8859_2_unnepek_
-#define _hu_HU_ISO8859_2_unnepek_
-
-LANG=hu_HU.ISO8859-2
-
-/* Munkasz�neti napok */
-01/01	�j�v
-03/15	1848-as szabads�gharc �s forradalom �nnepe
-05/01	Munka �nnepe
-10/23	1956-os forradalom �nnepe
-
-/* Vall�si munkasz�neti napok */
-Easter		H�sv�t
-Easter+1 	H�sv�t h�tf�
-Easter+42	Vir�gvas�rnap
-Easter+49	P�nk�sd
-Easter+50	P�nk�sd h�tf�
-08/20		Szent Istv�n nap, �llamalap�t�s �nnepe
-11/01		Halottak napja
-12/25		Kar�csony els� napja
-12/26		Kar�csony m�sodik napja
-
-/* Az itt k�vetkez� d�tumok nem munkasz�neti napok csak �nnepnapok */
-
-/* Csillag�szati �vszakok */
-03/21*	Tavaszi nap�jegyenl�s�g
-06/21*	Ny�ri napfordul�
-09/21*	�szi nap�jegyenl�s�g
-12/21*	T�li napfordul�
-
-/* T�li �s ny�ri id�sz�m�t�s k�z�tti v�lt�s */
-03/SundayLast	V�lt�s a ny�ri id�sz�m�t�sra
-10/SundayLast	V�lt�s a t�li id�sz�m�t�sra
-
-/* Egy�b vall�si �nnepek amelyek nem munkasz�neti napok */
-Easter-2	Nagy p�ntek ("a harangok Rom�ba mennek")
-
-/* Egy�b �nnepnapok �s eml�knapok*/
-02/14		Valentin nap - a szerelmesek �nnepe
-03/08		N� nap - egy-egy sz�l vir�g a n�knek
-May Sun+2 	Any�k napja
-10/06		Az 1848-as aradi v�rtanuk napja 
-12/06		Mikul�s napja - gyerekek csokit kapnak
-12/24		Kar�csony el�est�je
-12/31		Szilveszter napja
-
-#endif /*! _hu_HU_ISO8859_2_unnepek_ */
diff --git a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.all b/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.all
deleted file mode 100644
index cdffa483ddf4..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.all
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Brazilian calendar originally submitted by
- * Renato Tambellini <rtsanch@gmail.com>
- */
-
-#ifndef _pt_BR_ISO8859_1_all_
-#define _pt_BR_ISO8859_1_all_
-
-#include <pt_BR.ISO8859-1/calendar.holidays>
-#include <pt_BR.ISO8859-1/calendar.commemorative>
-#include <pt_BR.ISO8859-1/calendar.mcommemorative>
-
-#endif /* !_pt_BR.ISO8859_1_all_ */
diff --git a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.commemorative b/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.commemorative
deleted file mode 100644
index 9be5debaec37..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.commemorative
+++ /dev/null
@@ -1,191 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Renato Tambellini <rtsanch@gmail.com>
- *
- * Brazilian commemorative days
- *
- * http://www.ibge.gov.br/ibgeteen/datas/home.html
- */
-
-#ifndef _pt_BR_ISO8859_1_commemorative_
-#define _pt_BR_ISO8859_1_commemorative_
-
-LANG=pt_BR.ISO8859-1
-
-01/06	Dia nacional do fot�grafo
-01/06	Dia da gratid�o
-01/07	Dia da liberdade de culto
-01/09	Dia do Fico
-01/12	Anivers�rio de Bel�m
-01/20	Dia do farmac�utico
-01/20	Dia nacional do fusca
-01/21	Dia mundial da religi�o
-01/24	Dia da Previd�ncia Social
-01/25	Dia do carteiro
-01/25	Anivers�rio da cidade de S�o Paulo
-01/28	Anivers�rio da abertura dos portos no Brasil, em 1808
-01/30	Dia da saudade
-02/01	Dia do publicit�rio
-02/04	Anivers�rio de Macap�
-02/07	Dia do gr�fico
-02/16	Dia do rep�rter
-02/19	Dia do esportista
-03/01	Anivers�rio da cidade do Rio de Janeiro
-03/02	Dia do turismo
-03/05	Dia do filatelista brasileiro
-03/07	Dia do fuzileiro naval
-03/08	Dia internacional da mulher
-03/10	Dia do telefone
-03/12	Anivers�rio de Recife
-03/12	Dia do bibliotec�rio
-03/14	Dia nacional da poesia
-03/15	Dia da escola
-03/15	Dia mundial do consumidor
-03/17	Anivers�rio de Aracaju
-03/21	Dia da elimina��o da discrimina��o racial
-03/22	Dia mundial da �gua
-03/23	Anivers�rio de Florian�polis
-03/23	Dia do meteorologista
-03/26	Anivers�rio de Porto Alegre
-03/27	Dia do circo
-03/27	Dia do teatro
-03/28	Dia do revisor e do diagramador
-03/29	Anivers�rio de Curitiba
-03/31	Anivers�rio do golpe militar
-04/01	Dia da mentira
-04/02	Dia internacional do livro para crian�as
-04/07	Dia mundial da sa�de
-04/07	Dia do jornalismo
-04/08	Dia mundial de combate ao c�ncer
-04/08	Dia da nata��o
-04/08	Anivers�rio de Cuiab�
-04/12	Anivers�rio de Fortaleza
-04/13	Dia dos jovens
-04/14	Dia internacional do caf�
-04/15	Dia mundial do desenhista
-04/15	Dia da conserva��o do solo
-04/19	Dia do �ndio
-04/20	Dia do diplomata
-04/21	Anivers�rio de Bras�lia
-04/21	Dia do metal�rgico
-04/22	Dia do descobrimento do Brasil
-04/22	Dia do planeta Terra
-04/22	Dia da For�a A�rea Brasileira
-04/23	Dia mundial do escoteiro
-04/25	Dia do contabilista
-04/27	Dia da empregada dom�stica
-04/28	Dia da educa��o
-04/30	Dia do ferrovi�rio
-05/05	Dia do cart�grafo
-05/08	Dia do artista pl�stico
-05/08	Dia internacional da Cruz Vermelha
-05/12	Dia mundial do enfermeiro
-05/13	Dia da aboli��o da escravatura
-05/13	Dia do autom�vel
-05/15	Dia do assistente social
-05/16	Dia do gari
-05/17	Dia internacional das telecomunica��es
-05/18	Dia mundial dos museus
-05/20	Anivers�rio de Palmas
-05/21	Dia da L�ngua Nacional
-05/22	Dia do apicultor
-05/24	Dia do vestibulando
-05/25	Dia da ind�stria
-05/27	Dia do profissional liberal
-05/29	Dia do estat�stico
-05/29	Dia do ge�grafo
-05/30	Dia do ge�logo
-06/01	Dia da imprensa
-06/04	Dia internacional das crian�as v�timas de agress�o
-06/05	Dia mundial do meio ambiente e da ecologia
-06/09	Dia do porteiro
-06/10	Dia da L�ngua Portuguesa
-06/11	Dia da Marinha do Brasil
-06/12	Dia dos namorados
-06/15	Dia do paleont�logo
-06/18	Dia do qu�mico
-06/19	Dia do migrante
-06/21	Dia da m�sica
-06/22	Dia do aerovi�rio
-06/25	Dia do imigrante
-06/26	Dia internacional do combate �s drogas
-06/26	Dia do metrologista
-06/29	Dia da telefonista
-06/29	Dia do pescador
-07/01	Dia da vacina BCG
-07/02	Dia do bombeiro
-07/09	Anivers�rio de Boa Vista
-07/11	Dia mundial da popula��o
-07/12	Dia do engenheiro florestal
-07/13	Dia mundial do rock
-07/17	Dia de prote��o �s florestas
-07/19	Dia do futebol
-07/20	Chegada do homem � Lua
-07/20	Dia da amizade
-07/25	Dia do escritor
-07/27	Dia nacional da preven��o de acidentes de trabalho
-07/28	Dia do agricultor
-08/11	Dia do advogado
-08/11	Dia da televis�o
-08/13	Dia do economista
-08/15	Dia da inform�tica
-08/16	Anivers�rio de Teresina
-08/21	Dia da habita��o
-08/22	Dia do folclore
-08/25	Dia do soldado
-08/26	Anivers�rio de Campo Grande
-08/27	Dia do psic�logo
-08/31	Dia do nutricionista
-09/03	Dia do bi�logo
-09/08	Dia mundial da alfabetiza��o
-09/08	Anivers�rio de Vit�ria
-09/08	Anivers�rio de S�o Lu�s
-09/09	Dia do administrador
-09/09	Dia do m�dico veterin�rio
-09/16	Dia internacional para preserva��o da camada de oz�nio
-09/18	Dia dos s�mbolos nacionais
-09/21	Dia do idoso
-09/21	Dia da �rvore
-09/25	Dia do r�dio
-09/25	Dia nacional do tr�nsito
-09/30	Dia da secret�ria
-10/04	Dia dos animais
-10/05	Dia da promulga��o da atual Constitui��o brasileira
-10/11	Dia nacional da pessoa portadora de defici�ncia f�sica
-10/12	Dia da crian�a
-10/12	Dia do descobrimento da Am�rica
-10/12	Dia do agr�nomo
-10/13	Dia do fisioterapeuta
-10/14	Dia da pecu�ria
-10/15	Dia do professor
-10/16	Dia mundial da alimenta��o
-10/18	Dia do m�dico
-10/23	Dia do aviador
-10/24	Dia da ONU
-10/25	Dia da democracia
-10/25	Dia do dentista
-10/28	Dia do funcion�rio p�blico
-10/29	Dia nacional do livro
-10/30	Dia do com�rcio
-10/31	Dia das bruxas
-11/05	Dia do cinema brasileiro
-11/19	Dia da bandeira
-11/20	Dia nacional da consci�ncia negra
-11/30	Dia do te�logo
-11/30	Dia da reforma agr�ria
-12/01	Dia mundial de luta contra a AIDS
-12/02	Dia da astronomia
-12/03	Dia internacional das pessoas portadoras de defici�ncia
-12/04	Dia do orientador educacional
-12/05	Anivers�rio de Macei�
-12/05	Dia internacional do volunt�rio
-12/08	Dia da fam�lia
-12/09	Dia do fonoaudi�logo
-12/10	Dia da declara��o dos direitos do homem
-12/11	Dia do engenheiro
-12/11	Dia do arquiteto
-12/12	Anivers�rio de Belo Horizonte
-12/28	Anivers�rio de Rio Branco
-
-#endif
diff --git a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.holidays b/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.holidays
deleted file mode 100644
index caf1139e4116..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.holidays
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Renato Tambellini <rtsanch@gmail.com>
- *
- * Brazilian holidays
- *
- * Federal laws 662/1949, 6.802/1980, 9.093/1995 and 10.607/2002.
- */
-
-#ifndef _pt_BR_ISO8859_1_holidays_
-#define _pt_BR_ISO8859_1_holidays_
-
-LANG=pt_BR.ISO8859-1
-
-01/01	Dia da confraterniza��o universal e da paz
-04/21	Dia do Tiradentes
-05/01	Dia do trabalho
-09/07	Dia da independ�ncia do Brasil
-10/12	Dia da Nossa Senhora Aparecida
-11/02	Dia de Finados
-11/15	Dia da proclama��o da Rep�blica
-12/25	Natal
-
-#endif
diff --git a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.mcommemorative b/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.mcommemorative
deleted file mode 100644
index 1a113f8f986a..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.ISO8859-1/calendar.mcommemorative
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Renato Tambellini <rtsanch@gmail.com>
- *
- * Brazilian mobile commemorative days
- *
- * http://www.novomilenio.inf.br/porto/mapas/nmcalenp.htm
- */
-
-#ifndef _pt_BR_ISO8859_1_mcommemorative_
-#define _pt_BR_ISO8859_1_mcommemorative_
-
-LANG=pt_BR.ISO8859-1
-
-Easter-47	Carnaval
-Easter-7	Domingo de Ramos
-Easter-2	Sexta-feira Santa
-Easter	P�scoa
-Easter+60	Corpus Christi
-
-#endif
diff --git a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.all b/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.all
deleted file mode 100644
index 25db5e13a1f1..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.all
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Renato Tambellini <rtsanch@gmail.com>
- *
- * Brazilian calendar
- */
-
-#ifndef _pt_BR_UTF_8_all_
-#define _pt_BR_UTF_8_all_
-
-#include <pt_BR.UTF-8/calendar.holidays>
-#include <pt_BR.UTF-8/calendar.commemorative>
-#include <pt_BR.UTF-8/calendar.mcommemorative>
-
-#endif /* !_pt_BR.UTF_8_all_ */
diff --git a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.commemorative b/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.commemorative
deleted file mode 100644
index 3f5df5221c02..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.commemorative
+++ /dev/null
@@ -1,189 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Renato Tambellini <rtsanch@gmail.com>
- *
- * Brazilian commemorative days
- */
-
-#ifndef _pt_BR_UTF_8_commemorative_
-#define _pt_BR_UTF_8_commemorative_
-
-LANG=pt_BR.UTF-8
-
-01/06	Dia nacional do fotógrafo
-01/06	Dia da gratidão
-01/07	Dia da liberdade de culto
-01/09	Dia do Fico
-01/12	Aniversário de Belém
-01/20	Dia do farmacêutico
-01/20	Dia nacional do fusca
-01/21	Dia mundial da religião
-01/24	Dia da Previdência Social
-01/25	Dia do carteiro
-01/25	Aniversário da cidade de São Paulo
-01/28	Aniversário da abertura dos portos no Brasil, em 1808
-01/30	Dia da saudade
-02/01	Dia do publicitário
-02/04	Aniversário de Macapá
-02/07	Dia do gráfico
-02/16	Dia do repórter
-02/19	Dia do esportista
-03/01	Aniversário da cidade do Rio de Janeiro
-03/02	Dia do turismo
-03/05	Dia do filatelista brasileiro
-03/07	Dia do fuzileiro naval
-03/08	Dia internacional da mulher
-03/10	Dia do telefone
-03/12	Aniversário de Recife
-03/12	Dia do bibliotecário
-03/14	Dia nacional da poesia
-03/15	Dia da escola
-03/15	Dia mundial do consumidor
-03/17	Aniversário de Aracaju
-03/21	Dia da eliminação da discriminação racial
-03/22	Dia mundial da água
-03/23	Aniversário de Florianópolis
-03/23	Dia do meteorologista
-03/26	Aniversário de Porto Alegre
-03/27	Dia do circo
-03/27	Dia do teatro
-03/28	Dia do revisor e do diagramador
-03/29	Aniversário de Curitiba
-03/31	Aniversário do golpe militar
-04/01	Dia da mentira
-04/02	Dia internacional do livro para crianças
-04/07	Dia mundial da saúde
-04/07	Dia do jornalismo
-04/08	Dia mundial de combate ao câncer
-04/08	Dia da natação
-04/08	Aniversário de Cuiabá
-04/12	Aniversário de Fortaleza
-04/13	Dia dos jovens
-04/14	Dia internacional do café
-04/15	Dia mundial do desenhista
-04/15	Dia da conservação do solo
-04/19	Dia do índio
-04/20	Dia do diplomata
-04/21	Aniversário de Brasília
-04/21	Dia do metalúrgico
-04/22	Dia do descobrimento do Brasil
-04/22	Dia do planeta Terra
-04/22	Dia da Força Aérea Brasileira
-04/23	Dia mundial do escoteiro
-04/25	Dia do contabilista
-04/27	Dia da empregada doméstica
-04/28	Dia da educação
-04/30	Dia do ferroviário
-05/05	Dia do cartógrafo
-05/08	Dia do artista plástico
-05/08	Dia internacional da Cruz Vermelha
-05/12	Dia mundial do enfermeiro
-05/13	Dia da abolição da escravatura
-05/13	Dia do automóvel
-05/15	Dia do assistente social
-05/16	Dia do gari
-05/17	Dia internacional das telecomunicações
-05/18	Dia mundial dos museus
-05/20	Aniversário de Palmas
-05/21	Dia da Língua Nacional
-05/22	Dia do apicultor
-05/24	Dia do vestibulando
-05/25	Dia da indústria
-05/27	Dia do profissional liberal
-05/29	Dia do estatístico
-05/29	Dia do geógrafo
-05/30	Dia do geólogo
-06/01	Dia da imprensa
-06/04	Dia internacional das crianças vítimas de agressão
-06/05	Dia mundial do meio ambiente e da ecologia
-06/09	Dia do porteiro
-06/10	Dia da Língua Portuguesa
-06/11	Dia da Marinha do Brasil
-06/12	Dia dos namorados
-06/15	Dia do paleontólogo
-06/18	Dia do químico
-06/19	Dia do migrante
-06/21	Dia da música
-06/22	Dia do aeroviário
-06/25	Dia do imigrante
-06/26	Dia internacional do combate às drogas
-06/26	Dia do metrologista
-06/29	Dia da telefonista
-06/29	Dia do pescador
-07/01	Dia da vacina BCG
-07/02	Dia do bombeiro
-07/09	Aniversário de Boa Vista
-07/11	Dia mundial da população
-07/12	Dia do engenheiro florestal
-07/13	Dia mundial do rock
-07/17	Dia de proteção às florestas
-07/19	Dia do futebol
-07/20	Chegada do homem à Lua
-07/20	Dia da amizade
-07/25	Dia do escritor
-07/27	Dia nacional da prevenção de acidentes de trabalho
-07/28	Dia do agricultor
-08/11	Dia do advogado
-08/11	Dia da televisão
-08/13	Dia do economista
-08/15	Dia da informática
-08/16	Aniversário de Teresina
-08/21	Dia da habitação
-08/22	Dia do folclore
-08/25	Dia do soldado
-08/26	Aniversário de Campo Grande
-08/27	Dia do psicólogo
-08/31	Dia do nutricionista
-09/03	Dia do biólogo
-09/08	Dia mundial da alfabetização
-09/08	Aniversário de Vitória
-09/08	Aniversário de São Luís
-09/09	Dia do administrador
-09/09	Dia do médico veterinário
-09/16	Dia internacional para preservação da camada de ozônio
-09/18	Dia dos símbolos nacionais
-09/21	Dia do idoso
-09/21	Dia da árvore
-09/25	Dia do rádio
-09/25	Dia nacional do trânsito
-09/30	Dia da secretária
-10/04	Dia dos animais
-10/05	Dia da promulgação da atual Constituição brasileira
-10/11	Dia nacional da pessoa portadora de deficiência física
-10/12	Dia da criança
-10/12	Dia do descobrimento da América
-10/12	Dia do agrônomo
-10/13	Dia do fisioterapeuta
-10/14	Dia da pecuária
-10/15	Dia do professor
-10/16	Dia mundial da alimentação
-10/18	Dia do médico
-10/23	Dia do aviador
-10/24	Dia da ONU
-10/25	Dia da democracia
-10/25	Dia do dentista
-10/28	Dia do funcionário público
-10/29	Dia nacional do livro
-10/30	Dia do comércio
-10/31	Dia das bruxas
-11/05	Dia do cinema brasileiro
-11/19	Dia da bandeira
-11/20	Dia nacional da consciência negra
-11/30	Dia do teólogo
-11/30	Dia da reforma agrária
-12/01	Dia mundial de luta contra a AIDS
-12/02	Dia da astronomia
-12/03	Dia internacional das pessoas portadoras de deficiência
-12/04	Dia do orientador educacional
-12/05	Aniversário de Maceió
-12/05	Dia internacional do voluntário
-12/08	Dia da família
-12/09	Dia do fonoaudiólogo
-12/10	Dia da declaração dos direitos do homem
-12/11	Dia do engenheiro
-12/11	Dia do arquiteto
-12/12	Aniversário de Belo Horizonte
-12/28	Aniversário de Rio Branco
-
-#endif
diff --git a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.holidays b/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.holidays
deleted file mode 100644
index 7df0c3418f4c..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.holidays
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Renato Tambellini <rtsanch@gmail.com>
- *
- * Brazilian holidays
- *
- * Federal laws 662/1949, 6.802/1980, 9.093/1995 and 10.607/2002.
- */
-
-#ifndef _pt_BR_UTF_8_holidays_
-#define _pt_BR_UTF_8_holidays_
-
-LANG=pt_BR.UTF-8
-
-01/01	Dia da confraternização universal e da paz
-04/21	Dia do Tiradentes
-05/01	Dia do trabalho
-09/07	Dia da independência do Brasil
-10/12	Dia da Nossa Senhora Aparecida
-11/02	Dia de Finados
-11/15	Dia da proclamação da República
-12/25	Natal
-
-#endif
diff --git a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.mcommemorative b/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.mcommemorative
deleted file mode 100644
index b3eb7325f61d..000000000000
--- a/usr.bin/calendar/calendars/pt_BR.UTF-8/calendar.mcommemorative
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Originally submitted by Renato Tambellini <rtsanch@gmail.com>
- *
- * Brazilian mobile commemorative days
- *
- * http://www.novomilenio.inf.br/porto/mapas/nmcalenp.htm
- */
-
-#ifndef _pt_BR_UTF_8_mcommemorative_
-#define _pt_BR_UTF_8_mcommemorative_
-
-LANG=pt_BR.UTF-8
-
-Easter-47	Carnaval
-Easter-7	Domingo de Ramos
-Easter-2	Sexta-feira Santa
-Easter	Páscoa
-Easter+60	Corpus Christi
-
-#endif
diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all
deleted file mode 100644
index c7d1cfadb586..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * ������� ���������
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_KOI8_R_all_
-#define _ru_RU_KOI8_R_all_
-
-#include <ru_RU.KOI8-R/calendar.common>
-#include <ru_RU.KOI8-R/calendar.holiday>
-#include <ru_RU.KOI8-R/calendar.military>
-#include <ru_RU.KOI8-R/calendar.orthodox>
-#include <ru_RU.KOI8-R/calendar.pagan>
-
-#endif /* !_ru_RU_KOI8_R_all_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common
deleted file mode 100644
index dc0ddd0293d2..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common
+++ /dev/null
@@ -1,105 +0,0 @@
-/*
- * ���������� ���������
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_KOI8_R_common_
-#define _ru_RU_KOI8_R_common_
-
-LANG=ru_RU.KOI8-R
-
-12 ���.	���� ��������� �����������
-13 ���.	���� ���������� ������
-14 ���.	������ ����� ���
-21 ���.	���� ���������� �����
-25 ���.	�������� ����. ������������ ��������
- 8 ����.	���� ���������� �����
-10 ����.	���� ���������������� ���������
- 1 �����	��������� ���� ����������� �������
-03/SunSecond	���� ���������� �������� � �����������
-11 �����	���� ��������� ������� �������������
-18 �����	���� ��������� �������
-03/SunThird	���� ���������� ��������, �������� ������������ ��������� � �������-������������� ���������
-27 �����	������������� ���� ������
-27 �����	���� ���������� �����
- 1 ���.	���� �����
- 2 ���.	���� �������� �������
-04/SunFirst	���� �������
-12 ���.	���� ������������
-04/SunSecond	���� ����� ���������������� �������
-26 ���.	���� ������ �������� � ������������ ������� � �����������
-30 ���.	���� �������� ������
- 7 ���	���� �����
-17 ���	������������� ���� ����������������
-18 ���	������������� ���� ������
-24 ���	���� ���������� ������������ � ��������
-26 ���	���� ����������� �������������������
-27 ���	�������������� ���� ���������
-28 ���	���� ������������
-30 ���	���� �������� ������
-31 ���	���� ���������� ����������
-05/SunLast	���� ������
- 1 ����	���� ������ �����
- 5 ����	���� �������
- 6 ����	���������� ����
- 8 ����	���� ����������� ���������
-06/SunSecond	���� ���������� ������ ��������������
-06/SunThird	���� ������������ ���������
-22 ����	���� ������ � ������ (������ ������� ������������� �����, 1941 ���)
-27 ����	���� ��������
-29 ����	���� �������� � ������������
-06/SatLast	���� ������������ � ���������������
-07/SunFirst	���� ���������� �������� � ������� �����
-07/SunSecond	���� ������
-07/SunSecond	���� ���������� �����
-07/SunThird	���� ����������
-07/SunLast	���� ������-�������� �����
-28 ����	���� �������� ����
- 6 ���.	���� ��������������� �����
-08/SunFirst	���� ����������������
-12 ���.	���� ������-��������� ���
-08/SunSecond	���� ���������
-08/SunThird	���� ���������� �����
-22 ���.	���� ���������������� �����
-27 ���.	���� ����
-08/SunLast	���� �������
- 1 ����.	���� ������
- 2 ����.	���� ���������� �������
- 3 ����.	���� ������������ � ������ � �����������
- 4 ����.	���� ����������� �� �������� �����������
-09/SunFirst	���� ���������� �������� � ������� ��������������
-09/SunSecond	���� ��������
-09/SunThird	���� ���������� ����
-28 ����.	���� ��������� ������� ��������������
-09/SunLast	���� ���������������
- 1 ���.	���� ������� �����
- 1 ���.	���� ���������� �����
- 4 ���.	���� ����������� �����
- 5 ���.	���� �������
-14 ���.	������������� ���� ��������������
-10/SunSecond	���� ���������� ��������� ��������� � ���������������� ��������������
-10/SunThird	���� ���������� ��������� ���������
-24 ���.	������������� ���� ���
-25 ���.	���� �����������
-30 ���.	���� ������ ����� ������������ ���������
-10/SunLast	���� ���������� �������������� ����������
- 7 ����.	���� ����������� ��������� 1917 ����
- 9 ����.	��������� ���� ��������
-10 ����.	���� �������
-16 ����.	���� ������� ������
-17 ����.	������������� ���� ���������
-19 ����.	���� �������� ����� � ����������
-21 ����.	���� ���������� ��������� �������
-26 ����.	��������� ���� ����������
-11/SunLast	���� ������
- 1 ���.	��������� ���� ������ �� ������
- 3 ���.	���� ������
- 9 ���.	���� ������ ���������
-12 ���.	���� �����������
-17 ���.	���� �������� ����� ��������������� ����������
-20 ���.	���� ��������� ������� ������������
-22 ���.	���� ����������
-27 ���.	���� ���������
-
-#endif /* !_ru_RU_KOI8_R_common_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday
deleted file mode 100644
index 1d0595b9ca19..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * ���������� ��������� (��������� "�������" ���)
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_KOI8_R_holiday_
-#define _ru_RU_KOI8_R_holiday_
-
-LANG=ru_RU.KOI8-R
-
- 1 ���.	����� ���
- 2 ���.	���������� ��������
- 3 ���.	���������� ��������
- 4 ���.	���������� ��������
- 5 ���.	���������� ��������
- 7 ���.	��������� ��������
-23 ����.	���� ��������� ���������
- 8 �����	������������� ������� ����
- 1 ���	�������� ����� � �����
- 9 ���	���� ������
-12 ����	���� ������
- 4 ����.	���� ��������� ��������
-
-#endif /* !_ru_RU_KOI8_R_holiday_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military
deleted file mode 100644
index ae5f18ddcdea..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * ��� �������� ����� ������
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_KOI8_R_military_
-#define _ru_RU_KOI8_R_military_
-
-LANG=ru_RU.KOI8-R
-
-27 ���.	���� ������ ������� ������ ���������� (1944 ���)
- 2 ����.	���� �������� ���������� �������� �������-���������� ����� � �������������� ����� (1943 ���)
-23 ����.	���� ������ ������� ����� ��� ������������� �������� �������� (1918 ���)
-18 ���.	���� ������ ������� ������ ����� ���������� �������� ��� ��������� �������� �� ������� ����� (������� �������, 1242 ���)
-10 ����	���� ������ ������� ����� ��� ������������� ����� ������� ��� ������� � ���������� �������� (1709 ���)
- 9 ���.	���� ������ � ���������� ������� ������� ������ �������� ����� ��� ������������� ����� ������� ��� ������� � ���� ������ (1714 ���)
-23 ���.	���� �������� ���������� �������� �������-���������� ����� � ������� ����� (1943 ���)
- 2 ����.	���� ��������� ������ ������� ����� (1945 ���)
- 8 ����.	���� ������������ �������� ������� ����� ��� ������������� �.�. �������� � ����������� ������ (1812 ���)
-11 ����.	���� ������ ������� ������� ��� ������������� �.�. ������� ��� �������� �������� � ���� ������ (1790 ���)
-21 ����.	���� ������ ������� ������ �� ����� � ������� ������ �������� ������� ��� �������-���������� �������� � ����������� ����� (1380 ���)
- 4 ����.	���� ������������ ������ ������ ��������� ��������� ��� ������������ ������ ������ � ������� ���������� �� �������� ����������� (1612 ���)
- 1 ���.	���� ������ ������� ������� ��� ������������� �.�. �������� ��� �������� �������� � ���� ����� (1853 ���)
- 5 ���.	���� ������ ���������������� ��������� ����� ������ �������-���������� ����� � ����� ��� ������� (1941 ���)
-24 ���.	���� ������ �������� �������� ������ �������� �������� ��� ������������� �.�. �������� (1790 ���)
-
-#endif /* !_ru_RU_KOI8_R_military_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox
deleted file mode 100644
index 10292ed268b4..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * ������������ ���������
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_KOI8_R_orthodox_
-#define _ru_RU_KOI8_R_orthodox_
-
-LANG=ru_RU.KOI8-R
-Paskha=�����
-
-21 ����.	��������� ��������� ����������
-27 ����.	����������� ������ ��������
-14 ���.	������ ��������� ����������
- 4 ���.	�������� �� ���� ��������� ����������
- 7 ���.	��������� ��������
-14 ���.	��������� ��������
-19 ���.	����������� ��� �������� ��������
-15 ����.	�������� ��������
-�����-48	������� ����
-�����-7	���� ��������� � ���������. ������� �����������
-�����-3	������� �������
-�����-2	��������� �������
-�����	����������� ��������
-�����+39	����������
-�����+49	���� ������ ������. �������������
- 7 ���.	������������ ��������� ����������
- 7 ����	��������� ������ ��������
-12 ����	���� ������ �������������� ��������� ����� � �����
-19 ���.	������������ ��������
-28 ���.	������� ��������� ����������
-11 ����.	����������� ����� ������ ��������
-
-#endif /* !_ru_RU_KOI8_R_orthodox_ */
-
diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan
deleted file mode 100644
index 7cdd1a6048e6..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * ��������� ���������
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_KOI8_R_pagan_
-#define _ru_RU_KOI8_R_pagan_
-
-LANG=ru_RU.KOI8-R
-Paskha=�����
-
-21 ���.*	������ �������������
-25 ���.	������ (��������� ������ �������������)
- 6 ���.	���� ����� � ������
-24 ����.	���� ������
-29 ����.	���� �����
- 1 �����	���� ������
-14 �����	����� ���, ������ �����
-�����-55	���������
-�����+7	������� �����
-�����+16	��������
-20 �����*	�������� �������������
- 7 ���.	���� ������ (��������� �������� �������������)
- 6 ���	���� ��������, ������ �������
-22 ���	������ ����
-15 ����	���� ��������
-21 ����*	������ �������������
- 1 ����	��������� ������
- 7 ����	������ (��������� ������ �������������)
-27 ����	����� ����� ������, �������
- 2 ���.	������� ����
-21 ���.	���� ��������
-28 ���.	������� ����������
-14 ����.	���� ����� ��������
-22 ����.*	������� � ���� (������� �������������)
-10 ����.	���� ������
-21 ����.	���� ������� � ��������
- 9 ���.	���� �������� � ������
-
-#endif /* !_ru_RU_KOI8_R_pagan_ */
-
diff --git a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.all b/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.all
deleted file mode 100644
index 038bfb0f09d7..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.all
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Русский календарь
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_UTF_8_all_
-#define _ru_RU_UTF_8_all_
-
-#include <ru_RU.UTF-8/calendar.common>
-#include <ru_RU.UTF-8/calendar.holiday>
-#include <ru_RU.UTF-8/calendar.military>
-#include <ru_RU.UTF-8/calendar.orthodox>
-#include <ru_RU.UTF-8/calendar.pagan>
-
-#endif /* !_ru_RU_UTF_8_all_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.common b/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.common
deleted file mode 100644
index 8c062862e7f8..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.common
+++ /dev/null
@@ -1,105 +0,0 @@
-/*
- * Российские праздники
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_UTF_8_common_
-#define _ru_RU_UTF_8_common_
-
-LANG=ru_RU.UTF-8
-
-12 янв.	День работника прокуратуры
-13 янв.	День российской печати
-14 янв.	Старый Новый год
-21 янв.	День инженерных войск
-25 янв.	Татьянин день. Студенческий праздник
- 8 февр.	День российской науки
-10 февр.	День дипломатического работника
- 1 марта	Всемирный день гражданской обороны
-03/SunSecond	День работников геодезии и картографии
-11 марта	День работника органов наркоконтроля
-18 марта	День налоговой полиции
-03/SunThird	День работников торговли, бытового обслуживания населения и жилищно-коммунального хозяйства
-27 марта	Международный день театра
-27 марта	День внутренних войск
- 1 апр.	День смеха
- 2 апр.	День единения народов
-04/SunFirst	День геолога
-12 апр.	День космонавтики
-04/SunSecond	День войск противовоздушной обороны
-26 апр.	День памяти погибших в радиационных авариях и катастрофах
-30 апр.	День пожарной охраны
- 7 мая	День радио
-17 мая	Международный день телекоммуникаций
-18 мая	Международный день музеев
-24 мая	День славянской письменности и культуры
-26 мая	День российского предпринимательства
-27 мая	Общероссийский день библиотек
-28 мая	День пограничника
-30 мая	День пожарной охраны
-31 мая	День Российской Адвокатуры
-05/SunLast	День химика
- 1 июня	День защиты детей
- 5 июня	День эколога
- 6 июня	Пушкинский день
- 8 июня	День социального работника
-06/SunSecond	День работников легкой промышленности
-06/SunThird	День медицинского работника
-22 июня	День памяти и скорби (Начало Великой Отечественной Войны, 1941 год)
-27 июня	День молодежи
-29 июня	День партизан и подпольщиков
-06/SatLast	День изобретателя и рационализатора
-07/SunFirst	День работников морского и речного флота
-07/SunSecond	День рыбака
-07/SunSecond	День российской почты
-07/SunThird	День металлурга
-07/SunLast	День Военно-Морского Флота
-28 июля	День крещения Руси
- 6 авг.	День железнодорожных войск
-08/SunFirst	День железнодорожника
-12 авг.	День военно-воздушных сил
-08/SunSecond	День строителя
-08/SunThird	День Воздушного Флота
-22 авг.	День государственного флага
-27 авг.	День кино
-08/SunLast	День шахтера
- 1 сент.	День знаний
- 2 сент.	День российской гвардии
- 3 сент.	День солидарности в борьбе с терроризмом
- 4 сент.	День специалиста по ядерному обеспечению
-09/SunFirst	День работников нефтяной и газовой промышленности
-09/SunSecond	День танкиста
-09/SunThird	День работников леса
-28 сент.	День работника атомной промышленности
-09/SunLast	День машиностроителя
- 1 окт.	День пожилых людей
- 1 окт.	День сухопутных войск
- 4 окт.	День космических войск
- 5 окт.	День учителя
-14 окт.	Международный день стандартизации
-10/SunSecond	День работников сельского хозяйства и перерабатывающей промышленности
-10/SunThird	День работников дорожного хозяйства
-24 окт.	Международный день ООН
-25 окт.	День таможенника
-30 окт.	День памяти жертв политических репрессий
-10/SunLast	День работников автомобильного транспорта
- 7 нояб.	День октябрьской революции 1917 года
- 9 нояб.	Всемирный день качества
-10 нояб.	День милиции
-16 нояб.	День морской пехоты
-17 нояб.	Международный день студентов
-19 нояб.	День ракетных войск и артиллерии
-21 нояб.	День работников налоговых органов
-26 нояб.	Всемирный день информации
-11/SunLast	День матери
- 1 дек.	Всемирный день борьбы со СПИДом
- 3 дек.	День юриста
- 9 дек.	День Героев Отечества
-12 дек.	День Конституции
-17 дек.	День ракетных войск стратегического назначения
-20 дек.	День работника органов безопасности
-22 дек.	День энергетика
-27 дек.	День спасателя
-
-#endif /* !_ru_RU_UTF_8_common_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.holiday b/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.holiday
deleted file mode 100644
index 875eec924f18..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.holiday
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Российские праздники (нерабочие "красные" дни)
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_UTF_8_holiday_
-#define _ru_RU_UTF_8_holiday_
-
-LANG=ru_RU.UTF-8
-
- 1 янв.	Новый год
- 2 янв.	Новогодние каникулы
- 3 янв.	Новогодние каникулы
- 4 янв.	Новогодние каникулы
- 5 янв.	Новогодние каникулы
- 7 янв.	Рождество Христово
-23 февр.	День защитника Отечества
- 8 марта	Международный женский день
- 1 мая	Праздник Весны и Труда
- 9 мая	День Победы
-12 июня	День России
- 4 нояб.	День народного единства
-
-#endif /* !_ru_RU_UTF_8_holiday_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.military b/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.military
deleted file mode 100644
index 57ed6f9b7628..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.military
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Дни воинской славы России
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_UTF_8_military_
-#define _ru_RU_UTF_8_military_
-
-LANG=ru_RU.UTF-8
-
-27 янв.	День снятия блокады города Ленинграда (1944 год)
- 2 февр.	День разгрома советскими войсками немецко-фашистских войск в Сталинградской битве (1943 год)
-23 февр.	День победы Красной Армии над кайзеровскими войсками Германии (1918 год)
-18 апр.	День победы русских воинов князя Александра Невского над немецкими рыцарями на Чудском озере (Ледовое побоище, 1242 год)
-10 июля	День победы русской армии под командованием Петра Первого над шведами в Полтавском сражении (1709 год)
- 9 авг.	День первой в российской истории морской победы русского флота под командованием Петра Первого над шведами у мыса Гангут (1714 год)
-23 авг.	День разгрома советскими войсками немецко-фашистских войск в Курской битве (1943 год)
- 2 сент.	День окончания Второй мировой войны (1945 год)
- 8 сент.	День Бородинского сражения русской армии под командованием М.И. Кутузова с французской армией (1812 год)
-11 сент.	День победы русской эскадры под командованием Ф.Ф. Ушакова над турецкой эскадрой у мыса Тендра (1790 год)
-21 сент.	День победы русских полков во главе с великим князем Дмитрием Донским над монголо-татарскими войсками в Куликовской битве (1380 год)
- 4 нояб.	День освобождения Москвы силами народного ополчения под руководством Кузьмы Минина и Дмитрия Пожарского от польских интервентов (1612 год)
- 1 дек.	День победы русской эскадры под командованием П.С. Нахимова над турецкой эскадрой у мыса Синоп (1853 год)
- 5 дек.	День начала контрнаступления советских войск против немецко-фашистских войск в битве под Москвой (1941 год)
-24 дек.	День взятия турецкой крепости Измаил русскими войсками под командованием А.В. Суворова (1790 год)
-
-#endif /* !_ru_RU_UTF_8_military_ */
diff --git a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.orthodox b/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.orthodox
deleted file mode 100644
index 575a36c3e088..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.orthodox
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Православные праздники
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_UTF_8_orthodox_
-#define _ru_RU_UTF_8_orthodox_
-
-LANG=ru_RU.UTF-8
-Paskha=Пасха
-
-21 сент.	Рождество Пресвятой Богородицы
-27 сент.	Воздвижение Креста Господня
-14 окт.	Покров Пресвятой Богородицы
- 4 дек.	Введение во храм Пресвятой Богородицы
- 7 янв.	Рождество Христово
-14 янв.	Обрезание Господне
-19 янв.	Богоявление или Крещение Господне
-15 февр.	Сретение Господне
-Пасха-48	Великий Пост
-Пасха-7	Вход Господень в Иерусалим. Вербное Воскресенье
-Пасха-3	Великий Четверг
-Пасха-2	Страстная Пятница
-Пасха	Воскресение Христово
-Пасха+39	Вознесение
-Пасха+49	День Святой Троицы. Пятидесятница
- 7 апр.	Благовещение Пресвятой Богородицы
- 7 июля	Рождество Иоанна Предтечи
-12 июля	День святых первоверховных апостолов Петра и Павла
-19 авг.	Преображение Господне
-28 авг.	Успение Пресвятой Богородицы
-11 сент.	Усекновение главы Иоанна Предтечи
-
-#endif /* !_ru_RU_UTF_8_orthodox_ */
-
diff --git a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.pagan b/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.pagan
deleted file mode 100644
index 5074f95fcbcf..000000000000
--- a/usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.pagan
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * Языческие праздники
- *
- * $FreeBSD$
- */
-
-#ifndef _ru_RU_UTF_8_pagan_
-#define _ru_RU_UTF_8_pagan_
-
-LANG=ru_RU.UTF-8
-Paskha=Пасха
-
-21 дек.*	Зимнее солнцестояние
-25 дек.	Коляда (сдвинутое зимнее солнцестояние)
- 6 янв.	День Кащея и Велеса
-24 февр.	День Велеса
-29 февр.	День Кащея
- 1 марта	День Марены
-14 марта	Новый Год, Овсень малый
-Пасха-55	Масленица
-Пасха+7	Красная Горка
-Пасха+16	Радуница
-20 марта*	Весеннее равноденствие
- 7 апр.	День Марены (сдвинутое весеннее равноденствие)
- 6 мая	День Дажьбога, Овсень большой
-22 мая	Ярилин День
-15 июня	День Триглава
-21 июня*	Летнее солнцестояние
- 1 июля	Русальная Неделя
- 7 июля	Купала (сдвинутое летнее солнцестояние)
-27 июля	Отбор жертв Перуну, русалии
- 2 авг.	Перунов День
-21 авг.	День Стрибога
-28 авг.	Успение Златогорки
-14 сент.	День Волха Змеевича
-22 сент.*	Поворот к зиме (осеннее равноденствие)
-10 нояб.	День Макоши
-21 нояб.	День Сварога и Семаргла
- 9 дек.	День Дажьбога и Марены
-
-#endif /* !_ru_RU_UTF_8_pagan_ */
-
diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all
deleted file mode 100644
index 1dfa26220475..000000000000
--- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * ����������� ��������
- *
- * $FreeBSD$
- */
-
-#ifndef _uk_UA_KOI8_U_all_
-#define _uk_UA_KOI8_U_all_
-
-#include <uk_UA.KOI8-U/calendar.holiday>
-#include <uk_UA.KOI8-U/calendar.orthodox>
-#include <uk_UA.KOI8-U/calendar.misc>
-
-#endif /* !_uk_UA_KOI8_U_all_ */
diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday
deleted file mode 100644
index 08559d89bc2d..000000000000
--- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * ��������˦ ������Φ �����
- *
- * $FreeBSD$
- */
-
-#ifndef _uk_UA_KOI8_U_holiday_
-#define _uk_UA_KOI8_U_holiday_
-
-LANG=uk_UA.KOI8-U
-Paskha=���������
-
-�� 01	����� ��
-�� 07	����� ��������
-��� 08	8 ������� - ����������� ������� ����
-��� 01	1 ������ - ���� ���æ
-��� 09	���� ��������
-���������+49	�Ҧ���
-��� 28	���� ��������æ� �������
-��� 24	���� ����������Ԧ �������
-
-#endif /* !_uk_UA_KOI8_U_holiday_ */
diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc
deleted file mode 100644
index b49769d104ac..000000000000
--- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * ��ۦ æ��צ ����
- *
- * $FreeBSD$
- */
-
-#ifndef _uk_UA_KOI8_U_misc_
-#define _uk_UA_KOI8_U_misc_
-
-LANG=uk_UA.KOI8-U
-
-/* ��������� ��¦���� ��Φ��Ҧ� ������� צ� 13 ������ 1996 �. N 509
- * "��� ������� ���������� ���� �� ������Ҧ� �������"
- */
-��� ��-1	����Ȧ� �� ̦�Φ� ��� (������� ��Ħ�� �������)
-��� ��-1	����Ȧ� �� ������� ��� (������� ��Ħ�� ������)
-
-#endif /* !_uk_UA_KOI8_U_misc_ */
diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox
deleted file mode 100644
index 797c8c184f10..000000000000
--- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * ���������Φ �����
- *
- * $FreeBSD$
- */
-
-#ifndef _uk_UA_KOI8_U_orthodox_
-#define _uk_UA_KOI8_U_orthodox_
-
-LANG=uk_UA.KOI8-U
-Paskha=���������
-
- 7 ��	����� ��������
-19 ��	����������� ��� �������� ������Τ
-15 ���	��Ҧ����� ������Τ
-���������-46	������� ���
-���������-7	������ ��Ħ��
-���������-3	������� ������
-���������-2	������� �'������
-���������	������Ӧ��� ��������
-���������+39	�����Ӧ��� ������Τ
-���������+49	���� ����ϧ �Ҧ�æ, �'������������
-���������+60	����� Ԧ�� ����������
- 7 �צ	�����צ����� �������ϧ ��� ��Ҧ�
- 7 ���	����� ������� ����� ����������
-12 ���	������ ��������� ������̦� ����� � �����
-19 ���	������������ ������Τ
-28 ���	������� �������ϧ ��������æ
-11 ���	�Ӧ�������� ����ϧ ������ ������� ����� ����������
-21 ���	����� �������ϧ ��������æ
-27 ���	����������� ������� ������
-14 ���	������� �������ϧ ��������æ
- 4 ���	�������� �� ����� �������ϧ ��������æ
-
-#endif /* !_uk_UA_KOI8_U_orthodox_ */
diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c
index a95f71e7b7ca..07cf31113e15 100644
--- a/usr.bin/calendar/io.c
+++ b/usr.bin/calendar/io.c
@@ -109,6 +109,8 @@ cal_fopen(const char *file)
 	FILE *fp;
 	char *home = getenv("HOME");
 	unsigned int i;
+	struct stat sb;
+	static bool warned = false;
 
 	if (home == NULL || *home == '\0') {
 		warnx("Cannot get home directory");
@@ -129,6 +131,10 @@ cal_fopen(const char *file)
 	}
 
 	warnx("can't open calendar file \"%s\"", file);
+	if (!warned && stat(_PATH_INCLUDE_LOCAL, &sb) != 0) {
+		warnx("calendar data files now provided by calendar-data pkg.");
+		warned = true;
+	}
 
 	return (NULL);
 }
-- 
cgit v1.2.3