Commit graph

90000 commits

Author SHA1 Message Date
agc
1d11f1bba1 Use an ${OPSYS}-specific message file for DragonFly, to get the right
local security information.

With thanks to Joerg Sonnenberger for the DragonFly help, and Trevor
Kendall for the original report.
2005-12-29 23:47:55 +00:00
markd
59057266bc kdelibs update. 2005-12-29 23:43:51 +00:00
markd
404b7b866f Don't change ${PREFIX}/share/pixmaps to ${PREFIX}/share/kde/pixmaps.
Directory is not actually used by KDE itself and this allows KDE to find
(some) gnome icons. Bump PKGREVISION.
2005-12-29 23:41:42 +00:00
joerg
025f49dc74 ctype fix for fidogate. 2005-12-29 23:34:26 +00:00
joerg
769f3fd6ed Fix ctype issues. Bump revision. 2005-12-29 23:31:35 +00:00
markd
b787b5dad6 R update. 2005-12-29 23:25:16 +00:00
markd
c64417b924 Update R to 2.2.1
USER-VISIBLE CHANGES

    o   options("expressions") has been reduced to 1000: the limit
        of 5000 introduced in 2.1.0 was liable to give crashes from C
        stack overflow.


NEW FEATURES

    o   Use of 'pch' (e.g. in points) in the symbol font 5 is now
        interpreted in the single-byte encoding used by that font.
        Similarly, strwidth now recognizes that font 5 has a different
        encoding from that of the locale.  (These are likely to affect
        the answer only in MBCS locales such as UTF-8.)

    o   The URW font metrics have been updated to versions from late
        2002 which cover more glyphs, including Cyrillic.

    o   New postscript encodings for CP1250 (Windows East European),
        ISO Latin-7 (8859-13, Latvian, Lithuanian and Maori), Cyrillic
        (8859-5), KOI8-R, KOI8-U and CP1251.

    o   configure has more support for the Intel and Portland Group
        compilers on ix86 and x86_64 Linux.

    o   R CMD INSTALL will clean up if interrupted (e.g. by ctrl-C from
        the keyboard).

    o   There is now a comprehensive French translation of the messages,
        thanks to Philippe Grosjean.


DEPRECATED & DEFUNCT

    o   The undocumented use of atan() with two arguments is deprecated:
        instead use atan2() (as documented).

    o   The 'vfont' argument of axis() and mtext() is deprecated
        (it currently warns and does nothing).

    o   The function mauchley.test() is deprecated (was a misspelling)
        and replaced by mauchly.test()

Many BUG FIXES
2005-12-29 23:23:53 +00:00
garbled
3a7285c482 Enable the history file in gnuplot per PR pkg/32139. Bump pkgrev to 3 2005-12-29 23:01:51 +00:00
joerg
4f0ea4a8e4 Bump revision of cdparanoia for library fix. 2005-12-29 22:52:19 +00:00
joerg
f1ba4ac769 -lcam is needed on FreeBSD and DragonFly, so include it as dependency
library. Bump revision.
2005-12-29 22:50:53 +00:00
joerg
8e75ad951f Fix errno. 2005-12-29 22:43:40 +00:00
jlam
e88d408616 Add some X11 font database files that are generated by mkfontdir,
mkfontscale, ttmkfdir, etc., to the list of skipped files.  We don't
care about these because they're constantly being regenerated, sometimes
during the package's install phase.
2005-12-29 22:39:09 +00:00
jlam
b98b9b5564 Add comments for the skipped files for CHECK_FILES. 2005-12-29 22:32:20 +00:00
jlam
a9bb2eaa6e Convert to use the font hooks in the pkginstall framework and get rid
of the custom INSTALL and DEINSTALL scripts.  Also, just override some
make variables using MAKE_FLAGS instead of patching the Makefile, and
get rid of patch-aa.
2005-12-29 22:20:00 +00:00
markd
f62733a6ab X11BASE defaults to /usr/openwin on Solaris, but only when using the
native X11_TYPE.  Allow X11BASE to default correctly on Solaris when
X11_TYPE= XFree86 or xorg.
2005-12-29 21:18:11 +00:00
garbled
be16507857 Note addition of gchore 1.0 2005-12-29 21:13:48 +00:00
garbled
138d6c335f add gchore to category makefile 2005-12-29 21:12:36 +00:00
garbled
dc97d0d609 Import gchore-1.0.
Gchore is a simple tool that tracks your chores, and reminds you to do them
on a daily basis. It is not a general todo list, it is better suited for
repeating tasks, such as taking out the garbage on mondays.
2005-12-29 21:11:33 +00:00
garbled
ea25cbef77 Change the HOMEPAGE and MASTER_SITES to reflect that this project has moved
to sourceforge. No functional changes to pkg.
2005-12-29 21:01:40 +00:00
ghen
7ea61e449e Note lang/erlang update. 2005-12-29 20:49:27 +00:00
markd
109e31e744 py-matplotlib update. 2005-12-29 20:31:41 +00:00
markd
68693b611a Update py-matplotlib to version 0.83
Added Mark Athen's 'scale' patch, so that on a scaled axis a circle
looks like circle. See help(axis).

New cursor and span selector widgets

You can use use matplotlib event handling to register a callback after
figure draw using 'draw_event' which calls the callback with a
DrawEvent instance

Use 'f' to toggle full screen mode in the GTK backends.

Steve Chaplin has made numerous updates to the GTK and SVG backends.

Reorganized config files

Updated agg_test.py to demonstrate curved paths and fills.

Upgraded pyparsing and applied Paul McGuire's suggestions for speeding
things up. This more than doubles the speed of mathtext in my simple
tests.

Bugs fixed / small features

What's new in matplotlib 0.82

Subplot configuration
GUI neutral widgets
Exposes line cap and join style via new rc params and Line2D properties
All Axes properties are now exposed via kwargs

Small bugfixes and features

What's new in matplotlib 0.81
TeX support
Masked arrays
Much faster image loading for MxNx4 or MxNx3 UInt8 images.
New image interpolation options
set deprecated
New scalar formatter
Bug fixes
2005-12-29 20:29:34 +00:00
joerg
c9bfbc08f7 sys/time.h needed for DragonFly as well. 2005-12-29 20:27:14 +00:00
ghen
0500f7f0af Add (conflicting) "iodbc" and "unixodbc" options to openldap for ODBC support,
from PR#31960.  Ok by jlam and wiz.
2005-12-29 20:10:23 +00:00
joerg
739e5ad231 Fix errno. 2005-12-29 19:55:22 +00:00
joerg
fd0a792844 This is GNU configure. Use ulong definition on DragonFly as well. 2005-12-29 18:58:23 +00:00
jlam
67f9f822e8 Convert to use the font hooks in the pkginstall framework. We no
longer need to run mkfontdir ourselves, and those @exec/@unexec lines
may be removed from the PLISTs.
2005-12-29 18:17:21 +00:00
wiz
07a6855ecb + gimp-2.2.10. 2005-12-29 18:10:30 +00:00
jlam
2927908735 Perl has no dependencies, so force patch the Configure script to make
library searches to start in the system directories instead of in the
pkgsrc-controlled directories.  This change is in the same spirit as
the one that caused the PKGREVISION bump to 6, but is more likely to
work on IRIX where plibpth needs to be set from the Configure script.
This time, we patch the Configure script instead of setting libpth in
the hints file because we depend on the values of variables which are
defined after the hints file is sourced by the Configure script.

XXX This breaks building perl on a platform that has native pthreads
XXX with PREFER_NATIVE_PTHREADS=no, but that's not really worthwhile
XXX to fix.
2005-12-29 17:54:45 +00:00
joerg
3741be15fc dmalloc.h MUST be included after unistd.h on DragonFly, since it
messes with compat function names.
Fix errno.
Use bzip2 to extract a bzipped file, it works somehow better than
gzip.
2005-12-29 17:41:27 +00:00
joerg
2b2af3ee56 Fix errno. 2005-12-29 16:20:48 +00:00
kim
245cd1880b Avoid changing FS as it triggers an odd bug on some awk versions, with
incorrect field calculation for the second field if the first field is
numeric and there are only 2 fields total in the input record (line).

The buggy awk was in 2.99.* and early 3.99.*, and identifies itself as
awk version 20030729.  However, not all awk's with this version number
exhibit the problem (so it could be related to a library used by awk).

Recent 3.99.* builds don't have this problem, and the awk versio on
them is also much more recent.
2005-12-29 16:09:42 +00:00
cube
cc02a7387f Note addition of devel/scons-devel and devel/nsis. 2005-12-29 15:51:26 +00:00
cube
7b6e6266cd Enable nsis and scons-devel. 2005-12-29 15:49:38 +00:00
cube
7b7f71c472 Initial import of nsis, version 2.12, into the NetBSD Packages Collection.
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool
for the development of Windows installers.  It is designed to be as small and
flexible as possible and is therefore highly suitable for Internet
distribution.

An installer is not only the first experience of a user has with your product,
many software problems can also be solved by providing reliable installation
tools.  NSIS allows you to create stable, quick and user friendly installers
that are capable of installing, uninstalling, setting system settings,
extracting files and more.  With the NSIS scripting language you can implement
any custom logic you want.

The large collection of plug-ins, scripts and software in the Developer Center
helps you to build full featured installers and provides a solution for almost
every scenario.
2005-12-29 15:47:43 +00:00
cube
70b23c9b6a Initial import of scons-devel, version 0.96.91, into the NetBSD Packages
Collection.  The 0.96.9x releases will eventually become scons 0.97, but
the stable release is still 0.96.1 available in devel/scons.  However, some
pacakges might need the newer capabilities.

SCons is an Open Source software construction tool--that is, a build tool;
an improved substitute for the classic Make utility; a better way to build
software.
2005-12-29 15:43:08 +00:00
joerg
35b69cfb04 Do some post-cleanup of the libraries for DragonFly until I find out,
why imake doesn't do it itself.
2005-12-29 15:33:45 +00:00
joerg
f9ccbddb6e DragonFly wchar_t support. 2005-12-29 15:29:11 +00:00
jlam
e0f1bb63ee Correct section title (copy and paste error). 2005-12-29 15:00:10 +00:00
jlam
1c16dde6c7 Update the pkgsrc guide to reflect the following changes to the pkginstall
framework:

   * USE_PKGINSTALL is no longer needed.

   * X11 font directories should be listed in FONTS_DIRS.<type>

   * fonts.mk is no longer needed as the functionality has been completely
     reimplemented within the pkginstall framework.

   * PKG_UPDATE_FONTS_DB may be set to "yes" or "no" to indicate whether
     the fonts databases should be updated or not.  This defaults to "yes".
2005-12-29 14:59:03 +00:00
ghen
fa51ec5762 Note import of net/aiccu. 2005-12-29 14:57:15 +00:00
ghen
78e9ec0d3d Add aiccu. 2005-12-29 14:55:06 +00:00
ghen
f4690b851b Import net/aiccu, ok'ed by wiz.
AICCU (Automatic IPv6 Connectivity Client Utility) makes it easy for users to
get IPv6 connectivity via SixXs. After having requested an account, tunnel and
optionally a subnet, AICCU can be used to automatically configure the tunnel.
AICCU supports TIC (Tunnel Information & Control protocol), which it uses for
retrieving the tunnel configuration information, AYIYA, which allows tunnels to
be created even behind firewalls and NATs.
2005-12-29 14:53:52 +00:00
jlam
6517d6f417 Allow avoiding the automatic update of the fonts databases by setting
PKG_UPDATE_FONTS_DB=no in the environment or /etc/mk.conf.  This can
be beneficial when installing large numbers of fonts packages into
the same directories as it avoids destroying and recreating the same
database files over and over again.  This might make it possible
someday to run fc-cache, which is sometimes very time-consuming, from
the +FONTS script automatically.
2005-12-29 14:10:01 +00:00
joerg
e871bba6d7 Use -nocombreloc on DragonFly as well. Suggested by Timothy H. Legant
on DragoFly's user list.
2005-12-29 14:04:56 +00:00
joerg
39b168a0ca inkscape bump for missing translations. 2005-12-29 14:03:05 +00:00
joerg
6557490e0b Add some more translations to PLIST as shown by bulk builds.
Bump revision.
2005-12-29 14:01:14 +00:00
joerg
45fad7e41d Create separate configuration for DragonFly. Fix errno.
Based on patch from Richard Nyberg on DragonFly's user list.
2005-12-29 13:56:51 +00:00
jlam
5128d7a9bb Test that a variable is defined before checking its value. Fix from
Thomas Klausner.
2005-12-29 13:47:43 +00:00
joerg
e880439d80 Fix errno deetection and use of the test results. Isn't it a lot better
when the conditional matches the variable name from the test case?
2005-12-29 13:46:16 +00:00