Commit graph

20501 commits

Author SHA1 Message Date
rh
641b27c3c1 Update evolution to 0.10. This closes PR 13013 by Matthias Scheler
<tron@netbsd.org>

Notable changes include:

Shell:
  - Fixed some usability bugs in the folder selection and creation
    dialogs.
  - Added a --debug option.
  - Added support for drag and drop operations.

Mail:
  - Virtual Trash folders in each mail storage and "Empty Trash" menu
    item to expunge all folders in a store.
  - Email addresses in mail headers are now right-clickable to add
    them to the Addressbook
  - Hide deleted messages is now a mode rather than a one-time
    operation.
  - When sending plain text mail, use the new plain text mode of the
    GtkHTML editor
  - Cancellable operations, cancellable/async dns lookup, slightly
    improved progress reporting.
  - Allow per-identity Draft and Sent folders.
  - Replies quoted with "> " in messages are now displayed dimmed to
    make it easier to find the new bits of text.
  - Saved searches.  Searches now configurable via XML with supporting
    C code.
  - UNMATCHED vFolder
  - SASL Authentication
  - Filter/vFolder on Mailing List.
  - Resend sent items.
  - Allow users to turn on/off headers in the composer and added
    Reply-To header entry in the composer.
  - Numerous OpenPGP
  - Replying to a message chooses account based on message
    addressee's.
  - Redid Forward Inline and Forward Quoted.
  - IMAP fixes: greater configurability for faster startup/mail check
  - IMAP message bodies are now cached to local disk to speed up
    re-access
  - New config dialogs
  - Sorting by a text field in the message list no longer generates a
    random order.
  - Fixed "crash when getting new mail from 2 POP servers" bug.
  - Numerous bugfixes, cleanups and optimisations.

Addressbook:
  - Added support for non editable sources.
  - Added address completion for use in contact entries using the
    select names system.
  - Fixed some major crashes in the addressbook backend.
  - Updated Ximian's contact information.

Calendar:
  - Event creation fixes.
  - Calendar loading fixes and removal of old code.
  - Made the iTIP control have better spacings.
  - i18n fixes.

Tasks:
  - Created a popup list item for ETable to select the Status,
    Classification, Priority, Percent & Transparencey fields.
  - Created a popup date editor item for ETable to set all the dates in the
    tasks.

Importers:
  - Created Intelligent Importers that look for certain files on your disk
    and works out what type of data it is. Currently Intelligent Importers
    exist for Pine, Elm and Netscape.

General:
  - Rewrote ETree in gal.  Changed evolution to support the changes in
    API.
  - Lots of Etable/ETree bug fixes.
  - Lots of i18n/l10n fixes.
    and the Evolution gang)
  - Fixed the shell interface so it could correctly create folders.
2001-05-25 06:16:17 +00:00
rh
a5a8e426f1 Downgrade gal to 0.7. Version 0.8 contained incompatible changes that
need updates of GNOME programs, most nobably evolution.  With gal-0.7,
at least evolution-0.10 compiles.  This addresses (part of) PR 13013 by
Matthias Scheler <tron@netbsd.org>.
2001-05-25 06:12:52 +00:00
jlam
e1fc187824 No functional changes, only slight recoding to make it easier to cut-and-
paste into new buildlink.mk files.
2001-05-25 04:49:15 +00:00
hubertf
e584a873d4 install example XML files 2001-05-25 02:47:09 +00:00
skrll
1517a4c70f Introduce a new variable KJS_USE_PCRE that controls the regex library
used in KJS (javascript) for kdelibs2.

This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-24 22:18:21 +00:00
jlam
1d95063aab Use S_IRUSR/S_IWUSR and related flags from <sys/stat.h> instead of
SHM_{R,W}.  Fix suggest by Klaus Klein.  This should fix build on
non-current NetBSD systems and closes PRs 13023 and 13033.
2001-05-24 21:52:14 +00:00
dmcmahill
5609f66ecc Update to dinotrace-9.1d
Changes are:

* Changes in Dinotrace 9.1d  5/24/2001
***     Fixed missing 0's in display of >64 bit numbers. [Amitvikram Rajkhowa]
***     Fixed stripping of characters after bus prefix.  [Steve Hoover]

* Changes in Dinotrace 9.1c  2/13/2001
***     Fixed Verilog reading ignoring the hiearchy separator. [Dominik Strasser]
2001-05-24 20:17:13 +00:00
dmcmahill
8b2d169060 document PVM_SSH variable 2001-05-24 19:58:35 +00:00
dmcmahill
6b11d1092a forgot to cvs add these first. 2001-05-24 19:51:47 +00:00
dmcmahill
aa88b59f9b - add -DCTIMEISTIMET to all the NetBSD arch definition files. This just
says to use type time_t for ctime(3).

- Fix some format strings for 64 bit systems.

- use '?=' instead of '='when setting the command used for rsh/ssh so the
  user can set it in mk.conf (PVM_SSH).
2001-05-24 19:51:07 +00:00
skrll
a94ba4caf9 Improve logic around USE_LIBTOOL and USE_LTDL. 2001-05-24 19:39:55 +00:00
dmcmahill
3af15b801a Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensures
you can do something like:

make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g"

and still have pvm compile correctly.

Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
2001-05-24 19:32:32 +00:00
abs
bc0f328ba4 Update pkgdiff to 0.100
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the
failure message as a patch. Change to abort if pkgdiff has a non zero exit
(with the pkgdiff output). Also add a '-v' flag to indicate which .orig
file is being associated with which patchfile as processed.
2001-05-24 17:02:44 +00:00
abs
9e1204af76 If pkgdiff reports 'Cannot strip away RCS IDs, please handle manually!'
mkpatches faithfully files that away as a patch, which somewhat broke
my previous update. Fixing.
2001-05-24 17:00:57 +00:00
jlam
d25fb28a4b Use buildlink.mk files for cups and pam. 2001-05-24 16:41:58 +00:00
jlam
79c34b827b Add buildlink.mk file to link libraries and headers into ${WRKDIR}, to be
used by other packages.
2001-05-24 16:41:08 +00:00
abs
d9a13bd466 Obey rc.conf if present (modelled on apache rc.d file), plus allow entries
to be prepended to CLASSPATH by setting optional tomcat_classpath
2001-05-24 16:06:43 +00:00
jtb
c0a8dd3e66 Pass --no-split option to makeinfo. Reported to packages@netbsd.org
by Masao Uebayashi.
2001-05-24 14:54:22 +00:00
tron
cf3dde8ef2 Add and enable "koncd" package. 2001-05-24 14:45:07 +00:00
tron
51aa1431a8 Import new "koncd" package:
Frontend to the fabulous cdrecord and mkisofs programs

This package was created by Berndt Josef Wulf and made ready for use by me.
2001-05-24 14:42:12 +00:00
agc
c759c2faf4 To check patches using the checkpatch target, a special version of
patch(1) is needed, which supports -C (which checks that the patches
would apply cleanly).  As we use message digests to verify our
patches, and as we don't have a modified patch on NetBSD, Solaris and
Linux, remove the checkpatch target, and all references to the
PATCH_CHECK_ONLY definition.
2001-05-24 13:58:18 +00:00
agc
e8e5fab5c3 When displaying a list of "dependencies" in the run-depends-list
target, don't display what we're doing if PKG_DEBUG_LEVEL is non-zero
- the output of run-depends-list is fed to pkg_create(1) and encoded
in the binary package as a list of @pkgdep lines, and expanding the
output is not the right thing to do.
2001-05-24 13:28:36 +00:00
itojun
38a0ec704b upgrade magicpoint to 0.18a.
- The "charset" directive: you can use iso-8859-[1-4]
- MNG support: animation without "mark" and "again"
- Enhancing "mgp2ps"
  * Supporting "cont", "mark", "again"
  * Resizing image
- bug fixes
2001-05-24 10:36:00 +00:00
jlam
e0d1a579c8 Add a link-getopt-libs target to link libgetopt* into ${BUILDLINK_LIBDIR},
and add link-getopt-libs to BUILDLINK_TARGETS.
2001-05-24 09:13:19 +00:00
jlam
d1c6bb07b5 Make instructions for use more explicit, and correct a typo in the
comments (WRKSRC should be WRKDIR).
2001-05-24 08:58:24 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
manu
a7c8e855cb disabled shlibs checking (this is a Linux package) 2001-05-24 08:38:40 +00:00
jlam
d0a0bccce3 Update abiword to 0.7.14. There were a large number of changes from version
0.7.10, both in bugfixes and in feature additions.  No list of changes is
provided, but from gleaning the CVS logs, this is update is a large step
forward for this application.
2001-05-24 04:28:19 +00:00
jlam
709acfcbed Update cups to 1.1.8. Relevant changes from version 1.1.7 include:
- The scheduler might restart a stopped printer after stopping a print job.
- The IPP backend did not handle the client-error-not-found error when
  checking the status of the job that was sent.  This caused remote queues
  to stop on client machines when the server had job history disabled.
- Added httpConnectEncrypt() function to avoid performance penalty for
  setting up encrypted connections initially.
- Jobs weren't queued to remote classes (fix from Richard Begg.)
- Fixed the pstops fix for GNOME output - no longer use the page numbers in
  the %%Page: comment since GNOME puts a filename instead (!?@!#?!).
- The imagetops filter produced PAGE: messages when generating PostScript for
  a non-PostScript printer (only affects page-label and Classification
  options.)
- The updated pdftops filter was looking for an options file called xpdf.conf
  instead of pdftops.conf.
- The scheduler would not force the default job sheets for printers to the
  current classification setting.
- Added a new ippFindNextAttribute() function to the CUPS API.
- ppdEmitJCL() now strips any leading path info from the title string.  This
  is only an issue for non-CUPS clients that don't do this already...
- Other pstops fixed from Helge Blischke for printing non-conforming
  documents.
- The MaxJobs parameter was not reset when loading the cupsd.conf file.
2001-05-24 03:17:18 +00:00
jlam
8dcde607be Update ap-dtcl to mod_dtcl-0.10.0. There is no list of changes from version
0.8.12, but mod_dtcl now uses <? ?> tags instead of <+ +>.  For now, mod_dtcl
contains compatibility code so that your old scripts will still run.
2001-05-24 03:04:05 +00:00
jlam
31ed72fa68 Bump dependency on tcl to the latest version...it's needed to actually
build the software, but a lower dependency may be used when running the
software.
2001-05-24 03:02:54 +00:00
jlam
a3dca94481 Fix the installed tkConfig.sh so it's possible to use its values to generate
a shared library that depends on libtk83.so.  Patch the configure script to
set TK_LIB_SPEC to include -Wl,-rpath,... or -R... depending on whether we
are ELF or a.out.

Bump version number to 8.3.2nb1.
2001-05-24 02:58:29 +00:00
jlam
18fc23567b Fix the installed tclConfig.sh so it's possible to use its values to generate
a shared library that depends on libtcl83.so.  The TCL_SHLIB_LD command was
set to the incorrect value for ELF platforms, relying on "ld" which doesn't
understand the -Wl,... options it receives via ${TCL_LIB_SPEC}.  Patch the
configure script to set TCL_SHLIB_LD to the proper value on NetBSD systems
depending on whether they are ELF or a.out, and also modify TCL_LIB_SPEC
to include -Wl,-rpath,... or -R...  accordingly.

Bump version number to 8.3.2nb2.
2001-05-24 02:58:15 +00:00
hubertf
5a8f2e47e0 Stop the config script from thinking every mips machine is a pmax:
Before:
	raqim# echo $version
	tcsh 6.09.00 (Astron) 1999-08-16 (mipsel-dec-NetBSD) options 8b,nls,dl,al,rh,color
						 ^^^

After:
	raqim# echo $version
	tcsh 6.10.00 (Astron) 2000-11-19 (mipsel-mips-NetBSD) options 8b,nls,dl,al,rh,color
						 ^^^^

Patch contributed by rafal@mediaone.net in PR 12993.
2001-05-24 01:17:28 +00:00
jtb
8d4c44897c Update PLIST for gsl-0.8. 2001-05-23 23:47:59 +00:00
kei
458c64611c make it compile with USE_CANNA == YES. 2001-05-23 23:25:05 +00:00
kristerw
4385d67abc Update xmame to 0.37b14.2.
This contains everything from MAME 0.37b14 except for 'steadykey' support.
The Unix-specific changes that affect NetBSD are:
  - The sound device is now released when the emulation is paused.
    (Shyouzou Sugitani)
  - Added -hotrod for HotRod and HotRod SE support.  Set it to 1 for
    HotRod, 2 for HotRod SE.
  - Fixed a bug in logerror() that could cause a crash.  (Pete French)
2001-05-23 21:52:55 +00:00
jlam
d1937b7900 Substitute pre-defined ${PERL} value for location of perl binary. 2001-05-23 21:06:01 +00:00
jtb
1c400cc426 No longer needed. 2001-05-23 20:29:15 +00:00
jtb
0e7b96ad06 Update to gsl-0.8.
* What is new in gsl-0.8:

** The build process now uses the latest libtool and automake

** The library should now compile with Microsoft Visual C++

** Portable versions of the isinf, isnan and finite functions are
available as gsl_isinf(x), gsl_isnan(x) and gsl_finite(x).

** The definitions of GSL_POSINF, GSL_NEGINF and GSL_NAN no longer
cause divisions by zero during compilation.

** The gsl_interp_obj has been renamed to gsl_interp

** The poly_eval and pow_int functions have been moved from the
specfunc directory to the poly and sys directories.

** The Chebyshev functions are now available as an independent module
in their own directory.

** The error handling conventions have been unified across the
library.  This simplifies the use of the special functions.

** A full CBLAS implementation is now included for systems where ATLAS
has not been installed. The CBLAS library can also be used
independently of GSL.  The organisation of the BLAS directories has been
simplified.

** IEEE support for HPUX-11, NetBSD, Apple Darwin and OS/2 are now
included.

** The library now includes implementations of log1p, expm1, hypot,
acosh, asinh, atanh for platforms which do not provide them.

** The convention for alloc and set functions has changed so that they
are orthogonal. After allocating an object it is now necessary to
initialize it.

** There is a new module for estimating numerical derivatives of functions

** There is a new module for handling data with ntuples

** The histogram lookup functions are now optimized for the case of
uniform bins, and include an inline binary search for speed.

** The Chebyschev coefficients for the QAWO algorithm are now
precomputed in a table for efficiency, rather than being computed on
the fly.

** There are several new sorting functions for selecting the k-th
smallest or largest elements of a dataset.

** Iterator functions are now available for permutations,
gsl_permutation_next and gsl_permutation_prev.

** The function gsl_complex_xy has been renamed gsl_complex_rect

** The API for simulated annealing has been changed to support search
spaces in which the points cannot be represented as contiguous-memory
data structures.  gsl_siman_solve() now takes three extra arguments: a
copy constructor, a copy function and a destructor, allowing
gsl_siman_solve() to do its work with linked data structures.  If all
three of these function pointers are NULL, then the traditioanl
approach of using malloc(), memcpy(), and free() with the element size
is used.
2001-05-23 20:24:05 +00:00
rh
9292f9799d Add and enable xmms-crossfade 2001-05-23 20:18:13 +00:00
rh
9ee5da0b32 Initial import of xmms-crossfade-0.2.7, a cross-fading plugin for xmms. 2001-05-23 20:17:22 +00:00
manu
777ff979ff Bumped version number after a change 2001-05-23 16:57:47 +00:00
manu
8247df1d3a Prevent shlib cheks (this runs NetBSD's ldd on Linux shared libs) 2001-05-23 16:55:00 +00:00
agc
e33d9bfe55 Add and enable helpdeco 2001-05-23 15:48:34 +00:00
agc
fd90718b4c Initial import of helpdeco-21 into the packages collection.
Provided by Ben Collver (collver@linuxfreemail.com) in PR 12927

helpdeco is a windows .hlp to RTF converter.
2001-05-23 15:47:43 +00:00
wiz
c949b5f94e Fix compilation on macppc. (relocation error because of missing -fPIC) 2001-05-23 15:35:00 +00:00
dillo
06288047c7 Update to 2.41
most important changes: (for full summary see ChangeLog in the distfile)
========================================================================

- Beginning with 2.40, the reference version of Frotz (the DOS version) is
 distributed under the GNU Public License rather than the old "no
 commercial profit" license.  And so is the Unix version.

- V6 games supported by drawing the outlines of pictures.  True display of
  the graphics are on hold until the X11 with GTK version is complete.

- Classical Infocom sound effects supported through the OSS drivers.  I'm
  only aware of "Lurking Horror" and "Sherlock: The Riddle of the Crown
  Jewels" as having such sound effects.  See the INSTALL file for
  information on where the sound files should go.

- Quetzal save format is now the default.  Old Zip 2.0 format is still
  supported by command line option or config file setting.

- History searchs has been added.  Type the beginning of a past command
  and hit the up or down arrow key.
2001-05-23 13:35:10 +00:00
dillo
2c02a8e5ee fix bug: Rereading active file doesn't reread active.mail (MH box
pseudo newsgroups), bumping version to 1.4.5nb1.  Patches sent to
maintainers.
2001-05-23 13:15:34 +00:00
abs
813d0a2943 We should at least try to build on Linux 2001-05-23 12:12:33 +00:00