summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-12-01Make this work on solaris.bouyer1-4/+7
1999-12-01Use $(INSTALL_DATA), not /usr/bin/install -c ...bouyer1-8/+7
1999-12-01Update p5-MailTools to 1.13.rh3-6/+14
Changes include: Mail::Header - fold_line now skips X-Face lines Mail::Filter - Applied patch from <pncu_ss@uhura.cc.rochester.edu> (Josh Pincus) * Added return value to _filter() so that the function returns the result of the last subroutine in the list of filters. (the manpage specifies that one should have been able to do this originally.) Mail::Mailer - Treat VMS the same as MacOS as neither have sendmail et al. Mail::Mailer::smtp - Server can now be specified to Mail::Mailer contructor Mail::Alias, Mail::Util,Mail:Internet, Mail::Cap - local-ize some globals used Mail::Cap - check in $ENV{HOME} is defined Mail::Address - Fix capitalization problems with names like "Lie<DF>egang" Mail::Address - Fix use of uninitialized warning Update Makefile.PL for release 1.12 Mail::Internet - Added options to smtpsend Mail::Send - Updated docs for 'smtp' Mail::Header - Fix _fold_line for lines which contain quoted strings Mail::Address - avoid warnings if undef is passed to parse() Mail::Address - tweak to format to ensure comment is delimeted by () - typo in docs - Documentation update to Mail::Internet Mail::Cap - Fixed mailcap search so it works on MacOS Mail::Mailer - Change to use Mail::Util::mailaddress Mail::Util - updated mailaddess to be aware of MacOS Mail::Header - fix read(0 and extract() not to require non-whitespace characters on continuation lines, a single leading whitespace char is all that is needed. - Applied patch from Roderick Schertler to - Two places in Mail::Header are changed so they don't use $'. - A Mail::Header::as_string method is added. - Mail::Internet::as_string and as_mbox_string methods are added. The mbox variant does encoding appropriate for appending a message to a Unix mbox file. - Tests for the three new methods are added. Mail::Util - tweak to what maildomain looks for in the sendmail config file Mail::Address - Split out real handlers into thier own .pm files - Added Mail::Mailer::smtp, this is the default for MacOS Mail::Mailer - Applied patch from Slaven Rezic <eserte@cs.tu-berlin.de> to support FreeBSD properly Mail::Address - Applied patch from Chuck O'Donnell to improve name extraction t/extract.t - change for new extraction bin/*.PL - change "#!$Config{'scriptdir'}/perl -w\n" ot $Config{'startperl'}," -w\n" Mail::Field - modified so it works with perl < 5.004 Makefile.PL - removed code to prevent installation of Mail::Field Mail::Header - Added \Q and \E to some regexp's Mail::Mailer - Added patch from Jeff Slovin to pass correct args to mailx on DG/UX
1999-12-01Update p5-HTML-Parser to 2.25.rh2-4/+4
Changes include: * Allow ":" in attribute names as a workaround for Microsoft Excel 2000 which generates such files. * Make depreciate warning if netscape_buggy_comment() method is used. The method to use in strict_comment(). * Avoid duplication of parse_file() method in HTML::HeadParser. * $p->parse_file() will not close a handle passed to it any more. If passed a filename that can't be opened it will return undef instead of raising an exception, and strings like "*STDIN" are not treated as globs any more. * HTML::LinkExtor knowns about background attribute of <tables>. Patch by Clinton Wong <clintdw@netcom.com> * HTML::TokeParser will parse large inline strings much faster now. The string holding the document must not be changed during parsing. * Documentation updates.
1999-12-01Update p5-FCGI to 0.48.rh4-5/+29
Changes include: o perl 5.005_60 compatibility (not that it matters, yet) o locking on platforms that need it o support for remote connections o move PRINTF into correct package o deprecated set_exit_status o general cleanup, moving old non thread safe interface from xs to perl o new thread safe interface o new threaded example program o FCGI.pm now part of the devel kit o library fixes ("Rob Saccoccio" <robs@ipass.net>) o allow bypassing of installation of handlers o ActivePerl compatibility (Murray Nesbitt <murray@ActiveState.com>) o POST on bigendians (Paul GABORIT <gaborit@enstimac.fr>) o Some win32 changes (Monty <xiphmont@fastserv.com>) o library fixes ("Rob Saccoccio" <robs@ipass.net>)
1999-12-01Update fetchmail to 5.2.0.frueauf2-4/+4
fetchmail-5.2.0 (Tue Nov 30 14:24:25 EST 1999), 18302 lines: * fetchmailconf now complains and exits gracefully when not run under X. * configure.in port patch for OpenBSD from Federico G. Schwindt. * configure.in port patch fror Heimdal from Leif Johansson <leifj@it.su.se> * configure.in fix for OpenSSL configuration problems. * Teach fetchmail about the buggy FTGate server. * cs.po update from Jiri Pavlovsky. * Edmund Grimley's patch to uid.c to fix the `uidl keep expunge 1' case. * Abort startup if the configuration directory is nonexistent; this probably means an NFS mount of user's home directory failed. * Added warnings and FAQ items about the MailMax server, which doesn't download attachments.
1999-12-01Update to exim 3.11.ad2-5/+5
1999-12-01Fix documentation list.ad1-2/+5
1999-12-01Add missing NetBSD RCS ID.fredb2-2/+4
1999-12-01regen.sakamoto1-14/+14
1999-12-01Add DIST_SUBDIR=ghostscriptsakamoto1-6/+8
Suggested by Bernd Ernesti <netbsd@arresum.inka.de>.
1999-12-01regen.sakamoto1-0/+4
1999-12-01regen.bad1-2/+2
1999-12-01Update to mod_ssl-2.3.8-1.3.9 so that this works again with the updatedbad4-48/+48
Apache server and OpenSSl-0.9.4. Makefile: Take advantage of the working configure script. patches/patch-aa: replace this with a gross hack that finds the libssl shared library with our current version of the OpenSSL pkg.
1999-12-01Adjust offset into ssldoc.patch for mod_ssl-2.4.8.bad1-2/+2
1999-11-30Don't try to disable obsolete configuration rule "STATUS" iftron1-2/+1
"${APACHE_PERF_TUNING}" is set to "YES". Fixes PR pkg/8915 by Damon Brodie.
1999-11-30Make this package build on ELF systems.tron4-19/+19
1999-11-30Update clanlib to 0.2.2. Changes are mostly bugfixes.rh8-362/+2700
1999-11-30Upgrade to version 1.5 of gensolpkg, a utility to generate a Solaris package.agc2-4/+4
Changes from version 1.4: + Fixed an off-by-one error in Solaris package name generation + Ignore file names with embedded spaces - Solaris package tools can't handle these.
1999-11-30Make this work with -current's krb5 stuff.explorer5-14/+36
1999-11-30Update Hermes to 1.2.6.2. Changes are mostly bugfixes.rh5-13/+16
1999-11-30DTRT in package-depends if RUN_DEPENDS and PACKAGE_DEPENDS_WITH_PATTERNShubertf1-2/+6
are set.
1999-11-30Treat broken URL's like "http://foo.bar:80?query" (no '/' betweenitohy3-8/+79
port and query part) as "http://foo.bar:80/?query". Patch is from the wwwoffle author via Feico Dillema.
1999-11-30Update lha to 114f.sakamoto7-38/+53
Change MASTER_SITES. Changes 114c to 114f: some bugfix. support -lh6-.
1999-11-30This part was not intended to be committed, back it out.hubertf1-4/+4
1999-11-30s/ttyS/tty0/ for NetBSDhubertf8-5/+147
1999-11-30add and enable gphotodmcmahill1-1/+2
1999-11-30Initial import of gphoto-0.4.1dmcmahill14-0/+314
gPhoto is an universal, free GTK+ application that will allow downloading, saving, and manipulation of images from several different digital camera models, or from the local harddrive. gPhoto has a basic command line interface, which is handy, if you want to set up a web camera, and use gphoto in a script, e.g. with Perl/PHP. gPhoto sports a new HTML engine, that let's you create your gallery "themes" (HTML with special tags), and publish images to the web. A directory browse mode has also been implemented. gPhoto supports a wide array of digital camera models.
1999-11-29Update to V2.18.hubertf3-9/+10
Changes: A Palm Pilot port, configure is now used instead of imake, and ANSI C is now required.
1999-11-29Update ethereal to 0.7.9.frueauf2-4/+4
Overview of changes in Ethereal 0.7.9: * Compilation warning fix (Guy) * Updates to Q.931 (Guy) * Updates to Q.2931 (Guy) * Display filter widget uses GtkCombo (Gerald) * Added SNMP over Ethernet (Gilbert) * Small changes to display filters from tcp follow and match selected (Gilbert) * Fix problem and update SMB (Richard) * Update portmap (Uwe) * Update NFS (Uwe) * Support for iptrace 1.0 files (Gilbert; thanks to Florian Lohoff <flo@rfc822.org> for sample trace files) * Update support for netmon 2.0 files (Guy) * Updates to ATM (Guy) * Updates to ARP (Guy) * Updates to DNS (Guy) * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy) * Colorize TCP streams (Gerald) * Make autoconf check for correct contents of libz library (Guy) * Updates to About box (Guy, Gilbert)
1999-11-29Add code to include the size of a package into both thehubertf1-20/+82
installed version and binary packages. The size can be queried then via pkg_info: xfeyrer @ noon% pkg_info -s xv Information for xv-3.10apl1: Size of this package in bytes: 4670692 xfeyrer @ noon% pkg_info -S xv Information for xv-3.10apl1: Size in bytes including required pkgs: 14610165 While doing work on the size code, support for the @src directive was removed (formerly enabled with the pkg_create -s switch, but unused in our pkg system). The new pkg_info -s and -S switches were tested on installed, local (file) and remote (ftp) packages. In bsd.pkg.mk, take special care for pkg_* versions that do not have the pkg_create -s and -S switches and do not record size information there.
1999-11-29*sigh* I hate rcs ids in patch files.frueauf2-12/+3
1999-11-29sync.frueauf1-2/+2
1999-11-29Make ircII compile with socks support even if the ncurses package isfrueauf4-27/+154
installed. The configure script added $LOCALBASE/include to CFLAGS, but that way the local includes get mixed up with ncruses includes. Append $LOCALBASE/include after the local includes to includepath.
1999-11-29mail/smtpfeed: SMTP Fast Exploding External Deliverer for Sendmailitojun5-3/+881
(builds patched sendmail as well)
1999-11-29Make dependency on imlib a wildcard dependency. This fixes PR 8911 byrh3-6/+6
wiz@danbala.ifoer.tuwien.ac.at.
1999-11-29from KAME/netbsd repositoryitojun8-0/+155
1999-11-29s/printtitle/printtime/soren2-4/+4
1999-11-29Fix path.soren2-5/+5
1999-11-29update patch checksumchristos1-1/+2
1999-11-29depend on the existance of the define TIOCSTI to enable it, not SYSVchristos1-0/+21
1999-11-29Fix typos, ${GAMES_DIR} and MESSAGE.sakamoto3-11/+17
Suggested by MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>.
1999-11-29Connected to www.mrunix.net.explorer1-2/+2
220 tex.eurobase.net FTP server (Version wu-2.6.0(1) Wed Oct 20 01:43:26 EDT 1999) ready. 331 Guest login ok, send your complete e-mail address as password. 530-Sorry, anonymous access is not allowed. If you are looking for 530-the Webalizer software, please visit ftp.mrunix.net 530 Login incorrect.
1999-11-29Update patchsum file.jlam1-5/+5
1999-11-29Add and enable cupsjlam1-1/+2
1999-11-29Common UNIX Printing System, a IPP 1.0 implementation.jlam34-0/+1402
1999-11-28Move check for "${XAW_TYPE}" behind the inclusion of "bsd.pkg.mk" astron1-3/+3
suggested by Antti Kantee in private e-mail. This fixes PR pkg/8908 by "Wiz".
1999-11-28Backout last commit: "bsd.pkg.mk" provides a default for "${XAW_TYPE}".tron1-2/+1
It is the "readme" target which is broken.
1999-11-28No longer wildcard depend to teTeX, use the current version 1.0.6.frueauf2-11/+3
Remove fonts from PLIST which get installed if one uses the old version of teTeX.
1999-11-28Provide a default for "${XAW_TYPE}".tron1-1/+2