mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to 3.54.
Add beginning of ISO 639-5 support, which documents "Codes for the representation of names of languages"
This commit is contained in:
parent
f1d750f9e4
commit
3cc2c6628d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359564
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= iso-codes
|
||||
PORTVERSION= 3.51
|
||||
PORTVERSION= 3.54
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (iso-codes-3.51.tar.xz) = 5222f79d92ac021a56c7080616c13655c50f7b1ff1a31ec0308da14a684ad77f
|
||||
SIZE (iso-codes-3.51.tar.xz) = 3626932
|
||||
SHA256 (iso-codes-3.54.tar.xz) = 1fe06e68dff821a4fcc3c9da9dd6674ffd9e847ad4048bc1b3fde85b58f118b6
|
||||
SIZE (iso-codes-3.54.tar.xz) = 3766812
|
||||
|
@ -72,6 +72,7 @@ share/locale/de/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/de/LC_MESSAGES/iso_4217.mo
|
||||
share/locale/de/LC_MESSAGES/iso_639.mo
|
||||
share/locale/de/LC_MESSAGES/iso_639_3.mo
|
||||
share/locale/de/LC_MESSAGES/iso_639_5.mo
|
||||
share/locale/dz/LC_MESSAGES/iso_3166.mo
|
||||
share/locale/el/LC_MESSAGES/iso_15924.mo
|
||||
share/locale/el/LC_MESSAGES/iso_3166.mo
|
||||
@ -117,6 +118,7 @@ share/locale/fr/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/fr/LC_MESSAGES/iso_4217.mo
|
||||
share/locale/fr/LC_MESSAGES/iso_639.mo
|
||||
share/locale/fr/LC_MESSAGES/iso_639_3.mo
|
||||
share/locale/fr/LC_MESSAGES/iso_639_5.mo
|
||||
share/locale/ga/LC_MESSAGES/iso_3166.mo
|
||||
share/locale/ga/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/ga/LC_MESSAGES/iso_4217.mo
|
||||
@ -238,6 +240,7 @@ share/locale/nl/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/nl/LC_MESSAGES/iso_4217.mo
|
||||
share/locale/nl/LC_MESSAGES/iso_639.mo
|
||||
share/locale/nl/LC_MESSAGES/iso_639_3.mo
|
||||
share/locale/nl/LC_MESSAGES/iso_639_5.mo
|
||||
share/locale/nn/LC_MESSAGES/iso_15924.mo
|
||||
share/locale/nn/LC_MESSAGES/iso_3166.mo
|
||||
share/locale/nn/LC_MESSAGES/iso_4217.mo
|
||||
@ -314,12 +317,14 @@ share/locale/sr/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/sr/LC_MESSAGES/iso_4217.mo
|
||||
share/locale/sr/LC_MESSAGES/iso_639.mo
|
||||
share/locale/sr/LC_MESSAGES/iso_639_3.mo
|
||||
share/locale/sr/LC_MESSAGES/iso_639_5.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/iso_15924.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/iso_3166.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/iso_4217.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/iso_639.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/iso_639_3.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/iso_639_5.mo
|
||||
share/locale/sv/LC_MESSAGES/iso_15924.mo
|
||||
share/locale/sv/LC_MESSAGES/iso_3166.mo
|
||||
share/locale/sv/LC_MESSAGES/iso_3166_2.mo
|
||||
@ -365,6 +370,7 @@ share/locale/uk/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/uk/LC_MESSAGES/iso_4217.mo
|
||||
share/locale/uk/LC_MESSAGES/iso_639.mo
|
||||
share/locale/uk/LC_MESSAGES/iso_639_3.mo
|
||||
share/locale/uk/LC_MESSAGES/iso_639_5.mo
|
||||
share/locale/ve/LC_MESSAGES/iso_3166.mo
|
||||
share/locale/ve/LC_MESSAGES/iso_3166_2.mo
|
||||
share/locale/ve/LC_MESSAGES/iso_639.mo
|
||||
@ -409,6 +415,7 @@ share/xml/iso-codes/iso_3166_2.xml
|
||||
share/xml/iso-codes/iso_4217.xml
|
||||
share/xml/iso-codes/iso_639.xml
|
||||
share/xml/iso-codes/iso_639_3.xml
|
||||
share/xml/iso-codes/iso_639_5.xml
|
||||
@dirrmtry share/xml/iso-codes
|
||||
@dirrmtry share/locale/zu/LC_MESSAGES
|
||||
@dirrmtry share/locale/zu
|
||||
|
Loading…
Reference in New Issue
Block a user