Commit graph

3561 commits

Author SHA1 Message Date
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
wiz
0a24673ba7 -current got redrawwin() -- replace USE_NCURSES
with INCOMPAT_CURSES lines.
2003-12-28 00:29:02 +00:00
wiz
e2f7959303 Add and enable snownews. 2003-12-27 23:05:45 +00:00
wiz
865d0a84f0 Import of snownews-1.4.2 from Bruce J.A. Nourish via pkgsrc-wip.
Snownews is a small console RSS/RDF newsreader. It will handle RSS 1.0
feeds that comply with the W3C RDF specification, but will also support
userland's 0.91 and 2.0 versions.
2003-12-27 23:04:23 +00:00
wiz
8f8be7c383 Initialize PLATFORM so that the Makefile does not break
on unsupported platforms.
2003-12-26 22:46:56 +00:00
wiz
1e85f50c3c Wildcard dependency on p5-Template-Toolkit. 2003-12-26 19:58:37 +00:00
grant
bb905570ca add FreeBSD to a conditional to fix a build problem on FreeBSD.
from Michal Pasternak in PR pkg/23867.
2003-12-26 06:13:52 +00:00
taca
c8e9cd1e51 Update squid package to 2.5.4nb6.
- Remove --disable-internal-dns.  It could be still enabled by adding to
  SQUID_CONFIGURE_ARGS in /etc/mk.conf.  It found that external dnsserver
  has some problem, performance disadvantage on Solaris 8.

- Apply eight official patches.

o Incomplete objects may appear stuck in the cache

	synopsis	Under certain conditions incomplete objects
			may appear stuck in the cache, not even reload
			giving a new fresh copy.
	severity	Major
	date		2003-12-23 01:23
	bugzilla	#876
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	Compiling squid with --disable-http-violations
			completely avoids the issue.  Setting
			"half_closed_clients off" and making
			quick_abort as aggressively aborting as
			possible by "quick_abort_min 0 KB" and
			"quick_abort_max 0 KB" mostly hides the
			problem.

o assertion failed: pinger.c:187: "icmp_pktsize <= MAX_PKT_SZ"

	synopsis	In Squids built with --enable-icmp the pinger
			helper may exit with the above assertion
			failure if Squid receives a request with a
			very long host name.
	severity	Minor
	date		2003-12-23 01:23
	bugzilla	#865
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	Don't build squid with --enable-icmp.  This is
			generally recommended anyway unless you are
			absolutely sure you want to ICMP PING random
			sites all over the Internet to measure RTT
			information even if this may trigger IDS
			systems etc.

o 000 status code being logged for redirects (should be 302)

	synopsis	Redirects initiated by redirector helpers was
			logged as TCP_MISS/000 instead of the expected
			TCP_MISS/302.  This patch corrects this and should
			also correct log_mime_hdrs output for the same.
	severity	Minor
	date		2003-12-21 16:21
	bugzilla	#869
	versions	Squid-2.5 and earlier
	platforms	All

o Update of Russian error pages

	synopsis	In a current version threre is a problem.  The
			absence of "yo" letter. ("e" with 2 dots ).
			People prefer to write "E" instead "yo", that is
			not quite correct, like "How r u" intstead "How
			are you?"
	severity	Cosmetic
	date		2003-12-21 15:21
	bugzilla	#864
	versions	Squid-2.5 and earlier
	platforms	All

o Added 'urllogin' ACL type

	synopsis	This is not a fix for a Squid bug.  It is a new
			feature to workaround an MSIE6 bug that uses
			control characters to obfuscate the true origin
			server hostname.  You can use the 'urllogin' acl
			TYPE to deny HTTP requests that contain certain
			characters in the URL login field.
	severity	Medium
	date		2003-12-19 16:19
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	Patch MSIE6, if/when the patch becomes available.

o DNS resolver has too short MAXHOSTNAME

	synopsis	Squid would not process hostnames longer than 128
			characters.  This affects few hosts on the
			internet, but with the growing use of iDNA it's
			becoming an issue.
	severity	Minor
	date		2003-12-18 01:18
	bugzilla	#842
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	None.

o Squid refuses to start if "pid_filename none" is specified

	synopsis	Contrary to the documentation "pid_filename none"
			is not accepted and Squid refuses to start.
	severity	Minor
	date		2003-12-17 21:17
	bugzilla	#868
	versions	Squid-2.5 and earlier
	platforms	All

o cache_peer max-conn=.. option does not work

	synopsis	Due to the a accounting mismatch in the number of
			open connections to peers the cache_peer
			max-conn=.. option does not work.  This issue is
			also seen as very high numbers in the OPEN CONN
			peer statistics via cachemgr.
	severity	Minor
	date		2003-12-20 20:20
	bugzilla	#867
	versions	Squid-2.5 and earlier
	platforms	All

- Separate MESSAGE files into each platform.
2003-12-25 16:28:14 +00:00
taca
e9d6aaf8b0 Update squid package to 2.5.4nb6.
- Remove --disable-internal-dns.  It could be still enabled by adding to
  SQUID_CONFIGURE_ARGS in /etc/mk.conf.  It found that external dnsserver
  has some problem, performance disadvantage on Solaris 8.

- Apply eight official patches.

o Incomplete objects may appear stuck in the cache

	synopsis	Under certain conditions incomplete objects
			may appear stuck in the cache, not even reload
			giving a new fresh copy.
	severity	Major
	date		2003-12-23 01:23
	bugzilla	#876
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	Compiling squid with --disable-http-violations
			completely avoids the issue.  Setting
			"half_closed_clients off" and making
			quick_abort as aggressively aborting as
			possible by "quick_abort_min 0 KB" and
			"quick_abort_max 0 KB" mostly hides the
			problem.

o assertion failed: pinger.c:187: "icmp_pktsize <= MAX_PKT_SZ"

	synopsis	In Squids built with --enable-icmp the pinger
			helper may exit with the above assertion
			failure if Squid receives a request with a
			very long host name.
	severity	Minor
	date		2003-12-23 01:23
	bugzilla	#865
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	Don't build squid with --enable-icmp.  This is
			generally recommended anyway unless you are
			absolutely sure you want to ICMP PING random
			sites all over the Internet to measure RTT
			information even if this may trigger IDS
			systems etc.

o 000 status code being logged for redirects (should be 302)

	synopsis	Redirects initiated by redirector helpers was
			logged as TCP_MISS/000 instead of the expected
			TCP_MISS/302.  This patch corrects this and should
			also correct log_mime_hdrs output for the same.
	severity	Minor
	date		2003-12-21 16:21
	bugzilla	#869
	versions	Squid-2.5 and earlier
	platforms	All

o Update of Russian error pages

	synopsis	In a current version threre is a problem.  The
			absence of "yo" letter. ("e" with 2 dots ).
			People prefer to write "E" instead "yo", that is
			not quite correct, like "How r u" intstead "How
			are you?"
	severity	Cosmetic
	date		2003-12-21 15:21
	bugzilla	#864
	versions	Squid-2.5 and earlier
	platforms	All

o Added 'urllogin' ACL type

	synopsis	This is not a fix for a Squid bug.  It is a new
			feature to workaround an MSIE6 bug that uses
			control characters to obfuscate the true origin
			server hostname.  You can use the 'urllogin' acl
			TYPE to deny HTTP requests that contain certain
			characters in the URL login field.
	severity	Medium
	date		2003-12-19 16:19
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	Patch MSIE6, if/when the patch becomes available.

o DNS resolver has too short MAXHOSTNAME

	synopsis	Squid would not process hostnames longer than 128
			characters.  This affects few hosts on the
			internet, but with the growing use of iDNA it's
			becoming an issue.
	severity	Minor
	date		2003-12-18 01:18
	bugzilla	#842
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	None.

o Squid refuses to start if "pid_filename none" is specified

	synopsis	Contrary to the documentation "pid_filename none"
			is not accepted and Squid refuses to start.
	severity	Minor
	date		2003-12-17 21:17
	bugzilla	#868
	versions	Squid-2.5 and earlier
	platforms	All

o cache_peer max-conn=.. option does not work

	synopsis	Due to the a accounting mismatch in the number of
			open connections to peers the cache_peer
			max-conn=.. option does not work.  This issue is
			also seen as very high numbers in the OPEN CONN
			peer statistics via cachemgr.
	severity	Minor
	date		2003-12-20 20:20
	bugzilla	#867
	versions	Squid-2.5 and earlier
	platforms	All
2003-12-25 16:28:13 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
simonb
07c0183b89 Update adzap to version 20031105. No major changes, just ad pattern
updates.
2003-12-24 07:24:22 +00:00
taca
666261e07d Define EXTRACT_USING_PAX in order to fix extract problem on NetBSD-current. 2003-12-24 06:39:33 +00:00
fredb
2138bc2c1d Set "rcvar" in the rc.d script, so that wwwoffled=NO is effective, and
bump PKGREVISION. Problem noted by Benjamin Walkenhorst on netbsd-users.
2003-12-23 16:43:56 +00:00
grant
9220e72c2c fix find mode expression. 2003-12-23 03:50:51 +00:00
heinz
3b19b38dc9 Add TEST_TARGET 2003-12-20 19:44:39 +00:00
grant
f1858cae28 while "dependancy" is a valid spelling, we generally use
the more widely accepted "dependency".
2003-12-20 16:07:42 +00:00
grant
b2c1b51b4b move MASTER_SITES definition into the main Makefile, and modify it
in the platform specific Makefiles instead of mostly duplicating it.
2003-12-20 11:24:51 +00:00
grant
eff24ca3f3 add {http,ftp}://public.planetmirror.com.au/ to MASTER_SITES for us
Aussies.
2003-12-20 11:14:07 +00:00
grant
c124b67163 bump PKGREVISIONs after adding Xinerama support. 2003-12-20 10:33:31 +00:00
grant
cfc7c32925 build with Xinerama support if available. libXinerama is only
available as a static library, so no change to PLISTs.

fixes PR pkg/19562 from epg.
2003-12-20 10:28:45 +00:00
agc
6979a22238 Refer to the correct category in the pkgsrc tree (www, not wip). 2003-12-19 09:22:30 +00:00
grant
1f9b1458ec eliminate some manual work in post-install and PLIST, and general
tidyup:

- buildlink2 for db2 libs/includes.
- USE_PKGINSTALL for CONF_FILES and OWN_DIRS.
- PKG_SYSCONFSUBDIR for configuration file.
2003-12-18 04:05:28 +00:00
grant
e8954fba75 latest build has ORBit statically linked, so drop the dependency on
it.
2003-12-17 21:43:29 +00:00
jdolecek
98cd00ba4e update MESSAGE with instructions for Apache 2.x, which needs AddHandler
rather than AddType

problem reported in pkg/23536 by Makoto Fujiwara
2003-12-17 20:10:41 +00:00
jdolecek
1eb111883f add pear-HTML_Select-1.2, from pkgsrc-wip, done by Adrian Portelli
HTML_Select provides an OOP way of generating HTML form select elements
from PHP.
2003-12-17 19:25:08 +00:00
jdolecek
9786209614 Add pear-HTML_Select-1.2, from pkgsrc-wip, done by Adrian Portelli
HTML_Select provides an OOP way of generating HTML form select elements
from PHP.
2003-12-17 19:22:32 +00:00
jdolecek
ca056d58cc added pear-HTML_Common-1.2.1, moved from pkgsrc-wip, as done by Adrian Portelli
The PEAR::HTML_Common PHP package provides methods for html code display and
attributes handling.
* Methods to set, remove, update html attributes.
* Handles comments in HTML code.
* Handles layout, tabs, line endings for nicer HTML code.
2003-12-17 19:20:38 +00:00
jdolecek
8458dd2b4d various fixups:
* set CATEGORIES and MAINTAINER properly
* use correct path to pear.mk
2003-12-17 19:17:39 +00:00
jdolecek
2cb567c8d2 add pear-HTML_Common package; moved from pkgsrc-wip, done by
Adrian Portelli

The PEAR::HTML_Common PHP package provides methods for html code display and
attributes handling.
* Methods to set, remove, update html attributes.
* Handles comments in HTML code.
* Handles layout, tabs, line endings for nicer HTML code.
2003-12-17 19:13:28 +00:00
jdolecek
a4bdef33c9 add base PHP4 glue for PHP Pear packages
moved over from pkgsrc-wip, and based on initial work done by
Adrian Portelli of pkgsrc-wip team
2003-12-17 19:02:07 +00:00
taca
110e377026 Update squid package to squid-2.5.4nb5, including six official patches.
o Repeated POST requests causes number of persistent connections to grow

	synopsis	If responses to POST or other non-indempotent
			requests allows the connection to be kept
			persistently open then this can lead to a
			increased connection usage by Squid.  This
			patch changes the behaviour to keep the number
			of connections stable by closing a persistent
			connection before opening the new connection.

	severity	Minor
	date		2003-12-13 16:13
	bugzilla	#862
	versions	Squid-2.5
	platforms	All
	workaround	Disable server-side persistent connections by
			setting "server_persistent_connections off" in
			squid.conf.

o Segmentation fault on aborted FTP PUT requests

	synopsis	If a FTP PUT request is aborted while Squid is
			writing data to the server then Squid may
			abort with a segmentation fault.
	severity	Major
	date		2003-12-14 12:14
	bugzilla	#853
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	If this plauges you a lot then you can deny
			the use of FTP PUT until the server can be
			patched.  But please note that this will limit
			the functionality of the proxy by not allowing
			FTP uploads via the proxy.

			acl FTP protocol FTP
			acl PUT method PUT
			http_access deny FTP PUT

o Limit use of persistent connections when filedescriptor usage is high

	synopsis	Under high usage a lot of filedescriptors may
			be idle persistent connections, causing a
			shortage of filedescriptors for handling new
			requests.
	severity	Minor
	date		2003-12-14 12:14
	bugzilla	#571
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	Disable the use of persistent connections in
			squid.conf.  But pleae note that disabling
			persistent connections will cause a networking
			performance penalty unless you are actually
			short on filedescriptors.  Alternatively
			rebuild Squid with support for more
			filedescriptors.

o Icon URLs are uneededly complex

	synopsis	The URL syntax used by Squid for FTP/Gopher
			icons are uneededly complex and often causes
			problems.  This patch adds a "short_icon_urls"
			directive which can be used to enable a less
			complex URL syntax for icons.
	severity	Cosmetic
	date		2003-12-14 13:14
	bugzilla	#856
	versions	Squid-2.5 and earlier
	platforms	All

o redirector_access does not handle slow acls such as dst or external correctly

	synopsis	redirector_access was a "fast" acl lookup and
			did not handle "slow" acls requiring external
			lookups such as	dst or external correcly.
	severity	Minor
	date		2003-12-14 13:14
	bugzilla	#860
	versions	Squid-2.5 and earlier
	platforms	All

o Persistent connection usage too high after sudden burst of traffic

	synopsis	Persistent server connections are reused in a
			round-robin fashion which may cause the number
			of connections to stay artificially high after
			a sudden burst of requests.

			This patch changes persistent connection
			management to use a LIFO order reusing the
			most recently used connection first, thereby
			allowing unneeded connections to close down by
			idle timeout.
	severity	Minor
	date		2003-12-15 23:15
	bugzilla	#865
	versions	Squid-2.5 and earlier
	platforms	All
	workaround	This usually is not a significant problem, but
			if you are plauged by this you can try
			disabling server-side persistent connections
			in squid.conf.
2003-12-17 16:48:27 +00:00
taca
973f10804e Update ruby-webrick package to 1.3.1, based on PR pkg/23592 by Rasputin.
- HTTPProxyServer class.
- HTTPAuth::Authenticator class.
- HTTPUtils::FormData class.
- AccessLog module.
- refactored and bugsfixed.
2003-12-17 15:24:15 +00:00
taca
17aaf5c8b6 Add and enable ruby-webunit. 2003-12-17 14:38:38 +00:00
taca
8c338a147f Importing ruby-webunit 20030121 package based on PR pkg/22158 by Rasputin.
WebUnit is Ruby API for testing html/cgi without browser, and is
	ideally suited for automated unit testing of web sites when combined
	with a Ruby unit test framework such as RubyUnit.
	It was designed and implemented by Masaki Suketa.
2003-12-17 14:37:48 +00:00
grant
84371b29b0 only display the compat_linux MESSAGE if we're using the Linux binary
pkg on NetBSD.

fix test for _COMPAT16_LIBSTDCXX.
2003-12-17 03:10:42 +00:00
grant
a78e132275 add EXTRACT_SUFX, as distfile is a .tar.bz2. 2003-12-17 03:03:26 +00:00
grant
b88f7fcc2c add native NetBSD build, used by default (instead of Linux builds)
where possible.

to force using the Linux builds, define MOZILLA_USE_LINUX.
2003-12-17 02:57:10 +00:00
tron
fab270b3a7 Depend on version 7.x of the "opera" package by default. 2003-12-16 13:28:40 +00:00
jmmv
814d410617 Update to 2.4.1, based on work done by xtraeme@:
Overview of Changes in gtkhtml2 2.4.1
=====================================
* Fix crasher bug after using debug->properties dialog in testgtkhtml
(bug #121301)

* Fix crashewr bug in balsa (bug #121434)

* Add check that variable is not NULL before dereferencing it [Sven Neumann]

* Correct inconsistencies in atk_object_get_index_in_parent for children
of tables (bug #123450)

* Replace gettimeofday with g_get_current_time to allow build on Windows.
(bug #123704)

* Fix crasher bug in balsa when UTF-8 characters encountered (bug #123721)

* Fix crasher bug when dom-test is run (bug #121300)

Overview of Changes in gtkhtml2 2.4.0
=====================================
None.

Overview of Changes in gtkhtml2 2.3.6
=====================================
* Fix crasher bug when used with python. (bug #119496)

Overview of Changes in gtkhtml2 2.3.5
=====================================
* Fix name of library (.so was missing) (bug #117029)

Overview of Changes in gtkhtml2 2.3.4
=====================================
*  Ensure that activating a link when using Assistive Technology works.
(bug #116105)

* Fix ref counting error (bug #116177) [Richard Hult]

* Make link colour more visible when using Inverse themes (bug #95190)

* Fix crasher bug on devhelp startup (bug #114341)

* Set shadow_type to GTK_SHADOW_IN for scrolled windows containing
GtkTreeView for lists in forms (bug #114705) [Rodney Dawes]

* Embed GtkTextView in a scolled window and set scrolled windows shadow_type
to GTK_SHADOW_IN (bug #114713) [Rodney Dawes]

* Set form defaults correctly. (bug #114703) [Rodney Dawes]


Overview of Changes in gtkhtml2 2.3.3
=====================================

* Fix error exposed on 64-bit (bug #113869)


Overview of Changes in gtkhtml2 2.3.2
=====================================

* Fix crasher bug when mouse is moved while page is being loaded (bug #112302)


Overview of Changes in gtkhtml2 2.3.1
=====================================

* Fix crasher in yelp when changing page with text selected (bug #110012)

* Add support for <nobr> tag (bug #110265) (yuedong.du@sun.com)

* Do not return NULL for accessible child of HtmlBoxTable if there are
subsequent cells in the table. (bug #110247)

* Send notification of page change when running yelp with accessibility
enabled (bug #110267)

* Report correct number of links when run with accessibility enabled
(bug #109946)

* Make function html_selection_get_text public (bug #98381)


Overview of Changes in gtkhtml2 2.3.0
=====================================

* Fix crasher caused by incorrect reference to GtkStyle, (bug #104946)

* Rework how accessible text is presented. All the text in a paragraph is
in one accessible object instead of having an accessible object corresponding
to each HtmlBoxText, (bug #98324)

* Fix crasher caused by Korean spam, (bug #107910)
2003-12-14 19:52:26 +00:00
grant
f31e544828 update from ../MozillaFirebird-bin/ 2003-12-14 04:13:01 +00:00
xtraeme
6bc1306acb Update to 0.4.3 provided by Soren Jacobsen PR pkg/23745.
Changes since 0.4.2:

* Fixed yet another crash in textarea editor code. Stupid.
* Fixed estimated time displayed when resuming download of some file.
* Slovak translation update by Peter Samek.
* Fixed some compression problems.
* Fixed crash when freeing attributes.
* Introduced protocol.http.bugs.accept_charset which optionally
  prohibits sending of the infamous Accept-Charset header.
* Convert '\' to '/' in HTTP requests
* Allow relative redirects while downloading.
* Fixed / -> _ URL translation when calling external helpers.
* Fix for mailcap lookup failing because of prioritizing with no luck.
* Added default irc protocol handlers.
* Titles in link tags are now honoured. It helps to get significant
  bookmarks titles.
* Update danish translation.
* Make ui.startup_goto_dialog enabled by default.
* Finally fixed segfault on <frameset rows="200,*"> on FreeBSD (and
  maybe other BSD flavours).
* Many other cleanups and bugfixes.
2003-12-14 04:02:53 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
agc
fb0827501c sync PLIST with reality 2003-12-11 16:02:06 +00:00
agc
79b25e962e work/.buildlink -> ${BUILDLINK_DIR} to make it work on more systems. 2003-12-11 16:01:49 +00:00
agc
cb46a8f549 Add patches to allow galeon to compile on NetBSD-1.6ZG. 2003-12-10 18:34:01 +00:00
abs
b5635054e8 Tweak (ugly) post-buildlink: hack to only occur if gcc3 is found. Tested on:
- i386 current (1.6ZE)
    - i386 1.6.2_RC3
    - i386 1.6.2_RC3 with USE_GCC3
Previous version was committed by accident
No change to generated package, only to if package could be generated at all,
so no PKGREVISION change.
Does not fix, but provides a workaround for PR pkg/23053 and PR pkg/23509
2003-12-10 18:22:45 +00:00
taca
603a9fedfb - squid-2.5.STABLE4-connect_cleanup.patch was updated; one off-bye-one mistake
was corrected.
- bump package revision.
2003-12-10 04:03:02 +00:00
sketch
762af4f6e4 Add and enable apachetop 2003-12-08 16:29:15 +00:00
sketch
2dbfddea5c Initial import of apachetop-0.8.2 into the NetBSD Packages Collection.
ApacheTop provides a realtime display of Apache logfile statistics
in a similar manner to top(1).
2003-12-08 16:28:38 +00:00