Difference between revisions of "Gettext"

From Free Software Directory
Jump to: navigation, search
(Added Perl link)
(resources)
Line 10: Line 10:
 
|Component programs=msgmerge, xgettext, msgfilter, ngettext, msguniq, msgunfmt, msgmerge, msginit, msggrep,msgfmt, msgexec, msgen, msgconv, msgcomm, msgcmp, msgcat, msgattrib, gettextize
 
|Component programs=msgmerge, xgettext, msgfilter, ngettext, msguniq, msgunfmt, msgmerge, msginit, msggrep,msgfmt, msgexec, msgen, msgconv, msgcomm, msgcmp, msgcat, msgattrib, gettextize
 
|VCS checkout command=git clone git://git.sv.gnu.org/gettext.git
 
|VCS checkout command=git clone git://git.sv.gnu.org/gettext.git
|Computer languages=C
+
|Documentation note=https://gnu.org/software/gettext/manual/
|Documentation note=Documentation included and available online at https://gnu.org/software/gettext/manual/
 
 
|Decommissioned/Obsolete=No
 
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
Line 22: Line 21:
 
|Test entry=No
 
|Test entry=No
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/04/20
+
|Last review date=2018/05/01
|Submitted by=David Hedlund
+
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/12
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gettext
 
|GNU package identifier=gettext
Line 33: Line 32:
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2017/01/05
 
|License verified date=2017/01/05
|License note=http://git.savannah.gnu.org/cgit/gettext.git/tree/COPYING
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 39: Line 37:
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2017/01/05
 
|License verified date=2017/01/05
|License note=http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/COPYING
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 62: Line 59:
 
|Resource audience=Ruby (Ref)
 
|Resource audience=Ruby (Ref)
 
|Resource URL=https://rubygems.org/gems/gettext
 
|Resource URL=https://rubygems.org/gems/gettext
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/ruby-gettext
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 72: Line 73:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource URL=http://git.savannah.gnu.org/cgit/gettext.git
 
}}
 
{{Resource
 
|Resource audience=Developer
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/gitweb/?p=gettext.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/gettext.git
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gettext
|Resource URL=mailto:bug-gnu-gettext@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftpmirror.gnu.org/gettext/
+
|Resource URL=https://ftp.gnu.org/gnu/gettext
}}
 
{{Resource
 
|Resource audience=Guix
 
|Resource kind=Homepage
 
|Resource URL=https://www.gnu.org/software/guix/packages/g.html
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Gentoo
 
|Resource audience=Gentoo
|Resource kind=Homepage
+
|Resource kind=General
 
|Resource URL=https://packages.gentoo.org/packages/sys-devel/gettext
 
|Resource URL=https://packages.gentoo.org/packages/sys-devel/gettext
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=FreeBSD
 
|Resource audience=FreeBSD
|Resource kind=Homepage
+
|Resource kind=General
|Resource URL=https://www.freshports.org/devel/gettext/
+
|Resource URL=https://www.freshports.org/devel/gettext
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line, library
 
|Interface=command-line, library
 +
|Programming-language=C
 
|Use=library, localization
 
|Use=library, localization
 
}}
 
}}

Revision as of 03:50, 1 May 2018


[edit]

GNU gettext

https://www.gnu.org/software/gettext/
Tools to produce multi-lingual messages.

Gettext is a package providing a framework for translating the textual output of programs into multiple languages. It provides translators with the means to create message catalogs, and a runtime library to load translated messages from the catalogs.

Nearly all GNU packages use Gettext.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

5 January 2017

Notes

The gettext-runtime package is partially under the LGPL and partially under the GPL.

The following parts are under the GPL, see file COPYING in the toplevel directory:

  • the _programs_ gettext, ngettext, envsubst

Verified by

Genium

Verified on

14 August 2020

Notes

The following parts are under the LGPL, see file intl/COPYING.LIB:

  • the libintl and libasprintf libraries and their header files,
  • the libintl.jar Java library,
  • the GNU.Gettext.dll C# library,
  • the gettext.sh shells script function library.

https://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/libasprintf/COPYING.LIB

https://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/COPYING.LIB




Leaders and contributors

Contact(s)Role
Daiki Ueno Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadhttps://ftp.gnu.org/old-gnu/gettext/
FTPGeneralhttps://ftpmirror.gnu.org/gettext/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gettext/
FTPDownloadhttps://ftp.gnu.org/gnu/gettext/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gettext.git/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=gettext.git
Generalhttps://translationproject.org/domain/gettext-tools.html
FTPDownloadhttps://alpha.gnu.org/gnu/gettext/
WikidataGeneralhttps://www.wikidata.org/wiki/Q937302
Generalhttps://translationproject.org/domain/gettext-examples.html
SavannahDeveloperhttps://savannah.gnu.org/projects/gettext/
Generalhttps://translationproject.org/domain/gettext-runtime.html
DebianDeveloperhttps://tracker.debian.org/pkg/gettext


Software prerequisites

KindDescription
Weak prerequisiteJava (gcj)
Weak prerequisiteEmacs
Weak prerequisitelibxml2
Weak prerequisiteGNU Grep
Weak prerequisitelibiconv
Weak prerequisite GNU ncurses
Weak prerequisiteC# (mono)
Required to useglibc

This entry (in part or in whole) was last reviewed on 5 November 2022.




Entry













"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FreeBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.
























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.