Commit graph

3639 commits

Author SHA1 Message Date
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
recht
0d32790d4b update to PycURL 7.10.8
changes:

* Added support for these new libcurl 7.10.8 features:
  CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_IPRESOLVE,
  CURLOPT_MAXFILESIZE,
  CURLINFO_HTTPAUTH_AVAIL, CURLINFO_PROXYAUTH_AVAIL,
  CURL_IPRESOLVE_* constants.

* Added support for these new libcurl 7.10.7 features:
  CURLOPT_FTP_CREATE_MISSING_DIRS, CURLOPT_PROXYAUTH,
  CURLINFO_HTTP_CONNECTCODE.

* Added missing CURLOPT_ENCODING option (patch by Martijn
  Boerwinkel <xim@xs4all.nl>)
2004-01-23 23:08:01 +00:00
recht
ffe8aa8bee update to curl-7.11.0
Fixed in 7.11.0

Changes:
- allows the URL to be set by a callback when using the multi interface
- large file support was added. Use one of the new options:
  INFILESIZE_LARGE, RESUME_FROM_LARGE and MAXFILESIZE_LARGE
- the new --ftp-pasv overrides a previous --ftpport
- CURLOPT_FTPSSL and ftps:// now do ssl over FTP "The Right Way"
  (the curl tool now features the --ftp-ssl option)
- The Windows DLLs are built with an added "resource file"
- New LIBCURL_VERSION_* defines for easier checking version number
- Included Mac OS X 'framework' makefile in the release archive
- Removed the TRUE and FALSE #defines from the public curl header file
- Added CURLOPT_NETRC_FILE

For a complete list see the Changelog at http://curl.haxx.se/changes.html
2004-01-23 22:52:28 +00:00
recht
9980038ef0 Update to elinks 0.9.1
The main changes in ELinks-0.9.1 are:

* Fixed crash when Download manager was open and you attempted to
download a file
* Fixed redrawing after find-next ('n') action
* Fixed segfault triggered by pressing Page down in empty menu
* Fixed <sub>/<sup>-related renderer leak
* Dump link titles only if non-empty, and fix imgmap dumping

Please see ChangeLog for full list of changes.
2004-01-23 22:39:23 +00:00
jmmv
a49484d240 Use tabs for indentation. 2004-01-23 21:55:48 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
recht
e2aec8ebd8 bump PKGREVISIONS after name change of the pyxml dependency.
spotted by wiz@
2004-01-23 16:48:54 +00:00
recht
caef7d2d63 catch up with pyxml -> py-xml name change 2004-01-23 15:39:13 +00:00
jlam
74f9c04e1a bl3ify 2004-01-23 11:53:13 +00:00
abs
69469aa83c Update netscape to 20040123
Update NETSCAPE_PREFERRED_DEFAULT to MozillaFirebird:mozilla:MozillaFirebird-bin:netscape7:communicator:navigator
    Switch froom 'navigator' version to datestamp
2004-01-23 08:58:42 +00:00
xtraeme
c747625eab Update swish-e to 2.4.1, provided by Michal Pasternak in PR pkg/24124 plus
minor changes by me.

Too many changes to list here, please read this link to see the full
list of changes:

http://swish-e.org/current/docs/CHANGES.html (new features, bugfixes, etc).
2004-01-22 15:17:07 +00:00
recht
7289969935 + elinks04 2004-01-22 11:11:11 +00:00
recht
aa438840d8 reimport of ELinks 0.4.3 after the 0.9.0
ELinks is an advanced and well-established text-mode web (HTTP/FTP/..) browser
with a wide range of additional features and extensibility by the possibility
to plug in own scripts in Lua language. This project aims to provide
feature-rich version of Links, with more open patches/features inclusion
policy. This OpenSource project is covered by the GNU General Public License.
2004-01-22 11:09:54 +00:00
recht
afe8dc1028 update to ELinks 0.9.0
based upon the version from pkgsrc-wip by Bruce J.A. Nourish
and PR pkg/24191 by M.Negovanovic

* used gettext for internationalization
* support for background document colors
* tabs support
* new MIME subsystem adding mimetypes files support
* local CGI support
* Guile scripting extensions
* HTML meta refresh
* forms history
* 256 colors support
* regex searches
* cookies manager, cache manager and download manager
* marks support
* displaying URIs in plain documents as links
* SMB protocol support (requires smbclient)
* builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
* HTTPS proxy support
* typeahead searches support (press '#')

See ChangeLog for a complete list of changes, bugfixes and new features.

Since some of the new features (like color support) could be disliked by current
users of ELinks the old version will be reimported as elink04. As suggested by
wiz@ in http://mail-index.netbsd.org/tech-pkg/2004/01/04/0039.html.
2004-01-22 11:07:28 +00:00
grant
fa8285942f update mozilla binary pkgs to 1.6.
changes since 1.5:

* One of the most requested Mozilla Mail features, an option to
  separate the Recipient and Sender columns in the thread pane, has been
  implemented.

* Another frequently requested MailNews feature, a preference for
  placing the user's signature above the quoted text, has been added.

* "Remove from server after x days" has been implemented for POP3 mail
  accounts.

* vCard support has been added to Mozilla Mail.

* Mozilla 1.6 includes a new cross-platform NTLM authentication
  mechanism. This feature brings NTLM authentication to the non-Windows
  Mozilla users for the first time and also delivers more robust and
  featureful NTLM support to users of older Windows versions.

* Ask Jeeves searching has been added to Mozilla 1.6.

* "Translate Page" functionality has returned to this release of Mozilla.

* The View Source window now has reload functionality.

* Several security-related bugs were fixed in 1.6

* Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support,
  halfop mode support, and properly masks key and password dialogs.

* Many crash bugs have been fixed.

* One step closer to the kitchen sink, about:about has been
  implemented. Typing about:about in the address field will give the
  user a nice list of available about:s.

* The opacity implementation was completely revamped to properly
  change the opacity of all descendants as a group.

* CSS inheritance has been updated to work per CSS2.1 (computed values
  are inherited).
2004-01-22 10:57:44 +00:00
grant
e644b51820 allow MOZ_CONTRIB to be overridden. 2004-01-22 10:55:46 +00:00
wiz
195fa4f6f3 Check for existance of shared libXinerama before
enabling Xinerama support.
Fixes mozilla on e.g. macppc with only libXinerama.a.
2004-01-22 00:21:26 +00:00
snj
e0220ad330 s/it's/its/ 2004-01-20 22:15:21 +00:00
snj
6c502c3443 Don't install the null (catchall) plugin. It is annoying. This plugin
was removed from www/mozilla a year ago.

Okayed by jmmv.
2004-01-20 19:29:37 +00:00
abs
36e5338703 Update p5-libwww-perl to 5.76, changes since 5.69 include:
- Revised handling of redirects
    - Documentation updates
    - Improved lwp-download program
    - IIS ftp fixes
    - Many HTML::Form fixes
2004-01-20 13:45:33 +00:00
abs
73d354bd7b Updated p5-HTML-Parser to 3.35
- Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.
    - Removed redundant dSP.
2004-01-20 13:41:19 +00:00
abs
968931e4cd Update galeon to 1.2.13nb2
Fix build against mozilla-1.6. Should fix PR pkg/24140.
	Tested on NetBSD/i386 1.6.2_RC4
2004-01-20 12:45:04 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
taca
f04385178a squid-2.5.STABLE4-http_workarounds.patch was updated. (It seems that
some patch were added.)
2004-01-20 06:49:21 +00:00
heinz
11a2614acc Update to 1.30.
bl3ify
Added HOMEPAGE.
Changed MAINTAINER to myself.


Changes since 1.27:

2004-01-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.30

   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.

2004-01-02   Gisle Aas <gisle@ActiveState.com>

   Release 1.29

   Added support for the ldapi: and ldaps: schemes.
   The ldaps: implementation was contributed by Graham Barr.

   Added support for mms: scheme.  Contributed by
   Dan Sully <daniel@electricrain.com>.

2003-11-30   Gisle Aas <gisle@ActiveState.com>

   Release 1.28

   The query_param_delete() method was not able to delete
   the last parameter from a form.  Similar problem existing
   when deleting via query_param().  Patch by <awk@awks.org>.

   The query_form() method now allow an array or hash
   reference to be passed to set the value.  This makes it
   possible to set the value to an empty form, something that
   the old API did not allow.

   The query_keywords() method now allow an array reference
   to be passed to set the value.
2004-01-18 22:21:14 +00:00
heinz
1e8b678b86 Update to 2.03.
Changed MAINTAINER to myself.
Added HOMEPAGE.

Changes since 1.23:

2002-11-22   Sean M. Burke <sburke@cpan.org>

   Release 2.03 -- minor bugfix
   The lack of \plain's in HTML::FormatRTF's output was confusing some
   formatters.  Fixed.

2002-11-16   Sean M. Burke <sburke@cpan.org>

   Release 2.02 -- minor bugfix

   No big bug reports on the previous version, so maybe it's not so
   experimental after all!

   Changed the set_version_tag method in HTML::Formatter to avoid some
   undef warnings that "James W. Durkin" <jwd@phonogram.net> found.

2002-11-07   Sean M. Burke <sburke@cpan.org>

   Release 2.01 - experimental major version change

   Added HTML::FormatRTF.
   Lots of internal changes to HTML::FormatPS and HTML::Formatter.
   Added format_file and format_string methods to HTML::Formatter.
   Lots of little tidying up in the docs.

2002-10-29   Sean M. Burke <sburke@cpan.org>

   Release 1.24

   Just taking it over from Gisle, and releasing this to make sure
   CPAN et al register this change.
2004-01-18 21:48:42 +00:00
heinz
3f53b57d05 Add HOMEPAGE 2004-01-18 21:29:59 +00:00
heinz
c6b695757a Update to 3.18
2003-09-15   Sean M. Burke <sburke@cpan.org>

   Release 3.18 -- bugfix to test, adding qr// to look_(down|up)

   Accepting Iain 'Spoon' Truskett's neat patch for qr// as lookdown
   operators (previously you had to do sub { $_[0]=~ m/.../}).

   Rewrote some tests, notably parsefile.t, which was pointlessly
   failing because of an incompatibility with an HTML::Parser version.

   Removed the disused ancient utils "dtd2pm" and "ent" from the dist.
2004-01-18 21:15:06 +00:00
taca
6372cb614a Update squid to squid-2.5.4nb7. Add three official patches.
Various HTTP workarounds and minor corrections

synopsis	This patch works around certain broken HTTP servers
		(reportedly IIS-5) who incorrectly signals the use of
		persistent connections. It also corrects some minor
		HTTP issues to make the Squid proxy more semantically
		transparent.
severity	Minor
date		2004-01-14 18:14
bugzilla	#890
versions	Squid-2.5 and earlier
platforms	All

squid_ldap_group failure if specifying many or long group names

synopsis	If the request to squid_ldap_group (login name + all
		group names) exceed 256 characters then group lookups
		fails or behaves erratically.
severity	Minor
date		2004-01-08 19:08
versions	Squid-2.5
platforms	All
workaround	Define multiple ACLs instead of listing many groups in
		the same ACL

LDAP helpers TLS mode (-Z option) does not work

synopsis	The TLS mode of the LDAP helpers did not work and
		always reported "TLS Connection failed"
severity	Minor
date		2004-01-05 12:05
bugzilla	#887
versions	Squid-2.5
platforms	All
workaround	Use the ldaps:// URI method instead, if your LDAP
		server supports it.
2004-01-18 14:30:37 +00:00
xtraeme
f6594a15dd Update to 2.25b, provided by Michael Santos in PR pkg/24128.
Changes:

New in version 2.25b:

    * Move fdwatch initialization before the chroot, so that
      /dev/poll can work.
    * Multiple fdwatch cleanups and fixes (Adam Zell).

New in version 2.25:

    * Prohibit "Host: ." and "Host: .." (David Leadbeater).
    * Don't free memory prematurely on SIGUSR1 (A.D.F.).
    * Use the specified charset in directory listings and errors
      (Jonas Ohlsson).
    * Lowered THROTTLE_TIME from 60 seconds to 2 seconds, plus more
      aggressive computation of sending rate, to improve throttle
      reaction time (E Frank Ball).
    * Added code to redistribute the throttled bandwidth fairly among
      the currently sending connections.
    * Some more throttling changes that smooth things out a lot.
    * Added an experimental limitation on the number of simultaneous CGIs.
    * Chown the log file when starting as root, so that it can later be
      re-opened when running as nobody (or whatever user you configure).
      Also tweak the logfile pathname so that it still works inside a
      chroot tree.
    * Make sure URL paths begin with a slash.
    * Generate multiple MIME encodings in the correct order, and with the
      correct separator.
    * Ignore EINTR on read() and write().
    * Fix error in httpd_read_fully() and httpd_write_fully() that could
      cause incorrect data to be read or written (Daniel Jensen).
    * Don't attempt to double-free a file descriptor if a connection times
      out while it is paused for throttling.
    * Save and restore errno in signal handlers.
    * The non-local referer check is no longer fooled by URLs with query
      strings.
    * Simplified handling of HAVE_INT64T (Trisk). If this causes problems,
      e.g. if there are still systems which don't have "long long", we can
      back out the change.
    * Keep a list of free connection structs, instead of doing linear search
      to find a free one (Adam Zell).
    * Added config.h option FLUSH_LOG_EVERY_TIME - if it's turned off, the
      log does not get fflushed after each request (Adam Zell).
    * Multiple robustness improvements to the fdwatch module (Adam Zell).
    * Added /dev/poll support to fdwatch (Adam Zell).
    * Automatically add no-cache control header on error responses.
2004-01-17 12:55:05 +00:00
bad
39397efb39 Update ap2-perl to mod_perl-1.99_12.
* reams of bug fixes. See the Changes file.
* works with perl-5.8.1.
2004-01-17 12:36:03 +00:00
taya
b284bb794d add mozilla-gtk2 2004-01-17 06:44:28 +00:00
taya
c2c0626310 initial import of mozilla-gtk2 2004-01-17 06:42:08 +00:00
taya
41e68dfc16 add 'BUILD_MATHML=' 2004-01-17 00:08:50 +00:00
taya
148029f127 Update mozilla to 1.6
- New features and Fixes from release notes:

*  One of the most requested Mozilla Mail features, an option to
separate the Recipient and Sender columns in the thread pane, has been
implemented.

* Another frequently requested MailNews feature, a preference for
placing the user's signature above the quoted text, has been added.

* "Remove from server after x days" has been implemented for POP3 mail
accounts.

* vCard support has been added to Mozilla Mail.

* Mozilla 1.6 includes a new cross-platform NTLM authentication
mechanism. This feature brings NTLM authentication to the non-Windows
Mozilla users for the first time and also delivers more robust and
featureful NTLM support to users of older Windows versions.

* Ask Jeeves searching has been added to Mozilla 1.6.

* "Translate Page" functionality has returned to this release of Mozilla.

* The View Source window now has reload functionality.

* Several security-related bugs were fixed in 1.6

* Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support,
halfop mode support, and properly masks key and password dialogs.

* Many crash bugs have been fixed.

* One step closer to the kitchen sink, about:about has been
implemented. Typing about:about in the address field will give the
user a nice list of available about:s.

* The opacity implementation was completely revamped to properly
change the opacity of all descendants as a group.

* CSS inheritance has been updated to work per CSS2.1 (computed values
are inherited).

- pkgsrc specific changes
* add option to build with gtk2 (not completed yet)(from Jeremy C. Reed)

* make mathml optional (for MozillaThunderbird)
2004-01-17 00:04:49 +00:00
markd
aab76dd0d4 Update to KDE 3.1.5. 2004-01-15 11:26:42 +00:00
wiz
9b59ad530a Sync checksum with patch-bp contents. 2004-01-15 08:12:37 +00:00
xtraeme
f4c01882a5 Use `*.pl' instead of specify every file to REPLACE_PERL. 2004-01-12 23:58:43 +00:00
xtraeme
7ef55264b0 Update to 5.9
Changes:

	o Several fixes in maillogconvert.pl
	  Fixed wrong parsing for qmail log files.
	  Support mail errors in qmail log files.
	  Return code for postfix log were all reported in error for mails
	  sent to several recipients when one recipient was in error.
	o Fixed wrong percentage in cluster report.
	o Return code for postfix log were all reported in error for mails
	  sent to several recipients when one recipient was in error.
	o Fix a not closing HTML TR tag in full list of hosts.
	o awstats_buildstaticpages.pl can accept month on 1 digit.
	o awstats_buildstaticpages.pl no more try to build pages
	  awstats.misc.html and awstats.filetypes.html that does not
	  exists.

And more... review the website to see a full list of changes.
2004-01-12 23:53:50 +00:00
grant
92a57570ad only use COPTS?=-O2 if we're using gcc, otherwise use COPTS?=-O. gives
mozilla packages a chance of building with non-gcc compilers.
2004-01-12 11:44:47 +00:00
cjep
1b39677b6e Remove unnecessary blank lines. 2004-01-12 09:46:04 +00:00
jschauma
3a6d4abf55 mozilla.org has re-arranged the MASTER_SITE, so fix accordingly.
Noted in agc's latest bulk build.
2004-01-11 20:55:01 +00:00
kristerw
b8db1d9c1b Set MAINTAINER to "tech-pkg" instead of "packages". 2004-01-10 19:14:18 +00:00
jmmv
723fb2e66b Add and enable micro_httpd. 2004-01-09 09:45:43 +00:00
jmmv
844da9b776 Initial import of micro_httpd, version 20011214:
micro_httpd is a very small HTTP server. It runs from inetd, which means
its performance is poor.  But for low-traffic sites, it's quite adequate.
It implements all the basic features of an HTTP server, including:

  *  Security against ".." filename snooping.
  *  The common MIME types.
  *  Trailing-slash redirection.
  *  index.html.
  *  Directory listings.

All in 150 lines of code.

Package by Bruce J.A. Nourish from pkgsrc-wip with several changes by me.
2004-01-09 09:44:55 +00:00
grant
1bf13952e5 add NetBSD native builds, used by default on NetBSD. 2004-01-09 05:15:51 +00:00
reed
5462e25681 Bruce asked for his MAINTAINER email address
change on pkgsrc-wip-review list.
2004-01-09 03:30:54 +00:00
grant
1ebb3c8c75 grammar tweak 2004-01-08 05:24:40 +00:00
grant
fa11575141 the firebird package already depends on suse_* if necessary, so no
need to depend on them here.

fixes installation problem on Linux.
2004-01-08 04:47:10 +00:00