summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27The "slang" build on NetBSD-1.4.3/a.out really needs -ltermcap, andfredb3-16/+69
the old "configure" hack of adding "-ltermcap" to LIBS wasn't working (configure's too smart for that), so hack "configure" directly.
2001-03-26Enable p5-Apache-Sessionmjl1-1/+2
2001-03-26Initial import of p5-Apache-Session, a perl module to provide persistentmjl4-0/+29
storage in arbitrary backing stores.
2001-03-26Depend on mysql-client>=3.23.35 because of library major bump.bad2-4/+4
2001-03-26Update lynx-current to 2.8.4dev.19. The dev.16 distfile is nosimonb5-112/+18
longer available from the lynx download side. More bugfixes - see http://lynx.isc.org/current/CHANGES for a complete list of changes.
2001-03-25Make compiling with ncurses work again, with lots of helpkim1-1/+3
from Frederick Bruckman. I verified that all three (curses, ncurses and slang) now work.
2001-03-25Enable p5-HTML-Mason.mjl1-1/+2
2001-03-25Initial import of p5-HTML-Mason, a Perl-based web site developmentmjl4-0/+31
and delivery system.
2001-03-24add & enable quantazuntum1-1/+2
2001-03-24Initial import of quanta-2.0pr1zuntum4-0/+205
Quanta Plus is a web development tool for the K Desktop Environment. Quanta is designed for quick web development and is rapidly becoming a mature editor with a number of great features. Package provided by Jared Mc Neill <jmcneill@invisible.yi.org> in pkg/12464
2001-03-23Prepare this package for "powerpc" support.tron1-7/+17
2001-03-23Prepare this package for multi platform support.tron1-2/+2
2001-03-22"suse_linux/Makefile.common" won't override "DIST_SUBDIR" so we can movetron1-3/+2
the declaration to the proper location.
2001-03-22Update "opera" package to version 5.0 beta 7. A list of changes sincetron3-205/+20
version 5.0 beta 6 is not available.
2001-03-21Update to 1.11mjl2-4/+4
The t/heuristic.t test relied on the fact that 'www.perl.no' was not registered in DNS. This is no longer true. The penguins at Bouvet Island will hopefully be ignorant of Perl forever.
2001-03-21Update to 0.58.mjl2-4/+4
o fix bug introduced in 0.57 o don't flush unbound request o add example remote.fpl o provide access to the Request parameters o add IsFastCGI method o fix warn handler
2001-03-20Add and enable jakarta-servletapi.jwise1-1/+2
2001-03-20Initial import of jakarta-servletapi-3.2.1, the servlet and jsp APIs partjwise4-0/+91
of jakarta-tomcat-3.2.1. This package installs the servlet.jar archive, which is used to develop both servlets themselves and servlet container applications such as tomcat.
2001-03-19Update to 1.0.9.mjl2-4/+4
Add ghttp_flush_reponse_buffer API call to gnome-http, so that apps who don't want to buffer the entire HTTP response can fetch chunks of it at a time. * ghttp.h/ghttp.c: New function ghttp_get_header_names() that allows you to get a list of the headers that a server returned with its response. * http_hdrs.h/http_hdrs.c: New function http_hdr_get_headers() to support the api in ghttp.c. * http_req.c: (http_req_send): Minor fix that John Trowbridge contributed. * http_date.c (month_from_string_short): Use strncmp instead of memcmp when comparing strings to avoid reading memory we do not own. Thanks Purify! * http_uri.c (http_uri_parse): ditto * configure.in: Checking in Ben Taylor's Solaris patch for lib configuration.
2001-03-18* updated htmllint package to 2.36. Problem was noticed by David Brownleekei7-37/+43
<abs@netbsd.org> in private message. Some bugs found in previous package was fixed also. Change list is available on its home page (in Japanese). htmllint.pm 2.36 2001/03/14 Supported iMode 3.0. 2.35 2001/03/05 Warn about non-blank text following <FIELDSET>. 2.34 2001/02/24 Support various ristrictions noted in comment of DTD by ISO/IEC 15545. As this, several warning are added. Character entity references are now considered when counting length for title, etc. 2.33 2001/02/13 Under some circumstances, <NOFRAMES> outside of <FRAMESET> warns inconsitently. htmllint.cgi 1.01 2001/03/08 Couldn't get resource properly when ommitting trailing '/' such as http://host 1.00 2001/02/01 Couldn't get resource properly when the URL contains authenticate information. As you already know, '2.36' is a version of htmllint.pm.
2001-03-14Add and enable 'htmllint-2.32' package.kei1-1/+2
2001-03-14Initial import of 'htmllint-2.32' package.kei15-0/+353
Another HTML-Lint is another HTML checker written in Perl. This package includes individual command and CGI gateway. Invokng htmllint without any argument puts the usage string. It supports various HTML versions and variants. From usage string: HTML1.0, HTML2.0, HTML2.x, HTML+, HTML3.0, HTML3.2, HTML4.0 Strict, HTML4.0 Transitional, HTML4.0 Frameset, HTML4.0 Mobile, HTML4.01 Strict, HTML4.01 Transitional, HTML4.01-frameset, XHTML1.0 Strict, XHTML1.0 Transitional, XHTML1.0 Frameset, XHTML1.1, XHTML Basic, ISO/IEC 15545, Netscape Navigator (2.0, 3.0, 4.0), Microsoft Internet Explorer (3.0 beta, 3.0, 4.0, 5.0, 5.5), IBM WebExplorer 1.1, Compact HTML, NTT DoCoMo iMode (1.0, 2.0), J-SkyWeb, J-SkyWeb Station, TTNet dot-i, HTML variant for patent application in Japan
2001-03-14Update cocoon to version 1.8.2.jwise4-467/+536
Changes since cocoon-1.8 (the last pkgsrc version): Release Notes for Cocoon 1.8.2 ------------------------------ This is a minor bugfix release. Among other things, Cocoon works on JDK1.1 again, as it should, and the XInclude processor should work correctly at any stage in the pipeline (previously it would do nothing if invoked after certain processors). Also, in the last two versions, optional connectors for XT, JNDI etc. were left out by mistake from the build. This has now been fixed. Release Notes for Cocoon 1.8.1 ------------------------------ This is mainly a bugfix release - a large number of fixes and updates have been made. As usual, changes since previous releases are documented in docs/changes.html Major improvements include: * First official release of the esql logicsheet for database access in Cocoon. Esql, which was previously an undocumented experimental feature, supports features like integration with other logicsheets, prepared statements, and multiple encodings. Esql now supercedes both the sql taglib and the sql processor. IMPORTANT NOTE: Although the esql syntax has changed since Cocoon 1.8 (see the documentation), it is now expected to be fairly stable. * The much-maligned Internet Explorer PDF bug, which caused so much gnashing of teeth, has finally been "fixed" in Cocoon! (We think.) See the FAQ for full details - see also samples/fo for practical examples. * Updated installation instructions for a number of servlet engines, including Tomcat. Cocoon now comes with walk-through installation instructions for a greater range of platforms than ever before! This is very useful because Cocoon is a complex servlet and therefore quite complicated to install. * Support for FOP 0.15 (though not later versions). Unfortunately this is rather inefficient - Cocoon 2 will address this. FOP is an XML-to-PDF converter based at xml.apache.org. FOP 0.15 supports more features and fixes many bugs, but it is based on a newer XSL:FO specification than FOP 0.13, so some pages may need changing. FOP Samples have been updated accordingly. Other highlights include: * New LinkEncodingProcessor to encode all links on a page - no more messing about with response.encodeUrl all over the place or unportable XSLT extensions! * sax-bugfix.jar that allows you to see line numbers in parsing errors. See Installing. * Documentation has been tweaked and improved in many places. * Of interest to JServ users - You can now override options in cocoon.properties, in web.xml or zone.properties. * User-agent support for command-line mode. * Slightly better encoding and CLASSPATH support for XSP. * More informative error information in places. * Numerous other bugfixes, including a workaround for a Websphere bug that prevented Cocoon from working. Also new since the last release is a Bug Database and a Patch Queue on the Cocoon website. If you've posted us a bugfix and it hasn't been acted on yet, please feel free to file a bug report - it helps us keep track! (To file a report you need to first register, and then login.) Of course, we would like to see as much information as possible in bug reports, as this aids in tracking down bugs and testing bugfixes. As usual, if upgrading from an earlier release, you need to replace your cocoon.properties file with the one supplied in src/org/apache/cocoon/cocoon.properties, (then make any site-specific adjustments if you have any), or Cocoon will very likely not work at all. Again, it may cause errors if you use old samples with a new Cocoon. If you use the ESQL taglib, the syntax has changed between Cocoon 1.8 and Cocoon 1.8.1. See the documentation for more details.
2001-03-14Update php4-imap to 4.0.4.1nb2. The only change from version 4.0.4.1nb1 isjlam3-9/+93
a security fix for a buffer overflow problem. The fix was provided in private email by Anil Madhavapeddy <anil@recoil.org>.
2001-03-13Include <sys/types.h> before including <sys/socket.h> in thest for IPv6jlam3-14/+32
support. Fix suggested in pkg/12199 by Olaf Seibert <rhialto@polderland.nl>.
2001-03-13Update ap-ssl to 2.8.1. No functional changes from ap-ssl-2.8.0 -- justjlam2-7/+7
update work with apache-1.3.19.
2001-03-13Update apache to 1.3.19. The pkgsrc-related changes include adding ajlam8-55/+91
config.layout file instead of specifying every directory as on option to the Apache configure script. This layout file might be useful later when we package Apache 2.x. I also reordered a few lines so that it's easier to diff apache/Makefile and apache6/Makefile (hi itojun!). Also build the mod_define shared module from the mod_ssl sources. Relevant changes from version 1.3.17.1 include: *) Rewrite ap_unparse_uri_components() to make it safer and more readable *) Under certain circumstances, Apache did not supply the right response headers when requiring authentication. *) Clean up some end-of-loop not reached warnings *) Add the correct language tag for interoperation with the Taiwanese versions of MSIE and Netscape. *) Workaround enabled for a core dump which appeared in broken NameVirtualHost configurations. *) Sporadic core dump in ap_default_port_for_scheme() with internal requests *) SECURITY: The default installation could lead to mod_negotiation and mod_dir/mod_autoindex displaying a directory listing instead of the index.html.* files, if a very long path was created artificially by using many slashes. Now a 403 FORBIDDEN is returned. *) Trailing slashes (if they exist) are now removed from ServerRoot, because there were known problems with them. *) TPF startup/shutdown fixes. *) Correct a typo in httpd.conf. *) Get the correct IP address if ServerName isn't set and we can't find a fully-qualified domain name at startup. *) Fix pointer arithmetic in mod_rewrite map expansion. *) Fixed a problem with file extensions being truncated during the call to ap_os_canonical_filename().
2001-03-13We don't need to use $(MAKE), "make" is enough. Pointed by Thomas Klausnerzuntum2-8/+5
2001-03-13* it doesn't really need GNU makezuntum4-29/+32
* use CC, not gcc
2001-03-12Update wwwoffle to 2.6a:fredb4-16/+23
Bug Fixes: Fix crash with invalid entries in config file. Handle some invalid URL encodings that servers/clients use. Stop crashes when monitoring illegal refresh URLs. Handle malformed headers better. Check the DontGet section of the configuration file when doing SSL. Print error messages when starting on stderr. Read the configuration file if using wwwoffle-write. Fix bug with form argument parsing. Set fetch-stylesheets to true in the default config file. Bug fixes for modifying HTML with meta refresh tags. Stop duplicated items in the configuration file. Win32 Bug Fixes: Fixed logfile opening problem. Added a fchdir() function for cygwin. Workaround cygwin socket closing problem. Change the makefile for cygwin installation (don't auto install .dll or .bat). Documentation Updated the Welcome.html page to include more links to useful information. Include an HTML version of README.CONF in the html directory. Updated several README files and INSTALL file. *NOTE* The default location of the replacement .gif file for the DontGet section has changed, upgrade-config.pl should fix wwwoffle.conf automatically. *NOTE* If upgrading from a version < 2.6 then see the notes for version 2.6. NetBSD package changes: - - Install upgrade-config-2.x-2.5.pl (as wwwoffle-upgrade-config-2.x-2.5.pl). - - Protect convert-cache the same way as upgrade-config -- prefix with wwwoffle-. - - Update MESSAGE file accordingly.
2001-03-12Attend to some pkglint warnings.fredb1-4/+3
2001-03-12Some tweaks to the package:fredb5-13/+100
- - Add a new-style rc.d script. - - Fix the included "htdig" scripts to work with packaged "htdig". ("htdig" remains optional.) - - Install the convert-cache and upgrade-config-pl tools to make upgrading less painful. Run convert-cache automatically for binary package install, but only suggest to for source install. - - Expand the MESSAGE text to explain how to use all this.
2001-03-12update to 3.19 (3.13 isn't available on CPAN archives anymore)drochner2-4/+4
Changes: If a handler triggered by flushing text at eof called the eof method then infinite recursion occurred. Fixed. Bug discovered by Jonathan Stowe <gellyfish@gellyfish.com>. Allow <!doctype ...> to be parsed as declaration. HTML::TokeParser's get_tag() method now takes multiple tags to match. Hopefully the documentation is also a bit clearer. #define PERL_NO_GET_CONTEXT: Should speed up things for thread enabled versions of perl. Quote some more entities that also happens to be perl keywords. This avoids warnings on perl-5.004. Unicode entities only triggered for perl-5.7.0 or higher. The unbroken_text option now works across ignored tags. Fix casting of pointers on some 64 bit platforms. Fix decoding of Unicode entities. Only optionally available for perl-5.7.0 or better. Expose internal decode_entities() function at the Perl level. Reindented some code. The 3.16 release broke MULTIPLICITY builds. Fixed. There was a C++ style comment left in util.c. Strict C compilers do not like that kind of stuff. Avoid the entity2char global. That should make the module more thread safe. Patch by Gurusamy Sarathy <gsar@ActiveState.com>.
2001-03-10* Added LinuxPPC communicator package support for powerpc platforms. Approvedkei4-7/+58
by Emmanuel Dreyfus. Since this package lacks bookmak file, I didn't add 'nb1' suffix to powerpc version. Tested on macppc. communicator/pkg/DESCR.linux-powerpc: Communicator is a WWW and ftp browser, mail client, newsgroup reader, web page editor and address book organizer. This is the distributed version from linuxppc.org, not Netscape. A Newer version of the Netscape browser is available in pkgsrc as 'mozilla'.
2001-03-08Remove trailing . from COMMENT.wiz1-2/+2
2001-03-06Some people might consider "@unexec rm -rf %D/jakarta/tomcat/webapps"abs1-3/+5
a little hostile to anyone who is actually using tomcat and would prefer to not have their apps nuked on package update. Tomcat wipes webapps/ROOT, webapps/examples, and webapps/test directories on install anyway, so replace the above with entries for those directories. This allows anyone using other directories in webapps to keep their apps on package update.
2001-03-06Set MOZILLA_HOME to correct value even if the netscape package name ends injlam4-23/+19
the NetBSD package version number "nbX". This fixes installing this package after the recent updates of communicator and navigator. Also use the variables MOZILLA_HOME and NS_PLUGIN_DIR in the PLISTs to isolate references to the same directory to one location.
2001-03-06Dependencies need some sort of version number, whether an exact match, ajlam1-3/+3
shell expression, or an arithmetic inequality, for binary packages to work properly: add one to ns-flash (>4.0).
2001-03-06Remove flashplayer components from PLISTs, mirroring changes in thejlam2-6/+2
www/navigator PLISTs for Linux/i386 and Sparc Solaris.
2001-03-05Update to 20010227 because the old distfile isn't there anymore.wiz2-4/+4
No ChangeLog found.
2001-03-05Remove the shipped flashplayer (4.0) and instead depend ns-flash (5.0)abs3-14/+15
Update package number to 4.76nb1
2001-03-04Because the minor number of the PNG library was increased packages compiledtron6-13/+12
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-03Fix build problem in conjuction with latest "libtool".tron2-1/+15
2001-03-01Fixed support for building with XEmacs. Added some mirror sites.jtb2-25/+24
2001-03-01Disassociate the version number of the php4 package from the version numbers ofjlam8-17/+24
the php4 modules. The rule is that php4 modules depend on php-${PHP_VERS}, but they are allowed to have their own ${PHP_BASE_VERS}nbX package version numbers.
2001-03-01regenwiz1-2/+2
2001-03-01PREFIX -> LOCALBASE. pkg/12306.wiz1-3/+3
2001-03-01update to 1.3.19 with IPv6 patch.itojun3-14/+29
--- from apache/Announcements Apache 1.3.19 Major changes The primary security fix is: * The default installation could lead mod_negotiation and mod_dir or mod_autoindex to display a directory listing instead of the multiview'ed index.html.* files, if a very long path was created artificially by using many slashes. Now 403 FORBIDDEN is returned. The bug fixes are: * The ServerRoot directive now removes trailing slashes. * Restore functionality broken by the mod_rewrite security fix: The mod_rewrite string arithmetic is corrected for rewrite map. * Some possible segfault conditions have been fixed. * Under certain circumstances, Apache did not supply the right response headers when requiring authentication. The main new features include: * New configuration error reporting if the UserDir argument is set to a relative path on Win32 or Netware [which do not support home directories], or a relative path on any platform if that path includes the '*' username substitution. Selected new features that relate to Windows platforms: * Apache on Win9x now ensures the service is stopped before removal. * Test httpd.conf (-t) now holds the console open on "SYNTAX OK". * Apache/Win32 no longer holds open the console on error unless it was invoked from a shortcut with the -w option. * mod_user was significantly refactored to assure that the UserDir directive is parsed effectively the same across platforms, fixing a UserDir bug introduced in 1.3.17 on the Win32 platform. Selected new features relating to other platforms: * Netware problems with file extension truncatation are resolved. * Netware recognizes the SERVER/VOLUME:/PATH/FILE filename pattern. * Netware mod_tls properly disables nagle for SSL connections, and properly negotiates SSL based on the port. * Startup and Shutdown issues were addressed on TPF.
2001-02-28remove deprecated MIRROR_DISTFILE (the correct replacements hadwiz1-2/+1
been added already)
2001-02-28whitespace fixeswiz3-6/+5