SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-gettext rpm build for : RedHat EL 7. For other distributions click perl-gettext.

Name : perl-gettext
Version : 1.07 Vendor : obs://build_opensuse_org/home:jayvdb
Release : 323.7 Date : 2018-02-05 18:50:09
Group : Development/Libraries/Perl Source RPM : perl-gettext-1.07-323.7.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : message handling functions
Description :
The gettext module permits access from perl to the gettext() family of
functions for retrieving message strings from databases constructed to
internationalize software.

* $d = Locale::gettext->domain(DOMAIN)

* $d = Locale::gettext->domain_raw(DOMAIN)

Creates a new object for retrieving strings in the domain *DOMAIN* and
returns it. \'domain\' requests that strings be returned as Perl strings
(possibly with wide characters) if possible while \'domain_raw\' requests
that octet strings directly from functions like \'dgettext()\'.

* $d->get(MSGID)

Calls \'dgettext()\' to return the translated string for the given *MSGID*.

* $d->cget(MSGID, CATEGORY)

Calls \'dcgettext()\' to return the translated string for the given *MSGID*
in the given *CATEGORY*.

* $d->nget(MSGID, MSGID_PLURAL, N)

Calls \'dngettext()\' to return the translated string for the given *MSGID*
or *MSGID_PLURAL* depending on *N*.

* $d->ncget(MSGID, MSGID_PLURAL, N, CATEGORY)

Calls \'dngettext()\' to return the translated string for the given *MSGID*
or *MSGID_PLURAL* depending on *N* in the given *CATEGORY*.

* $d->dir([NEWDIR])

If *NEWDIR* is given, calls \'bindtextdomain\' to set the name of the
directory where messages for the domain represented by \'$d\' are found.
Returns the (possibly changed) current directory name.

* $d->codeset([NEWCODE])

For instances created with \'Locale::gettext->domain_raw\', manuiplates the
character set of the returned strings. If *NEWCODE* is given, calls
\'bind_textdomain_codeset\' to set the character encoding in which messages
for the domain represented by \'$d\' are returned. Returns the (possibly
changed) current encoding name.

gettext(), dgettext(), and dcgettext() attempt to retrieve a string
matching their \'msgid\' parameter within the context of the current locale.
dcgettext() takes the message\'s category and the text domain as parameters
while dgettext() defaults to the LC_MESSAGES category and gettext()
defaults to LC_MESSAGES and uses the current text domain. If the string is
not found in the database, then \'msgid\' is returned.

ngettext(), dngettext(), and dcngettext() function similarily but implement
differentiation of messages between singular and plural. See the
documentation for the corresponding C functions for details.

textdomain() sets the current text domain and returns the previously active
domain.

_bindtextdomain(domain, dirname)_ instructs the retrieval functions to look
for the databases belonging to domain \'domain\' in the directory \'dirname\'

_bind_textdomain_codeset(domain, codeset)_ instructs the retrieval
functions to translate the returned messages to the character encoding
given by *codeset* if the encoding of the message catalog is known.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/jayvdb:/autotools/RHEL_7/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Locale::gettext)
perl-gettext
perl-gettext(x86-64)

Requires :
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
perl(POSIX)
libc.so.6(GLIBC_2.2.5)(64bit)
perl(Carp)
perl(Exporter)
perl(DynaLoader)
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1


Content of RPM :
/usr/lib64/perl5/vendor_perl/Locale
/usr/lib64/perl5/vendor_perl/Locale/gettext.pm
/usr/lib64/perl5/vendor_perl/auto/Locale
/usr/lib64/perl5/vendor_perl/auto/Locale/gettext
/usr/lib64/perl5/vendor_perl/auto/Locale/gettext/gettext.bs
/usr/lib64/perl5/vendor_perl/auto/Locale/gettext/gettext.so
/usr/share/doc/perl-gettext-1.07
/usr/share/doc/perl-gettext-1.07/README
/usr/share/man/man3/Locale::gettext.3pm.gz

 
ICM