summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2004-06-03Use stdarg.h instead of varargs.h to get it built with gcc 3.3.x.recht2-1/+15
Patch provided by gilbertf at netbsd-fr dot org in PR 25807.
2004-06-03Allow installation of localized versions via the variable PKG_LANG.mrauch33-705/+5002
2004-06-01Remove obsolete packages, per discussion on tech-pkg.kristerw11-134/+1
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+5
tech-pkg@.
2004-05-30Change MASTER_SITES to use new MASTER_SITE_OPENOFFICE list of mirrors.mrauch1-3/+4
2004-05-30Improve the replacement that makes the test for an existing lifreetype.so.6mrauch1-2/+2
always false. The old one seemed to not work in some corner cases.
2004-05-25Fix multi-line strings, to make this package compile with gcc 3.3.kristerw2-1/+33
2004-05-24Fixed problem with statfs; do not force compiler optimisations any moreadam6-4/+101
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw5-12/+32
problems found after fixing malloc problems
2004-05-23Make this package compile when using gcc 3.3.kristerw2-1/+14
2004-05-19Update to 5.2.1 and fix build under NetBSD current (post 2.0D). Also changejmmv5-30/+47
categories to 'misc'. From Kibum Han in PR pkg/25642. Changes since 5.0 include: * When given -l and similar options, ls now adjusts the output column widths to fit the data, so that output lines are shorter and have columns that line up better. This may adversely affect shell scripts that expect fixed-width columns, but such shell scripts were not portable anyway, even with old GNU ls where the columns became ragged when a datum was too wide. * ls --width=N (for very large N) is no longer subject to an address arithmetic bug that could result in bounds violations. * ls --width=N (with -x or -C) no longer allocates more space (potentially much more) than necessary for a given directory.
2004-05-15Update to 2.6.1jmmv3-7/+9
GNOME Search Tool * Update localized online user help [Sun translation team] * Fix compiler warnings [Dennis, Heikki] Translations * Adam Weinberger [en_CA] * Guntupalli Karunakar [gu] * Andras Timar [hu] * Robert Sedak [hr] * Jordi Mallach [ca] * Baris Cicek [tr] * Iñaki Larrañaga [ba]
2004-05-15Update to 2.6.1:jmmv3-7/+9
* Numerous leaks identified and fixed: #140597, #140595, #140546, #140525, #140524 (Morten Welinder) * Crash on close fixed, #140300 (Morten Welinder) * Fixed compile failure, #134886 (Shaun McCance) * Fixed potential memory error, #128914 (Shaun McCance) * Updated translations: af (Zuza Software Foundation) gu (Gujarati Team) is (Helgi Þormar Þorbjörnsson) th (Theppitak Karoonboonyanan) hr (Robert Sedak) hu (Andras Timar)
2004-05-15Add 'share/gnome' to the directory list. No functional changes (just helpsjmmv1-2/+3
in print-PLIST), so no version bump.
2004-05-13Enable p5-I18N-LangTags and p5-Locale-Maketextmjl1-1/+3
2004-05-13Import p5-Locale-Maketext 1.08mjl4-0/+31
It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to a present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it's programmed with. Locale::Maketext is a framework for software localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications.
2004-05-13Import p5-I18N-LangTags 0.30mjl4-0/+28
Language tags are a formalism, described in RFC 3066 (obsoleting 1766), for declaring what language form (language and possibly dialect) a given chunk of information is in. This library provides functions for common tasks involving language tags as they are needed in a variety of protocols and applications.
2004-05-11Use INFO_FILES= libcdio.info and remove thereed2-5/+4
info files from the PLIST. (Since they are automatically registered when using INFO_FILES.) (Okay'd by maintainer, M.Drochner.)
2004-05-11Enable pkgviews installation.minskim1-1/+3
2004-05-11Add a NetBSD-specific file (${FILESDIR}/_cdio_netbsd.c) only onminskim1-1/+5
NetBSD; this file doesn't compile on other platforms, at least not on Linux.
2004-05-11configure needs pkg-config; add build dependency on pkgconfig.minskim1-1/+2
2004-05-09Convert to buildlink3.wiz5-23/+19
Depend on edict and kanjidic packages for input files. Bump PKGREVISION.
2004-05-09update to 2.4.2recht4-10/+116
Fix for PyQt < 3.8. The BlackAdder generated files are now hacked (again) to eliminate an attibute error for WState_Polished. Also, backreferences are now supported in the replace output.
2004-05-09Update to 1.3.15. Closes PR pkg/25505.jmmv3-11/+8
Changes since 1.3.13: 4/23/04 * TimeSync logic improved. If we can't hit eBay, rely on local time, but, for real this time. * Version 1.3.15 4/22/04 * Fix time synchronization 4/20/04 * Allow configurable X font string * Fix item location parsing * Fix currency parsing * Version 1.3.14 4/11/04 * Show seller in main window (RFE #902344) * Use unsigned long longs for auction numbers. * Applied add by URL patch (#820963) 3/30/04 * Changed default fonts * Added some missing HTML entites
2004-05-09Add a message that the gtk warning is harmless.mrauch1-1/+5
Suggested by Hubert Feyrer in private mail.
2004-05-09Convert to buildlink3.snj1-7/+7
2004-05-09update patches to prepend ../ into the file pathjdolecek4-13/+13
problem pointed out by Min Sik Kim in private e-mail
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2004-05-08some more patches needed for compilation on NetBSD 2.0D+, after replacingjdolecek3-1/+55
of statfs interface with statvfs interface
2004-05-07whitespace nitscjep2-4/+4
2004-05-07Update to 0.6:jmmv3-20/+20
- cuerename - fixed bug that was causing original filenames to be modified - cuerename - added "replace=FROM/TO" option - cuerename - improved file prefix/suffix code - cuerename - neither %f or %F contain a '.' now (strict was getting rid of this in some cases). added a %. which expands to a '.' if the filename had one. '%f%.%F' will expand to original filename, with formatting applied to prefix and suffix. - cuerename - allow for comments (lines beginning with '#') in option file - cuerename - added an escape character '\' to replace, so replacing a '/' is possible released cuetools-0.5 - CATALOG field should not be quoted for cue files. Updated cue.c and formats. released cuetools-0.5.1 - modified source package directory structure - CATALOG was still being quoted when writing a cue file. - index/pregap handling improved, however it may still contain bugs. - ~/.cuerenamerc is now ~/.cuerename released cuetools-0.5.2 - renamed ChangeLog to CHANGES - added man pages - removed cuebreakpoints (obsoleted by shntool-2.0.0) released cuetools-0.6
2004-05-07add a patch to use statvfs() on 2.0D and later, since statfs()jdolecek2-1/+48
is no longer available on -current
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme5-10/+10
all these packages.
2004-05-06Update to March 2004 version: kanjidic2 now with German translations,wiz4-22/+22
both kanjidic* have misc. unspecified fixes.
2004-05-05Make the test for statfs work.markd2-3/+11
2004-05-05Convert to buildlink3.snj1-7/+7
2004-05-04statfs->statvfsmrg3-1/+47
2004-05-04Update koffice to 1.3.1markd4-19/+36
Changes: KOfficeCore: * Changed .desktop file setup so that changes to the K menu structure, to file-program associations, or other distribution customizations cannot prevent KOffice applications from starting. * Fixed parsing of number+unit, due to change in Qt 3.3. Fixes problems when opening OOWriter documents in particular. * Don't show the filter dialog when generating thumbnails * Improved error handling to catch "partition full" problems. KOfficeUI: * Fix overwriting of templates * Fix loading icons when creating templates * Allow template icons up to 64x64 instead of 60x60 and scale better if too big KoText library features (shared between KWord and KPresenter): * Date variables for printing-date, last-modified, and creation-date were not loaded correctly. * Background spellchecking works again * Fixed crash during background spellchecking (refcounting of formats) * Fixed race condition during background spellchecking (leading to misplaced red underlines) * Repaint paragraph after bg spell checking, in all cases (errors or not), otherwise newly-added-to-the-dictionary words were still red-underlined * Fixed hyphenation checkbox not correctly set in font dialog * Fixed wrong hyphenation in many cases, due to wrong word sent to hyphenation engine * Font dialog usability: turn radiobuttons superscript/subscript into checkboxes to make it possible to deactivate both. * Usability in style dialog: when creating a new style, select it as the 'next style' for itself * Allow decimal values in "multiple" (proportional) linespacing. * Fixed wrong left margin on multiline paragraphs with a counter. KWord * Fixed "add bookmark" for the case where there's no selection * Keep bookmark valid after deleting its paragraph * Usability improvements in "select bookmark" dialog * Fixed drawing of borders for copied frames (e.g. header/footers) * Fixed "text doesn't immediately run around copied frame on new page" * Fixed crash when activating text view mode and there's no text frameset * Allow to save custom shortcuts for 'insert variable' actions * Fixed crash when undoing a paste action * Fixed crash related to tables and deleting frames * Fixed crash when pasting plain text over a selection * Fixed wrong conversion of values in config dialog when switching units KPresenter * Fixed possible crash in presentation mode if not all slides are shown * Fixed wrong clipping of fullscreen presentation * Fixed show the duration for the correct page if not all slides are shown * Fixed crash in infinite loop presentation mode when first slide is not shown * Fixed speed of automatic presentation (it was reversed) * Fixed wrong positioning of text when using "Vertical Alignment" * Fixed redrawing of lines in drawing mode in case of a repaint event * Save HTML Slideshow export settings does not add extension to filenames * If a page is shown more than once during a presentation, add the time for the duration instead of showing only the last duration. KSpread * undo not working after deleting multiple cells * fixed crash when opening a file over the network Kivio * Add missing code to make the 'Crop picture to edges' option in the page export dialog work. * Fixed painting bug when moving stencils containing text. * Add boundaries to the zoom to prevent lockups and crashes.
2004-05-03Update to version 1.1.1.mrauch128-9852/+5364
New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * User installation automated
2004-05-03Convert to buildlink3.wiz3-8/+46
2004-05-03Convert to buildlink3.snj2-9/+9
2004-05-03Convert to buildlink3.snj1-4/+4
2004-05-02Added HOMEPAGE. Package uses no compiler at allheinz1-1/+3
2004-05-02This pkg works with pkgviews, mark it sohubertf1-1/+4
2004-05-02Convert to buildlink3.snj2-8/+8
2004-05-02Convert to buildlink3.snj1-4/+4
2004-05-02Convert to buildlink3.snj1-4/+4
2004-04-29Add patch-aa I've forgot to commit.taca1-0/+13
2004-04-28Convert to buildlink3.snj1-4/+9
2004-04-28Convert to buildlink3.snj1-3/+4