summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-08-08style, indentation fixes.grant1-50/+47
2003-08-08improve COMMENT.grant5-10/+10
2003-08-07Convert to USE_NEW_TEXINFO.seb2-7/+4
XXX Does not (byte) compile with current editors/xemacs.
2003-08-07Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-08-07Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-08-06texinfo.mk not needed here.seb1-2/+1
2003-08-05Updated ns-remote to 1.8:abs2-8/+6
- Use 'openURL(about:blank,new-window)' rather than 'openBrowser', so we can open blank windows with Mozilla >= 1.3. From Todd Vierling
2003-08-05bump revision after qt3/kde prefix changedrochner1-1/+2
2003-08-04Convert to the bsd.pkg.install.mk framework:jmmv3-39/+34
- Honour PKG_SYSCONFDIR. - Use CONF_FILES to install the default configuration file. - Use RCD_SCRIPTS to handle the startup script. Bump PKGREVISION to 1.
2003-08-04This appends to perllocal.pod in archlib, not sitelibjmc1-2/+2
2003-08-02apply same <iostream> patch for gcc3 as mozillamrg2-1/+14
2003-08-02use <iostream> instead of <iostream.h>mrg2-1/+14
2003-08-01Japanese versions of Netscape7 are online. So now we can use PKG_LANG again.jschauma3-18/+11
Bump PKGREVISION.
2003-08-01Add build dependency on bison. Noted missing by bulk build.wiz1-1/+3
2003-08-01It is ruby-openssl again; fix DEPENDS.wiz1-2/+2
2003-08-01Update MASTER_SITES.wiz1-3/+2
2003-07-31Add conflict with ap-auth-pgsql.wiz1-1/+3
2003-07-31Add and enable ap-auth-pgsql.wiz1-1/+2
2003-07-31Initial import of ap-auth-pgsql, a replacement for ap-auth-postgresql.wiz5-0/+65
Provided by Harry Waddell in PR 21206. This module allows user authentication (and can log authenthication requests) against information stored in a PostgreSQL database. PostgreSQL is a public domain SQL database. Authentication One database, and one (or two) tables. One table holds the username and the encryped (or plain) password. The other table holds the username and the names of the group to which the user belongs. It is possible to have username, groupname and password in the same table. Access Logging Every authentication access is logged in the same database of the authentication table, but in different table. User name and date of the request are logged. As option, it can log password, ip address, request line.
2003-07-31Update to 0.11.wiz4-7/+37
New in 0.11: In 0.10, the config file format for the custom menu changed, but the conversion was broken. Replace entries in the custom menu were broken, causing a segfault in some cases. These are both fixed. New in 0.10: Changes include many bugfixes and speedups, many user interface improvements, more translations, and a very nice function reference interface. Currently included function reference files are for PHP and HTML.
2003-07-31Add/enable awstatsjschauma1-1/+2
2003-07-31Initial import of www/awstats into pkgsrc, based on the package submittedjschauma5-0/+531
by juan at xtraeme dot dyndns dot org in PR pkg/19608: AWStats is a short for Advanced Web Statistics. It's a free tool that generates advanced web server access statistics graphically. This web server log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages. It uses a partial information file to be able to process large log files, often and quickly. It can analyze log files from IIS (W3C log format), Apache log files (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar and some other web, proxy or WAP servers (and even some FTP servers).
2003-07-30Update quanta to 3.1.3.markd2-8/+7
Bugfixes: * use the project base directory as the working directory for script actions * warn about existing files on rename * encode the subject in a mailto url * fix conflicting shortcut for Misc. Tag * fix possible crashes when using plugins * quote also the numbers in the attribute values * show the directory on the remote PC when using Save As for remote files, instead trying to switch to the file on the local disc * don't break the doctype line when changing the DTD * insert valid doctype line when using the Quick Start button * don't crash when trying to edit tags without proper .tag file (like <b>) * enable copying from documentation/preview even if the user uses separate clipboard and selection Enhancements: * don't insert spaces before CSS values (it disturbs some browsers) * default to the project dir when saving a new document * replace %pid with Quanta's pid and %input with the selected input source in the script action line
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv1-2/+2
2003-07-30Update to 7.10.6:wiz3-10/+10
Changes: * CURLOPT_SSL_CTX_FUNCTION allows a custom callback for SSL connections * multiple patches lets curl build and run on DOS * libcurl now deals with spaces in Location: redirects and URLifies them * curl --version shows more detailed info * curl_version_info() now returns info on NTLM, GSS-Negotiate and Debug * curl_version() includes "GSS" in the string if built with GSSAPI available * Pick-best-authentication option added (--anyauth, using the CURLOPT_HTTPAUTH set to CURLAUTH_ANY) * NTLM authentication support (--ntlm and CURLAUTH_NTLM) * GSS-Negotiate authentication support (--negotiate and CURLAUTH_GSSNEGOTIATE) * Digest authentication support added (--digest and CURLAUTH_DIGEST) * Allow curl to switch (back to) to Basic authentication (--basic) * libcurl supports name and password in proxy environment variables Bugs: * double slash after the host name on a FTP URL again points out the root dir * obscure and rare DNS cache problem was fixed * multiple FTP connections to the same host with different user names didn't work properly * no more CWD commands without arguments for ftp connections * curl no longer uses setvbuf() due to portability problems * VMS build fixes * the curl tool has the -M manual compressed internally if built with libz * url globbing syntax error could cause segfault * Huge (>40-60KB) GET requests over HTTPS failed. * Content-Length now overrides socket-closed as a means of knowing when the response body is complete. * --progress-bar takes the initial size into account when doing resumed downloads * work around SSL bugs better * libcurl typically issues POST requests with less send() calls * better main makefile * external headers improved portability * Listing FTP directories without contents could leak a socket * Getting HTTP contents in one line without headers failed * bugfixed the socks5-proxy usage (twice) * h_aliases name-lookup rare crash fixed * improved curl -M output * curl_unescape() now only unescapes valid %HH codes
2003-07-30fix cut and pasto introduced in rev 1.66 (USE_DB185).grant1-1/+3
2003-07-29Remove trailing slashes in DEPENDS lines.wiz1-3/+3
2003-07-29add --disable-pedantic to quell gcc3.3mrg1-1/+2
2003-07-29update to Mozilla Firebird 0.6.1.grant4-9/+11
changes since 0.6: * Fix for the auto-complete crash bug * Fix for the DOM security restriction bug that broke many bookmarklets * New application icon * Other minor bug fixes as there is no Solaris build of 0.6.1 available yet, the Solaris version stays at 0.6 for now.
2003-07-28+zope25-RenderableChartsdrochner1-1/+2
2003-07-28import zope25-RenderableCharts-0.6, a tool to generate drawings/chartsdrochner4-0/+69
using the reportlab toolkit (XXX suffers from reportlab's font file problems)
2003-07-28install a little shell script which eases the creation of a zopedrochner3-2/+56
instance in response to PR: pkg/18191 by Kent Polk
2003-07-27make ap2-ruby compile on NetBSD 1.6.1, without non-native thread environment.taca3-1/+65
I'll send thses patch to mod_ruby people later.
2003-07-26update to 0.20.0drochner3-7/+9
changes: Simpler page types, smarter message handling, auto subscription option; mail, skin and miscellaneous bugfixes
2003-07-26update to 1.1bdrochner2-8/+6
changes: -fix for problems with photo upload
2003-07-26update to 0.9.2.2drochner3-120/+503
changes: -different distribution format (multiple files) -support for ExternalEditor -Bulk import of files/images -Unicode support -Sidebar caching -High resolution image support. If you have PIL installed -Soft breaks in paragraphs (single enter) -bugfixes
2003-07-26update to 1.2drochner3-38/+8
changes: - fixes context bug
2003-07-26update to 2.4.0drochner3-13/+12
changes: -bugfixes -When closing connections, shutdown() the send side of TCP sockets to prevent a TCP RST from trashing the reciept of data on the client (when the client continues to send data to the application). -some C++ API stuff
2003-07-25Tweak an "#ifdef unix" check to get initgroups(3) support.drochner2-1/+15
Fix from MLH per PR pkg/21697.
2003-07-25Update to 1.08:jmmv2-5/+5
1.08 Thu Apr 4 11:26:27 CST 2002 - Added some more crufty HTML tolerance -- not PC (puristicly correct) but HTML correctness is probably of no interest to those merely trying to extract information *out* of HTML. - Fixed a mapback problem with the legacy methods 1.07 Wed Aug 22 06:14:24 CDT 2001 - Added keep_html option for HTML retention - bug fix for depth/count targets
2003-07-24Use ruby-openssl not ruby-ossljmc1-2/+2
2003-07-24Add and enable bkedit.wiz1-1/+2
2003-07-24Initial import of bkedit, a bookmark editor.wiz4-0/+42
bkedit is an easy to use bookmark manager and editor. The program can read, write, edit, create, manage and convert the bookmarks of the most popular browsers. There is also a simple Drag & Drop interface for adding new bookmarks from a running browser in a very comfortable way.
2003-07-24s/export -n/unset/ in the install script.grant2-1/+15
fixes install on NetBSD (stupid bash'isms).
2003-07-23New checksummartti1-3/+3
2003-07-22Use OWN_DIRS instead of MAKE_DIRS, and use the right operator +=.jmmv1-4/+4
Fixes PR pkg/22039 by Todd Vierling.
2003-07-22COMMENT should start with a capital letter.martti99-198/+198
2003-07-21Use PERL5_SITEARCH in PLIST to make it works with perl 5.8.taca1-2/+2
2003-07-21Add and enable ap2-ruby.taca1-1/+2
2003-07-21Importing www/ap2-ruby 1.1.1 pacakge based on PR pkg/21921.taca5-0/+83
mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby. This package is the development version, which supports apache2 under the prefork and threaded MVM. For Apache 1.3.XX, see www/ap-ruby.