Commit graph

51367 commits

Author SHA1 Message Date
jmmv
2b78999dc3 Update to 0.5:
Changes between 0.4 and 0.5:
  * palette optimisation for the S-Lang driver to work around the colour pair
    shortage bug
  * minor compilation fix

Changes between 0.3 and 0.4:
  * preliminary X11 graphics driver
  * support for simultaneously compiled-in drivers
  * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  * more documentation
2003-12-26 09:38:52 +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
grant
a7a7955549 "Solaris" is not a valid OPSYS. s/Solaris/SunOS/
"thou shalt not blindly apply patches".
2003-12-26 06:06:32 +00:00
taca
beffafbf93 * ruby-1.8.1 has released and I'll take it.
* -ruby-webrick-1.3.1 (already updated)
2003-12-26 03:13:48 +00:00
recht
74de55d592 note update of py-wxWindows to 2.4.2.4 2003-12-25 21:15:31 +00:00
recht
6370e60cc9 update to 2.4.2.4
changes:
- Use wxSTC in the demo for displaying the soucre code of the samples.
- Updated to Scintilla 1.54.
- Lots of bug fixes and such from the wxWindows folks.
- Added wxPython.lib.newevent from Miki Tebeka.  Its usage is
- demonstrated in the Threads sample in the demo.
- Updates to wxMaskedEditCtrl.
- Added wxMaskedNumCtrl.
- Added Chris Barker's FloatCanvas.
2003-12-25 21:12:51 +00:00
recht
d80af78cbd note update of roundup to 0.6.4 2003-12-25 19:54:09 +00:00
recht
06bd749f56 update to roundup-0.6.4
Fixed:
- fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306)
- fixed date arithmetic to limit hours-per-day to 24, not 60
- hard-coded python2.3-ism (socket.timeout) fixed
- fixed activity displaying as future because of Date arithmetic fix in
  0.6.3 (sf bug 842027).
- fix Windows service mode for roundup-server (sf bug 819890)
- fixed #white in cgitb (thanks Henrik Levkowetz)
2003-12-25 19:51:45 +00:00
fredb
f4c0a316dc Generalize *BSD support, but try INT64_MAX first, only falling back to
QUAD_MAX as a last resort if it's defined. Reviewed by tron. Partial fix
for PR pkg/23879.
2003-12-25 18:49:56 +00:00
fredb
aa23104ae5 Better make that NetBSD-2*-i386 (only). 2003-12-25 16:47:50 +00:00
fredb
a77d4e298a Add a few other platforms reasonably expected to be supported, including
NetBSD-2* and FreeBSD. Should close PR pkg/23882.
2003-12-25 16:46:00 +00:00
taca
cf1b099ad9 Note update of www/squid pacakge to 2.5.4nb6. 2003-12-25 16:36:55 +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
seb
ddf672e1b8 print-pkg-size-this target:
- properly quote any filenames in ${PLIST} before feeding them
   to xargs. This allows latest textproc/docbook-xsl package
   to be registered with its correct size because it contains a file with
   a single quote in its name.

   XXX pkg_add does not like this filename anyway.

 - fix the awk script that parse ${PLIST} so pathname containing space
   (hence awk's NF > 1) are not removed from size calculation.

Many thanks to atatat@ to remind me the proper way to quote a shell
word.
2003-12-25 16:18:48 +00:00
wiz
4a8e80546b Updated nut to 9.5. 2003-12-25 14:46:50 +00:00
wiz
0989e29e4b Update to 9.5:
9.5:
The last release introduced a bug when adding customary meals to
regular meals. The program now adds the foods without the additional
prompt screen.
9.4:
This release changes the method of searching for foods to a substring
search. The narrowing-down of food categories to a unique food is
the same as in prior releases.
2003-12-25 14:46:17 +00:00
wiz
a27eac1d91 + elinks-0.9.0, icepref-2.3, libcaca-0.4, nut-9.4, tuxpaint-0.9.13,
tuxpaint-stamps-2003.12.23, xine-ui-0.9.23.
2003-12-25 14:42:08 +00:00
wiz
df3426b6c6 +freeciv-1.14.1 2003-12-25 14:06:18 +00:00
wiz
8b1d754383 Note gnupg-1.2.4 update. 2003-12-25 14:06:17 +00:00
wiz
fae189b50e Update to 1.2.4:
* Added read-only support for BZIP2 compression.  This should be
      considered experimental, and is only available if the libbzip2
      library <http://sources.redhat.com/bzip2/> is installed.

    * Added the ability to handle messages that can be decrypted with
      either a passphrase or a secret key.

    * Most support for Elgamal sign+encrypt keys has been removed.
      Old signatures may still be verified, and existing encrypted
      messages may still be decrypted, but no new signatures may be
      issued by, and no new messages will be encrypted to, these keys.
      Elgamal sign+encrypt keys are not part of the web of trust.  The
      only new message that can be generated by an Elgamal
      sign+encrypt key is a key revocation.  Note that in a future
      version of GnuPG (currently planned for 1.4), all support for
      Elgamal sign+encrypt keys will be removed, so take this
      opportunity to revoke old keys now.

    * A Russian translation is included again as well as a new
      Belarusian translation.
2003-12-25 14:05:02 +00:00
jmmv
11da625882 Note addition of tex-prosper-1.00.4. 2003-12-25 13:29:41 +00:00
jmmv
c7b2a737a3 Add and enable tex-prosper. 2003-12-25 13:28:21 +00:00
jmmv
95dd798250 Initial import of tex-prosper, version 1.00.4:
Prosper is a LaTeX class for writing transparencies.  It is written on
top of the seminar class by Timothy Van Zandt.  It aims at offering an
environment for easily creating slides for both presentations with an
overhead projector and a video projector.  Slides prepared for a
presentation with a computer and a video projector may integrate
animation effects, incremental display, and such.

From Min Sik Kim in pkgsrc-wip.
2003-12-25 13:27:32 +00:00
veego
25b72d4e2f Take ownership for the transcode-0.6.11 update, which I have patches for,
but need to test the new package.
2003-12-24 22:52:31 +00:00
jonb
2238ebe87f See CHANGES-0.15 for the full (232 line) list of changes...
Primarily portability and minor bug fixes, a few new minor features,
better HTML parsing, nothing dramatic.

Note to self: tell authors about how their config script in 0.15.11
is badly broken WRT needing and figuring out -ldb4 instead of -ldb
before the next upgrade of this package is painful.  0.15.7 is the
current stable version, so this may not be an issue at all.
2003-12-24 17:52:50 +00:00
jmmv
35b07bb018 Fix two entries. 2003-12-24 16:39:04 +00:00
heinz
7e1c676d35 Use MAIL variable from defs.OPSYS.mk instead of hard-coded 'mail'.
This should (really, this time) close pkg/23682.
2003-12-24 15:22:00 +00:00
jmmv
7430ef7d2c Note update of teTeX{,-bin,-share,-sharesrc} packages to 2.0.2.
Note removal of teTeX2{,-bin,-share,-sharesrc} packages.
Note addition of teTeX1{,-bin,-share,-sharesrc} packages.
Note several revision bumps due to these changes.
2003-12-24 13:06:23 +00:00
jmmv
99e093da24 Use tabs instead of spaces for indentation. 2003-12-24 13:02:55 +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
3409558f52 Remove teTeX2, teTeX2-bin, teTeX2-share and teTeX2-sharesrc.
Add teTeX1, teTeX1-bin, teTeX1-share and teTeX1-sharesrc.
2003-12-24 12:59:26 +00:00
jmmv
1493477e48 Reimport of teTeX version 1.0.7nb2 as teTeX1:
Thomas Esser's teTeX is _the_ TeX distribution for UNIX compatible
systems.  It contains the latest versions of TeX & friends and
nearly everything you need for happy TeX'ing.  For more information
have a look at the lengthy FEATURES file of the distribution.
2003-12-24 12:58:35 +00:00
jmmv
239873daa1 Reimport of teTeX-bin version 1.0.7nb3 as teTeX1-bin:
This package contains the executables for the teTeX installation
as well as other files that were created when generating the binaries:
info files, format files and manual pages.
2003-12-24 12:57:29 +00:00
jmmv
34ebce8453 Reimport of teTeX-sharesrc version 1.0.1nb1 as teTeX1-sharesrc:
Sources for machine independent parts for teTeX.
Provided to fulfil the licensing terms.
2003-12-24 12:56:11 +00:00
jmmv
961fd41989 Reimport of teTeX-share version 1.0.2nb2 as teTeX1-share:
Machine independent parts for teTeX:
web files, metafont bases, style files, font definitions,
localisation, ofm-, ovf-, vf-, pfb- and tfm-files,
(meta)font source files, lots of documentation, ...
2003-12-24 12:54:33 +00:00
jmmv
9ed06c169b teTeX2 packages have been merged into their respective teTeX package. 2003-12-24 12:52:40 +00:00
jmmv
e7c0fbc0d1 Update teTeX packages to 2.0.2 (really merge teTeX2 into teTeX). The 2.x
branch becomes the default teTeX package.
2003-12-24 12:51:31 +00:00
tron
bef79111c8 Note update of "qt3" package to version 3.2.3nb1. 2003-12-24 12:03:08 +00:00
tron
8408dcceee Fix dependence on "qt3-tools" package and bump package revision. 2003-12-24 12:02:46 +00:00
recht
7b25452844 note updates:
py-soappy to 0.11.1
py-google to 0.5.3
2003-12-24 11:48:08 +00:00
recht
431647502d update to 0.53
and patched to work with the current SOAPpy

the only change in this releas:
  - fixed small typo in documentation
2003-12-24 11:44:08 +00:00
recht
bcc891fff2 update to 0.11.1
changes:

- Preliminary pyGlobus support (contributed by Ivan R. Judson)
- Fixes for many of the test scripts in tests/*.py, as well as
  documentation in tests/README of what tests succeed and fail.
- New/Changed configuration settings:
- Added 'strict' option to the WSDL class constructor. If strict is
  true, a RuntimeException will be raised if an unrecogned message is
  recieved. If strict is false, a warning will be printed to the
  console, the message type will be added to the WSDL schema, and
  processing will continue.  This is in response to the second half of
  bug report [ 817331 ] "Some WSDL.py changes", submitted by Rudolf
  Ruland.
- Config.simplify_objects=1 now converts all SOAPpy objects into basic
  Python types (list, dictionary, tuple, double, float, etc.).  By default,
  Config.simplify_objects=0 for backward compatibility.
- Config.dict_encoding='ascii' converts the keys of dictionaries
  (e.g. created when Config.simplify_objects=1) to ascii == plain python
  strings instead of unicode strings.  This variable can be set to any
  encoding known to string.encode().
- Config.strict_range=1 forces the SOAP parsing routines to perform
  range checks on recieved SOAP float and double objects.  When

The following bugs have been fixed:

[ 752882 ] "SSL SOAP Server no longer working."
[ 792258 ] "SOAPBuilder.SOAPBuilder.dump can catch wrong exceptions"
[ 792600 ] "SOAPBuilder.SOAPBuilder.dump possibly should not call gentag"
[ 817331 ] "Some WSDL.py changes"
[ 858168 ] 'xsi:nil="true" causes exception'

In addtion, all of the outstanding bugs in the WSDL implementation
have been fixed, so WSDLProxy should now function properly.
2003-12-24 11:42:02 +00:00
recht
b92c5e62db note addition of py-fpconst-0.6.0 2003-12-24 11:01:53 +00:00
recht
1168adb855 + py-fpconst 2003-12-24 10:58:47 +00:00
recht
89efd73213 initial import of py-fpconst-0.6.0
This python module implements constants and functions for working with IEEE754
double-precision special values. It provides constants for Not-a-Number (NaN),
Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to
test for these values.

The code is implemented in pure python by taking advantage of the 'struct'
standard module. Care has been taken to generate proper results on both
big-endian and little-endian machines. Some efficiency could be gained by
translating the core routines into C.
2003-12-24 10:56:27 +00:00
recht
bfe128c81f note addition of py-ZSI-1.4.1 2003-12-24 10:41:33 +00:00
recht
a4e9d3e8d6 + py-zsi 2003-12-24 10:31:37 +00:00
recht
8c8d7576b1 initial import of py-ZSI-1.4.1 from pkgsrc-wip
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in The
SOAP 1.1 Specification (see http://www.w3.org/TR/soap).  It can also
be used to build applications using SOAP Messages with Attachments.
(see http://www.w3.org/TR/SOAP-attachments) ZSI is intended to make it
easier to write web services in Python.

In particular, ZSI parses and generates SOAP messages, and converts
between native Python datatypes and SOAP syntax. Simple dispatch and
invocation methods are supported.  There are no known bugs.  It's only
known limitation is that it cannot handle multi-dimensional arrays.
2003-12-24 10:30:33 +00:00
recht
734bc94da9 note addition of py-spreadmodule-1.4 (via pkgsrc-wip) and
py23-html-docs-2.3.3 (provided by Michal Pasternak via pkgsrc wip)
2003-12-24 10:16:39 +00:00