summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2002-01-01Fix compilation (problem noted in recent 1.5.2 bulk build).wiz4-19/+31
While I'm here, buildlinkify, wrap lines to 80 characters, use REPLACE_PERL for a perl script, and don't install an unneeded file.
2001-12-31Update misc/php4-mbstring to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Update misc/php4-calendar to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-30Update to 1.03u by Nobuhiro Yasutomi in pkg/15058.wiz4-14/+14
Relevant changes since 1.03t: - fix abnormal terminate when archiver miss registration. - fix strings handle include '\' code. - fix terminal control processing. - INPUTKCODE work again. - collect ALT behavior when strings input.
2001-12-25Add comment with reason for INCOMPAT_CURSES setting.wiz1-1/+2
2001-12-25Set INCOMPAT_CURSES for wgetnstr. Fixes pkg/15052 (and bulk build problem).wiz1-1/+3
2001-12-23Remove bogus lines obviously originating from some kind of diff output.tron1-6/+1
2001-12-21Update koffice to 1.1.1skrll4-14/+24
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-20Fix typo in buildlink glue code preventing a succesful build.tron1-3/+3
2001-12-12Buildlinkify.wiz1-3/+6
2001-12-12Use PKGLOCALEDIR. Use ncurses' and gettext-lib's buildlink.mks insteadwiz4-20/+13
of USE_CURSES and USE_LIBINTL. XXX: libgtop needs to provide a buildlink.mk before this package can be strongly buildlinked.
2001-12-12Fix url of home page.enami1-2/+2
2001-12-10Add libdvdread.veego1-1/+2
2001-12-10libdvdread 0.9.2veego4-0/+35
================ 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-08Fix build problems under Solaris.tron3-16/+44
2001-12-07Apply fix in pkg/14431 from Mark Davies <mark@mcs.vuw.ac.nz> so thatskrll2-1/+215
the floppy formatter works for NetBSD.
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc2-5/+5
defs.${OPSYS}.mk files.
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
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-03Two DISTNAMES is bad. Just take the newer one.wiz1-2/+1
2001-12-03Update to KDE 2.2.2skrll9-25/+24
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-03Use PKGREVISION to manage the package-specific version number when itjlam2-4/+4
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-11-30Remove commented-out USE_CURSES definition.jlam1-2/+1
2001-11-30Buildlinkify.wiz1-8/+8
2001-11-29Add dsbr100.augustss1-1/+2
2001-11-29Control the D-Link DSB-R100 USB radio.augustss4-0/+20
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf2-4/+4
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-26Buildlinkify, in the sense that only the perl headers are found injlam8-18/+26
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-21Pull in latest bug fixes from the CVS repository which fix e.g problemstron6-19/+1048
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-20add & enable root-tailhubertf1-1/+2
2001-11-20Add root-tail-0.0.10:hubertf4-0/+26
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-15Use the standard auto_ptr implementation in the new toolchain case. Thisjlam2-5/+7
case was previously skipped over. This should fix pkg/14595 by Mark Davies <mark@mcs.vuw.ac.nz>.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-2/+2
single instance of ${PAX}.
2001-11-13* Strongly buildlinkify.jlam2-10/+15
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13Update koffice to 1.1. Package update was provided in pkg/14425 by Markjlam17-1042/+1532
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* Strongly buildlinkify.jlam1-9/+13
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13Update kdepim2 to 2.2.1nb1. Changes from version 2.2.1 include:jlam2-7/+46
* 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* Strongly buildlinkify.jlam1-7/+16
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Recognize shadow password suite on Linux.
2001-11-11Adjust format a bit:hubertf2-1/+6
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-10Don't install efax setuid root.skrll1-1/+5
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-08Update nxtvepg to 0.6.4magick2-5/+5
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-01Ensure the plugins dir is there at install timedamon2-2/+8
2001-11-01Move pkg/ files into package's toplevel directoryzuntum252-188/+188
2001-10-31Rewrite ${SED} & ${ECHO} hacks, and rename target from do-configure tozuntum1-5/+6
post-patch.
2001-10-30Added gkrellm-moon and gkrellm-weatherdamon1-1/+3
2001-10-30Initial Versiondamon10-0/+138
2001-10-26s/chmod/${CHMOD}/agc1-2/+2
2001-10-26Move post-extract script contents into post-extract make rule.wiz2-5/+6
2001-10-26Move from a custom post-patch script to a standard package Makefileagc2-22/+11
target, and do things a bit more efficiently. Remove now unnecessary script. XXX This Makefile still needs work wrt tty devices XXX
2001-10-24only conflict on rpm2cpio < 1.0nb1lukem1-2/+2
2001-10-19added and enabled php4-mbstring. Bernd Ernesti noticed in the privatekei1-1/+2
message. Thank you.