summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-10/+12
<epg@pretzelnet.org>, modified to work without xpkgwedge.
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-11/+63
<epg@pretzelnet.org>
2001-10-05Do not assume we are in ${PREFIX} when installing. Use %D/%F not %F in shell cmdabs1-2/+2
2001-10-05Update gtkhtml to 0.14.0 and while at it, buildlinkify. Changes arerh4-13/+64
bugfixes only.
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-3/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-10-02Update galeon to 0.12.2taya3-15/+38
Changes from Release Notes - bugfixes - improved help browser - updated translations - prelight toolbars - some usability enanchement
2001-10-01Sort.wiz1-2/+2
2001-10-01p5-Compress-Zlib is in devel not archivers (now)abs1-2/+2
2001-10-01Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCHabs1-1/+3
to blank in those cases
2001-10-01Update p5-Apache-ASP to 2.21. Highlights of the changes from versionjlam2-17/+25
0.05 (!!) include: * Can now use CGI.pm in ASP scripts * XML/XLST support * Fixes for running with perl-5.6.1 * Nested includes allowed * Security fixes * Vastly improved Session Manager * Optimizations for speed of execution * Basic Authentication directly supported
2001-10-01Fix the linker flags so they are acceptable to ld. This change is neededjlam2-4/+4
after perl was updated to 5.6.1nb4, which introduced linker flags to find local libraries at run-time.
2001-10-01Note additions of:jlam1-1/+6
www/p5-Apache-Filter www/p5-Apache-SSI www/p5-HTML-Clean www/p5-HTML-FillInForm www/p5-HTML-SimpleParse
2001-10-01p5-HTML-FillInForm: populates HTML Forms with CGI datajlam4-0/+30
This module automatically inserts data from a previous HTML form into the HTML input, textarea and select tags. It is a subclass of the HTML::Parser manpage and uses it to parse the HTML and insert the values into the form tags. One useful application is after a user submits an HTML form without filling out a required field. HTML::FillInForm can be used to redisplay the HTML form with all the form elements containing the submitted info.
2001-10-01p5-HTML-Clean - perl5 module that cleans up HTML code for web browsersjlam4-0/+31
The HTML::Clean module encapsulates a number of common techniques for minimizing the size of HTML files. You can typically save between 10% and 50% of the size of a HTML file using these methods. It provides the following features: Remove unneeded whitespace (beginning of line, etc.) Remove unneeded META elements Remove HTML comments (except for styles, javascript and SSI) Replace tags with equivilant shorter tags (<strong> --> <b>, etc.)
2001-10-01p5-Apache-SSI - implements Server Side Includes in Perljlam5-0/+51
Apache::SSI implements the functionality of mod_include for handling server-parsed html documents. It runs under Apache's mod_perl. In my mind, there are two main reasons you might want to use this module: you can sub-class it to implement your own custom SSI directives, and/or you can parse the output of other mod_perl handlers, or send the SSI output through another handler (use Apache::Filter to do this).
2001-10-01p5-Apache-Filter: alter the output of previous Apache handlersjlam5-0/+63
These modules provide the ability to chain PerlHandler routines together, so that the output of one handler/filter becomes the input of the next handler/filter. The following Perl modules are known to be "Filter-aware": Apache::Registry (using Apache::RegistryFilter) Apache::SSI Apache::ASP HTML::Mason Apache::SimpleReplace
2001-10-01www/p5-HTML-Parser:jlam4-0/+37
This module is a bare-bones HTML parser. It is similar in concept to HTML::Parser, but it differs in a couple of important ways. First, HTML::SimpleParse just finds tags and text in the HTML you give it; it does not care about the specific content of these tags (though it does distinguish between different _types_ of tags, such as comments, starting tags like <b>, ending tags like </b>, and so on). Second, HTML::SimpleParse does not create a hierarchical tree of HTML content, but rather a simple linear list. It does not pay any attention to balancing start tags with corresponding end tags, or which pairs of tags are inside other pairs of tags. Because of these characteristics, you can make a very effective HTML filter by sub-classing HTML::SimpleParse.
2001-09-30Update to version 20010921 - more ad patterns added.simonb2-5/+5
2001-09-29Update gtkhtml to 0.13.0. Changes are bugfixes only.rh4-24/+19
2001-09-29Upgrade to version 7.9seb3-7/+9
Fixed in 7.9 now properly returns an error code when connection to an SSL server with a non-legitimate certificate. displays certificate expire date with SSL and verbose output -R sets the timestamp of a downloaded file to the same as the remote file -c writes all cookies to a specified file (based on the new libcurl option CURLOPT_COOKIEJAR) SSL session ID caching is being done for multiple requests to the same hosts CURLOPT_COOKIEFILE can now be specified any number of times fixed portability issue in the SSL code -G improvements, now works with -I and on URLs including question mark. various windows compile, build and makefile fixes multiple curl_easy_perform() invokes when a previous invoke followed a Location: could lead to a crash curl_formadd() is a new function to replace the now deprecated curl_formparse() one, for building rfc1867 form posts. rfc1867-posts are now done including the Expect: 100-continue header. release archive now includes all docs as HTML pages too flushes the progress meter stream to improve look on windows fixed the configure script --with-ssl problem
2001-09-29Update p5-URI to 1.17. Relevant changes from version 1.12 include:jlam2-5/+5
- Bug fixes - URI::Escape::uri_escape default has changed. Reserved characters are now escaped when no second argument is provided. - URI::WithBase now overrides the can() method and delegate it to the URI member. This also affects the URI::URL behaviour. - URI.pm now conforms to RFC 2732 which specify how literal IPv6 addresses are to be included in URLs. - URI/Escape now allows "/" in the $unsafe pattern argument.
2001-09-29Update ap-dtcl to version 0.11.2. Changes since 0.10.0 include:jwise4-21/+22
libapache-mod-dtcl (0.11.2-1) unstable; urgency=low * Minor updates. * Fixes build variables: (closes: #102200) -- David N. Welton <davidw@debian.org> Thu, 30 Aug 2001 11:08:17 +0200 libapache-mod-dtcl (0.11.1-1) unstable; urgency=low * Fixed VARS variable, documentation updates. * Fixed build variables: (closes: #102208) -- -- David N. Welton <davidw@debian.org> Fri, 27 Jul 2001 13:52:10 +0200 libapache-mod-dtcl (0.11.0-1) unstable; urgency=low * New variable command 'var'. -- David N. Welton <davidw@debian.org> Sat, 2 Jun 2001 19:18:30 +0200 libapache-mod-dtcl (0.10.1-0) unstable; urgency=low * Fixed file upload bug. * Added ErrorScript directive. * Update docs. -- David N. Welton <davidw@debian.org> Tue, 1 May 2001 18:17:08 +0200
2001-09-28plug a security hole (any command can be invoked from remote).itojun5-3/+99
bump version to w3m-0.2.1.0.19nb2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam38-95/+96
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-27p5-Net-* is ambiguous. Fix all wildcard to 'correct' -[0-9]*abs1-5/+5
2001-09-27Sun moved the distfiles, so fix the pre-fetch and do-fetch targets. Alsojlam1-16/+21
add a check for the distfile before descending into the urlget directory and making urlget. This fixes the problem with abusing BUILD_DEPENDS to ensure that urlget is installed prior to fetching the distfiles, noted in pkg/13410 by Bernd Ernesti <bernd@arresum.inka.de>.
2001-09-27Mark as USE_BUILDLINK_ONLY since it satisfies the strongly-buildlinkedjlam1-2/+3
requirements.
2001-09-27Use a wildcard dependency instead of hard-coding one specific version.jlam1-2/+2
2001-09-24Update "gtkhtml" package to version 0.12.0. Changes since version 0.11.1:tron3-18/+26
- configure.in : Fix typo in error msg for capplet libraries that breaks config.
2001-09-21Add missing etc/gconf/schemas/galeon.schemasabs1-1/+2
There may be more missing but this is required to make binary packages work
2001-09-21Update galeon to 0.12.1taya8-261/+73
Changes from Release Notes - mozilla 0.9.4 compatibility - lots of bugfixes - context menus for reload bypassing cache and proxy - find dialog with new options - author and user stylesheets support - ghelp, info, man, toc support - fix hangs on startup with new gnome-vfs - allow blocking of plugins - support for adding accels to bookmarks - copy/cut/paste context menu for forms - security icon on the statusbar - improved MIME preferences page - i18n fixes - ability to save background image - basic Xinerama support - about plugins - improved dragging of bookmarks to the toolbars - proxy autoconfiguration - bookmarks searching - better focus behavior - Don't repaint bookmarks toolbars when not necessary - lots of usability improvements
2001-09-20Stylistic clean-up: wrap lines consistently to 80 columns, and collect allfredb1-11/+18
the binary flag settings together.
2001-09-20Don't depend on the internals of MACHINE_GNU_PLATFORM. Rather, figure thefredb1-2/+2
${host_os} suffix roughly the same way that arena's configure script does. This should really fix PR pkg/13957.
2001-09-20upgrade to 7.8.1, per PR 14022.itojun3-8/+9
Summarized list of changes can be grabbed from http://curl.haxx.se/changes.html
2001-09-20Fix typo reported in pkg/14019.wiz1-1/+1
2001-09-20Find the binary in ".../${LOWER_OPSYS}", rather than ".../netbsd".fredb1-3/+4
Closes PR pkg/13957, by Ryo HAYASAKA. While we're in here, celebrate the major bump in the openssl package's shared libraries by bumping the ${DEPENDS} for libwww -- and bumping arena's version to reflect that change -- to be sure to get the libwww for which the shared libraries carry no gratuitious inter-library dependencies on "libssl.so.?.?". [libwwwssl.so.?.? still carries the dependency, but that isn't gratiutious, and more to the point, arena doesn't link against it.] It's worth noting, that we should not need to bump for the recent png minor bump, since the arena executable only links against libpng directly, rather than via any shared libraries linked against libpng.
2001-09-19Adapt to new p5-Digest-MD5, will feed back changes to author.mjl4-3/+39
2001-09-18add a bit more lines that are needed in httpd.conf to get this mod going.hubertf1-1/+7
Sent in by Sean Davis <dive@endersgame.net> in private mail.
2001-09-18Adapt package list to configuration options dynamically. This fixestron2-12/+15
PR pkg/13971 by David Sainty.
2001-09-18Wait upto 60 instead of 20 seconds for "squid" to terminate.tron1-4/+4
2001-09-16Update mozilla to 0.9.4 & add some patches for sparc64(not complete yet)taya13-326/+291
See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.4/
2001-09-15Correct depend on p5-Storablemjl1-2/+2
2001-09-14Don't hardwire /usr/pkg (pkg/13673).wiz6-10/+33
Correct location of config file in configure script (pkg/13673). Try to remove some more directories on deinstall.
2001-09-14Apply the changes in pkg/13265 by John Darrow <John.P.Darrow@wheaton.edu>jlam4-29/+29
to fix xpkgwedge problems.
2001-09-14The SunOS navigator and communicator run fine under emulation on sparc64abs1-4/+4
(1.5X, 64bit kernel). Large slice of respect due.
2001-09-13Now that the special Motif-handling code is in motif.buildlink.mk, use itjlam1-2/+3
instead of directly using lesstif12/buildlink.mk.
2001-09-12Use x11.buildlink.mk.jlam1-1/+2
2001-09-10- install the source to the example program (as recommended by thedmcmahill7-16/+73
program author and desired by at least one package user). - format string patch for 64-bit systems - add message notifying users that an executible cgi program has been installed in their cgi-bin directory (since they may wish to disable them).
2001-09-10Man page fixes.wiz2-6/+52