Commit graph

77397 commits

Author SHA1 Message Date
taca
5e298c11b5 One of official patch has been updated.
* 2005-04-04 00:19 (Medium)
	Fails to process requests for files larger than 2GB in size

Since the name of the patch file is the same as before, DIST_SUBDIR has
been udpated via DIST_STAMP.

Bump PKGREVISION.
2005-04-04 01:12:37 +00:00
kristerw
9b0c0630c1 The NO_BUILD=YES prevents the perl dependency from being registered.
Use an empty do-build target instead of NO_BUILD.
PKGREVISION++.
2005-04-03 21:54:33 +00:00
wiz
a859ee283f Mention gqmpeg-devel update to 0.91.1nb2. 2005-04-03 21:42:30 +00:00
wiz
4841e40708 Bump PKGREVISION for DEPENDS change and PLIST fix. 2005-04-03 21:41:29 +00:00
wiz
0994ee1363 - aim-1.5.286, p5-SQL-Statement-1.09, psi-0.9.3, teTeX-3.0.
(thanks, guys -- feel free to remove entries from the TODO file :) )
2005-04-03 21:40:25 +00:00
fredb
d6534ef467 Note chat/aim update. 2005-04-03 21:32:35 +00:00
fredb
142c8c2727 Update to version 1.5.286. It's hard to say what changed since 1.5.277
exactly, but 1.5.277 is no longer available on the website.  There are
no readily apparent functional changes.
2005-04-03 21:31:13 +00:00
jdolecek
cc85cb5c47 pull in 7.3 SUSE_VERSION and SUSE_DIR_PREFIX explicitly
fixes build problem pointed out by Krister Walfrid in private e-mail
2005-04-03 21:24:34 +00:00
jdolecek
0493cadead put definition of SUSE_VERSION and SUSE_DIR_PREFIX into separate file
vars.mk
2005-04-03 21:23:15 +00:00
wiz
3a327d6d06 Complete fix for PR 29350; patch from Kouichirou Hiratsuka in private mail. 2005-04-03 21:13:31 +00:00
wiz
199f073a03 Mention thunderbird-gtk2 removal and new thunderbird-gtk1 package. 2005-04-03 21:09:53 +00:00
rillig
09ffee2898 Added defined() guards for the variables XORG_PLIST_ENTRY and XEXTRACTS to
avoid Makefile parse errors. Reviewed by kristerw.
2005-04-03 21:04:40 +00:00
wiz
7365f2ff12 Mention rubber update due to dependency change.
Fix jakarta-tomcat entry.
2005-04-03 20:41:49 +00:00
wiz
5d077b2f76 Depend on teTeX-bin instead of teTeX; remove 24
from supported python versions. From maintainer Antoine Reilles in PR 29873.
2005-04-03 20:39:56 +00:00
jschauma
089f112fdb Note update of ganglia-* to 3.0.1 2005-04-03 19:16:27 +00:00
jschauma
45dde91cba Update to 3.0.1 and switch to .tar.bz2 distfile.
Changes:

	* web/pie.php (1.5): Updated the file to explicitly reflect that
	this file was/is released into the public domain

	* web/header.php (1.6): Make some more information available to
	templates.

	* web/host_view.php (1.5): Patched web frontend to report
	gmond_started
	http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=31

	* web/: cluster_view.php (1.6), conf.php (1.6),
	templates/default/cluster_view.tpl (1.7): Make packet graph
	optional in a way that allows new optional graphs to be easily
	added as well. Fix bug reported by Koo Kee Kiat relating to null
	arrays.

	* web/conf.php (1.5): Use the generated version.php instead of hard
	coding the value here.

	* web/: conf.php (1.4), get_context.php (1.6), graph.php (1.8),
	templates/default/cluster_view.tpl (1.6),
	templates/default/host_view.tpl (1.7): MKN: Add cpu_wio to the CPU
	Summary. Lost in the CVS wars :-) MKN: Add Packets/sec summary to
	Cluster and Host view. Ditto lost.  MKN: Bring version to 3.0.0 to
	be in line with release name.
2005-04-03 19:15:20 +00:00
jschauma
a89a07221d Update to 3.0.1 and switch to .tar.bz2 distfile.
Changes (mostly bugfixes)::

	* srclib/libmetrics/freebsd/metrics.c (1.6): Many bug fixes and
	cleanups:   - Make cpu_state act like get_netbw and get new values
	only if called	   more than 1/2 second from the last value update.
	 This causing	  obviously weird results from the CPU metrics on
	sparc64 (where the     counters seem to be very course) and bogus,
	but more subtlety broken     results on other architectures.  This
	has always been broken.    - Implement cpu_intr_func (one line!)
	- Make the logic for handling bad returns from sysctl make sense.
	It	should never be triggered in most cases, but at least this
	way it	    won't return bogus values when it happens.	  - Prefer
	sysctlbyname() to sysctl().  It's much easier to read.	  - Reduce
	the use of pointless temporary variables.    - Comment/white space
	fixes, include more comments of metrics we are	    unlikely to
	actually implement and comments on other rather bogus	   metrics,
	mostly memory related ones.

	* lib/libgmond.c (1.17): Set the default time for
	tcp_accept_channels to be -1 (blocking io)

	* srclib/libmetrics/linux/metrics.c (1.5): Fixed a bug in
	pkts_in/out bytes_in/out on for some Linux 2.6.x kernels
	http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=21

	* gmond/: g25_config.c (1.3), gmond.c (1.102): Patched two bugs in
	gmond.	The first bug causes gmond to occasionally stop reporting
	occasionally when there is a network failure.  The second bug in
	gmond relates to the host mask being set to 24 instead of 32 when
	converting old gmond.conf configuration files.

	* srclib/libmetrics/freebsd/metrics.c (1.5): Fix a number of bugs
	of varying severity:  - makenetvfslist had some nasty uninitilized
	variable bugs under    FreeBSD 4.x, fix those.	 - general
	reorganization and logic clarity improvements in
	makenetvfslist.   - Make machine_type_func, os_name_func, and
	os_release_func and correct	their error handling code to
	actually do something useful (not that	   it should ever be
	triggered).

	* srclib/libmetrics/freebsd/metrics.c (1.4): - Fix a memory leak in
	find_disk_space() as reported by Glen Beane.  - Overhaul
	makenetvfslist() a bit to fix a leak in low memory situations,
	reduce duplicated code, and streamline error handling.	- Fix a few
	compiler warnings.
2005-04-03 19:13:50 +00:00
adrianp
fd4cda8de3 - Note import of dircproxy-devel branch 2005-04-03 14:22:22 +00:00
adrianp
34a0a383b6 - Import of the 1.1.x dircproxy devel branch
dircproxy is an IRC proxy server ("bouncer") designed for people
who use IRC from lots of different workstations or clients, but wish
to remain connected and see what they missed while they were away.
You connect to IRC through dircproxy, and it keeps you connected to
the server, even after you detach your client from it.  While you're
detached, it logs channel and private messages as well as important
events, and when you re-attach it'll let you know what you missed.

This can be used to give you roughly the same functionality as
using ircII and screen together, except you can use whatever IRC
client you like, including X ones!

* THIS IS AN UNSTABLE DEVELOPMENT RELEASE OF DIRCPROXY.  IT HAS HIGHER
* THEN USUAL RISK OF DESTROYING YOUR SYSTEM.
*
* FOR A STABLE RELEASE USE THE LATEST 1.0.x
2005-04-03 14:18:01 +00:00
adrianp
0232604a70 - Add CONFLICTS for the upcoming import of dircproxy-devel which is the 1.1.x
branch.
2005-04-03 14:11:25 +00:00
fredb
9cf1eb201a This package does the gnome2 menu style. 2005-04-03 13:24:10 +00:00
mjl
da40938d20 Drop me as maintainer, haven't touched it for several years. 2005-04-03 05:10:43 +00:00
mjl
88934bb5a0 Note p5-SQL-Statement 2005-04-03 05:09:36 +00:00
mjl
9c27f89698 Update to 0.11
* added support for CREATE TABLE AS SELECT ... and CREATE TABLE AS IMPORT()
 * added support for in-memory tables and heterogeneous operations
 * added many new built-in functions see SQL::Statement::Functions.pm
 * added support for user-defined functions, see SQL::Statement::Functions.pm
 * added support for column name aliases
 * added support for comparison to empty string (e.g. WHERE col1='')
   currently returns the same as WHERE col1 IS NULL
 * clean up a number of bugs in parentheses parsing and in the
   predicates IN and BETWEEN as well as speed things up considerably
 * fixed function detection regex in SQL::Parser::ROW_VALUE
 	to accomodate arbitrary spacing
 * support concat operator '||' expressions
 * added following functions to SQL::Statement::Functions:
 	- COALESCE/NVL
 	- DECODE (same as Oracle DECODE)
 	- CONCAT
 	- REPLACE/SUBSTITUTE
 * fixed/adapted SQL::Statement::get_row_value(),
	SQL::Statement::SELECT(), for join'ed
 	resultsets
 * fixed infinite recursion bug with empty IN() predicate
 * fixed case issues with table aliases in joins
 * column and table name hashes now default to case sensitive
 * where() method now supported as per the docs
2005-04-03 05:06:42 +00:00
minskim
425981e03b Avoid calling makeinfo because the distfile contains pre-built .info
files.  This makes the package build on platforms without makeinfo.
Patch provided by Darrin B. Jewell in PR pkg/29869.
2005-04-03 04:50:21 +00:00
fredb
99aa24ee3a Still need suse_compat. Crank $PKGREVISION. 2005-04-03 03:37:51 +00:00
epg
0aa663cd80 Add missing RMD160 checksum. 2005-04-03 01:06:56 +00:00
epg
78e5a3142b Note addition of p5-String-Format-1.13. 2005-04-03 01:05:21 +00:00
epg
a0cc06811c Add and enable p5-String-Format. 2005-04-03 01:04:23 +00:00
epg
856df58ca9 Import p5-String-Format-1.13.
String::Format lets you define arbitrary printf-like format sequences
to be expanded.  This module would be most useful in configuration
files and reporting tools, where the results of a query need to be
formatted in a particular way.  It was inspired by mutt's index_format
and related directives.
2005-04-03 01:03:39 +00:00
minskim
79d8e3ec50 Add and enable ruby-syck. 2005-04-02 22:43:09 +00:00
minskim
8c52f8897c Import ruby-sync from pkgsrc-wip. Packaged by Rich Davies.
Syck is an extension for reading and writing YAML swiftly in popular
scripting languages.  As Syck loads the YAML, it stores the data
directly in your language's symbol table.  This means speed.  This
means power.  This means Do not disturb Syck because it is so focused
on the task at hand that it will slay you mortally if you get in its
way.
2005-04-02 22:40:19 +00:00
kristerw
aa40520315 Make this build on NetBSD/1.6.x-i386.
The source code use some global register variables, and gcc 2.95
reports errors because the header files contains "static inline"
function definitions before the global register variables are
defined. Reordering the includes is too much work, so just fall
back to normal (non-register) globals when using gcc2.
2005-04-02 22:23:53 +00:00
jwise
a85e9e1cbf We need to explicitly set PKGNAME to work around a problem in xemacs' Makefile.pkg. 2005-04-02 22:01:36 +00:00
kristerw
4b3d9bc121 Note update of xmame and xmess. 2005-04-02 20:59:34 +00:00
kristerw
cf1d4415f0 Update xmess to 0.95.
Changes since 0.90 includes:
- Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and
  MESS 0.95 (http://x.mame.net/changes-mess.html).
- Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated
  games to segfault.  Fixes Bugzilla bug 679.
- Fixed the aspect ratio of the MESS SuperVision driver so that it's
  quadratic.  (PeT)
- Fixed several problems with the front-end "-list" commands: The MESS
  commands could segfault, some commands' headers were misaligned, and
  "-listpalettesize" was causing the ROM list to print.
- Worked around or fixed a double-free on exit in xmess.
- Fixed a segfault on startup that occurred when four or more joysticks
  devices were found.
- The SDL joystick driver now works with multiple joysticks attached.
- The SDL sound driver should produce much better output.  Also fixed a
  potential deadlock.
2005-04-02 20:57:10 +00:00
kristerw
693b87b758 Update xmame to 0.95.
Changes since 0.90 includes:
- Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and
  MESS 0.95 (http://x.mame.net/changes-mess.html).
- Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated
  games to segfault.  Fixes Bugzilla bug 679.
- Fixed the aspect ratio of the MESS SuperVision driver so that it's
  quadratic.  (PeT)
- Fixed several problems with the front-end "-list" commands: The MESS
  commands could segfault, some commands' headers were misaligned, and
  "-listpalettesize" was causing the ROM list to print.
- Worked around or fixed a double-free on exit in xmess.
- Fixed a segfault on startup that occurred when four or more joysticks
  devices were found.
- The SDL joystick driver now works with multiple joysticks attached.
- The SDL sound driver should produce much better output.  Also fixed a
  potential deadlock.
2005-04-02 20:56:28 +00:00
jdolecek
103ad55921 The SuSE 7.3 emulators/suse_libc5 has been modified to be independant
on the actual used emulation base (i.e. works now even when using SuSE 9.1
emulation packages otherwise), update depends accordingly.

Adresses PR pkg/29561 by Robert Elz
2005-04-02 20:43:29 +00:00
hubertf
d5559270da The 'readlink' conflict is only in teTeX 1 & 2, not in 3 ("kpsereadlink").
Adjust CONFLICTS.
2005-04-02 20:38:45 +00:00
jdolecek
e03267c9c2 change this package so that it's usable when using SuSE 9.1 -based
emulation packages (this still uses the old SuSE 7.3 stuff - newer SuSE doesn't
have any libc5 support at all)
2005-04-02 20:37:31 +00:00
jdolecek
18d72b8b02 mention libc5 is obsolete 2005-04-02 20:33:12 +00:00
hubertf
051d689eb6 This pkg works fine with teTeX>=2, note it in the depends.
Also be more graceful about in fmt-handling
2005-04-02 20:19:02 +00:00
jdolecek
2c7d1ff176 Add .cz mirror 2005-04-02 20:15:41 +00:00
jdolecek
7f22189e2b put identical URI parts in MASTER_SITE_SUSE91 into variables, so it's
easier to add mirrors
2005-04-02 20:09:29 +00:00
jdolecek
86046465b2 don't need whole suse_linux (and there is no SuSE 9.1 version for that),
pull in only suse_base + suse_x11
2005-04-02 19:54:01 +00:00
jdolecek
91021c1e73 added emulators/suse91_glx 2005-04-02 19:51:01 +00:00
jdolecek
e65609f4d1 Add SuSE 9.1 -based package for GL support libraries.
Adresses PR pkg/29561 by Robert Elz
2005-04-02 19:50:01 +00:00
jdolecek
7ee41145ec add emulators/suse91_slang 2005-04-02 19:46:14 +00:00
jdolecek
06357a14de Add SuSE 9.1 compatibility package for Slang library
Adresses PR pkg/29561 by Robert Elz
2005-04-02 19:44:24 +00:00
hubertf
813ee9201b Give this pkg a chance to determine teTeX(s)'s work dir in a
read-only pkgsrc environment (pkg_comp), where no "work"-dir/symlink
will be created.
2005-04-02 19:35:48 +00:00