most changes supplied by mlelstv@NetBSD.org (Michael van Elst)
patch to src/rpsl/rpsl/rptype.cc supplied by he@NetBSD.org (Havard Eidnes)
also fixes PR pkg/36807
Office suite from Softmaker. Contains PlanMaker and TextMaker, a
spreadsheet program and a document editor. Supports Excel and Word
files as well as OpenDocument and OpenOffice.org files.
This package contains the demo version.
The Pound program is a reverse proxy, load balancer and HTTPS front-end
for Web server(s). Pound was developed to enable distributing the
load among several Web-servers and to allow for a convenient SSL wrapper
for those Web servers that do not offer it natively. Pound is a very
small program, easily audited for security problems. It can run as
setuid/setgid and/or in a chroot jail. Pound does not access the
hard-disk at all (except for reading the certificate file on start,
if required) and should thus pose no security threat to any machine.
built with support for threads. This is done by adding the following
line to the package Makefile before the inclusion of openssl/buildlink3.mk:
USE_FEATURES.openssl= threads
The openssl/builtin.mk file is also adjusted to detect whether or not
the built-in OpenSSL was built with support for threads and the result
is used accordingly to determine whether or not a pkgsrc OpenSSL is
needed.
(And remove BUILDLINK_API_DEPENDS.libmm.)
Today, I upgrade apache and it failed with:
Shared object "libmm.so.14" not found
I had libmm-1.3.1 with:
/usr/pkg/lib/libmm.so.13
/usr/pkg/lib/libmm.so.13.0.21
(The libmm update was done on 2005/11/24 -- I am surprised
this didn't hit anyone else.)
============
Version 0.14
============
o update of the Emacs editing mode for .desktop files (Ville Skyttä)
o make desktop-file-install print an error when trying to install a
non-existing desktop file, or a desktop file that can't be read (Vincent)
o make the validator check the content of the Icon key (Vincent)
o make the validator accept X-Foo as a valid environment (this was added to
the spec) (Stanislav Brabec, Vincent)
o really handle the -m command line argument for desktop-file-install
(Matthias Clasen)
o make desktop-file-install accept as one valid argument multiple
categories/only-show-in/mime-types values. Now --add-category="GNOME;GTK"
works as expected. (Vincent)
o make desktop-file-install validate the created desktop file before removing
the original file, and unlink it if it's not valid (Vincent)
o code cleanups for desktop-file-install (Vincent)
2007-08-10 Jody Goldberg
* Release 0.4.3 (Branch point for 0.5.0)
2007-08-07 Morten Welinder
* goffice/utils/go-undo.c (go_undo_combine): New function.
2007-08-07 Emmanuel Pacaud
Add gog_graph_render_to_cairo_vector for better gnumeric printing.
Fix for #381682.
* goffice/graph/gog-graph.[ch]: here.
2007-08-05 Emmanuel Pacaud
Drop use-splines as soon as one of the series has interpolation
different from GO_LINE_INTERPOLATION_SPLINE.
* plugins/plot_xy/gog-xy.c (gog_xy_get_property): here.
2007-08-05 Emmanuel Pacaud
Put back goffice 0.2.x GogXYPlot::use-spline property.
* plugins/plot_xy/gog-xy.c: here.
2007-08-03 Emmanuel Pacaud
Move interpolation property from GogStyle to GogSeries.
* goffice/graph/gog-plot.c (role_series_post_add): sets line
interpolation of child series.
(gog_plot_set_property), (gog_plot_get_property),
(gog_plot_class_init), (gog_plot_init): handle interpolation property.
* goffice/graph/gog-series.c (gog_series_set_property),
(gog_series_get_property), (gog_series_class_init), (gog_series_init):
handle line interpolation property.
(gog_series_populate_editor): add a line property selector if
GogSeriesClass::has_interpolation == TRUE. The selector is added to
the GogStyle::line editor.
* goffice/graph/gog-style-prefs.glade: move line intertpolation
selector...
* goffice/graph/gog-series-prefs.glade: ...here.
* goffice/graph/gog-style.c (line_init): register line_box
widget for later extension.
(cb_line_interpolation_changed): removed.
(interp_init): removed.
(gog_style_interpolation_load): removed.
(gog_style_interpolation_sax_save): removed.
(gog_style_sax_load_interpolation): removed.
* plugins/plot_xy/gog-xy.c: remove use_splines and interpolation
properties.
(gog_xy_view_render): line interpolation is a GogSeries property now.
2007-07-29 J.H.M. Dassen (Ray)
* configure.in: Resync ALL_LINGUAS with po files.
2007-07-24 Jody Goldberg
* goffice/gtk/goffice-gtk.c (go_gtk_window_set_transient) : minor
coverity report caused by some #ifndef WITH_GNOME.
2007-07-24 Morten Welinder
* goffice/utils/go-line.c (go_line_interpolation_as_str): Don't
overrun line_interpolations array.
When the svn option is enabled (as it is per default), depend on
subversion-base instead of subversion (only the svn executable is
needed).
Bump PKGREVISION.
A Perl implementation of the Facebook API, working off of the
canonical Java and PHP implementations. By default it uses JSON::Any
to parse the response returned by Facebook's server. There is an
option to return the raw response in either XML or JSON.
A Perl implementation of the Facebook API, working off of the
canonical Java and PHP implementations. By default it uses JSON::Any
to parse the response returned by Facebook's server. There is an
option to return the raw response in either XML or JSON.
the 2.0.x series. Major new features include:
- Much faster insertion of attributes (somewhere around 10 times),
many thanks to Eric Bollengier and Marc Cousin.
- First release of bat (Bacula Administration Tool). Note to build
bat you must explicitly enable it on the ./configure line, you
must have the Qt4 version 4.2 or later libraries loaded, the qwt
(Qt Graphics) package loaded, and qmake and the other Qt4 tools
must be available. Most of the implementation was done by Dirk Bartley.
- Red/Black restore in memory tree (500 times faster loading).
- The Regex Where code to allow easier relocation of restored files
thanks to Eric.
- Socket level heartbeat for all connections (untested).
- posix_fadvise() use in the FD to improve performance reduces
swapping due to opening/reading lots of files. Win32 equivalent
implemented.
- Much improved Volume reservation code that should eliminate most
conflicts experienced in multiple drive autochangers.
- Simpler locking in the SD in the reservation system.
- Detection of file size/date change during backup if enabled.
- New Recycle Pool feature -- thanks to Eric.
- Efficient implementation of very large include/exclude lists.
- Volumes are no longer pruned during 'status dir'
- Pruning is now more efficient, and if a Volume is purged,
during pruning, it is immediately discovered.
- License is now GPL v2 without modifications, fix a few copyright
mistakes made when adding FSFE copyright notice.
Important upgrade notes are mentioned in the MESSAGE file.
XXX Not (functionally) tested by myself, but Peter Eisch <peter@boku.net>
(via pkgsrc-users@NetBSD.org) verified the patch in his setup.
See fredette's annoucement for details:
http://mail-index.netbsd.org/port-sparc/2007/09/07/0000.html
>> The new version of tme, 0.6, fixes many bugs in the Sun 3 emulation,
>> and can also emulate a SPARCstation 2. NetBSD 3.x seems to run pretty
>> well on the different emulations.
This module will provide a coherent API to bring together the
various JSON modules currently on CPAN. This module will allow you
to code to any JSON API and have it work regardless of which JSON
module is actually installed.
This module will provide a coherent API to bring together the
various JSON modules currently on CPAN. This module will allow you
to code to any JSON API and have it work regardless of which JSON
module is actually installed.