Commit graph

22 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
adrianp
6c93dce759 Update to 0.19
From the ChangeLog:
> * Socket6.xs: the "sin6_scope_id" field of the "sockaddr_in6"
> structure is expected to passed and is returned in host byte
> order.
> * getaddrinfo.c (getaddrinfo): Support for AI_NUMERICSERV.
> * Socket6.pm: Fix documentation of the gethostbyname2.  The
> gethostbyname2 function takes a FAMILY, not a SERVNAME.
2005-10-11 19:59:25 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
adrianp
951d9d1016 Update p5-Socket6 to 0.17
Ok'ed wiz@/snj@

From the CHANGELOG:

2004-03-24  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.17.

	* Socket6.xs: Shut up signed/unsigned mismatch warning from
	Microsoft C++.

		Reported by:	"David Town" <dtown@cpan.org>

	* Makefile.PL: CC is not a valid parameter for WriteMakefile().
	Use CONFIGURE instead.

		Submitted by:	"David Town" <dtown@cpan.org>

	* Socket6.pm: Correct typos (inaddr6_* -> in6addr_*).

		Submitted by:	"David Town" <dtown@cpan.org>

2004-03-23  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Provide substitutes for systems the lack support for inet_ntop()
	and inet_pton().

		Submitted by:	"David Town" <dtown@cpan.org>

	* Add support for MSWin32.  It was tested with the following
	configuration:

	  - ActivePerl 5.8.0 (805)
	  - Windows 2000
	  - Microsoft IPv6 Technology Preview for Windows 2000 (not needed
	    for XP)
	    (http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp)
	  - Microsoft Visual C++ v6.0
	  - Microsoft Platform SDK February 2003 (must have at least
	    August 2001)
	    (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/downlevel.htm)

		Submitted by:	"David Town" <dtown@cpan.org>

	* t/use.t: Pass an empty string as the SERVICENAME to
	getaddrinfo().  MSWin32's getaddrinfo() doesn't like "0" as a
	numeric servname.

		Submitted by:	"David Town" <dtown@cpan.org>

2004-02-21  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.16.

	* aclocal.m4: inet_ntop and inet_pton are in libnsl on Solaris.

	Submitted by:	Mike McCauley <mikem@open.com.au>

2004-01-05  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.14.

	* gailookup.pl.in: Though some systems has NI_WITHSCOPEID, RFC
	2553 doesn't mention it, and RFC 3493 deprecated it.  So, make use
	of NI_WITHSCOPEID optional.

	* gailookup.pl.in: Add -S option which suppress scopeid.  RFC 3493
	system always adds scopeid in a result of getnameinfo().

	* Socket6.xs: Make pack_sockaddr_in6() and pack_sockaddr_in6_all()
	actual work on systems which have sin6_len in struct sockaddr_in6.

2004-01-04  Hajimu UMEMOTO  <ume@mahoroba.org>

	* aclocal.m4: getaddrinfo() is a macro on some systems.

	* Socket6.pm: Bump version number to 0.13.

	* getaddrinfo.c (getaddrinfo): EAI_NODATA was deprecated in RFC
	3493.  return EAI_NONAME instead.

	* getnameinfo.c (getnameinfo): add support for NI_NAMEREQD.

2003-12-29  Hajimu UMEMOTO  <ume@mahoroba.org>

	* add simple test.
2004-06-26 22:02:12 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
snj
f0768bb694 Convert to buildlink3. 2004-04-27 06:05:57 +00:00
recht
32f02c4f58 update to 0.12
Patch provided by Adrian Portelli in PR 23764

From the CHANGELOG:

2003-10-28  Hajimu UMEMOTO  <ume@mahoroba.org>
* Bump version number to 0.12.
* Socket6.pm: Mention that getipnodeby*() was deprecated in
  RFC3493.

2001-09-20  Hajimu UMEMOTO  <ume@mahoroba.org>
* getaddrinfo.c (getaddrinfo): Correct AI_PASSIVE parsing bug.

2001-09-18  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.11.
* getaddrinfo.c (getaddrinfo), gai.h: Add support of AI_NUMERICHOST.
* getnameinfo.c (getnameinfo): Use socklen_t rather than size_t.
* getnameinfo.c (getnameinfo): Fix buffer overflow problem.

2001-09-17  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm, Socket6.xs, config.h.in, configure.in: Add glue
  functions for getipnodeby*() and gai_strerror().
* Socket6.xs: inet_pton() should work as it is.
* Socket6.xs: Better documentation of inet_pton() and inet_ntop().
* Socket6.pm: Description was filled.
* Socket6.pm, Socket6.xs: Return an error message string if
  getaddrinfo() fails.

2001-03-27  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.10.
* Socket6.xs: Make compilable under OpenBSD.  Though OpenBSD has
  KAME, OpenBSD doesn't have netinet6/ipsec.h.

2001-03-21  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.09.
* aclocal.m4 (IPv6_CHECK_FUNC): There is getaddrinfo(3) in
  libsocket under Solaris8.
2003-12-16 08:05:05 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
itojun
7452b12943 upgrade to 0.08. typo fixes in document only. 2001-01-30 19:36:04 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
itojun
26cff2fd4b upgrade from 0.06 to 0.07.
changes: corrected inet_ntop (AF_INET handling), better pod in Socket.pm.
2000-06-04 13:11:45 +00:00
itojun
e5d60169df add USE_INET6 to indicate IPv6 support 2000-05-26 14:59:57 +00:00
itojun
d7dd467229 perl Socket6 module, from KAME 2000-05-26 14:55:56 +00:00