summaryrefslogtreecommitdiff
path: root/net/p5-Net
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-09-09Add LICENSE.hiramatsu1-1/+2
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2007-09-07Update to 1.22:wiz2-7/+7
Bug Fixes * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
2007-06-01Update to 1.21:wiz2-7/+7
libnet 1.21 -- Sat May 19 08:53:09 CDT 2007 Bug Fixes * Fix bug causing utf8 encoding of 8bit strings in Net::Cmd * Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea * Fixed bug causing removal of last character on the line when doing ASCII FTP transfers Enhancements * Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec * Changed default for FTP transfers to be passive * Added support for FTP FEAT command
2007-02-05Update to 1.20:wiz2-8/+7
libnet 1.20 -- Fri Feb 2 19:42:51 CST 2007 Bug Fixes * Fixed incorrect handling of CRLF that straddled two blocks * Fix bug in response() which was too liberal in what it thought was a response line * Silence uninitialized value warnings in Net::Cmd during testing on Win32 * Documentations typos and updates Enhancements * Added support for ORCPT into Net::SMTP * Support for servers that expect the USER command in upper or lower case. Try USER first then try user if that fails
2006-11-05DESTDIR support.joerg1-1/+2
2005-12-01Update comment in patch.wiz2-4/+4
2005-10-17HOMEPAGE was outdated.heinz1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-07-19Update p5-Net to libnet-1.19 because I need the XVERP support in the mail()bad2-6/+6
method. Changes for 1.19 and 1.18: libnet 1.19 -- Wed Jun 30 14:53:48 BST 2004 Bug Fixes * Fixed datasend test to work on Win32 platform * Fixed Authen::SASL checking in SMTP.pm and POP3.pm * Fixed bug that a restarted get with Net::FTP did not append to local file libnet 1.18 -- Mon Mar 22 16:19:01 GMT 2004 Bug Fixes * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods * Fixed bug in converting numbers returned by PASV command into a packed IP address * Fixed bug that caused Net::FTP->get to truncate the local file after the restart method had been called * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in the contents of a directory * Fixed bug in POP3 that was sending unnecessary RSETs Enhancements * Added support for POP3 CAPA command * Added support for XVERP to Net::SMTP * Added Net::POP3->banner method to return the banner received from the server during connect * Added Net::POP3->auth method for performing authentication using SASL, requires Authen::SASL * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3 which can be used instead of passing the host as the first argument * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host string used for the connect. This is useful to determine which host was connected to when multiple hosts are specified * Added support for more non-standard responses to Net::FTP->size * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the constructor. (Jeff Macdonald) Changes from 1.15 to 1.17 not available due to Subversion lossage.
2004-02-19bl3ify and enable pkgviews installation.minskim1-2/+4
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-14Updated to p5-Net-1.15shell2-6/+6
Changes (from 1.13) : Global : - Use read/print instead of sysread/syswrite for local files so CRLF translation happens if it needs to - Some Docs updated Net::FTP : - Fix merge error spotted by Slaven Rezic - Support for ALLO command (patch from Matthew N. Andrews) - Add some error checking to the examples in the SYNOPSIS - Allow the firewall type to be specified in Net::Config (patch from Philip Newton) Net::SMTP : - Allow multiple hosts to be passed to new() as an array reference - Support MTAs with broken HELO response (patch from Michael Driscoll) - Support for BINARYMIME (patch from Richard Coles) - Fixes to the DSN parameter to mail() (patch from Rafael Garcia-Suarez) - Make the use of email address extraction configurable. By default it is now back how it was Some changes in Net::NNTP, Net::Domain and Net::Cmd please see ChangeLog.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-17Update to 1.13.seb2-6/+6
Relevant changes since version 1.12: Net::POP3 - Make more compliant. +OK and -ERR responses do not have to be followed by a space. Net::FTP - Fix unique name extraction to pick up name on initial Net::Cmd - Compatibility fix for 5.004 Net::Cmd - Ensure all debug output is via ->debug_print Net::FTP - Allow the user to specify a local address to use for sockets Net::SMTP - Avoid extra spaces on the end of the AUTH command
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-06-03Updated p5-Net from 1.11 to 1.12shell2-6/+6
Changes : Net::SMTP - Use Authen::SASL to do auth Net::SMTP - Minor change to address sanitize code, mainly to allow <> Net::FTP - Minor change to pattern to extract unique filename from server response
2002-04-17Updated to p5-Net-1.11shell2-7/+7
- Change my email address Changes since p5-Net-1.10 : Net::FTP::dataconn - Fix for select to avoid occasional hangups Tweak parsing of hello response
2002-03-14Update to version 1.10, provided in PR#15898 by Shell Hungseb2-8/+6
<shell@shellhung.org>. Notable changes since version 1.0901: - Net::FTP::I Don't call sysread multiple times after calling select() as it may block. - Net::POP3 Patches from Ville Skytta for various cleanup and use Digest::MD5. - Net::Cmd, Net::NNTP, Net::POP3, Net::SMTP Add support for returning tied filehandles from some operations. - Net::FTP Allow tied handles to be passed to get/put. - Net::Cmd Pod changes from Robin Barker. - Net::FTP Don't do EBCDIC translation on a binary transfer. - Net::FTP Fix docs for anonymous login. - Net::SMTP Support binding to a local port/address - Net::Netrc Support exscaping in the netrc file.
2002-01-19Update to 1.09.1 (libnet 1.0901).mjl2-6/+6
Make tests run with 5.004 Net::SMTP - Don't attempt to resolve the hostname to send in the greating. If it is not provided, use localhost.localdomain (patch from Eduardo P?rez Ureta) netrc.t - fix RE for libnet_t.pl Various doc cleanups Net::FTP - Dont send QUIT on DESTROY. Causes problems when fork() is used. Net::Domain - Fix bug causing $_ to be modified Net::FTP - Send -anonymous@ as the password for the anonymous user, not the real username. Net::SMTP - Add support for SASL AUTH (only PLAIN right now)
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-22Updated to version 1.09 (PR#14608). Some of the changes since 1.0703:martti4-395/+203
- DummyInetd, Telnet, SNPP and PH modules was removed from this release, and they became a new module. - DESCR cleanup, remove non-existing module - new maintainer
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
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-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-05Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency forjlam1-2/+2
p5-CGI or p5-Data-Dumper.
2001-06-17Fix the HOMEPAGE url.veego1-2/+2
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-39/+5
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-07-03regenwiz1-2/+2
2000-07-03Missing NetBSD id.mjl1-0/+2
2000-07-03Update to 1.0703. No changes available, the included ChangeLogmjl5-236/+330
stops at rev 402... :(
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-02Update p5-Net to 1.0607. Numerous bugfixes and enhancements.rh5-29/+27