Commit graph

69475 commits

Author SHA1 Message Date
adam
7e83517673 Changes 6.1.4-1:
* Bug-fixes and improvemens [as usually]
2004-11-15 11:14:15 +00:00
sketch
08ce992ff6 Add pre-requisite headers necessary to compile this package with strict X11
implementations, tested with OpenWindows.
2004-11-15 11:02:50 +00:00
jmmv
5c4e4a0452 + TeXmacs-1.0.4.4 2004-11-15 10:46:49 +00:00
jmmv
752528b4cb liferea updated to 0.6.2. 2004-11-15 10:12:58 +00:00
jmmv
ce99125918 Update to 0.6.2:
* Liferea now supports cookies. Contrary to previous
  statements the SnowNews code to realize this was included but not used. To
  use this feature place a cookies.txt in ~/.liferea. The format of this file
  is the format Netscape introduced for cookie files. (Lars Lindner)
* Liferea now enforces umask 0077 when saving the
  feed list to ensure your passwords are not group or world accessible. In this
  context please check the permissions of your ~/.liferea directory.  Older
  program versions might have created the directory with unnecessary
  priviledges. Current versions (0.6.x) create the directory only with user
  priviledges. Thanks to the reporters Nick Rout and Eric Gregory! (Lars
  Lindner)
* Bugfix for a crash when double-clicking a "(empty)"
  entry in empty folders. Reported by Martin Sarfy.  (Lars Lindner)
* If a feed uses HTTP authentication the user and
  password isn't displayed in the feed description anymore. (Lars Lindner)
2004-11-15 10:12:01 +00:00
markd
f0a6c74cff Solaris does need librfuncs for getenv_r() or someone needs to teach the
configure script that have_thread_safe_getenv=yes in that case.
2004-11-15 09:06:32 +00:00
markd
b2f25b3551 Solaris linker doesn't understand -Wl,--version-script=libvcdinfo.la.ver
so use BUILDLINK_TRANSFORM to get rid of it.
2004-11-15 09:01:05 +00:00
markd
cbe459b509 kkbswitch update. 2004-11-15 08:54:19 +00:00
markd
172740c7b6 Update kkbswitch to 1.4.2 from maintainer Ian Zagorskih.
This maintenance release adds the Hebrew translation contributed previously,
as well as a manpage to comply with Debian standards.
2004-11-15 08:51:13 +00:00
xtraeme
569b2585a4 Update mail/dspam to 3.2.2.
Version 3.2.2 is a maintenance release and contains corrections
to v3.2 only.

BUGFIX: optOut preference no longer works
BUGFIX: Source address tracking doesn't work when using TOE
BUGFIX: LocalMX tag doesn't work in dspam.conf
BUGFIX: dspam.conf default permissions 0750
BUGFIX: Using SignatureLocation=headers no longer works with
        fwd attachments
BUGFIX: Source address tracking is disabled by legacy #ifdef's
BUGFIX: Chi-Square cutoff is identical to default token value
BUGFIX: Tokens from lines 2+ of multi-line headers are not processed
BUGFIX: Signature scan segfaults when scanning some emails
BUGFIX: Signature encoding can cause segfault in sqlite_drv

Other Notable Changes:

CHANGE: TrackSources 'ham' token changed to 'nonspam'
CHANGE: Agent loose signature match changed from DSPAM: to
        X-DSPAM-Signature:
2004-11-15 08:13:13 +00:00
sketch
8e6328dcd3 Remove an obsolete part of the post-install target. For some reason, this
was stopping the install on Solaris even though the command itself returned
0.  It's no longer necessary now anyway so just remove it.
2004-11-15 07:53:33 +00:00
snj
570fca02c2 Updated devilspie to 0.7. 2004-11-15 06:37:01 +00:00
snj
10b1527e0c Update devilspie to 0.7.
Changes:
* Fix the fullscreen action
* Set the Motif hint when setting the decoration hint (Vaclav Lorenc)
2004-11-15 06:35:50 +00:00
rh
3a2bd77676 Note update of cairo to 0.2.0. This closes PR pkg/28106 by Francois
Briere.  Thanks!
2004-11-15 04:01:28 +00:00
rh
e8082de913 Update cairo to 0.2.0. Changes include:
New license: LGPL/MPL
---------------------
The most significant news with this release is that the license of
cairo has changed. It is now dual-licensed under the LGPL and the
MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and
COPYING-MPL-1.1.

I express my thanks to everyone involved in the license change process
for their patience and support!

New font and glyph internals
----------------------------
Graydon Hoare has put a tremendous amount of work into new internals
for handling fonts and glyphs, including caches where appropriate.
This work has no impact on the user-level API, but should result in
great performance improvements for applications using text.

New test suite
--------------
This snapshot of cairo includes a (small) test suite in
cairo/test. The tests can be run with "make check". The test suite was
designed to make it very easy to add new tests, and we hope to see
many contributions here. As you find bugs, please try adding a minimal
test case to the suite, and submit it with the bug report to the
cairo@cairographics.org mailing list. This will make it much easier
for us to track progress in fixing bugs.

New name for glitz backend
--------------------------
The gl backend has now been renamed to the glitz backend. This means
that the following names have changed:

        CAIRO_HAS_GL_SURFACE    -> CAIRO_HAS_GLITZ_SURFACE
        cairo_set_target_gl     -> cairo_set_target_glitz
        cairo_gl_surface_create -> cairo_glitz_surface_create

This change obviously breaks backwards compatibility for applications
using the old gl backend.

Up-to-date with latest glitz snapshots
--------------------------------------
This snapshot of cairo is now up to date with the latest glitz
snapshot, (currently 0.2.3). We know that the latest cairo and glitz
snapshots have been incompatible for a very long time. We've finally
fixed that now and we're determined to not let that happen again.

Revert some tessellation regression bugs

Miscellaneous changes
---------------------
Changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients
easier.

Track XCB API change regarding iterators.

Various bug fixes
-----------------
Fix calculation of required number of vertices for pen.

Fix to avoid zero-dimensioned pixmaps.

Fix broken sort of pen vertices.

Fix bug when cairo_show_text called with a NULL string.

Fix clipping bugs.

Fix bug in computing image length with XCB.

Fix infinite loop bug in cairo_arc.

Fix memory management interactions with libpixman.
2004-11-15 03:59:49 +00:00
rh
818f1a56e4 Note update of libpixman to 0.1.2. This closes PR pkg/28108 by Francois
Briere, thanks!
2004-11-15 03:45:51 +00:00
rh
606e08f2fe Update libpixman to 0.1.2. Changes include:
New functionality
-----------------
Added three new functions:
        pixman_image_set_component_alpha
        pixman_format_get_masks
        pixman_image_get_format

Bug fixes
---------
Enabling both transform and repeat simultaneously now works.
Some byte-order fixes.
Clipping fixes: pixman now takes a copy of the client clipping region
                client clipping is now actually used, it wasn't earlier.
2004-11-15 03:43:46 +00:00
rh
93533b5dc8 Note update of glitz to 0.2.3 2004-11-15 03:34:36 +00:00
rh
5c52ee2f39 Update glitz to 0.2.3. Changes are too numerous to list here. They
include a revamped graphics engine and tons of bug fixes.  Closes PR
pkg/28107 by Francois Briere, thanks!
2004-11-15 03:33:22 +00:00
wiz
1ae782f9b8 + devilspie-0.7, gdb6-6.3.0, liferea-0.6.2, nut-10.9, raine-0.41.2,
tkdiff-4.0.2.

Add wired (professional music production and creation software)
to suggested packages.
2004-11-15 01:29:29 +00:00
tv
202a410fee USE_DB185=no; should fix build failure reported on tech-pkg by
<mlh@goathill.org>.
2004-11-15 00:55:25 +00:00
taya
e81febe401 note update of thunderbird & thunderbird-gtk2 to 0.9 2004-11-14 23:40:06 +00:00
taya
9d1bbbfa2e Update thunderbird & thunderbird-gtk2 to 0.9
Here are the highlights for this Thunderbird release:

* Saved Search Folders
- Saved Search Folders display messages based on previously set search
criteria. For example, instead of filtering messages into a new
folder, you could create a Saved Search Folder that lists all the
messages received from a certain person over the past 30 days, even if
those messages are stored in different folders and subfolders.

* Message Grouping
- You can now group messages in a folder by attributes such as date,
sender, priority or a custom label. For instance, a folder grouped by
date will group messages from today, yesterday, last week, etc. into
self-contained groups in the message list pane. (View > Sort By >
Grouped By Sort)

* Other New Features
- Messages with attachments now get marked as such in the message list
pane immediately and not when the message is displayed.

- Improvements to Thunderbird's Global Inbox support for POP3 users.

- The new quick search bar introduced in 0.8 now features a clear
button when search text is present inside the quick search box.

- Fixed a regression introduced in 0.8 where a user could not change
the local folder path in the Account Manager.

- Improved offline support including fixes for common offline-related
problems.

- Improved privacy controls block remote content in e-mail messages
from senders not in your address book.

- Long file attachment names are no longer truncated in the message
pane.

- Bug fixes too numerous to mention!
2004-11-14 23:38:20 +00:00
jmmv
01bfbfda8d Update homepage and master sites. 2004-11-14 22:31:43 +00:00
snj
e689200453 Updated abcde to 2.2.0. 2004-11-14 21:56:30 +00:00
snj
3bc4bc035b Update to abcde-2.2.0.
Changes:
* New "-t <number>" option for starting the numbering of the output files at a
  given starting number. Ideal for albums with more than one CD.
* New "-T <number>" option, similar to "-t" but also modifies the tag entries
  on the files themselves.
* New "-w <COMMENT>" to add a comment to the tracks of a given CD rip. Use
  quotes.
* New "-W <number>" option to combine both a comment with "CD #number" and a
  starting number for both the tracks and the tags with "#01" (that is, 101 for
  the 1st CD, 201 for the second...)
* Support for keeping an existing playlist (and not add new entries to it),
  erase the existing one (overwrite) or append new entries to the existing
  one.
* New mungegenre function to switch off (or modify) the default behaviour of
  transforming uppercase characters to lowercase.
* cdparanoia permits performing a query to the CD drive and obtain a list of
  valid audio tracks. So, now we perform such query and process the results.
* Support for "None of the above" has been added with the "0" selection. A
  template is created, and the selection to edit it is defaulted to "y".
2004-11-14 21:55:29 +00:00
jmmv
c2a1402843 Note update of epiphany to 1.4.5. 2004-11-14 21:54:56 +00:00
jmmv
33887f00b0 Update to 1.4.5:
Changes

* Fix session remove command
* Fix import of bookmarks in root folder [#152443]
* Activate tray icon with double-click [#152899]
* Add manpage (Jordi Mallach) [#156067]
* Don't open all bookmarks in new tabs [#156843]
* When showing a modal alert put up by a web page,
  switch the window to that tab
* Emit ::tab-removed after the tab has been removed [#151607]
* Fix disconnect on node destroy [Peter Harvey]
* Fix node signal [dis]connection while signal emission is running
* Make sure there's only one properties diaogue per bookmark [#148398]
* Fix crash when removing bookmark with open properties dialogue [#155880]
* Fix toolbar activation [#155650]
* Check favicon urls with script sec manager and content policy
* Fix zoom control so that it shows tooltips again [#155826]
* Make the tooltip on the zoom control also work on Ctrl-F1
* When popping up the context menu with keyboard, select the first item
  [#154907]
* Sanitise the embed popup position [#157162]
* Fix button sensitivity setting in language editor not to first
* Fix history date filter to work correctly in time zones != UTC
* Better positioning for the context menu popup in a treeview (Crispin
  Flowerday)
* Fix opening content with external content handlers (Marco)
* Remove remaining time tooltip from tray icon [#145955]
* Fix hang after importing bookmarks from command line [#136170]
* Fix crash when no tool windows are open when the session manager
  sends us the "die" signal
* Fix opening anchored links in new tabs [#156854]
* Adapted to Mozilla API changes
* Fix a freed memory read

Documentation translations

* Add manual translation into Finnish, by Pauli Virtanen

Translation updates

* Ole Laursen (da)
* Žygimantas Beručka (lt)
* Leonid Kanter (ru)
2004-11-14 21:54:13 +00:00
abs
924f87301a Update cpuflags to 0.78:
Handle 7410 under NetBSD/macppc and 'Pentium III (Coppermine)' under
    Linux, from Markus W Kilbinger and Andrew Gillham respectively
2004-11-14 21:51:05 +00:00
jmmv
c8e397580b Note revision bump for drivel to 2. 2004-11-14 20:34:05 +00:00
jmmv
ba8f8ed5e9 Enable spell checking support (through gtkspell). Gah! I've been wanting
this feature for a long time and it was already there, just hidden!
Bump PKGREVISION to 2.
2004-11-14 20:33:39 +00:00
jmmv
a761c47896 Note revision bump for bmp to 4. 2004-11-14 19:26:56 +00:00
jmmv
c06a4789d4 Add a workaround for PR pkg/26846 (fix a crash during bmp's shutdown).
A detailed analisys of the problem can be found in the report.
Bump PKGREVISION to 4.
2004-11-14 19:26:08 +00:00
jmmv
6ded07f6d1 Note update of balsa2 to 2.2.5. 2004-11-14 17:02:35 +00:00
jmmv
70feaeb51c Update to 2.2.5. While here, convert to options.mk to handle the openldap
option, and introduce a ssl option.

* Balsa-2.2.5 release. Release date 2004-09-02

- sent messages saved to sentbox only after being sent.
- use of fixed-height with gtk2>=2.4.9 to speed up large mailboxes.
- GPG is expected to be fully functional now.
- mbox mailbox driver fixes.

* Balsa-2.2.4 release. Release date 2004-08-28

- periodic expunge configurable.
- cleanup IMAP password quering code.
- GPE address book support -
  http://gpe.handhelds.org/projects/GPE-address.shtml
- new configuration druid.
2004-11-14 17:02:03 +00:00
jmmv
2e87f2bfeb Note update of gmime to 2.1.9. 2004-11-14 16:49:37 +00:00
jmmv
8254b930b0 Update to 2.1.9. While here, convert to options.mk for the ipv6 option.
2004-10-01  Jeffrey Stedfast  <fejj@ximian.com>

	* README: Updated

	* configure.in: Bumped version to 2.1.9

2004-09-29  Jeffrey Stedfast  <fejj@ximian.com>

	* gmime/gmime-parser.c (parser_step_headers): Save the entire raw
	part header as well.
	(parser_init): Init the rawbuf (will be used for holding the raw
	part header).
	(parser_close): Free the rawbuf.
	(parser_construct_leaf_part): Set the raw header on the mime part.
	(parser_construct_multipart): Set the raw header on the multipart.
	(parser_construct_message): Don't use g_mime_message_set_mime_part
	or we'll end up clearing the raw header that we worked so hard to
	preserve.
	(parser_scan_message_part): Same.
	(parser_scan_multipart_face): Change comparison to >= so that we
	actually get rid of the last crlf sequence like we meant to.
	(parser_fill): Get rid of the atleast check (it isn't really
	needed and can cause breakage).

	* gmime/gmime-message.c (message_get_headers): Modified to only
	write part headers if the toplevel mime part contains the raw
	header.
	(message_write_to_stream): Same.
	(g_mime_message_set_mime_part): Clear the raw message headers
	since it obviously won't contain the raw message headers.
	(message_add_header): If any message headers change, clear the raw
	header from the toplebel mime part.
	(message_set_header): Same.

	* gmime/gmime-header.c (g_mime_header_set_raw): New function to
	set the raw part header (to be used in place of our own folding if
	available).
	(g_mime_header_has_raw): New function to check if the raw header
	is available.

2004-09-28  Peter Bloomfield  <PeterBloomfield@bellsouth.net>

	* gmime/gmime-multipart-signed.c (sign_prepare): Must treat
	multipart/signed and multipart/encrypetd parts as opaque
	(e.g. don't even attempt to change their encodings).

2004-09-13  Jeffrey Stedfast  <fejj@novell.com>

	* gmime/gmime-message.c (write_addrspec): New folding callback to
	use on addrspec headers.
	(g_mime_message_init): Register write_addrspec for all address
	headers.

	* gmime/gmime-utils.c (header_fold): Fixed the logic a bit for
	structured headers such that we don't break long tokens.

2004-08-22  Jeffrey Stedfast  <fejj@ximian.com>

	* README: Updated.

	* configure.in: Bumped the version to 2.1.8

	* gmime/gmime.h.in: #include <gmime/gmime-session-simple.h> for
	ia64 build fix on Debian (required because of the way gtk-doc's
	scan program works).

	* gmime/gmime-filter-enriched.c (enriched_to_html): Don't replace
	<nofill> with <pre>. Also, replace lone '\n's with a space as
	suggested by rfc1896.

2004-08-08  Jeffrey Stedfast  <fejj@ximian.com>

	* gmime/gmime-multipart-encrypted.c
	(g_mime_multipart_encrypted_encrypt): Don't set encrypted.asc as
	the filename anymore.

	* gmime/gmime-multipart-signed.c (g_mime_multipart_signed_sign):
	Added a hack for Balsa so it can support S/MIME. Also don't set
	the filename to signature.asc. Balsa maintainers don't want this
	*shrug*.
	(g_mime_multipart_signed_verify): Same. These changes really
	require a design change to CipherContext but that'll have to wait.

2004-08-04  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Changed the iconv-detect logic to not error-out on
	fail. The code can properly handle the case where iconv-detect.h
	doesn't exist, so let it do that instead.

2004-07-30  Jeffrey Stedfast  <fejj@novell.com>

	* gmime/gmime-utils.c (rfc2047_encode_get_rfc822_words): Don't use
	g_unichar_isspace() here, we only want to break 'words' on ascii
	lwsp.

2004-07-16  Jeffrey Stedfast  <fejj@ximian.com>

	* gmime/gmime.c (g_mime_init): Make intialisation ref-counted.
	(g_mime_shutdown): Updated.

2004-07-06  Jeffrey Stedfast  <fejj@ximian.com>

	* gmime/gmime-utils.c (rfc2047_encode_get_rfc822_words): Break
	apart long words so that they we don't generate encoded-word
	tokens that are >75 chars. Fixes bug #145497.
2004-11-14 16:48:55 +00:00
ben
3b7b23410c As it was, libtool failed to link to libgcrypt on NetBSD 1.6.x because
buildlink did not bring in PTH.  For example, this made opencdk fail to
build.  Fix this by adding mk/pthread.buildlink3.mk to
security/gcrypt/buildlink3.mk
2004-11-14 15:38:42 +00:00
seb
c2492acbb9 Note update of databases/p5-DBIx-SearchBuilder to version 1.01nb1
[dependency fix]
2004-11-14 14:19:23 +00:00
seb
ab777db6a5 The PostgreSQL backend needs the Perl5 Want module.
Bump PKGREVISION.
2004-11-14 14:18:39 +00:00
hira
4db665ea08 Cast an argument to isxdigit(3) to unsigned char. Fix build on
NetBSD/amd64.  OK'd by tron@.
2004-11-14 13:35:20 +00:00
adam
bd1b1ea8d6 Cosmetics continue 2004-11-14 11:42:48 +00:00
soren
e72d18f466 Note gnats-4.0.1. 2004-11-14 11:02:04 +00:00
soren
1af62ec56c Update to gnats 4.0.1.
Fixes vulnerabilities described in
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0623 .
2004-11-14 10:59:58 +00:00
jmmv
f21f5290ba rhythmbox updated to 0.8.8. 2004-11-14 09:15:28 +00:00
jmmv
624ded1054 Update to 0.8.8:
* Flip playing icon in RTL locale [Colin Walters]
* Don't include x-directory/normal in MimeType [Colin Walters]
* Save playlists after first start even if nothing's loaded [Colin Walters]
* Don't include nautilus menu item by default [Colin Walters]
* Updated Translations: ja (Takeshi AIHANA)
2004-11-14 09:14:45 +00:00
jlam
4c9800e648 Whitespace and formatting nits. 2004-11-14 08:44:26 +00:00
jlam
350935240d Remove redundant installation of static library as installing the libtool
archive does that already.
2004-11-14 08:42:28 +00:00
jlam
c797952c87 Use ${LIBTOOL}, not ${PKG_LIBTOOL}, when invoking libtool from the package
Makefile so that we use the wrapper script.
2004-11-14 08:41:24 +00:00
jlam
4bed44310d Narrow down the scope of the powerpc-codegen hack to only NetBSD/powerpc
as there aren't reports from other OSes yet (it's likely okay using
Darwin).
2004-11-14 08:00:14 +00:00