Commit graph

39345 commits

Author SHA1 Message Date
skrll
7eb10208ec Remove some more bogus sizeof(size_t) == sizeof(unsigned int) checks. 2003-02-21 13:42:37 +00:00
wiz
b515469bd7 Fix typo in apcupsd entry. 2003-02-21 13:34:32 +00:00
wiz
501de167fd slang's PKGNAME is libslang -- merge two entries. 2003-02-21 13:32:43 +00:00
grant
bacf37a9af add a new section and put some items in it. 2003-02-21 13:14:10 +00:00
mycroft
e9063c4c72 librep 0.16.1 done. 2003-02-21 12:55:24 +00:00
mycroft
f6f31e9857 Update to librep 0.16.1.
* New modules `rep.data.trie', `rep.threads.proxy'

   * Also added `rep.xml.reader' and `rep.xml.printer', though these
     should probably be used with extreme caution

   * Appending to queues is now O(1) not O(n)

   * Many changes to `rep.net.rpc' module, protocol is incompatible
     with previous version. Should be more robust

   * `rep.i18n.gettext' module exports the `bindtextdomaincodeset'
     function (Christophe Fergeau)

   * Slightly more secure way of seeding the rng

   * `inexact->exact' can now convert floating point numbers to
     rationals (though not optimally). This means that `numerator' and
     `denominator' also work better with floats now

   * New function `file-ttyp'

   * Some random bug fixes
2003-02-21 12:53:23 +00:00
grant
caf75551b9 add some patches from FreeBSD Ports, and tidy up patching of
make.texi.
2003-02-21 12:40:54 +00:00
mycroft
b02ca0c12d gmp 4.1.2 done. 2003-02-21 12:27:17 +00:00
mycroft
5d3ea311dd Update to gmp 4.1.2. Many changes, but the relevant bug fixes seems to be:
* mpn/generic/rootrem.c: In Newton loop, pad qp with leading zero.

	* mpn/generic/rootrem.c: Allocate 1.585 (log2(3)) times more space
        for pp temporary to allow for worst case overestimate of root.
	Add some asserts.

	* tests/mpz/t-root.c: Generalize and speed up.

        * mpfr/pow.c: Fixed bug (infinite loop) for exact powers.

	* mpfr/sub.c: Fixed wrong inexact flag for a - b where a and b are of
        different signs and EXP(a) < EXP(b).

	* printf/printffuns.c (gmp_fprintf_reps): Make it actually work
	for padding > 256.

        * gmp-impl.h (USE_LEADING_REGPARM): Disable for PIC code generation.

	* mpn/generic/tdiv_qr.c: Remove a bogus assert.

	* mpn/generic/mode1o.c, mpn/alpha/ev5/mode1o.c: Correction to ASSERTs.
	Reported by Christoph Ludwig.

	* mpf/urandomb.c: Truncate nbits to precision of rop.

	* configure.in (sparc v9 *bsd*): Add NetBSD and OpenBSD sparc64.
	(x86 openbsd*): Extra underscore for _GLOBAL_OFFSET_TABLE_.

	* mpn/generic/rootrem.c: Avoid overflow in xnb calculation.
	* mpz/root.c: Avoid overflow in rootnb calculation.

	* gmpxx.h (__gmp_binary_equal, __gmp_binary_not_equal): Fix broken
	mpq/double functions.

	* mpn/m68k/lshift.asm: Fix typo in !scale_available_p code.
        * mpn/m68k/rshift.asm: Likewise.

	* mpz/remove.c: Make src==0 return 0, not do DIVIDE_BY_ZERO.

	* mpfr/acinclude.m4 (MPFR_CONFIGS): Patch by Vincent for an apparent
	float rounding gremlin on powerpc.

	* mpf/inp_str.c: Fix returned count of chars read, reported by Paul
	Zimmermann.  Also fix a memory leak for invalid input.

	* mpfr/set_q.c: Allow for 1 bit numerator or denominator.
2003-02-21 12:25:22 +00:00
mycroft
8c56153394 guile 1.6.3 done. 2003-02-21 12:04:32 +00:00
mycroft
79caf9b249 Update to guile 1.6.3.
** GOOPS longer creates layout entries for non-instance slots.

** syntax-case bugs have been fixed

   a) Macro expansion is no longer disturbed if the value of
      (current-module) changes.  This was the cause of a number of
      different bugs people have reported.

   b) Syntax-case now expands Guile's own macros as a part of the
      macro expansion process.  Previously, Guile macro calls were
      treated as applications.

   c) Objects which are constant data and which Guile considers
      self-evaluating are no longer quoted.

   One good consequence of these fixes is that it's now possible to
   use syntax-case macro expansion together with GOOPS code.

** scm_readline now checks that it's using an output (not input) port.
2003-02-21 12:03:30 +00:00
salo
3d085b7275 Note mergeant addition and gnome-db removal.
Fix ap-utils record.
Add comment to glade2.
2003-02-21 12:03:29 +00:00
grant
c1c552d3a2 use the bootstrap versions of tar and mtree, if they exist. 2003-02-21 12:01:00 +00:00
salo
d4a6be3be7 Add and enable mergeant. 2003-02-21 11:59:46 +00:00
salo
3eabb6608c Initial import of mergeant-0.10.0: GNOME2 GNOME-DB database front-end
Mergeant is a GTK2/GNOME2 font-end for GNOME-DB database administrators and
database application developers. It uses libgda/libgnomedb as the backend to
access databases, so it can work with almost any database engine (mysql,
postgresql, xml, etc...)"

Partialy replaces obsoleted databases/gnome-db.
2003-02-21 11:58:55 +00:00
jmmv
8b66082e1f Do not use SCROLLKEEPER_DATADIR as localstatedir. Pointed out by Guillaume
Valadon in tech-pkg.
2003-02-21 11:54:18 +00:00
martti
3a6898c15d Updated postfix to 2.0.4 2003-02-21 11:50:03 +00:00
martti
b34abed20c Updated postfix to 2.0.4
- The format of maildir filenames is synchronized with the present
  version of the maildir definition document. This format was already
  adopted by the 20030126 snapshot release.

- The time limit on delivery to external commands was not enforced.
  This was broken probably some time before the first public Postfix release.

- Duplicate elimination after virtual alias expansion works again.
  This was broken with the introduction of the original recipient attribute.

- The local pickup daemon dropped incomplete records from local
  submissions. This was broken somewhere in the middle of 2002.
2003-02-21 11:49:55 +00:00
mycroft
76b6ae7a7d Oops; fix PLIST. 2003-02-21 11:49:03 +00:00
mycroft
d12f9ce8fe libdvdcss 1.2.5 done. 2003-02-21 11:45:33 +00:00
mycroft
c25def0278 Update to libdvdcss 1.2.5.
* ./test/csstest.c: we align our read buffer in case of raw device access.
  * ./src/libdvdcss.c: updated documentation about raw devices.
  * ./src/libdvdcss.c: disabled key cache when reading VOBs.
  * ./src/ioctl.c, ./src/ioctl.h: removed minor gcc-isms.
  * ./src/device.c: seek() calls don't do anything if we're already at the
    right position.
  * ./src/device.c: we now handle partial reads.
  * ./src/device.c: dvdcss->i_pos now gets updated on each seek and each
    read. Partial reads are not handled yet, but it's a step.
  * ALL: moved everything to C99 integer types.
  * ./test/dvd_region.c: enabled set_region.
  * ./src/css.c, ./src/libdvdcss.c: applied a patch from the MPlayer folks
    to cache title keys on disk.
  * ./src/ioctl.[ch]: Implemented ioctl_SendRPC.
[Some changes that don't apply to NetBSD elided.]
2003-02-21 11:44:21 +00:00
salo
c69c3d8f67 Remove gnome-db. It was superseded with newer libgnomedb and mergeant
packages.
2003-02-21 11:41:38 +00:00
salo
80dc99b32a Mark as BROKEN. The =<1.1.3 releases of Glade2 are incompatible with the
latest libgnomedb.  The fix is non-trivial and already included in glade cvs.
Next release should work fine again.
2003-02-21 11:34:45 +00:00
jmmv
a1a2a769b4 Note addition of gnome-common-1.2.4.
Fix date in previous entry.
2003-02-21 11:34:28 +00:00
jmmv
479065e84f Add and enable gnome-common. 2003-02-21 11:32:09 +00:00
jmmv
fee0a9be1e Initial import of gnome-common, version 1.2.4:
gnome-common contains a set of M4 macros useful to easily write configure
scripts for GNOME 1 and GNOME 2 programs.  These macros provide a set of
checks used by many GNOME programs that need to do similar things.
2003-02-21 11:31:36 +00:00
mycroft
03f4237b32 scrollkeeper is at 0.3.12 now; no need to update to 0.3.11. 2003-02-21 11:25:55 +00:00
mycroft
9f1a44410a fetchmail 6.2.1 done. 2003-02-21 11:22:50 +00:00
mycroft
e220972767 Update from 6.2.0 to 6.2.1.
* Updated German, Turkish, Spanish, and Danish translation files.
* Integrated Sunil Shetye's patch to make mark_seen an explicit method.
* Removed FAQ warning about GMX and associated fetchmailconf check,
  we have a report that its servers are conformant now.
* Another Sunil patch to fix a minor bug in bouncemail generation.
2003-02-21 11:22:03 +00:00
mycroft
86a77d0a1d xsane was done a while ago. 2003-02-21 11:18:22 +00:00
wiz
f85c1d724d + drac [pkg/20449], getmail-3.0.4 [pkg/19707], leafnode-1.9.35,
openssl-0.9.7a, php4-4.3.1, postfix-2.0.4, spamassassin-2.50,
  texmacs-1.0.1.5, wdm-1.22.1, webalizer-2.01-10 [pkg/20445],
  xpaint-2.6.9.
- mplayer-0.90rc4 (thanks, mrg)
2003-02-21 11:09:04 +00:00
wiz
c2876d1cca MASTER_SITES path changed, noted by Christopher Gibson in PR 20454. 2003-02-21 09:13:57 +00:00
salo
3f1a019631 +mergeant-0.10.0 to fix BROKEN gnome-db and it's dependencies. it needs (at
least) libgnomeprint2 and libnomeprintui2 to be packaged first.
2003-02-21 08:33:35 +00:00
skrll
af9f34b262 Make sure that we look for the imlib libraries in the right place even
if xpkgwedge is installed.

Fixes PR 19322.
2003-02-21 07:59:09 +00:00
lukem
4b13aff98c Updated php4 to php-4.2.3nb2:
Fix for wordwrap() buffer overflow, per
	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1396
(Patch obtained from RedHat's php-4.2.2-8.0.7.src.rpm.)
2003-02-21 05:40:32 +00:00
lukem
600b084e41 Fix for wordwrap() buffer overflow, per
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1396
(Patch obtained from RedHat's php-4.2.2-8.0.7.src.rpm.)

Bump PKGREVISION.
2003-02-21 05:39:03 +00:00
salo
40116c69bf Mark as BROKEN: Does not compile anymore with recent libgnomedb. Obsoleted by
mergeant.

This package should be removed after mergeant package is created.
2003-02-20 23:57:40 +00:00
salo
66db970fbc Prevent hidden dependency on bonobo if it's installed prior to gtkam.
Patch from Marc Recht via PR pkg/20428.
2003-02-20 23:47:49 +00:00
salo
b4206a2939 Note glade update. 2003-02-20 23:20:26 +00:00
salo
a188431bb1 Updated to version 0.6.4.
Changes:

0.6.4:
======
- Fixed some docs installation problems. (Eric Dorland & Damon)
- Took 'Curve Type' property out for GtkCurve & GtkGammaCurve, since GTK+
  has a bug which makes this crash pretty often. (Damon)
- Removed some unfinished GnomeDB widgets from the palette (Rodrigo Moya)

0.6.3:
======
- Fixed some BadMatch problems on multi-depth displays (Dave Camp).
- Better GnomeDB support (Rodrigo Moya, Jos<E9> Antonio Salgueiro Aquino,
  Daniel Wagner),
- Fixed properties problem where properties didn't get updated on focus-out
- Fixed bug when using GtkText and gettext (Dennis Brakhane).
- Updated docs to use DocBook 4.0, and avoided use of stylesheet images so
  it compiles easier.
- New translations - Romanian (Marius Andreiana), Simplified Chinese
  (Wang Jian) and Portuguese (Duarte Loreto).
2003-02-20 23:19:01 +00:00
salo
9e5e2daf2d Note bluefish update. 2003-02-20 17:37:09 +00:00
salo
cd14df7c76 Updated to version 0.9.
Patch provided by Juan RP via PR pkg/20430 with minor improvements by me.

Changes:

0.9:
====
- Many bugs are fixed, several segfaults, and many small annoying bugs.
- Major performance improvements:
  * highlighting performance improvements up to 50X faster in some cases
  * file loading times are faster
  * loading and closing of many documents is much faster (tested with
    3500 documents opened simultaneously)
- Many improvements for the user interface; much more compliant to the
  Gnome usability guidelines.
- New features:
  * line number support
  * new spell checker
  * and many more..

0.8:
====
- The first release of the gtk2 port of bluefish
- New features include:
  * new highlighting engine, for multiple filetypes
  * new filebrowser
  * configurable toolbar
  * new text widget with UTF-8 support, Xinput support etc.
2003-02-20 17:34:49 +00:00
jschauma
61638bcde2 Note updates of bsetroot and blackboxwm. 2003-02-20 16:55:56 +00:00
jschauma
4342d56d34 Add patch which closed PR pkg/19689, as both packages use the same sources.
This patch was sent to the blackbox maintainers as well.

Bump PKG_REVISION.
2003-02-20 16:54:16 +00:00
jschauma
24909e772a Add patch based on PR pkg/20009, to fix the problem mentioned in
PR pkg/19689, closing that PR.

Bump PKG_REVISION.
2003-02-20 16:50:16 +00:00
salo
e3fa551bfb Note musicbrainz update. 2003-02-20 16:04:19 +00:00
salo
8ad3dcddf4 Updated to version 2.0.0.
Addresses PR pkg/20446 by Matthias Friedrich.

Changes:

2.0.0:
======
- Removed some spurious C++ comments from mb_c.h
- Fixes and improvements to the python language bindings and tools
- Updated NetBSD cdrom reading code

2.0.0-pre4:
===========
- Two new functions have been added:
    mb_GetFragmentFromURL - Retrieve a fragment from a URI
    mb_GetOrdinalFromList - Retrieve a list ordinal from a given list --
                            this is sometimes needed to determine the
                            location of an item in a list. (e.g. a track
                            in an album in order to find the track number)
- The TRM code has been updated for TRM B#er.
- New queries have been added to queries.h in order to support the improved
  FileLookupInterface.
- The client library now uses the mm-2.1 and mq-1.1 namespaces.
- The client library will now be referred to as libmusicbrainz

2.0.0-pre1:
===========
- Added authentication support
- Added new queries
- Added support for submitting client version to the server during TRM
  submits
- Updated client code for TRM B#er
2003-02-20 16:02:34 +00:00
jschauma
472bd1ccd1 Remove line 'added ap-utils', since it was renamed. 2003-02-20 15:14:22 +00:00
salo
9fb21c67d6 Note popa3d update. 2003-02-20 13:52:41 +00:00
salo
94e39297e5 Updated to version 0.6.
Changes: This version features minor bug, correctness,
         and interoperability fixes.
2003-02-20 13:51:22 +00:00