summaryrefslogtreecommitdiff
path: root/net/p5-Net
AgeCommit message (Collapse)AuthorFilesLines
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
1999-07-09Add package patch checksum files.agc1-0/+3
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-5/+5
1998-12-05Works fine on alpha. Perl has dynamic loading now.tv1-3/+1
1998-11-30pkglint: add missing rcs id.frueauf1-0/+2
1998-11-30update to 1.0605explorer4-61/+65
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-6/+1
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-13/+13
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-28Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"hubertf1-3/+3
(in bsd.port.mk) for backward compatibility.
1998-01-24portlint: remove empty linehubertf1-1/+0
1998-01-24portlint: fix RCS Idhubertf1-2/+2
1997-11-22Fix RCS Id and PLISThubertf2-8/+13
1997-11-22Network access, for p5-libwwwhubertf6-0/+359