Commit graph

1699 commits

Author SHA1 Message Date
recht
31e79c3965 Add 23 and 23pth as accepted Python versions. 2003-12-03 22:10:08 +00:00
kleink
653b950061 Update koffice-devel to 1.2.94 (a/k/a 1.3rc1), resolving PR pkg/23412.
Changes since 1.2.93 are outlined as:

     KOffice Libraries

     * Restart autosave timer when saving
     * Fixes for remote documents (authentication dialog not on top,
       error handling)
     * Restore ability to detect documents without extension (was
       broken by KDE-3.2-alpha's KZip)
     * Many stability fixes in spell checking

       KoText library features (shared between KWord and KPresenter):

     * Fixed missed hit during search-replace backwards with a single
       paragraph

     KWord

     * Fix for frames extending beyond the page getting the wrong size
       in 'preview mode'
     * Fixed wrong layouting of inline frames (e.g. pictures)
     * Don't select inline frame after pasting text containing it
       (only select non-inline frames)
     * Improved "create style from selection": use format at cursor if
       no selection, allow to type the name of an existing style to
       update it, and select the style for the current paragraph after
       creating it.

     KPresenter

     * Resizing a frame it does not snap to the grid (#63032)
     * Fixed when after resize/undo size of object is not the same
     * Fixed when after move/undo position of object is not the same
     * Fixed resizing of poly line objects
     * Fixed after reload of some objects moved up a little bit
     * Fixed moving with key left used y grid
     * Fixed header/footer moved in undo

     KSpread

     * kspread problem with calculating dates (#64794)
     * cell border does not work with merged cells (#61570)

     Kivio

     * Fixed copying text in other codecs then latin1
     * Fixed the size of the stencilbar when loading stencils at start
       up

     Filters

   KWord's MSWord import filter (requiring wv2-0.1.9):

     * Support for Word 6 and Word 7 (aka Word 95) files added
     * Fixed the list handling for weird corner cases
     * wv2 isn't so noisy anymore, when compiled with --disable-debug.
       Packagers are highly encouraged to use that flag.

   KWord RTF export filter:

     * new: headers and lists (fixes a regression from KOffice 1.2.x.)
     * declare fonts better (especially not Western European ones.)
     * fix table generation (better compatibility to RTF
       specification)
     * better date and time fields (except locale dates/times.)
     * fix word-by-word underline.

   KWord's RTF import filter:

     * make a better and faster fix for Qt 3.2
     * speed up importing files with many Unicode characters.
     * support for the field-like keywords for date, time and page
       number.

   KSpread HTML export filter:

     * fixed RTL problems with sheet and cell direction
2003-12-03 10:25:15 +00:00
grant
31aae3287c fix formatting 2003-12-01 22:47:02 +00:00
ben
8af6a397e4 On sparc64 when I used the "w" command, the screen logins had absurdly
large login and idle times.  This was due to a bug in utmp.c:

in os.h
-------
#  define utmp          utmpx
#  define ut_time       ut_xtime

in utmp.c::makeuser()
---------------------
struct utmp *u;
  (void)time((time_t *)&u->ut_time);

The above works fine on i386 where ut_xtime and time_t are the same size,
but on sparc64 ut_xtime is 8 bytes rather than 4.

This fix was tested on i386 and sparc64.
2003-12-01 15:18:27 +00:00
jschauma
6048206d2c As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
2003-11-30 22:58:40 +00:00
kristerw
df1dbcc687 Make the package install after the recent DIST_SUBDIR change. 2003-11-29 04:15:43 +00:00
wiz
511619f71b Fix
http://www.securityfocus.com/archive/1/345844
with the patches supplied there.
Bump PKGREVISION to 1.
2003-11-27 20:29:48 +00:00
markd
608ba88e6a For celestia-kde install additional KDE related files.
Fixes PR pkg/23323 from Ingolf Steinbach.
Bump PKGREVISION
2003-11-27 13:45:25 +00:00
wiz
210c6cfdeb Add dependency on mjpegtools, since otherwise gst-plugins does not build in
its presence.
Add libgstaudiofile.* and libstjpegmmx* to the PLIST.
Bump PKGREVISION to 6.
2003-11-26 23:18:34 +00:00
tron
faee28f3d3 Update "bidwatcher" package to version 1.3.11rc1.
Changes since version 1.3.10:
- Fixed Bug #779784 Keeps updating finished auctions
- More portable build (builds with Compaq's C++ compiler)
- Removed some dead code.
- Details window shows all available information.
- Fixed BuyItNow autodeletion bug.
- Added basic proxy authentication.
- Fixed some BuyItNow handling.
- GetUserListings fixes.
- Better compatibility with Purchase Only auctions.
- Fixed quantity amount in detail window.
- Fixed bigUpdate: timeToNextEnd was > 5 mins, so it wouldn't fire.
- Fixed the idempotent header defines in bidwatcher.h
- Added functionality to open to a specific ebay country website.
- Fixed GMTIME BSD specific code.
- Don't try to bid if we failed to get the snipe key
- Fixed "Bid too low" message
- Fixed "You are highest bidder" message
- Fixed "Outbid" detection
- Added Pragma headers to coerce proxies into refreshing the content
- Printout log messages since they currently disappear in the statusbar.
- Changed needelessly complex status bar operations.
- Fixed pre-bid on ended auctions error message
- Fixed pre-bid/snipe URL+headers
- Fixed updating after snipe
- Updated User-Agent
- Handy --enable-debug configure option
2003-11-25 08:43:51 +00:00
fredb
191c31c449 Bump PKGREVISION for recent changes. [Use new grf ioctl()'s.] 2003-11-20 01:05:18 +00:00
fredb
3abe6b61ab Fix missing prototype for memcpy(). 2003-11-20 00:59:08 +00:00
fredb
801bda703b Switch to the "new" grf interface -- new in NetBSD 1.5! -- because
GRF_COMPAT is currently broken on NetBSD 1.6ZF.
2003-11-20 00:33:47 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
wiz
ef2e6a7dc9 Make patches apply again; use sed script in pre-build
to remove stuff after #endif to avoid RCS problems with patches (hi christos!).
2003-11-11 10:42:32 +00:00
kleink
db552640ff Remove include/kword afterwards. 2003-11-11 10:30:41 +00:00
wiz
4283b1ae12 Update to 1.35, since 1.33 is not available any longer.
Changes:
Version 1.34
    The array bound checking for the x10sched.conf file was missing.

    Certain noise on the line would cause repetitive bytes to fill the buffer.
    relay.c code was tightened to look for this.  The spool file is truncated
    after 1 million bytes.

    The jumpbuf in xread.c was getting corrupted, causing the second
    trigger to hang.    That's fixed.

    Relay.c checks every 10 minutes for the need to change to daylight
    savings time.  It changes the clock if needed.

    Added the ability to run two CM11's.  Each needs it's own config file.
    The tty device is used to differentiate the spool files.

    Add the keywords "option" and "alias" to the config file to help ensure
    that it is parsed properly.

Version 1.34beta6
    corrected x10.h "endif" with trailing coment

    Added patch from "Tony Machon" <heyu@digitaldynamics.us> that allows
    use of config file aliases in the x10sched file.

    Changed device to 0x0 when doing , alloff or lighston or lightsoff per
    patch provided by rrauenza<%>shroop.net.

    Thanks to Michael Skora <mike@alienbrain.net>, there is a way to send
    just the address or just the function.

Version 1.34beta7
    Added a siginterrupt(2) call so the alarm(2) calls will correctly
    abort the read(2) calls.  Added local.h as a place to put local config
    defines (such as USESIGINT).  Configure creates this as neededd.

    Did more cleanup so that there won't be hangs when sending cm11
    directives that have a checksum of 0x5a.

    Added "relay" mode so the relay can be studied in the fore-ground, ala
    'strace ./heyu -v relay'.  Still need to add verbose entries to take
    advantage of the -v option.

    Added code to check the "write lock" file when evaluating that
    damned 0x5a that can be generated out of the blue as well as
    being used as a checksum.

Version 1.34beta7.4
    Corrected the munlock function.  It was being used inconsistently,
    sometimes needing a full lock string, other times not.  The tty
    device was deleted in one case.

Version 1.34beta7.5
    Still having problems with resends involving 0x5a

    Updated FAQ

    Added openbsd option to Configure.

Version 1.34beta7.6
    Cleaned up x10.c compile warnings.

Version 1.34beta7.7
    Finally realized that the best wording was
    	heyu turn c1 up 10
    	heyu turn c1 down 5

Version 1.35
    Final Version.
    Added external program trigger based on suggestion and
        sample code from chuck@liderbug.com
    Added heyuhelper script to be called when trigger is detected.
    Updated documentation
    Added HELPER to x10.h file.
2003-11-11 10:17:39 +00:00
wiz
c245f3163c Use DIST_SUBDIR=${PKGNAME} (not PKGNAME_NOREV)
since the dictionaries used are not versioned and independent of the executable.
Bump PKGREVISION to 2 since the dictionaries have been updated.
2003-11-11 09:56:37 +00:00
christos
6287b5d192 two more patch files. 2003-11-07 16:36:12 +00:00
christos
6407297850 - kill gcc-3 preprocessor warnings about #{else,endif} TAG
- exit with the child's exit value and with non zero on error
2003-11-07 16:35:51 +00:00
gavan
d50b33ce66 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:59:42 +00:00
reinoud
a431198120 And another patch to get Linux working... sigh ... 2003-10-27 04:21:36 +00:00
reinoud
0c029f378b (AHUM) ... this time i hope it will work fine; my excuses... its late :( 2003-10-27 03:59:07 +00:00
reinoud
52e863206e Argh! small patch added; thanks to Dave Huang it turned out that
NetBSD/i386-currnet with gcc 3.3.2-nb1 was having trouble with two casts;
they are harmless but need -fno-strict-aliasing to get it to compile.
2003-10-27 03:56:39 +00:00
reinoud
7def1e6158 Patch udfclient so it will compile again under NetBSD-current wich has
changed scsipi headers and incorporating the submitted patches. It also
gives Linux SCSI access to the SCSI sense code!

Esp. Linux users and NetBSD-current users will benefit.
2003-10-27 03:22:52 +00:00
kristerw
d8af85b22c Make the pkg compile for arches where char is unsigned. 2003-10-26 23:23:47 +00:00
kristerw
1e53bc16ba Correct previous commit to use the correct DIST_SUBDIR. 2003-10-25 16:58:31 +00:00
kristerw
a60e21aa99 The author has released a new version, but used the same name for the
distfile. grr.

Use the distfile from the MASTER_SITE_BACKUP for now.

Fixes PR pkg/23000.
2003-10-25 16:48:03 +00:00
mrauch
902e2ac471 With newest versions of X suse_libc5 is needed, otherwise the setup process
will hang. Reported by Martin Schmitz on current-users (and confirmed
by others).
2003-10-20 20:23:49 +00:00
grant
f04327a8c5 no need to #include <malloc.h>.
fixes build on FreeBSD.
2003-10-19 16:05:21 +00:00
cjep
ab58ff220f Fit into 24 lines 2003-10-18 12:32:31 +00:00
wiz
d62ef28c52 Add koffice-devel. 2003-10-16 07:58:32 +00:00
mrauch
d39a79a1ed The master site no longer has the source tar-ball
(and now returns a website instead of Error 404).
Use the copy on my server.
2003-10-16 07:11:41 +00:00
salo
7a873aa7c3 Use valid version number. 2003-10-14 21:58:23 +00:00
reinoud
e59c753d56 Update to udfclient.ro1-p1 patching a compilation error on 32 bits systems. 2003-10-14 21:14:46 +00:00
wiz
b52fcf7dd8 Update to 1.3.5:
1.3.5:
        * Added a -x option to disable extended system commands
        * Added a -b option to supress printing the banner
2003-10-13 15:52:00 +00:00
jschauma
ae03c1beed Apply a patch based on PR pkg/22798 to allow this to install properly
on Darwin.
2003-10-10 16:22:03 +00:00
reed
d634d20e57 Added five patches so koffice would build with newer gcc 3.3.1.
The first four patches come directly from KDE's cvs for
KOFFICE_1_2_BRANCH.  The patch-ae comes from a KDE bug report.  I
did not bump the revision, because no features changed -- this just
makes it build on some platforms that couldn't build before.  It
is said that these fixes use a non-standard C++ header and maybe
may not work with some compilers.
2003-10-09 18:38:34 +00:00
danw
79fb809cbf Since we're already patching Makefile to not install libdialog.a, patch
it further to not even build it, and just link the objects in directly,
to save us from having to drag in libtool so the library gets ranlibbed
properly on darwin. PR 20487
2003-10-08 03:01:32 +00:00
mrauch
1dc630c5d0 Distribution site for distfile has changed. 2003-10-05 14:29:35 +00:00
mycroft
f9ba2593c6 Fix a buglet in this version -- libkarbonmsodimport.so was exporting the wrong
name for the init function.
2003-10-04 20:26:34 +00:00
mycroft
95dabe0bfb A package for the current development version of koffice -- 1.2.93.
XXX We need a wv2 pkg to enable Word document importing.
2003-10-04 20:16:03 +00:00
kristerw
48570d06b5 Make the pkg install on arm (the file layout in the arm tar ball
is different from the i386 one).
2003-10-03 15:57:08 +00:00
kristerw
693c3f2886 Remove duplicated entries for dnetc-netbsd-arm32.tar.gz. 2003-10-01 18:45:35 +00:00
reed
74068ae4d7 This Linux binary runs under Linux too.
(Okay'd by maintainer, mrauch.)
2003-09-30 15:07:42 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
wiz
20c110896e Give package a nicer version number. Closes PR 22969 by tv. 2003-09-26 21:44:12 +00:00
grant
5246194e85 sort 2003-09-25 03:32:25 +00:00
reinoud
6e9bb66e4c Add udfclient package. 2003-09-23 19:03:56 +00:00