Commit graph

117230 commits

Author SHA1 Message Date
spz
015569be5a patches irrtoolset to handle extended autnums
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
2007-09-07 21:26:31 +00:00
wiz
223cc2638d Add license file for softmaker-office-demo, set LICENSE, and update
RESTRICTED.
2007-09-07 21:22:31 +00:00
wiz
7e5b38c42c Set RESTRICT and NO_*_ON_*. 2007-09-07 21:05:39 +00:00
wiz
e5d77ec1ad Mention that this demo version only works for 30 days and
that Excel and Word export are disabled.
2007-09-07 21:05:28 +00:00
wiz
a20cf8ebe2 Mention new softmaker-office-demo package. 2007-09-07 20:59:34 +00:00
wiz
d9b77a94da + softmaker-office-demo. 2007-09-07 20:58:49 +00:00
wiz
322572fe43 Initial import of softmaker-office-demo-2006:
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.
2007-09-07 20:58:19 +00:00
jlam
647e874657 Add, enable and note www/pound. 2007-09-07 19:09:47 +00:00
jlam
d032cfa67d Import pound-2.3.2 into www/pound.
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.
2007-09-07 19:08:09 +00:00
jlam
06ab49ce09 Allow packages that use OpenSSL to specify that they need an OpenSSL
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.
2007-09-07 17:26:23 +00:00
reed
df0b5304b0 Update BUILDLINK_API_DEPENDS.libmm to at least 1.4.0.
(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.)
2007-09-07 17:16:43 +00:00
rillig
1316235db9 Replaced ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN} and made the code simpler. 2007-09-07 17:01:10 +00:00
adam
a26e6ec506 Fix PR#36894 2007-09-07 16:53:16 +00:00
rillig
ceae47166c Replaced ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN}, since it is shorter.
Removed unnecessary braces around a single pipeline. Also removed the
||true, since awk is very unlikely to fail.
2007-09-07 16:47:05 +00:00
jnemeth
49d5afd9b1 emulator/tme -> emulators/tme 2007-09-07 16:44:44 +00:00
minskim
4eb83876b5 + p5-XML-{SAX,Simple} 2007-09-07 16:39:20 +00:00
jnemeth
42e38d24f0 get rid of the two extra patch-bug-workaround entries 2007-09-07 16:37:45 +00:00
wiz
330d192f96 desktop-file-utils updated to 0.14. 2007-09-07 16:11:51 +00:00
wiz
3b89c50e0e Update to 0.14:
============
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-09-07 16:11:19 +00:00
wiz
ee1d965983 goffice updated to 0.4.3. 2007-09-07 16:09:57 +00:00
wiz
45bf44fba3 Update to 0.4.3:
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.
2007-09-07 16:08:53 +00:00
wiz
3120cf4b64 p5-Net updated to 1.22. 2007-09-07 15:57:18 +00:00
wiz
c1a95b12e2 Update to 1.22:
Bug Fixes
  * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
2007-09-07 15:56:26 +00:00
wiz
401da41d9f - bacula-2.2.2, dropbear-0.50, gmp3info-0.8.5a, gnutls-2.0.0,
gthumb-2.10.6, ispell-russian-0.99f8, maildrop-2.0.4, maradns-1.2.12.04,
  md-whois-4.7.20, mined-2000.14, mksh-30, molden-4.5, mp3check-0.8.3,
  mtail-1.1.1 [pkg/34512], openpam-20050616,
  p5-Apache-Session-Wrapper-0.33, pear-Date-1.4.7 [pkg/36211],
  prelude-lml-0.9.10.1, py-flup-2311, py-setuptools-0.6c5,
  radmind-1.10.0, skype-1.4.0.94, svk-2.0.2, tuxpaint-0.9.17,
  tuxpaint-config-0.0.7, tuxpaint-stamps-20070701, usrp-3.0.3,
  usrp-docs-3.0.3.
2007-09-07 15:53:57 +00:00
wiz
7afa0d8021 Mention some of drochner's updates. 2007-09-07 15:52:09 +00:00
rillig
91c415b938 The WRKDIR and PREFIX can be saved in the log directory when a package
doesn't build properly. These options are off by default since they
require much disk space.
2007-09-07 15:51:53 +00:00
obache
0bb792fd1c ttt is already updated. 2007-09-07 15:47:40 +00:00
rillig
716ddb1f45 In unprivileged builds, the user running pkg_add and pkg_delete is
almost always an unprivileged user. So there's no point in printing a
warning in that case.
2007-09-07 15:45:14 +00:00
wiz
91cfbe5a95 + bacula-2.2.2, mathomatic-12.7.6, msmtp-1.4.13 [pkg/36939],
smalltalk-2.3.6, sudo-1.6.9p5, ttt-1.8.2 [pkg/36943], weechat-0.2.6.
2007-09-07 15:44:32 +00:00
wiz
b11506598a Note ikiwiki PKGREVISION bump. 2007-09-07 15:38:28 +00:00
wiz
82c75f731f Fix permissions of included favicon file.
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.
2007-09-07 15:37:34 +00:00
abs
95f67d16e7 Import www/p5-WWW-Facebook-API-0.4.7 into pkgsrc:
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.
2007-09-07 15:32:46 +00:00
abs
383b362360 add p5-WWW-Facebook-API 2007-09-07 15:29:02 +00:00
abs
a0bae4c5e9 Import www/p5-WWW-Facebook-API-0.4.7 into pkgsrc:
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.
2007-09-07 15:28:34 +00:00
ghen
1971a2d1cc Updated sysutils/bacula, sysutils/bacula-clientonly, sysutils/bacula-gnome-console,
sysutils/bacula-tray-monitor and sysutils/bacula-wx-console to 2.2.2.
2007-09-07 15:17:44 +00:00
ghen
d17f9122e9 Update Bacula to the 2.2.2 release. This includes a major upgrade since
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.
2007-09-07 15:15:34 +00:00
jlam
62b6bafe16 Fix build on FreeBSD-4.x where <sys/socket.h> doesn't include <sys/uio.h>.
Now "struct iovec" is actually declared before use in cgi/cgidaemond.c.
2007-09-07 14:52:27 +00:00
tnn
4f1677be2a Make pcre build on HPUX. 2007-09-07 14:49:35 +00:00
jlam
5140639bfb Fix improperly quoted string in courieresmpts rc.d script. Bump
PKGREVISION to 2.
2007-09-07 14:18:11 +00:00
tsutsui
a0efdcea04 Updated emulators/tme to 0.6 2007-09-07 14:15:26 +00:00
tsutsui
01822829fc Update tme to 0.6. Ok'ed by skrll@.
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.
2007-09-07 14:11:51 +00:00
jlam
4ec0595b67 Fix name of a required configuration directory for the ESMTP module.
Bump the PKGREVISION to 1.
2007-09-07 14:11:20 +00:00
obache
9858d940a7 Updated net/ttt to 1.8.2 2007-09-07 13:55:12 +00:00
obache
05e68fc209 Update ttt to version 1.8.2.
This version contains build problem with gcc4 reported and patch provided
by Yakovetsky Vladimir in PR 36943.
2007-09-07 13:53:44 +00:00
tnn
87d6a8dd42 Fix installation of php extensions on HPUX. 2007-09-07 13:26:20 +00:00
abs
0545f9aa27 In retrospect as we currently only have one JSON converter in pkgsrc, this
package should probably depend on it.. PoLS.
Ride with the initial commit version.
2007-09-07 12:54:45 +00:00
abs
3e06adc263 Import converters/p5-JSON-Any-1.08 into pkgrsc:
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.
2007-09-07 12:44:54 +00:00
abs
1ba33c3b37 add p5-JSON-Any 2007-09-07 12:43:40 +00:00
abs
43aae25870 Import converters/p5-JSON-Any-1.08 into pkgrsc:
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.
2007-09-07 12:43:17 +00:00
rillig
6f5e31989b pkg_info -qR doesn't give the same results as pkg_delete -n. 2007-09-07 11:14:10 +00:00