معرفی شرکت ها


perl-Socket-GetAddrInfo-0.220.0-3-omv4002.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

RFC 2553's C<getaddrinfo> and C<getnameinfo>
ویژگی مقدار
سیستم عامل Linux
توزیع OpenMandriva 4.3
مخزن OpenMandriva unsupported-release x86_64
نام بسته perl-Socket-GetAddrInfo
نام فایل بسته perl-Socket-GetAddrInfo-0.220.0-3-omv4002.x86_64.rpm
نسخه بسته 0.220.0
انتشار بسته 3
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Mon 02 Nov 2020 08
هاست سازنده c64two.openmandriva.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Socket-GetAddrInfo
مجوز GPL+ or Artistic
حجم دانلود 54K
حجم نصب 95.892K
The RFC 2553 functions 'getaddrinfo' and 'getnameinfo' provide an abstracted way to convert between a pair of host name/service name and socket addresses, or vice versa. 'getaddrinfo' converts names into a set of arguments to pass to the 'socket()' and 'connect()' syscalls, and 'getnameinfo' converts a socket address back into its host name/service name pair. These functions provide a useful interface for performing either of these name resolution operation, without having to deal with IPv4/IPv6 transparency, or whether the underlying host can support IPv6 at all, or other such issues. However, not all platforms can support the underlying calls at the C layer, which means a dilema for authors wishing to write forward-compatible code. Either to support these functions, and cause the code not to work on older platforms, or stick to the older "legacy" resolvers such as 'gethostbyname()', which means the code becomes more portable. This module attempts to solve this problem, by detecting at compiletime whether the underlying OS will support these functions, and only compiling the XS code if it can. At runtime, when the module is loaded, if the XS implementation is not available, emulations of the functions using the legacy resolver functions instead. The emulations support the same interface as the real functions, and behave as close as is resonably possible to emulate using the legacy resolvers. See below for details on the limits of this emulation.


جایگزین ها

بسته نسخه معماری مخزن
perl-Socket-GetAddrInfo-0.220.0-3-omv4000.aarch64.rpm 0.220.0 aarch64 OpenMandriva unsupported-release


نیازمندی

مقدار نام
- /usr/bin/perl
- perl(Carp)
- perl(Exporter)
- perl(Getopt::Long)
- perl(Scalar::Util)
>= 1.930.0 perl(Socket)
- perl(Socket::GetAddrInfo)
- perl(XSLoader)
- perl(constant)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 0.220.0 perl(Socket::GetAddrInfo)
= 0.220.0 perl(Socket::GetAddrInfo::Core)
= 0.220.0 perl(Socket::GetAddrInfo::Emul)
= 0.220.0 perl(Socket::GetAddrInfo::Socket6api)
= 0.220.0 perl(Socket::GetAddrInfo::Strict)
= 0.220.0 perl(Socket::GetAddrInfo::XS)
= 0.220.0-3 perl-Socket-GetAddrInfo
= 0.220.0-3 perl-Socket-GetAddrInfo(x86-64)


نحوه نصب


نصب پکیج rpm perl-Socket-GetAddrInfo:

    urpmi install perl-Socket-GetAddrInfo-0.220.0-3-omv4002.x86_64.rpm


فایل ها

مسیرها
/usr/bin/getaddrinfo
/usr/bin/getnameinfo
/usr/share/doc/perl-Socket-GetAddrInfo
/usr/share/doc/perl-Socket-GetAddrInfo/Changes
/usr/share/doc/perl-Socket-GetAddrInfo/LICENSE
/usr/share/doc/perl-Socket-GetAddrInfo/README
/usr/share/man/man1/getaddrinfo.1.zst
/usr/share/man/man1/getnameinfo.1.zst
/usr/share/man/man3/Socket::GetAddrInfo.3pm.zst
/usr/share/man/man3/Socket::GetAddrInfo::Emul.3pm.zst
/usr/share/man/man3/Socket::GetAddrInfo::Socket6api.3pm.zst
/usr/share/man/man3/Socket::GetAddrInfo::Strict.3pm.zst
/usr/share/perl5/vendor_perl/Socket
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Core.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Emul.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Socket6api.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Strict.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/XS.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2012-06-04

update to new version 0.22

2012-01-25

mass rebuild of perl extensions against perl 5.14.2

2011-04-22

update to new version 0.21

2011-01-29

new version
update file list
add conflict with ruli-tools

2010-10-16

update to new version 0.19

2010-09-16

update to new version 0.18

2010-09-15

update to new version 0.17

2010-07-20

rebuild for perl 5.12

2010-07-16

update to 0.16

2010-01-30

new version
update deps

2009-12-25

new version
fix source URL

2009-12-25

update to 0.13

2009-09-14

update build deps
update to new version 0.13

2009-06-29

import perl-Socket-GetAddrInfo

2009-06-29

initial mdv release, generated with cpan2dist