• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H30-Sep-2018-7234

ChangeLogH A D30-Sep-201812.5 KiB446261

MANIFESTH A D30-Sep-2018401 2322

META.jsonH A D30-Sep-2018793 3837

META.ymlH A D30-Sep-2018476 2221

Makefile.PLH A D03-May-20224.5 KiB12577

READMEH A D30-Sep-20182.5 KiB6952

Socket6.pmH A D30-Sep-20189.6 KiB30487

Socket6.xsH A D30-Sep-201820.4 KiB946848

aclocal.m4H A D11-Jul-20166.7 KiB217211

config.h.inH A D11-Apr-20161.4 KiB5637

config.pl.inH A D11-Apr-20161.6 KiB3430

configureH A D11-Jul-2016158.4 KiB5,6814,800

configure.inH A D11-Apr-20162.7 KiB7563

ftpmirror-1.96.diffH A D11-Apr-20167.2 KiB263236

gai.hH A D11-Apr-20161.2 KiB4828

gailookup.pl.inH A D11-Apr-20164 KiB11599

getaddrinfo.cH A D11-Apr-20164.3 KiB180148

getnameinfo.cH A D11-Apr-20161.9 KiB7651

im-140.diffH A D11-Apr-20164.2 KiB151145

inet_ntop.cH A D11-Apr-20166.2 KiB191106

inet_pton.cH A D11-Apr-20166.8 KiB211136

README

1Socket6
2
3$Id: README 688 2018-09-30 04:22:53Z ume $
4
51. Abstract
6
7This module supports getaddrinfo() and getnameinfo() to intend to
8enable protocol independent programing.
9If your environment supports IPv6, IPv6 related defines such as
10AF_INET6 are included.
11
122. Install
13
14Extract archive file.
15Change current directory to Socket6-x.xx ("x.xx" is version number).
16Type "perl Makefile.PL" to create Makefile.
17Type "make" to build.
18Type "make install" to install.
19
203. How to use
21
22See "perldoc Socket6".
23
244. Acknowledgments
25
26This package is mainly depend on perl5.005_55-v6-19990721 and
27ssh-1.2.27-IPv6-1.5.  perl5.005_55-v6-19990721 was written by KAME
28Project and ssh-1.2.27-IPv6-1.5 was written by KIKUCHI Takahiro
29<kick@kyoto.wide.ad.jp>.  Thank you very much.
30
315. Copyright
32
33Copyright (C) 2000-2018 Hajimu UMEMOTO <ume@mahoroba.org>.
34All rights reserved.
35
36Socket6.pm and Socket6.xs are based on perl5.005_55-v6-19990721
37written by KAME Project.
38
39gai.h, getaddrinfo.c and getnameinfo.c are based on
40ssh-1.2.27-IPv6-1.5 written by KIKUCHI Takahiro
41<kick@kyoto.wide.ad.jp>.
42
43Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
44All rights reserved.
45
46Redistribution and use in source and binary forms, with or without
47modification, are permitted provided that the following conditions
48are met:
491. Redistributions of source code must retain the above copyright
50   notice, this list of conditions and the following disclaimer.
512. Redistributions in binary form must reproduce the above copyright
52   notice, this list of conditions and the following disclaimer in the
53   documentation and/or other materials provided with the distribution.
543. Neither the name of the project nor the names of its contributors
55   may be used to endorse or promote products derived from this software
56   without specific prior written permission.
57
58THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
59ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
60IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
61ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
62FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
63DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
64OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
65HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
66LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
67OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
68SUCH DAMAGE.
69