Date: Fri, 1 Nov 2019 20:55:13 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516266 - in head/misc: . locale-en_DK locale-en_DK/files Message-ID: <201911012055.xA1KtD3c009048@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Fri Nov 1 20:55:13 2019 New Revision: 516266 URL: https://svnweb.freebsd.org/changeset/ports/516266 Log: 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 Added: head/misc/locale-en_DK/ head/misc/locale-en_DK/Makefile (contents, props changed) head/misc/locale-en_DK/distinfo (contents, props changed) head/misc/locale-en_DK/files/ head/misc/locale-en_DK/files/pkg-message.in (contents, props changed) head/misc/locale-en_DK/pkg-descr (contents, props changed) head/misc/locale-en_DK/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Nov 1 20:29:51 2019 (r516265) +++ head/misc/Makefile Fri Nov 1 20:55:13 2019 (r516266) @@ -228,6 +228,7 @@ SUBDIR += libutf SUBDIR += lifelines SUBDIR += lingoteach + SUBDIR += locale-en_DK SUBDIR += localedata SUBDIR += logsurfer SUBDIR += loop Added: head/misc/locale-en_DK/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/locale-en_DK/Makefile Fri Nov 1 20:55:13 2019 (r516266) @@ -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> Added: head/misc/locale-en_DK/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/locale-en_DK/distinfo Fri Nov 1 20:55:13 2019 (r516266) @@ -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 Added: head/misc/locale-en_DK/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/locale-en_DK/files/pkg-message.in Fri Nov 1 20:55:13 2019 (r516266) @@ -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 +} +] Added: head/misc/locale-en_DK/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/locale-en_DK/pkg-descr Fri Nov 1 20:55:13 2019 (r516266) @@ -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 Added: head/misc/locale-en_DK/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/locale-en_DK/pkg-plist Fri Nov 1 20:55:13 2019 (r516266) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911012055.xA1KtD3c009048>