Commit graph

1015 commits

Author SHA1 Message Date
wiz
286e9dc438 Add comment with reason for INCOMPAT_CURSES setting. 2001-12-25 17:32:01 +00:00
wiz
1d80dd48b7 Set INCOMPAT_CURSES for wgetnstr. Fixes pkg/15052 (and bulk build problem). 2001-12-25 15:51:15 +00:00
tron
7d25eb0109 Remove bogus lines obviously originating from some kind of diff output. 2001-12-23 21:04:34 +00:00
skrll
2f351dca7b Update koffice to 1.1.1
Changes are:

Framework

	- Startup notification activated for all KOffice applications
	- Applications are ready for a future renaming of their native mimetype
	  name (more IANA compliant)
	- Fixed loading of embedded kontour documents
	- Refuse to load embedded documents with remote URL (e.g. http) for
	  security reasons
	- "Skip" button in Find/Replace dialog works as intended with the
	  Backwards option

KOffice Workspace

	- Fixed multiple confirmation requests when closing with an unsaved
	  document

KWord

	- Famous bug "all letters squashed together when printing" fixed
	- Undo/redo fixes for frame creation
	- Fixed printing from preview mode
	- Fixed slowness related to clipboard (e.g. when pasting text)
	- Fixed crash on Ctrl+K at end of paragraph
	- Fixed crash when hiding headers or footers (which contains a
	  variable)
	- Transform into normal frame when copying header or footer
	- Fixed charset conversion issue for "personal expressions"
	- Save all frames, even for the main frameset, so that borders etc.
	  are kept
	- Allow to insert GIF images
	- Fixed applying a format change (e.g. new font family) to a selection
	- Insert Frame Break at cursor position
	- Make the document readonly during a search/replace or a spellcheck
	- Fixed crash when undoing a format change, due to cursor positionned
	  too far right

KSpread

	- Search/replace is now useful (highlights the current matching cell)
	- Search/replace looks for cells in proper order (top-left to bottom-
	  right)
	- Corruption when saving dates fixed

KChart

	- KChart can load and save data again
	- New type of chart: Polar (use wizard to enable this)
	- Various fixes and UI improvements

The following features have been reactivated:

	- setting a background color
	- changing the grid color
	- hiding and showing the grid
	- hiding and showing the legend
	- modifying the title of the legend
	- modifying the x-axis labels
	- adding one or two header and/or a footer text with user defined fonts
	  and color settings

Filters

	- Translations were not used by many filters (for dialogs and error messages)
2001-12-21 21:19:28 +00:00
tron
8f61a06770 Fix typo in buildlink glue code preventing a succesful build. 2001-12-20 19:32:27 +00:00
wiz
3dfb098f15 Buildlinkify. 2001-12-12 18:10:14 +00:00
wiz
ec5a65751e Use PKGLOCALEDIR. Use ncurses' and gettext-lib's buildlink.mks instead
of USE_CURSES and USE_LIBINTL.
XXX: libgtop needs to provide a buildlink.mk before this package can
be strongly buildlinked.
2001-12-12 16:20:48 +00:00
enami
b4881cdf1a Fix url of home page. 2001-12-12 01:32:32 +00:00
veego
0e7e51baad Add libdvdread. 2001-12-10 20:27:23 +00:00
veego
b7f442b12f libdvdread 0.9.2
================

libdvdread provides a simple foundation for reading DVD-Video images.
It offers DVD applications:

1. A simple abstraction for reading the files on a DVD image
   (dvd_reader.h).
2. A simple library for parsing the information (IFO) files
   (ifo_read.h/ifo_types.h).
3. A simple library for parsing the navigation (NAV) packets
   (nav_read.h/nav_types.h).

This allows application designers to access some of the more advanced
features of the DVD format.

libdvdread currently uses libdl to dynamically probe for libdvdcss at
runtime.  If libdvdcss is found, then it will be used to decrypt the
encrypted sections of a DVD.
2001-12-10 20:26:38 +00:00
tron
61eaa9aa37 Fix build problems under Solaris. 2001-12-08 18:38:50 +00:00
skrll
5f50073e24 Apply fix in pkg/14431 from Mark Davies <mark@mcs.vuw.ac.nz> so that
the floppy formatter works for NetBSD.
2001-12-07 14:07:27 +00:00
agc
57aa4707d7 s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
2001-12-05 15:00:44 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
wiz
4ff5f140b3 Two DISTNAMES is bad. Just take the newer one. 2001-12-03 21:52:45 +00:00
skrll
a100f5d455 Update to KDE 2.2.2
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.

From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:

o security-related
	- SSL certificate loading
	- symlink vulnerability in .wmrc access by KDM introduced in 2.2
	- security problem with eFax (used by klprfax)
	- potential problem in PAM invocation by KDM
	- potential harmful side-effect of failed KDM session starts

o new features
	- added support for CodeWeavers' CrossOver plug-in (provides support
	  for QuickTime, etc.)
	- added support for the wheelmouse for scrolling through the
	  KGhostview PS/PDF viewer component
	- ability to search for multiple patterns at a time in the file
	  search dialog
	- debugging multi-threaded applications with KDevelop

o improvements/fixes
	- handling of HTTP links that redirect to FTP
	- POST using SSL through a proxy and sending headers through proxies
	- saving of recently-selected files in the file dialog
	- handling of non-ASCII characters over SMB
	- toolbar button captions with certain styles
	- selecting items with the mouse in Konqueror
	- sorting in Konqueror's textview
	- saving current settings as a theme in the theme manager
	- crashes in KMail with certain mails
	- crash on invoking the KDM chooser
	- non-Latin languages with KDevelop

performance
	- icon loading optimized
	- file dialog speedups
	- stop spinning SMB client processes
	- handling of large files in Kate
2001-12-03 15:37:14 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
jlam
b3f21f3c68 Remove commented-out USE_CURSES definition. 2001-11-30 03:20:16 +00:00
wiz
9bc22f1e48 Buildlinkify. 2001-11-30 00:55:17 +00:00
augustss
80a5333b8e Add dsbr100. 2001-11-29 15:22:53 +00:00
augustss
0704f6c8fa Control the D-Link DSB-R100 USB radio. 2001-11-29 15:20:42 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
tron
e07cfe8a40 Pull in latest bug fixes from the CVS repository which fix e.g problems
with loading the configuration and updating auctions. Bump version number
to 1.3.0.99 as this is now close to what will be the 1.3.1 release.
2001-11-21 22:40:05 +00:00
hubertf
dedc8817da add & enable root-tail 2001-11-20 23:19:48 +00:00
hubertf
fb50091420 Add root-tail-0.0.10:
Displays a given file anywhere on your X11 root window with a
transparent background. It was made because I'm very lazy and this was
easier than making a new rxvt pixmap each time I changed my background
to simulate that transparent effect. A null desc (example:
"/var/log/messages,red,") will prevent the printing of a description
and the []'s.

Submitted by Nate Johnston <natej@aol.net> in PR 14602.
2001-11-20 23:19:16 +00:00
jlam
d382f07f23 Use the standard auto_ptr implementation in the new toolchain case. This
case was previously skipped over.  This should fix pkg/14595 by Mark Davies
<mark@mcs.vuw.ac.nz>.
2001-11-15 23:38:54 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
jlam
5bf61279d7 * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13 21:25:13 +00:00
jlam
737e773a8e Update koffice to 1.1. Package update was provided in pkg/14425 by Mark
Davies <mark@mcs.vuw.ac.nz> with changes by me.  Pkgsrc-related changes
include:

* Strongly buildlinkifying.
* Using qt2-designer-kde for a uic that understands KDE2 widgets.
* Fixing sources to compile with egcs-1.1.2's much-less-than-compliant
  C++ compiler.

Given the rapid development between the 1.0 and 1.1 releases, plus the
scope of the applications in the suite, it's difficult to summarize the
changes.  The major change is that KIllustrator is now named Kontour
for trademark reasons.  Aside from that, basically everything is more
featureful and more stable, plus there are more import/export filters for
other application suites.
2001-11-13 21:23:43 +00:00
jlam
1228e87d47 * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13 21:22:24 +00:00
jlam
93dae9f1a6 Update kdepim2 to 2.2.1nb1. Changes from version 2.2.1 include:
* Build and install kpilot, the KDE PalmPilot HotSync software.  This fixes
  pkg/14547 by Cesar Crusius <crusius@barcelonadesign.com>.
* Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13 21:21:01 +00:00
jlam
ecdd24e71c * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Recognize shadow password suite on Linux.
2001-11-13 21:19:35 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
skrll
7b3bbf90d2 Don't install efax setuid root.
From the email to kde-announce:

The program "efax" which is distributed as part of the klprfax program in the
kdeutils module poses a security risk when installed suid. "efax" has been
part of KDE 2.2 and KDE 2.2.1 and is installed suid by default.

Scope: a local user can gain root privileges by exploiting a bug in "efax".

Solution: Remove the suid bit from the "efax" executable. This can be done
with the following command:

         chmod -s `locate bin/efax`

"efax" will continue to work as before as long as users have sufficient rights
to create lock files in the system lock directory (like /var/lock) and
sufficient rights to open the modem device.
2001-11-10 19:43:33 +00:00
magick
f3698e49fb Update nxtvepg to 0.6.4
Changes from 0.6.3 to 0.6.4
- bugfix database merge: merging used to produce only empty databases, because
  zero networks were loaded; the user was forced to manually add networks via
  the network selection dialog. This bug was introduced in version 0.6.2.
  Thanks to Mathias Homann and Jan Schubert for reporting this bug.
- bugfix xawtv popup: percentage was displayed as 10000% for programmes
  running later than the announced stop time (on channels with VPS/PDC).
  Thanks to Ulrich Mueller for the bug report & fix.
2001-11-08 18:09:45 +00:00
damon
608cdd1d99 Ensure the plugins dir is there at install time 2001-11-01 15:28:44 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
zuntum
d00253ff38 Rewrite ${SED} & ${ECHO} hacks, and rename target from do-configure to
post-patch.
2001-10-31 08:10:54 +00:00
damon
9a4d9e9566 Added gkrellm-moon and gkrellm-weather 2001-10-30 13:36:27 +00:00
damon
001e582ecd Initial Version 2001-10-30 13:22:05 +00:00
agc
63e640ea1d s/chmod/${CHMOD}/ 2001-10-26 14:31:30 +00:00
wiz
460b06f7ea Move post-extract script contents into post-extract make rule. 2001-10-26 13:57:26 +00:00
agc
ea79657c3b Move from a custom post-patch script to a standard package Makefile
target, and do things a bit more efficiently.

Remove now unnecessary script.

XXX This Makefile still needs work wrt tty devices XXX
2001-10-26 12:33:23 +00:00
lukem
6da054cb03 only conflict on rpm2cpio < 1.0nb1 2001-10-24 00:26:51 +00:00
kei
24e3e5f3b2 added and enabled php4-mbstring. Bernd Ernesti noticed in the private
message.  Thank you.
2001-10-19 21:06:42 +00:00
kei
62f2c923fe misc/php-mbstring: PHP4 extension for multibyte characters support (currently
Japanese only)

This extension is comes with php-4.0.6 distribution.
2001-10-19 07:30:09 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
83d91b4a2b Note addition of php4-calendar. 2001-10-16 07:05:24 +00:00
jlam
eabf090b4f misc/php4-calendar: PHP4 extension for calendar conversion support
This version is from the php-4.0.6 distribution.
2001-10-16 07:05:00 +00:00