summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2006-07-07This package doesn't really depend on p5-XML-Parser.. it only needed itjlam1-3/+2
for intltool. Bump the PKGREVISION for the changed dependencies.
2006-07-07update to 2.14.2drochner2-7/+6
changes: * fix the applyto element for the use_caret gconf key * Workaround for manual page inclusion, fixes #340173 * Fix for man cache logic and mansect elements * Updated translations
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-06USE_TOOLS+=intltoolabs1-2/+2
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam5-15/+10
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04Update to latest version. No changelog available.wiz9-36/+45
2006-07-02pkglint: Alignment of variable values should be done with tabs, not spaces.ghen2-8/+8
2006-06-30Update OpenOffice to 2.0.3. This release fixes three security vulnerabilities.ghen2-25/+26
Additional changes include: * performance improvements: for example, a 23 percent improvement in certain Calc benchmarks * further improvements to file format compatibility with Microsoft Office files * new email integration features for users wanting to send emails in Microsoft file formats * more control over how exported PDF documents will display when opened in a PDF reader * support for more languages and improvements in hyphenation and thesaurus * support for Intel architecture for Mac OS X plus improved Mac OS X System integration * built-in check for updated versions
2006-06-29Needs msgfmt.joerg1-2/+2
2006-06-26USE_TOOLS+=yaccminskim1-2/+2
2006-06-25Update multitail to 4.0.6. Fixes PR 33817.hubertf8-57/+53
Changes: too many to list; most importantly the distfile's available from the master site.
2006-06-22Needs msgfmt.joerg1-2/+2
2006-06-21Improve the error message if an Xserver is not running duringjlam1-10/+13
installation. Remove the BROKEN_IN tag as there are extenuating circumstances for why this can't install. Also, remove some useless shell commands that should be re-added as MAKE_ENV after more testing is done.
2006-06-21Add missing file entry to PLIST and honor PKGMANDIR. Bump the PKGREVISIONjlam2-3/+5
to 1. This should fix the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-17Add dtach.minskim1-1/+2
2006-06-17Import dtach from pkgsrc-wip. Packaged by Francis Gudin.minskim4-0/+41
dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later. dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.
2006-06-16Fixed hard-coded paths. Bumped PKGREVISION.rillig2-11/+16
2006-06-16Fixed missing Perl interpreter. Fixed pkglint warnings. Bumped PKGREVISION.rillig1-7/+8
2006-06-16Still set USE_PKGLOCALEDIR for the PLIST magic.joerg1-2/+3
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-19/+20
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15Drop maintainership, I don't use them any longer.wiz2-4/+4
2006-06-14Fix build with the kde option.markd5-27/+29
2006-06-13The rpm configure script doesn't check whether libintl.so has anyjlam1-1/+6
library dependencies, e.g. libiconv.so. Set BROKEN_GETTEXT_DETECTION=yes to force LIBS to include -lintl and the right depenendent libraries to work around this bug. This is acceptable since every executable in misc/rpm is linked to -lintl anyway. This fixes PR pkg/33708.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz2-2/+4
for SDL shlib changes.
2006-06-11Update to 1.9:wiz2-6/+6
* 1.9: + it is now possible to search in the pages of books without a contents tree. + updated Romanian translation. + finally fixed CHM absolute links problem. + updated Polish translation.
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-11Make msword and word perfect import support optional but on by default.markd3-10/+24
Patch from YOMURA Masanori, cleaned up by me. No PKGREVISON bump as no change to default.
2006-06-09USE_TOOLS+=lexminskim1-1/+2
2006-06-06No need to set the non-existent d_reclen on DragonFly...joerg2-1/+16
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg3-7/+7
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-03Redo previous; depend on apel if GNU Emacs is used.uebayasi1-1/+4
2006-06-02Uses C++. Don't include regex.h and gnuregex.h on DragonFly.joerg3-5/+7
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg2-4/+5
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Remove .endif, makes the Makefile at least parseable.joerg1-2/+1
2006-06-02Uses C++.joerg1-1/+3
2006-06-02It turns out ElScreen needs apel. Depends on it.uebayasi1-3/+6
Bump revision to 2.
2006-06-01Update to KDE 3.5.3markd3-8/+62
2006-06-01Update to KDE 3.5.3markd2-6/+5
Changes: * domtreeviewer (Konqueror-Plugin) o Fix the crash when "reopening the dialog when it's already up"
2006-06-01Update to KDE 3.5.3markd6-45/+21
2006-06-01Update KDE to 3.5.3markd3-31/+18
Changes: * KTouch o Changed default lecture font from Courier to Monospace in KTouch and all lecture files o Statistics are also stored for the mini-default level o Statistics dialog has been rearranged o Fixed freeze of appliation on click on "clear statistics" button o Fixing several wrong keyboard-layouts o Default keyboard is selected based on KDE locale o Color scheme entries in the main menu will be shown without interpreting & as automatic accelerator o Slideline algorithm reworked and enhanced, cleared bugs related to improper cursor movement/size, wrong sliding etc. o Trailing spaces are removed from lines when lecture is read o KTouch has also seen some minor feature-improvements. o Configuration settings allow change of sliding widget height limit, useful for large screen resolutions o Line length limit removed, teacher text can now be as long as desired, wrong student line text is limited to size of teacher lengths + some offset o New default mini level with a few more lines o Default keyboard is selected based on KDE locale o Quick select lists of training lectures/keyboard layouts are now sorted alphabetically o Added keyboard hiding feature in configuration o Show language names for keyboards in addition to file names in quick selection menu o Manual level change buttons can be disabled in automatic-level change mode * Kalzium o Don't stop moving the KalziumTip if the mouse hovers it. * KmPlot o Make the initial function color wrap around after 10 functions had been created. o Use [-?,?] as the default interval for parametric equations instead of the current x-range. o Fixed storage of small numbers (was using e.g. "1.22e-6", but as "e" is a constant, this was parsed as "(1.22*e)-6"). o Make sure range to numerically integrate over is tiled perfectly
2006-06-01Update to KDE 3.5.3markd4-17/+26
Changes: * KAlarm o New: Add DCOP calls and command line options to display the edit alarm dialog o New: Add Select All and Deselect actions & shortcuts for import birthdays list o Make system tray icon appear in non-KDE window managers o Fix corruption of alarms displayed at logout and then deferred after login o Fix erroneous adjustment of recurrence start date when saving alarm o Fix crash when --play command line option is used, if compiled without aRts o Don't show disabled alarms in system tray tooltip alarm list o Fix reminder time not being saved in alarm templates * KArm o Make context menu work in the karm kontact plugin. o CertManager o S/MIME support in QGPGME backend * KMail o New: Implementing folder quick filing o Fix crash in disconnected IMAP o Fixing the frequent loss of folder-settings o Fixes of several memory-leaks o Message list view containing empty rows and causing crash when double clicking o Cannot create new folders with IMAP using Dovecot-imapd o Don't insert the separator after "Delete Folders" for system folders. o Drag and drop of messages to composer fails on x64 systems o Fix crash when trying to view source while the Message Preview Pane is hidden. o Don't crash when IMAP mailbox modified externally o Fix a syntax error in kmail_clamav.sh o Don't crash when trying to "send again" a message that is not there. o Properly initialize font buttons when the composer is started in HTML mode o Fix mixed language phrases when a non-English language is used for reply/forward phrases o Improve detection of external references o 'Fallback character encoding' and 'detect missing attachments' settings now work properly o Fix IMAP-crash after fresh startup and selecting mail o Fix IMAP-crash while selecting mail in mail header view * IMAP o Only remove the / when it is not quoted - fixes wrong searches. * KOrganizer o Fixed: "normal" events aren't displayed if they're covered/overlaped by floating, multiday events o Show categories in list view * KAddressBook o Make it possible to delete an URL again * Akregator o New: add author information to article header (in the article pane only) o Prevent "Akregator is running" messages on startup (reset PID to -1 when closing akregator) o Do not crash on startup when Combined View mode is activated (Happened only when experimental tagging is activated) o Do not reset status of modified articles to "New". It's just too much noise for a tiny bit of signal. o When iterating over articles using previous [unread] article, jump to the oldest article instead of newest when entering a new feed o Disable apply button in config dialog when nothing was changed * Message subject unnecessarily HTML-encoded in download status popup
2006-06-01Update KDE to 3.5.3markd2-6/+5
Changes: * Ark o Fixed opening of 7-zip archives with recent versions of p7zip o Prevent crashes caused by trying to compress files which were deleted o Fix opening archives with strange characters in the filename o Enable again opening of .deb files o Ark is not complaining when directories already exist o The error window is now resizable * KCalc o Fix crash
2006-05-31Update to 1.8:wiz2-7/+6
+ fixed the copy link location code. + updated Polish translation. + now SPACE and BACKSPACE work like PAGEUP and PAGEDOWN in the HTML display window. + added (X)Emacs indertation meta-comments to the source files. + fixed Win32 MB2WC() bug. + re-wrote the HHC/HHK parsing code from scratch. + added pretty book icons to the Win32 content tree too.
2006-05-29Don't build ksysv on DragonFly.joerg2-1/+14
2006-05-28Add USE_LANGUAGES= objcrh1-1/+3
2006-05-27Add archivers/bzip2 as dependency. PR 33572 by pancake.wiz1-1/+2
2006-05-27update to 5.10drochner19-1027/+2777
There were 3 major revisions inbetween, so I honestly can't tell what changed. (would be good to libtoolize this one day, but for now I've done only minimal changes to the freebsd5 configuration)
2006-05-27Get rid of last references to perl-thread package, which was removedwiz2-4/+4
a long time ago.
2006-05-26Update the libutf package from 2.10 to 3.0.agc4-15/+13
Main changes are: + drag this package into the modern era + take all the arguments out of the prototypes in the header files + add a better French collation sequence from Serge Gagnon, sent to me in May 2003 + add a utflcpy(3) function + update buildlink3.mk file to a more recent vintage + be a bit more pragmatic - move to a 3-clause BSD licence
2006-05-26jhd doesn't seem to care which version of nkf it gets, so make it >=joerg1-2/+2
the old version.