Skip to content

Commit

Permalink
deskutils/calendar-data: convert all files to UTF-8
Browse files Browse the repository at this point in the history
The different calendars have traditionally been provided in locale
specific 8-bit encodings.

With this update they are all provided in UTF-8 encoding, which will
be automatically converted to the encoding selected in the process
environment of the calendar program.

On systems with ICONV support compiled into the calendar program, the
output will be identical to that generated before. All calendar files
have been checked by translating them back to their original encoding
and comparing them with the previous version.

The main advantage of having these files in UTF-8 is ease of editing,
since it is no longer encessary to have the editor configured for the
particular encoding of each file.

On UTF-8 consoles, ICONV support is no longer required to display
calendars with foreign encodings.

Pull Request:	freebsd/calendar-data#1
  • Loading branch information
stesser committed Apr 29, 2022
1 parent 980444a commit 20f0f67
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 36 deletions.
2 changes: 1 addition & 1 deletion deskutils/calendar-data/Makefile
@@ -1,5 +1,5 @@
PORTNAME= calendar-data
DISTVERSION= 2020.10
DISTVERSION= 2022.04
DISTVERSIONPREFIX= v
CATEGORIES= deskutils

Expand Down
6 changes: 3 additions & 3 deletions deskutils/calendar-data/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1603556121
SHA256 (freebsd-calendar-data-v2020.10_GH0.tar.gz) = 38add47f8bab52ca893dcee41d3ded958635da844599fc82a317e576449985ef
SIZE (freebsd-calendar-data-v2020.10_GH0.tar.gz) = 85899
TIMESTAMP = 1651244419
SHA256 (freebsd-calendar-data-v2022.04_GH0.tar.gz) = f95c51a56f30d03c8d2fe8bbc31cb74de864cebe72747f05ebb56b37e6c9db39
SIZE (freebsd-calendar-data-v2022.04_GH0.tar.gz) = 82510
55 changes: 23 additions & 32 deletions deskutils/calendar-data/pkg-plist
@@ -1,5 +1,6 @@
share/calendar/calendar.all
share/calendar/calendar.australia
share/calendar/calendar.austria
share/calendar/calendar.birthday
share/calendar/calendar.brazilian
share/calendar/calendar.christian
Expand All @@ -20,45 +21,35 @@ share/calendar/calendar.southafrica
share/calendar/calendar.ukrainian
share/calendar/calendar.usholiday
share/calendar/calendar.world
share/calendar/de_AT.ISO_8859-15/calendar.feiertag
share/calendar/de_DE.ISO8859-1/calendar.all
share/calendar/de_DE.ISO8859-1/calendar.feiertag
share/calendar/de_DE.ISO8859-1/calendar.geschichte
share/calendar/de_DE.ISO8859-1/calendar.kirche
share/calendar/de_DE.ISO8859-1/calendar.literatur
share/calendar/de_DE.ISO8859-1/calendar.musik
share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
share/calendar/fr_FR.ISO8859-1/calendar.all
share/calendar/fr_FR.ISO8859-1/calendar.fetes
share/calendar/fr_FR.ISO8859-1/calendar.french
share/calendar/fr_FR.ISO8859-1/calendar.jferies
share/calendar/fr_FR.ISO8859-1/calendar.proverbes
share/calendar/hr_HR.ISO8859-2/calendar.all
share/calendar/hr_HR.ISO8859-2/calendar.praznici
share/calendar/hu_HU.ISO8859-2/calendar.all
share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
share/calendar/hu_HU.ISO8859-2/calendar.unnepek
share/calendar/pt_BR.ISO8859-1/calendar.all
share/calendar/pt_BR.ISO8859-1/calendar.commemorative
share/calendar/pt_BR.ISO8859-1/calendar.holidays
share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
share/calendar/de_AT.UTF-8/calendar.feiertag
share/calendar/de_DE.UTF-8/calendar.all
share/calendar/de_DE.UTF-8/calendar.feiertag
share/calendar/de_DE.UTF-8/calendar.geschichte
share/calendar/de_DE.UTF-8/calendar.kirche
share/calendar/de_DE.UTF-8/calendar.literatur
share/calendar/de_DE.UTF-8/calendar.musik
share/calendar/de_DE.UTF-8/calendar.wissenschaft
share/calendar/fr_FR.UTF-8/calendar.all
share/calendar/fr_FR.UTF-8/calendar.fetes
share/calendar/fr_FR.UTF-8/calendar.french
share/calendar/fr_FR.UTF-8/calendar.jferies
share/calendar/fr_FR.UTF-8/calendar.proverbes
share/calendar/hr_HR.UTF-8/calendar.all
share/calendar/hr_HR.UTF-8/calendar.praznici
share/calendar/hu_HU.UTF-8/calendar.all
share/calendar/hu_HU.UTF-8/calendar.nevnapok
share/calendar/hu_HU.UTF-8/calendar.unnepek
share/calendar/pt_BR.UTF-8/calendar.all
share/calendar/pt_BR.UTF-8/calendar.commemorative
share/calendar/pt_BR.UTF-8/calendar.holidays
share/calendar/pt_BR.UTF-8/calendar.mcommemorative
share/calendar/ru_RU.KOI8-R/calendar.all
share/calendar/ru_RU.KOI8-R/calendar.common
share/calendar/ru_RU.KOI8-R/calendar.holiday
share/calendar/ru_RU.KOI8-R/calendar.military
share/calendar/ru_RU.KOI8-R/calendar.orthodox
share/calendar/ru_RU.KOI8-R/calendar.pagan
share/calendar/ru_RU.UTF-8/calendar.all
share/calendar/ru_RU.UTF-8/calendar.common
share/calendar/ru_RU.UTF-8/calendar.holiday
share/calendar/ru_RU.UTF-8/calendar.military
share/calendar/ru_RU.UTF-8/calendar.orthodox
share/calendar/ru_RU.UTF-8/calendar.pagan
share/calendar/uk_UA.KOI8-U/calendar.all
share/calendar/uk_UA.KOI8-U/calendar.holiday
share/calendar/uk_UA.KOI8-U/calendar.misc
share/calendar/uk_UA.KOI8-U/calendar.orthodox
share/calendar/uk_UA.UTF-8/calendar.all
share/calendar/uk_UA.UTF-8/calendar.holiday
share/calendar/uk_UA.UTF-8/calendar.misc
share/calendar/uk_UA.UTF-8/calendar.orthodox

0 comments on commit 20f0f67

Please sign in to comment.