Commit graph

27682 commits

Author SHA1 Message Date
itojun
b2b580d242 upgrade to 0.4.
changelogs are avialable at http://gonzo.kiev.ua/projects/vicq/ChangeLog-0.4
2002-03-19 16:04:05 +00:00
jlam
28ea07c164 When replacing for ${BUILDLINK_X11_DIR}, just replace it directly with
${X11BASE} instead of checking for -I or -L in front of it.  This is okay
because ${BUILDLINK_X11_DIR} should just never appear in any installed
files regardless of its prefix.  Problem noted in private email by Mark
Davies <mark@mcs.vuw.ac.nz>.
2002-03-19 15:54:17 +00:00
wiz
339a975f8d Update xscreensaver and xscreensaver-gnome to 4.02.
* Plugged a few minor leaks in `xscreensaver' and `xscreensaver-demo'.
* New hacks, `cubenetic' and `fluidballs'.
* Sped up `pipes'.
* Fixed sphere projection error in `glplanet'; installed a better image
  of earth.
* Added Win2K and MacOS 1 crashes to `bsod'.
* Put back previous (better) version of `forest' that was accidentially
  downgraded in the last release.
* New version of `bumps'.
* Made FPS computation in GL hacks more efficient: it will influence the
  results less, thus resulting in higher (but more accurate) reported frame
  rates.
2002-03-19 15:34:31 +00:00
mjl
353d56d87e Enable p5-Spreadsheet-WriteExcel 2002-03-19 15:04:17 +00:00
mjl
7d0783f734 Initial import of p5-Spreadsheet-WriteExcel:
The Spreadsheet::WriteExcel module can be used to create a cross-
platform Excel binary file. Multiple worksheets can be added to a
workbook and formatting can be applied to cells. Text, numbers,
formulas, hyperlinks and images can be written to the cells.

The Excel file produced by this module is compatible with Excel 5,
95, 97, 2000 and 2002.

The module will work on the majority of Windows, UNIX and
Macintosh platforms. Generated files are also compatible with the
Linux/UNIX spreadsheet applications Gnumeric and OpenOffice.
The generated files are not compatible with MS Access.
2002-03-19 15:03:31 +00:00
mjl
7f7134911c Enable p5-Parse-RecDescent 2002-03-19 14:57:58 +00:00
mjl
fa72f6b961 Remove misnomed p5-Parse-RescDescent 2002-03-19 14:50:41 +00:00
mjl
fef15ce41a Re-import of misnamed p5-Parse-RescDescent
RecDescent incrementally generates top-down recursive-descent text
parsers from simple yacc-like grammar specifications.
2002-03-19 14:48:25 +00:00
mjl
3d06528487 Initial import of p5-Parse-RecDescent:
RecDescent incrementally generates top-down recursive-descent text
parsers from simple yacc-like grammar specifications.
2002-03-19 14:42:47 +00:00
taca
f61dcfc561 Update smtpfeed package to 1.18.
1.18: Mar.19,2002:
	smtp.c:
		avoid null pointer access when MAPOPT_TRYALLADDR set.
		reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
	dns.c:
		ignore answer from a nameserver which does not support recursive
		query if the server described in resolv.conf is such a server.
	main.c:
		default for -q option is changed to 50.
		 suggested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2002-03-19 13:23:26 +00:00
tron
8ad92acbfb Add and enable "ffmpeg" package. 2002-03-19 12:42:18 +00:00
tron
4cb7dd156f Import new "ffmpeg" package:
MPEG decoding, encoding and streaming software

This fixes PR pkg/15944 by Rui-Xiang Guo.
2002-03-19 12:39:27 +00:00
wiz
79bfa10c17 Update to 2.1.3, provided by Hume Smith in pkg/15027, with some minor
changes and buildlinking by me.
Bugfix release.
2002-03-19 12:21:06 +00:00
martti
e51186ef32 Updated abiword-personal to 0.99.3
* closed tons of bugs
* completed RTF import/export
* added great new image handling facilities
* made AbiWord significantly faster
2002-03-19 11:50:18 +00:00
uebayasi
a6e7ce85e7 Add freepwing. 2002-03-19 11:09:12 +00:00
uebayasi
952d3bc7aa First import of FreePWING 1.4.1.
FreePWING generates book data in JIS X 4081, a subset of EPWING V1,
	which is a most popular format for dictionaries in Japan.  Book data
	generated by FreePWING can be read with EPWING viewer applications
	including proprietary
softwares.
2002-03-19 11:07:44 +00:00
wiz
8686edaecd Update to 1.34. Changes since 1.32:
* File name clashes are detected
  $ bison foo.y -d -o foo.x
  fatal error: header and parser would be both named `foo.x'

* A missing `;' ending a rule triggers a warning
  In accordance with POSIX, and in agreement with other
  Yacc implementations, Bison will mandate this semicolon in a near
  future.  This eases the implementation of a Bison parser of Bison
  grammars by making this grammar LALR(1) instead of LR(2).  To
  facilitate the transition, this release introduces a warning.

* Revert the C++ namespace changes introduced in 1.31, as they caused too
  many portability hassles.

* Fix test suite portability problems.

* Fix C++ issues
  Groff could not be compiled for the definition of size_t was lacking
  under some conditions.

* Catch invalid @n
  As is done with $n.
2002-03-19 11:01:59 +00:00
bouyer
f2c00b1950 It seems this needs php-pcre now. 2002-03-19 09:04:11 +00:00
skrll
10eb12cffa Remove commented out pre-configure target. 2002-03-19 08:52:24 +00:00
skrll
9d8fd60370 Add to AUTOMAKE_PATTERNS to prevent the use of auto{header,conf}. Remove
the BUILD_DEPENDS on autoconf
2002-03-19 08:48:17 +00:00
martti
e3eb9491e5 Fixed path to the postfix's sendmail program. Noted by mipam in
a private mail.
2002-03-19 08:24:01 +00:00
skrll
f4e9e7e783 Remove last part of pre-configure target. It is also not necessary. 2002-03-19 08:00:18 +00:00
lukem
5be94b56ad Add patches derived from the xiph.org CVS repository to fix ogg123 bugs in
1.0 rc3, and crank to nb1 whilst here:

- patch-aa:
	the mutex and the condition variables are not owned by the buffer
	thread, but by the buffer itself.  don't destroy them when the thread
	dies, but when the buffer itself dies.  fixes #112.

	[ patch suggested by Christian Weisgerber <naddy@mips.inka.de>
	  in private email ]

- patch-ab:
	Some fixes to how audio writes are handled.  Closes #127.
2002-03-19 07:48:43 +00:00
cjs
592f235152 Add p5-IPC-SharedCache. 2002-03-19 07:25:02 +00:00
cjs
38d9fadbf7 This module provides a shared memory cache (in SysV IPC shared
memory) accessed as a tied hash.
2002-03-19 07:22:31 +00:00
dmcmahill
16b76b18f5 don't always @dirrm include/glib since glib2 headers might be in there too.
also only buildlink the headers associated with this version of glib instead
of all versions.  These 2 changes are in preparation for glib2.
2002-03-19 00:37:38 +00:00
wiz
68367cabf0 Add and enable bbweather. 2002-03-19 00:21:27 +00:00
wiz
d2b7bdfe0d Initial import of bbweather-0.4:
bbweather is a tool which displays the current weather conditions
in an decorated window, simulating the look of the Blackbox toolbar
(Blackbox is a Windowmanager for X11).  This tool is heavily based
on "bbdate" by John Kennis, almost 90% of the code (rough guess ;)
were taken over unaltered.  Furthermore, bbweather was inspired by
wmWeather by Michael G. Henderson, from where I grabbed the
perl-script that fetches the weather-conditions from your local
station.
2002-03-19 00:20:04 +00:00
wiz
c5c5e1da84 Add and enable bbconf. 2002-03-18 23:04:41 +00:00
wiz
cdce5e2c5c Initial import of bbconf-1.4:
Welcome to bbconf, the all-in-one blackbox configuration tool.
Never heard of blackbox before? Well, let's just say that it's the
best Window Manager for X that's out "there" in our humble opinion.
Simply put, this little utility here has such lofty goals as being
the one place where you can configure anything and everything you
need to that has to do with blackbox.

bbconf aims to do that through the use of plugins--plugins which
allow you to configure anything you wish about blackbox or its
helper applications such as bbkeys, bbpager, bbapm, bbmail, bbpal,
etc.

bbconf is distributed with 4 plugins that allow you to configure
blackbox's keybindings, blackbox's styles/themes, and your blackbox
menus and submenus. The architecture of the plugins themselves are
very simple and elegant -- making it easy for anyone else to add
onto the distributed plugins to make it easy to configure whatever
else you want to for your blackbox/X sessions.
2002-03-18 23:02:30 +00:00
bouyer
f43ffdd555 Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1
(no more warnings that fills in apache error_log).
Changes since 1.2.4:
  - Multiple mailbox list calls cached.
  - Added 'View unsafe images' link to the bottom of pages which contain
    unsafe images.
  - Fixed 'too many close table tags' and various other issues
    which meant SM output didn't always validate as clean HTML.
  - Added the ability to add special folders through plugins.
  - Added an Always compose in a pop-up window option.
  - Search page update with ability to save searches and search
    all folders at once.
  - Made searching on multiple criteria possible, with thanks to Jason Munro
  - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder)
  - Fixed small bugs in db_prefs
  - Allowed SquirrelMail to work from within a frame, eg. not using _top
    this is configureable. (thanks to Simon Dick)
  - Added options to conf.pl to enable automated plugin installation:
    ./conf.pl --install-plugin <pluginname>. This allows plugins to be
    distributed in packages. Conf.pl now also reports when saving fails.
  - Attachment hooks now also allow specification of generic rules like
    text/* which will be used when no specific rule is available.
  - conf.pl can now configure database backed address books and
    preferences.
  - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy
    vulnerability (symlink attack), plus introduces formatting fixes
    and javadoc-style comments.
  - Bugfix in mailfetch reported by Mateusz Mazur
  - Administrator plugin. A web based conf.pl replacement.
  - Removed GLOBALS from conf.pl
  - HTML messages optimization.
  - Added support for requesting read receipts (MDN) and delivery receipts.
  - Added the ability to stop users changing their names and email addresses.
  - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>)
  - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 22:11:51 +00:00
tron
dab19837b1 Fix thinko in last commit. 2002-03-18 21:27:00 +00:00
tron
41a99acd83 Define "start_cmd" so that this script works under NetBSD 1.4.x. Problem
noted by Mipam in private e-mail.
2002-03-18 21:22:24 +00:00
tron
8df42423f1 Make Mario Kemper the maintainer of this package. 2002-03-18 21:17:37 +00:00
wiz
433d114694 Support PKG_SYSCONFDIR. Patch from Hiramatsu Yoshifumi in pkg/15598. 2002-03-18 20:41:43 +00:00
skrll
b1a67842ca Remove BUILD_DEPENDS on autoconf. 2002-03-18 20:25:57 +00:00
wiz
0828223531 Fix build with xpkgwedge installed. Closes pkg/15471. 2002-03-18 20:24:06 +00:00
skrll
2da71bb027 Remove unnecessary BUILD_DEPENDS on automake. 2002-03-18 20:08:25 +00:00
itojun
1f37ea4945 upgrade to 3.1.6. portability fixes, mostly 2002-03-18 19:46:26 +00:00
jlam
54f9720d09 _LIBTOOL_ARCHIVE_TRANSFORM creates $${dest} from $${file}, where
$${file} is a libtool archive (*.la).  It allows libtool to properly
interact with buildlink at link time by linking against the libraries
pointed to by symlinks in ${BUILDLINK_DIR}.

This change has been tested by me on NetBSD-1.5ZA/i386 and by Mark
Davies <mark@mcs.vuw.ac.nz> on Solaris.
2002-03-18 17:45:34 +00:00
fredb
d08dd9d679 Really correct typo in last two commits. 2002-03-18 17:30:23 +00:00
fredb
c8e99a13cf Correct typo, and add the new options to ${BUILD_DEFS}. 2002-03-18 17:25:28 +00:00
fredb
266c0cfd05 Add an option to disallow cleartext on the wire in "mail/imap-uw",
and while we're in here, prefix the CCLIENT_MBOX_FMT option with the
name of the package. Reviewed by hubertf.
2002-03-18 17:11:04 +00:00
wiz
9a06453904 Add a workaround for broken 1.2.10 installations [see pkg/14150].
Improved by some comments by tron.
2002-03-18 15:48:19 +00:00
wiz
43ab952add Don't abuse PATCHFILES, copy patches from angband-tty instead.
Addresses part of 15717.
2002-03-18 15:30:15 +00:00
jlam
387f4cee22 Back out some changes that I didn't intend to commit. 2002-03-18 15:17:55 +00:00
martti
17885721f4 Updated mysql-server to 3.23.49
* Don't give warning for statement that is only a comment; This is
  needed for mysqldump --disable-keys to work.
* Fixed unlikely caching bug when doing a join without keys. In this case
  the last used field for a table always returned NULL.
* Added options to make LOAD DATA LOCAL INFILE more secure.
* Added --xml option to mysqldump for producing XML output.
* Changed to use autoconf 2.52 (from autoconf 2.13)
* Fixed bug in complicated join with const tables.
* Added internal safety checks for InnoDB.
* Some InnoDB variables was always shown in SHOW VARIABLES as OFF on
  high-byte-first systems (like sparc).
* Fixed problem with one thread using an InnoDB table and another thread
  doing an ALTER TABLE on the same table. Before that, mysqld could crash
  with an assertion failure in row0row.c, line 474.
* Tuned the InnoDB SQL optimizer to favor more often index searches over
  table scans. SELECT queries will now also generally run faster on all
  platforms.
* If MySQL binlogging is used, InnoDB now prints after crash recovery the
  latest MySQL binlog name and the offset InnoDB was able to recover to.
  This is useful, for example, when resynchronizing a master and a slave
  database in replication.
* Added better error messages to help in installation problems of
  InnoDB tables.
* One can now recover also MySQL temporary tables which have become
  orphaned inside the InnoDB tablespace.
* InnoDB now prevents a FOREIGN KEY declaration where the signedness is
  not the same in the referencing and referenced integer columns.
* Calling SHOW CREATE TABLE or SHOW TABLE STATUS could cause memory
  corruption and make mysqld to crash. Especially at risk was mysqldump,
  because it calls frequently SHOW CREATE TABLE.
* If inserts to several tables containing an auto-inc column were wrapped
  inside one LOCK TABLES, InnoDB asserted in lock0lock.c.
* In 3.23.47 we allowed several NULLS in a UNIQUE secondary index for an
  InnoDB table. But CHECK TABLE was not relaxed: it reports the table as
  corrupt. CHECK TABLE no longer complains in this situation.
* SHOW GRANTS now shows REFERENCES instead of REFERENCE.
2002-03-18 14:17:43 +00:00
martti
aaa9d6358b Updated mysql-client to 3.23.49
* Don't give warning for statement that is only a comment; This is
  needed for mysqldump --disable-keys to work.
* Fixed unlikely caching bug when doing a join without keys. In this case
  the last used field for a table always returned NULL.
* Added options to make LOAD DATA LOCAL INFILE more secure.
* Added --xml option to mysqldump for producing XML output.
* Changed to use autoconf 2.52 (from autoconf 2.13)
* Fixed bug in complicated join with const tables.
* Added internal safety checks for InnoDB.
* Some InnoDB variables was always shown in SHOW VARIABLES as OFF on
  high-byte-first systems (like sparc).
* Fixed problem with one thread using an InnoDB table and another thread
  doing an ALTER TABLE on the same table. Before that, mysqld could crash
  with an assertion failure in row0row.c, line 474.
* Tuned the InnoDB SQL optimizer to favor more often index searches over
  table scans. SELECT queries will now also generally run faster on all
  platforms.
* If MySQL binlogging is used, InnoDB now prints after crash recovery the
  latest MySQL binlog name and the offset InnoDB was able to recover to.
  This is useful, for example, when resynchronizing a master and a slave
  database in replication.
* Added better error messages to help in installation problems of
  InnoDB tables.
* One can now recover also MySQL temporary tables which have become
  orphaned inside the InnoDB tablespace.
* InnoDB now prevents a FOREIGN KEY declaration where the signedness is
  not the same in the referencing and referenced integer columns.
* Calling SHOW CREATE TABLE or SHOW TABLE STATUS could cause memory
  corruption and make mysqld to crash. Especially at risk was mysqldump,
  because it calls frequently SHOW CREATE TABLE.
* If inserts to several tables containing an auto-inc column were wrapped
  inside one LOCK TABLES, InnoDB asserted in lock0lock.c.
* In 3.23.47 we allowed several NULLS in a UNIQUE secondary index for an
  InnoDB table. But CHECK TABLE was not relaxed: it reports the table as
  corrupt. CHECK TABLE no longer complains in this situation.
* SHOW GRANTS now shows REFERENCES instead of REFERENCE.
2002-03-18 14:17:38 +00:00
rxg
c33f7ac9fa Updated mp3blaster to 3.1.1
V3.1.1 2002/03/16
=================
-Applied a patch from Douglas Richard that introduces horizontal panning
 of the scrollable window using Key.Left and Key.Right, as well as
 configurable wraparound-behaviour (see config file directive 'WrapAround')
 and jump-to-top/bottom of the list using Key.Home and Key.End keybindings.
-When resetting sound device failed, playback of current song is stopped.
-config file directive 'SkipFrames' => 'SkipLength'
-Added RPM specfile, so you can build mp3blaster on RedHat 7.2 with
 rpm -ta <source tarball>
-applied patches from Martijn to fix compiling issues with NetBSD/curses.
-applied patch from Martijn that fixes endian issues in waveplayer
-applied patch from Ivan Prokudin that fixes a bug in the character
 set recoding code.
-Added patch from Serge v/d Boom that writes info about mp3's being played
 to a status file (see --status-file).
-Fixed bug that prevented showing next song
-Configfile directive 'File.ID3Names' enabled now implies that the default
 file display mode in the filemanager is show by ID3 name instead of
 filename.
-When decoding mp3s as wavs, decoding will be aborted with a warning
 when samplerate/speed/stereo-mode changes.
-ID3tags in ID3 displaying mode are now charset-recoded as well.

Thank Martijn van Buul <pino@dohd.org> for fixing many bugs for NetBSD.
2002-03-18 14:13:50 +00:00
wiz
ed6558a440 We have autoconf-2.52 in autoconf-devel. 2002-03-18 12:50:23 +00:00