Skip to content

Commit 7b1b252

Browse files
committed
misc/iso-codes: Add LICENSE_FILE
- Update COMMENT - Update pkg-descr - Take maintainership
1 parent 93b2e1f commit 7b1b252

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

misc/iso-codes/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ DISTVERSIONPREFIX= v
33
DISTVERSION= 4.18.0
44
CATEGORIES= misc
55

6-
MAINTAINER= ports@FreeBSD.org
7-
COMMENT= Lists of the country, language, and currency iso names
6+
MAINTAINER= sunpoet@FreeBSD.org
7+
COMMENT= Lists of ISO standards, e.g. country, language, language scripts and currency names
88
WWW= https://salsa.debian.org/iso-codes-team/iso-codes
99

1010
LICENSE= LGPL21
11+
LICENSE_FILE= ${WRKSRC}/COPYING
1112

1213
USES= gettext-tools gmake pathfix python:build tar:xz
1314

15+
BINARY_ALIAS= python3=${PYTHON_VERSION}
1416
GNU_CONFIGURE= yes
1517
NO_ARCH= yes
1618

1719
USE_GITLAB= yes
1820
GL_SITE= https://salsa.debian.org
1921
GL_ACCOUNT= iso-codes-team
2022

21-
BINARY_ALIAS= python3=${PYTHON_VERSION}
22-
2323
.include <bsd.port.mk>

misc/iso-codes/pkg-descr

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
This project provides lists of various ISO standards (e.g. country,
2-
language, language scripts, and currency names) in one place, rather
3-
than repeated in many programs throughout the system.
1+
This project provides lists of various ISO standards (e.g. country, language,
2+
language scripts, and currency names) in one place, rather than repeated in many
3+
programs throughout the system.
44

5-
Currently there are lists of languages and countries embedded in
6-
several different programs, which leads to dozens of lists of
7-
200 languages, translated into more than 90 languages ... not
8-
very efficient.
5+
Currently there are lists of languages and countries embedded in several
6+
different programs, which leads to dozens of lists of 200 languages, translated
7+
into more than 90 languages ... not very efficient.
98

10-
With this project, we create a single "gettext domain" for every
11-
supported ISO standard which contains the translations of
12-
that domain. It is easy for a programmer to re-use those
13-
translations instead of maintaining their own translation
14-
infrastructure. Moreover, the programmer does not need to follow
15-
changes in the ISO standard and will not work with outdated
16-
information.
9+
With this project, we create a single "gettext domain" for every supported ISO
10+
standard which contains the translations of that domain. It is easy for a
11+
programmer to re-use those translations instead of maintaining their own
12+
translation infrastructure. Moreover, the programmer does not need to follow
13+
changes in the ISO standard and will not work with outdated information.

0 commit comments

Comments
 (0)