summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-18Unused after update to 2.8.22.wiz1-7/+0
2005-02-18Updated ap-ssl to 2.8.22wiz2-3/+3
2005-02-18Update to 2.8.22:wiz2-9/+7
Changes with mod_ssl 2.8.22 (22-Oct-2004 to 30-Oct-2004) *) Upgraded to Apache 1.3.33
2005-02-18English improvements.wiz1-5/+6
2005-02-18Updated p5-libxml to 0.08wiz2-3/+3
2005-02-18Update to 0.08:wiz2-8/+7
0.08 Tue Oct 21 10:54:18 CDT 2003 - added Perl SAX 2.0 Binding - XML::ESISParser: add -E0 to nsgmls options so that nsgmls doesn't quit after 200 errors. Add more detail to command character error message. Suggested by Charles Thayer - fixes - Data::Grove::Visitor: children_accept_name was not returning any data in some cases; reported by Laurent CAPRANI - XML::SAX2Perl: typo in startElement; reported by Mark A. Hershberger - t/stream.t Test 11 fails due to 8-bit characters on Perl 5.6, first reported by Ed Arnold
2005-02-18bins updated to 1.1.27.wiz2-3/+3
2005-02-18Update to 1.1.27:wiz3-8/+8
- Added new parameter borderOnThumbnails to change or remove the border of the thumbnail's image in the thumbnails page, in pixels. - Exit if target_dir is in source_dir since it will generate an infinite recursion. Correction from Ludovic Rousseau - Bug on tips popup when text contained double quotes has been corrected. Patch from Arthur de Jong - bugs on -e and -o custom options has been fixed. Patch from Adam Lackorzynski - Adding a check for Perl < 5.8 in bins_edit for utf-8 handling. Correction from Robert Funnell - Hungarian translation (hu) has been added. Thanks to Aurel Gabris - zh language code has been changed to zh_TW. - Correction in comments of binsrc. Patch from Robert Funnell - Added RCS directories in excludeDirs parameter of binsrc to shown regexp use. Suggestion from Ambrose Li The following changes have been made in bins-edit-gui by Mark W. Eichin: - Primitive "current album" editor. - Force LATIN1 if 7-bit ANSI is selected. Add charmap override box if either conversion fails. - Free server-side pixmap correctly (oops.) - Fix grey-out of filename box. - more error checks. - Update man page. - Also, shortcut for autofill has been corrected (now CTRL A). Correction from Ivan Daou
2005-02-18Updated p5-Storable to 2.13wiz2-3/+3
2005-02-18Update to 2.13:wiz2-6/+5
1. Don't change the type of top level overloaded references to RV - they are perfectly correct as PVMG 2. Storable needs to cope with incoming frozen data that happens to be utf8 encoded.
2005-02-18p5-libwww updated to 5.803.wiz2-3/+3
2005-02-18Update to 5.803:wiz2-7/+6
2004-12-11 Gisle Aas Release 5.803 HTTP::Message: $mess->decoded_content sometimes had the side effect of destroying $mess->content. HTTP::Message: $mess->decoded_content failed for "Content-Encoding: deflate" if the content was not in the zlib-format as specified for the HTTP protocol. Microsoft got this wrong, so we have to support raw deflate bytes as well. HTTP::Response->parse don't require the protocol to be specified any more. This allows HTTP::Response->parse($resp->as_string) to round-trip. Patch by Harald Joerg. HTTP::Response: $resp->base might now return undef. Previously it would croak if there was no associated request. Based on patch by Harald Joerg. HTML::Form now support <label> for check- and radio boxes. Patch contributed by Dan Kubb. Make HTTP::Daemon subclassable, patch by Kees Cook. lwp-download allow directory to save into to be specified. Patch by Radoslaw Zielinski lwp-download will validate filename derived from server controlled data and will fail if something looks not quite right. 2004-11-30 Gisle Aas Release 5.802 The HTTP::Message object now have a decoded_content() method. This will return the content after any Content-Encodings and charsets has been decoded. Compress::Zlib is now a prerequisite module. HTTP::Request::Common: The POST() function created an invalid Content-Type header for file uploads with no parameters. Net::HTTP: Allow Transfer-Encoding with trailing whitespace. <http://rt.cpan.org/Ticket/Display.html?id=3929> Net::HTTP: Don't allow empty content to be treated as a valid HTTP/0.9 response. <http://rt.cpan.org/Ticket/Display.html?id=4581> <http://rt.cpan.org/Ticket/Display.html?id=6883> File::Protocol::file: Fixup directory links in HTML generated for directories. Patch by Moshe Kaminsky Makefile.PL will try to discover misconfigured systems that can't talk to themselves and disable tests that depend on this. Makefile.PL will now default to 'n' when asking about whether to install the "GET", "HEAD", "POST" programs. There has been too many name clashes with these common names. 2004-11-12 Gisle Aas Release 5.801 HTTP::Message improved content/content_ref interaction. Fixes DYNAMIC_FILE_UPLOAD and other uses of code content in requests. HTML::Form: - Handle clicking on nameless image. - Don't let $form->click invoke a disabled submit button. HTTP::Cookies could not handle a "old-style" cookie named "Expires". HTTP::Headers work-around for thread safety issue in perl <= 5.8.4. HTTP::Request::Common improved documentation. LWP::Protocol: Check that we can write to the file specified in $ua->request(..., $file) or $ua->mirror. LWP::UserAgent clone() dies if proxy was not set. Patch by Andy Lester HTTP::Methods now avoid "use of uninitialized"-warning when server replies with incomplete status line. lwp-download will now actually tell you why it aborts if it runs out of disk space of fails to write some other way. WWW::RobotRules: only display warning when running under 'perl -w' and show which robots.txt file they correspond to. Based on patch by Bill Moseley. WWW::RobotRules: Don't empty cache when agent() is called if the agent name does not change. Patch by Ville Skyttä 2004-06-16 Gisle Aas Release 5.800 HTML::Form will allow individual menu entries to be disabled. This was needed to support <input type=radio disabled value=foo> and <select><option disabled>foo. HTML::Form now avoids name clashes between the <select> and <option> attributes. HTML::Form now implicitly close <select> elements when it sees another input or </form>. This is closer to the MSIE behaviour. HTML::Form will now "support" keygen-inputs. It will not calculate a key by itself. The user will have to set its value for it to be returned by the form. HTTP::Headers now special case field names that start with a ':'. This is used as an escape mechanism when you need the header names to not go through canonicalization. It means that you can force LWP to use a specific casing and even underscores in header names. The ugly $TRANSLATE_UNDERSCORE global has been undocumented as a result of this. HTTP::Message will now allow an external 'content_ref' to be set. This can for instance be used to let HTTP::Request objects pick up content data from some scalar variable without having to copy it. HTTP::Request::Common. The individual parts will no longer have a Content-Length header for file uploads. This improves compatibility with "normal" browsers. LWP::Simple doc patch for getprint. Contributed by Yitzchak Scott-Thoennes LWP::UserAgent: New methods default_header() and default_headers(). These can be used to set up headers that are automatically added to requests as they are sent. This can for instance be used to initialize various Accept headers. Various typo fixes by Ville Skyttä Fixed test failure under perl-5.005. LWP::Protocol::loopback: This is a new protocol handler that works like the HTTP TRACE method, it will return the request provided to it. This is sometimes useful for testing. It can for instance be invoked by setting the 'http_proxy' environment variable to 'loopback:'. 2004-04-13 Gisle Aas Release 5.79 HTML::Form now exposes the 'readonly' and 'disabled' attribute for inputs. This allows your program to simulate JavaScript code that modifies these attributes. RFC 2616 says that http: referer should not be sent with https: requests. The lwp-rget program, the $req->referer method and the redirect handling code now try to enforce this. Patch by Ville Skyttä WWW::RobotRules now look for the string found in robots.txt as a case insensitive substring from its own User-Agent string, not the other way around. Patch by Ville Skyttä HTTP::Headers: New method 'header_field_names' that return a list of names as suggested by its name. HTTP::Headers: $h->remove_content_headers will now also remove the headers "Allow", "Expires" and "Last-Modified". These are also part of the set that RFC 2616 denote as Entity Header Fields. HTTP::Headers: $h->content_type is now more careful in removing embedded space in the returned value. It also now returns all the parameters as the second return value as documented. HTTP::Headers: $h->header() now croaks. It used to silently do nothing. HTTP::Headers: Documentation tweaks. Documented a few bugs discovered during testing. Typo fixes to the documentation all over the place by Ville Skyttä Updated tests. 2004-04-07 Gisle Aas Release 5.78 Removed stray Data::Dump reference from test suite. Added the parse(), clear(), parts() and add_part() methods to HTTP::Message. The HTTP::MessageParts module of 5.77 is no more. Added clear() and remove_content_headers() methods to HTTP::Headers. The as_string() method of HTTP::Message now appends a newline if called without arguments and the non-empty content does not end with a newline. This ensures better compatibility with 5.76 and older versions of libwww-perl. Use case insensitive lookup of hostname in $ua->credentials. Patch by Andrew Pimlott 2004-04-06 Gisle Aas Release 5.77 LWP::Simple did not handle redirects properly when the "Location" header used uncommon letter casing. Patch by Ward Vandewege LWP::UserAgent passed the wrong request to redirect_ok(). Patch by Ville Skyttä https://rt.cpan.org/Ticket/Display.html?id=5828 LWP did not handle URLs like http://www.example.com?foo=bar properly. LWP::RobotUA construct now accept key/value arguments in the same way as LWP::UserAgent. Based on patch by Andy Lester LWP::RobotUA did not parse robots.txt files that contained "Disallow:" using uncommon letter casing. Patch by Liam Quinn WWW::RobotRules now allow leading space when parsing robots.txt file as suggested by Craig Macdonald We now also allow space before the colon. WWW::RobotRules did not handle User-Agent names that use complex version numbers. Patch by Liam Quinn Case insensitive handling of hosts and domain names in HTTP::Cookies. https://rt.cpan.org/Ticket/Display.html?id=4530 The bundled media.types file now match video/quicktime with the .mov extension, as suggested by Michel Koppelaar Experimental support for composite messages, currently implemented by the HTTP::MessageParts module. Based on ideas from Joshua Hoblitt Fixed libscan in Makefile.PL. Patch by Andy Lester The HTTP::Message constructor now accept a plain array reference as its $headers argument. The return value of the HTTP::Message as_string() method now better conforms to the HTTP wire layout. No additional "\n" are appended to the as_string value for HTTP::Request and HTTP::Response. The HTTP::Request as_string now replace missing method or URI with "-" instead of "[NO METHOD]" and "[NO URI]". We don't want values with spaces in them, because it makes it harder to parse.
2005-02-18p5-IO-Socket-SSL updated to 0.96.wiz2-3/+3
2005-02-18Update to 0.96:wiz2-7/+6
- Makefile's error messages now correct if output is redirected (patch from Ilya Zakharevich). - Non-blocking connects/accepts now work (Problem found by Uri Guttman). - new_from_fd() now works. - getline() and <> in scalar context now return undef instead of '' when the read failed. (Problem found by Christian Gilmore). - Broken pipe signals are now ignored during socket close to prevent a SSL shutdown message from killing the parent program. (Problem found by Christian Gilmore). - Tests should proceed much more quickly, and a semi-race was fixed, meaning that on slow machines the tests should be more reliable. - Check for Scalar::Util and Weakref now uses default $SIG{__DIE__} instead of a potentially user-altered one (suggestion from Olaf Schneider). This only applies to Perl 5.6.0 & above. - Session caching support (patch from Marko Asplund). - set_default_context() added to alter the behavior of modules that use IO::Socket::SSL from the main program. - get_ssl_object() renamed to _get_ssl_object() to reflect the fact that it's only supposed to be used internally (not that you should have cared, of course). - Added patch for Net::SSLeay to take advantage of client-side session caching. (i.e. use 1.26 of Net-SSLeay)
2005-02-18Updated p5-Net-SSLeay to 1.26wiz1-1/+2
2005-02-18Update to (inofficial) 1.26 needed by p5-IO-Socket-SSL-0.96:wiz2-7/+8
(1.26)** 30.4.2004 - added get1_session()
2005-02-18p5-IO-String updated to 1.06.wiz2-3/+3
2005-02-18Update to 1.06:wiz2-6/+6
2004-11-05 Gisle Aas Release 1.06 Make seek() return TRUE when it succeed. It used to return the new position, but we want to be compatible with the builtin seek(). Patch contributed by Kurt M. Brown Make print() and printf() return TRUE even when printing the empty string. The used to return the lenght of the string printed, but now they always return 1 to be compatible with the builtins. Make binmode() return TRUE unless layers are provided. 2004-04-01 Gisle Aas Release 1.05 Fix handling of paragraph mode. <https://rt.cpan.org/Ticket/Display.html?id=5425>
2005-02-18p5-gettext updated to 1.04.wiz2-3/+3
2005-02-18Update to 1.04:wiz2-6/+6
1.04 Add several functions provided by the GNU gettext library Create object oriented interface 1.03 Fix error in README file 1.02 Include a License
2005-02-18Updated skype to 1.0.0.1martti2-3/+3
2005-02-18Updated skype to 1.0.0.1martti2-5/+5
Changes unknown (I tested this on Linux).
2005-02-18Fix CFLAGS " quoting issueabs1-2/+2
2005-02-18Note update of "bidwatcher" package to version 1.3.17.tron1-1/+2
2005-02-18Note update of net/flow-tools to version 0.67nb2 [flow-export's MySQL andseb1-1/+2
PostgreSQL support fix]
2005-02-18Update "bidwatcher" package to version 1.3.17.tron3-32/+6
Changes since version 1.3.16: - Fix eBay parser. - Add libcurl support. libcurl is now a dependency. - Tons of little fixes. - Fix potential security bug in versions <= 1.3.16 (CAN-2005-0158). - Added Seller id to the Log. - Fixed BUY Only items that expire but bidwather don't think so. - Should compile on cygwin now. - Be more compatible with BSD.
2005-02-18Fix runtime error for flow-export's PostgreSQL support.seb3-5/+95
Also fix string constants quoting for flow-export's PostgreSQL and MySQL support. Bump PKGREVISION to 2.
2005-02-18Upgraded ipsec-tools to release version 0.5manu11-188/+7
2005-02-18Before starting distcc, ${DISTCC_PIDDIR} must exist and must have thextraeme1-1/+12
correct permissions. Reported by jtc@ in the tech-pkg mailing list.
2005-02-18Provide more details about creating an user for the admin group.xtraeme1-1/+9
2005-02-18Added www/blur6ex.xtraeme2-2/+4
2005-02-18Initial import of blur6ex-0.1.198.xtraeme5-0/+211
blur6ex is a simple, fast, and moderately feature-rich content system. It supports a blog, a simple content system for article publishing, RSS feed generation, CSS-based layouts (no tables at all), simple galleries for your photos and more.
2005-02-18This needs zlib, too.jschauma1-2/+3
PKGREVISION++
2005-02-18Make this work on Linux.jschauma3-3/+6
2005-02-18Apply patches from Georg Schwarz to make this build on IRIX 5.xtraeme5-2/+77
2005-02-18Before copying the mk.conf.example file into PKG_SYSCONFDIR, thextraeme1-11/+14
directory must be created... do it. Also replace /usr/pkg with $prefix in a few places.
2005-02-17Updated pkglint to 4.06. (Output message format changed.)rillig1-1/+2
2005-02-17Included the location of the warning or error in the messages forrillig2-33/+30
everything except Makefiles. (Makefiles which will follow soon.) This makes most warnings more useful. Together with the last few changes, we are now at version 4.06. Approved by wiz.
2005-02-17Use a more elegant method to solve the problem with the conflictiontron2-6/+17
definition of the abs() macro. Based on a suggestion by Roland Illig.
2005-02-17Accidently committed the wrong distinfo.peter1-2/+2
2005-02-17Get rid of the invalid extern for malloc and include stdlib.h for thepeter2-1/+21
prototype. Suggested by Thomas Klausner. Should fix PR pkg/29362 from A L Meyers.
2005-02-17Bump PKGREVISION now that package includes exipick.reed2-3/+4
2005-02-17+ fmsx-3.0xtraeme1-2/+2
2005-02-17Add new patch (patch-bk) so YACC and LEX are not forced as yacc and lex.reed3-2/+20
(Because it could be bison -y and flex.) The build uses yacc and lex so USE_GNU_TOOLS. (Note that USE_GNU_TOOLS is broken, so now on NetBSD this will use bison -y instead of native yacc.) Also set YACC in MAKE_ENV. This is partial fix for PR #pkg/29388. (The remaining problem is that mk/tools.mk assumes that yacc is already installed so YACC is never set to "bison -y" as needed.)
2005-02-17If /bin/id exists, then use it for ID else use /usr/bin/id.reed1-1/+5
Mandrake Linux 10.1 as used by A L Meyers has /bin/id. This should fix his PR #pkg/29430 and #29431.
2005-02-17Add missing ossaudio.bl3.mk, use LDFLAGS instead of LIBS for LIBOSSAUDIO.xtraeme1-2/+3
2005-02-17Criticalmass update.peter2-3/+3
2005-02-17Update to 0.9.10.peter4-42/+5
Changelog: # Re-added Hello Wiener level. # Updates for building on OS X. # Added default key bindings for secondary and tertiary weapons for those poor one button Mac mice users. # Allow starting the game from the top level source directory. This should also fix the problem where people start the game the first time but from the wrong place which would then create a bad .critter file. # Added better ASCII support when entering pilot name. # Updates for gcc 3.4
2005-02-17This uses yacc.reed1-1/+2
2005-02-17Don't use a harcoded -lossaudio in LDFLAGS, use LIBS+= ${LIBOSSAUDIO}xtraeme4-21/+24
instead. While I'm here 80 chars per line. This should fix PR pkg/29429.