Commit graph

3314 commits

Author SHA1 Message Date
taya
c24aaa515b Import MozillaFirebird 0.6.1
(renamed from phoenix)

Changes from 0.6:
    * Fix for the auto-complete crash bug
    * Fix for the DOM security restriction bug that broke many bookmarklets
    * Rich Text Editing support
    * Toolbar buttons for cut, copy and paste
    * Brushed up default theme, including updated toolbar icons
    * New application icon
2003-08-16 14:19:32 +00:00
grant
4a59eff404 style and whitespace nits. 2003-08-14 04:56:43 +00:00
grant
0dab73ff9d add some phoenix and mozilla browsers to NETSCAPE_PREFERRED.
bump to 1.9.
2003-08-14 04:55:58 +00:00
simonb
25140e1e86 Update to version 20030811:
- Add more ad patterns.
 - Hooks to get the printer-friendly version of some pages (disabled
   by default, controlled by STUBURL_PRINT in adzap.conf).

Note: adds the new STUBURL_PRINT variable; users should update to the
latest adzap.conf as shown in the install message.
2003-08-13 03:05:48 +00:00
drochner
19571dd24e add that zope stuff 2003-08-11 15:32:49 +00:00
drochner
061f446ddd import zope25-BackTalk-0.3, a tool for collaborative editing and
commenting on book-like content
2003-08-11 15:25:03 +00:00
drochner
2f7e9fc38d import zope25-MailManager-0.94, a mail management and issue tracking
system
2003-08-11 15:22:24 +00:00
drochner
430de2925b import zope25-StripoGram-1.4, a tool to get selected HTML components
out of a document
2003-08-11 15:20:38 +00:00
drochner
9da37e78db import zope25-CookieCrumbler-1.1, a helper for Cookie-based authentication 2003-08-11 15:19:07 +00:00
drochner
8585da7b38 import zope25-BTreeFolder2-0.5.0, a folder workalike optimized for speed 2003-08-11 15:18:03 +00:00
drochner
9bcc85f8c7 import zope25-Epoz-0.5.1, a wysiwyg editing component
(uses Rich-Text-controls)
2003-08-11 15:15:44 +00:00
drochner
8cd78c6cd9 update to 0.7.3
changes:
It comes with improved performance, important bugfixes and a new set of
toolbar Icons!
2003-08-11 15:09:32 +00:00
drochner
a120523c74 add some metacharacter escapes to that 2 variables are resolved at
startscript runtime, not already at creation time.
No difference in behaviour, just looks nicer.
2003-08-11 13:15:42 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
grant
20bd6b4e96 update Solaris binary pkg to 0.6.1.
new features were summarised in original update to 0.6.1, so no need
to include them again:

	http://www.mozilla.org/projects/firebird/release-notes.html
2003-08-08 22:43:41 +00:00
jmc
c47c8f1e0f Make sure plugin's dir exists before linking into it. 2003-08-08 18:18:05 +00:00
grant
0d4f8b04ce style, indentation fixes. 2003-08-08 10:02:02 +00:00
grant
489b357068 improve COMMENT. 2003-08-08 09:38:39 +00:00
seb
ca0d3f7a6d Convert to USE_NEW_TEXINFO.
XXX Does not (byte) compile with current editors/xemacs.
2003-08-07 11:36:33 +00:00
seb
5286436ba2 Convert to USE_NEW_TEXINFO. 2003-08-07 10:38:53 +00:00
seb
bb6deeeb52 Convert to USE_NEW_TEXINFO. 2003-08-07 10:19:39 +00:00
seb
801e6d4b77 texinfo.mk not needed here. 2003-08-06 20:25:38 +00:00
abs
f832cfe73e Updated ns-remote to 1.8:
- Use 'openURL(about:blank,new-window)' rather than 'openBrowser', so
      we can open blank windows with Mozilla >= 1.3. From Todd Vierling
2003-08-05 20:22:45 +00:00
drochner
15d0f250e6 bump revision after qt3/kde prefix change 2003-08-05 13:39:59 +00:00
jmmv
35b55d9d29 Convert to the bsd.pkg.install.mk framework:
- 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-04 11:00:31 +00:00
jmc
d75af847b7 This appends to perllocal.pod in archlib, not sitelib 2003-08-04 06:16:36 +00:00
mrg
fd378689b1 apply same <iostream> patch for gcc3 as mozilla 2003-08-02 15:25:27 +00:00
mrg
b66fdb6899 use <iostream> instead of <iostream.h> 2003-08-02 13:40:16 +00:00
jschauma
d866038010 Japanese versions of Netscape7 are online. So now we can use PKG_LANG again.
Bump PKGREVISION.
2003-08-01 20:39:54 +00:00
wiz
b661f33780 Add build dependency on bison. Noted missing by bulk build. 2003-08-01 18:12:10 +00:00
wiz
356f07ac9e It is ruby-openssl again; fix DEPENDS. 2003-08-01 17:26:13 +00:00
wiz
630bf989f8 Update MASTER_SITES. 2003-08-01 07:26:05 +00:00
wiz
562ca1e00e Add conflict with ap-auth-pgsql. 2003-07-31 19:24:39 +00:00
wiz
76dc1efa4c Add and enable ap-auth-pgsql. 2003-07-31 19:24:08 +00:00
wiz
7c7aee09b8 Initial import of ap-auth-pgsql, a replacement for ap-auth-postgresql.
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-31 19:22:28 +00:00
wiz
5971f78503 Update to 0.11.
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-31 19:02:09 +00:00
jschauma
3f885b4826 Add/enable awstats 2003-07-31 03:19:24 +00:00
jschauma
0213d64a18 Initial import of www/awstats into pkgsrc, based on the package submitted
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-31 03:18:20 +00:00
markd
43c38f7160 Update quanta to 3.1.3.
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-30 13:48:32 +00:00
jmmv
12a10361a1 Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk. 2003-07-30 10:41:22 +00:00
wiz
3544a1a7e5 Update to 7.10.6:
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-30 10:29:02 +00:00
grant
ef0c9d324e fix cut and pasto introduced in rev 1.66 (USE_DB185). 2003-07-30 01:53:15 +00:00
wiz
76529f93db Remove trailing slashes in DEPENDS lines. 2003-07-29 16:39:04 +00:00
mrg
0d227a17b4 add --disable-pedantic to quell gcc3.3 2003-07-29 15:09:09 +00:00
grant
b66428c9c0 update to Mozilla Firebird 0.6.1.
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-29 11:43:02 +00:00
drochner
14c843914a +zope25-RenderableCharts 2003-07-28 15:16:15 +00:00
drochner
6e0845c0b1 import zope25-RenderableCharts-0.6, a tool to generate drawings/charts
using the reportlab toolkit
(XXX suffers from reportlab's font file problems)
2003-07-28 15:15:13 +00:00
drochner
64325cd1bc install a little shell script which eases the creation of a zope
instance
in response to
PR: pkg/18191 by Kent Polk
2003-07-28 09:27:29 +00:00
taca
ff7e17d706 make ap2-ruby compile on NetBSD 1.6.1, without non-native thread environment.
I'll send thses patch to mod_ruby people later.
2003-07-27 08:07:05 +00:00
drochner
7ef7eff1bd update to 0.20.0
changes:
Simpler page types, smarter message handling, auto subscription option;
mail, skin and miscellaneous bugfixes
2003-07-26 16:00:16 +00:00