mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
New port: misc/locale-en_DK: Wonderful en_DK.UTF-8 locale
This is a FreeBSD port of the en_DK.UTF-8 locale. See the blog post by Ivan Voras to learn more about this special locale: http://www.ivoras.net/blog/tree/2010-12-20.the-wonderful-en_dk-locale.html WWW: https://github.com/0mp/en_DK.UTF-8 PR: 137870 Reviewed by: swills Differential Revision: https://reviews.freebsd.org/D22216
This commit is contained in:
parent
8f54caa513
commit
0c55893dfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516266
6 changed files with 58 additions and 0 deletions
|
@ -228,6 +228,7 @@
|
||||||
SUBDIR += libutf
|
SUBDIR += libutf
|
||||||
SUBDIR += lifelines
|
SUBDIR += lifelines
|
||||||
SUBDIR += lingoteach
|
SUBDIR += lingoteach
|
||||||
|
SUBDIR += locale-en_DK
|
||||||
SUBDIR += localedata
|
SUBDIR += localedata
|
||||||
SUBDIR += logsurfer
|
SUBDIR += logsurfer
|
||||||
SUBDIR += loop
|
SUBDIR += loop
|
||||||
|
|
23
misc/locale-en_DK/Makefile
Normal file
23
misc/locale-en_DK/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= locale-en_DK
|
||||||
|
DISTVERSION= 0.1.0
|
||||||
|
CATEGORIES= misc
|
||||||
|
|
||||||
|
MAINTAINER= 0mp@FreeBSD.org
|
||||||
|
COMMENT= Wonderful en_DK.UTF-8 locale
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= 0mp
|
||||||
|
|
||||||
|
TEST_TARGET= test
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
misc/locale-en_DK/distinfo
Normal file
3
misc/locale-en_DK/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1572635378
|
||||||
|
SHA256 (0mp-locale-en_DK-0.1.0_GH0.tar.gz) = b073bc79ea1b639054b7e70607aef1569a44e78203e21c7f7a544481c9d5351c
|
||||||
|
SIZE (0mp-locale-en_DK-0.1.0_GH0.tar.gz) = 1685
|
19
misc/locale-en_DK/files/pkg-message.in
Normal file
19
misc/locale-en_DK/files/pkg-message.in
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
|
In order to set the en_DK.UTF-8 locale for the login shell of an single
|
||||||
|
user add the following configuration to ~/.login_conf:
|
||||||
|
|
||||||
|
me:\
|
||||||
|
:charset=UTF-8:\
|
||||||
|
:lang=en_DK.UTF-8:\
|
||||||
|
:setenv=PATH_LOCALE=%%PREFIX%%/share/locale:
|
||||||
|
|
||||||
|
More information about the process of configuring login class methods in
|
||||||
|
available in the handbook.
|
||||||
|
|
||||||
|
More information about the PATH_LOCALE environment variable is available in the
|
||||||
|
locale(1) manual page.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
6
misc/locale-en_DK/pkg-descr
Normal file
6
misc/locale-en_DK/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
This is a FreeBSD port of the en_DK.UTF-8 locale.
|
||||||
|
|
||||||
|
See the blog post by Ivan Voras to learn more about this special locale:
|
||||||
|
http://www.ivoras.net/blog/tree/2010-12-20.the-wonderful-en_dk-locale.html
|
||||||
|
|
||||||
|
WWW: https://github.com/0mp/en_DK.UTF-8
|
6
misc/locale-en_DK/pkg-plist
Normal file
6
misc/locale-en_DK/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
share/locale/en_DK.UTF-8/LC_COLLATE
|
||||||
|
share/locale/en_DK.UTF-8/LC_CTYPE
|
||||||
|
share/locale/en_DK.UTF-8/LC_MESSAGES
|
||||||
|
share/locale/en_DK.UTF-8/LC_MONETARY
|
||||||
|
share/locale/en_DK.UTF-8/LC_NUMERIC
|
||||||
|
share/locale/en_DK.UTF-8/LC_TIME
|
Loading…
Add table
Reference in a new issue