summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2010-06-03Let configure accept bdb 4.8.tnn2-4/+13
2010-06-02Revision bump for db4 updateadam2-5/+4
2010-06-02Update to KDE SC 4.4.4markd10-38/+37
* Several bugs in filename sorting in the Dolphin file manager have been fixed * Issues with encoded filenames in ZIP archives have been fixed * A number of bugs in games, such as KMines, KNetwalk and LSkat and KSpaceDuel have been fixed The changelog lists more
2010-05-29Sadly, not MAKE_JOBS_SAFE.joerg1-1/+2
2010-05-17update to 0.8.3drochner2-7/+7
changes: -Improve probability plots -Use markup for graph tips -bugfixes
2010-05-16Updated to version 2.23.0heinz2-7/+7
Pkgsrc changes: - none Changes since version 2.22.0: ============================= 2010-05-15 * 2.23.0 released * Fixed -m option (thanks, deadolus!) 2010-05-14 * Fixed bug 3001249: bid history parsing bug
2010-05-16LICENSE=ruby-licenseobache1-2/+2
2010-05-15Note commented out LICENSE (Ruby's).obache1-1/+2
2010-05-15Revision bump after updating boost-libs to 1.43.0adam1-1/+2
2010-05-08Update to KDE SC 4.4.3markd11-94/+38
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible crashers in session management Flash plugin support in KHTML has been enhanced to work with newest Youtube skins Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O library Hiding the mouse cursor in some special cases in presentation mode and two possible crashers have been fixed
2010-05-07Bump PKGREVISION to reflect the recent change in pkginstall/shells to usejmmv1-2/+2
etcutils to update /etc/shells.
2010-05-06bbdb doesn't like jobs.tonnerre1-1/+2
2010-05-02Update to 0.1.3:wiz3-7/+8
0.1.3 - Add possibility to get Licenses from server - Add search for contents by username - Add convenience function to get list of download links and fix some related strings - Fix qt-only hasCredentials - Win and Mac compile/link fixes - Fix crash when multiple apps would use attica simultaneously: do not delete root component of qtplugins
2010-05-02Update to 2.1pre6:wiz2-6/+6
This update has been a long time in coming, and was spurred by some recent eBay changes that broke drag'n'drop and searches. Other eBay changes broke high-bidder recognition, and determining whether a listing was an auction or a fixed price listing. This should fix all of those, as well as several UI issues, especially for Mac OS X Tiger users. A great feature in the new version is thumbnail mode, which is essentially a view of your listing that includes the thumbnail on the same line as your auction information. It's been cleaned up and made to look very nice. You can configure your columns to add the Thumbnail column using the small '*' above the scroll bar on the right, or under the Tab customization menu. An overview of the features fixed for the new version are: * Bugs fixed o Fix the blank-screen (but auctions are there, and only visible when selected) on Mac OS X Tiger o The newest forms of bad HTML found on eBay listings shouldn't break the parser anymore o Don't mistake auctions for fixed price listings o Recognize eBay's new URL format. o Fix drag-and-drop on Linux (patch by Eric) o Don't initiate sniping until the eBay time has been loaded from the server o If the pre-snipe had already fired (2 minutes before the actual snipe), and you changed the snipe amount, it would instantly place a bid for the amount you entered as a snipe. This is fixed. * Small features and improvements o Don't present a dialog message when cancelling a multisnipe; events like that should just quietly obey. o Reduce the number of unimportant exceptions that show in the log file o Provide the ability to easily submit error logs o Improve the integration with My JBidwatcher o Improve high bidder recognition substantially o Simplify tab save/restore handling, and apply a tab ordering fix (patch from Andreas Stempfhuber). o Added a patch from mickle_ak which should improve corporate proxy support. * Features o Initial support for Gixen integration via My JBidwatcher + This isn't complete, but it's getting close o Deep improvements to the Thumbnail view and taking the Mac UI improvements and applying them everywhere, including (I believe) a working implementation on Windows and Linux!
2010-05-02Update to 1.1.20100428:wiz2-6/+6
2010/04/28 + several improvements to configure script: + modify CF_CURSES_TERM_H to handle cases such as cygwin where packager has installed curses.h and term.h in different directories, e.g., to wedge in a termcap library. + modify CF_XOPEN_SOURCE, adding special case for OpenSolaris + modify CF_MAKE_TAGS to add check for exctags and exetags, prefer to ctags and etags to work around pkgsrc (NetBSD) renaming. + correct CF_FIND_LINKAGE, setting cache variable for library_file in the special case where no directory search is made. + improve CF_GCC_VERSION, suppress stderr for c89 alias of gcc. + improve CF_GCC_WARNINGS, moving -W and -Wall into the list to check, since c89 alias for gcc complains about these options. + modify CF_HEADER_PATH, to not search for variations of everything in the current include-path + use "mkdir -p", remove mkdirs.sh + use CF_CURSES_HEADER to fill in possible subdirectory used for ncurses header filename. + modify CF_XOPEN_CURSES to work around current ncurse header loss of predefinition of _XOPEN_SOURCE_EXTENDED + add "--disable-rpath-hack" option, along with scripting to add rpath option to libraries found in unusual places. + modify pause widget to autosize like gauge, and to omit the area for buttons when none are displayed. + fix an infinite loop in dlg_button_layout() if there are no buttons to display (Debian #579390). + add makefile rules for generating html, etc., documentation from nroff. > patches by Samuel Mart + reset errors in tailbox before reading new character. + modify dlg_draw_scrollbar(), omitting hiding percentages in boxes when no arrows or scrollbar are needed. + correct value of row for scrollbars in formbox. + update es.po from http://translationproject.org/latest/dialog/
2010-05-02Update to 5.2:wiz2-8/+7
2010-04-26 tim <gyunaev@ulduzsoft.com> - 5.2 RELEASE - Fixed missing images on CHM files under Windows XP SP3; - Fixed viewing CHM files which embed links to other CHM files; 2010-04-23 tim <gyunaev@ulduzsoft.com> - Fixed window icon (thanks Aaron Lewis) - Fixed typos in README and FAQ (thanks Martin 'Cheese' Lee) - Fixed errors while building index because 'keyword' was ignored (thanks ivg) - Switched to use new cross-compiler from http://mingw-cross-env.nongnu.org/ to create Windows builds 2009-12-17 tim <gyunaev@ulduzsoft.com> - 5.1 RELEASE - Trying to use non-normalized URL first to fix CHMs which use them in TOC/Index 2009-12-16 tim <gyunaev@ulduzsoft.com> - Fixed application settings storage. - Fixed bookmark edit button. - Version changed to 5.1
2010-05-02Update to 0.15.1, set LICENSE.wiz3-7/+10
* Fix complete breakage of opening subtitle files due to a change in newline handling of codecs.open in Python 2.6.5 * Use existing subtitle file mime-types instead of text/plain when adding files to the recent files database * Add German translation (Chris Leick) * Add Hungarian translation (László Andrássy)
2010-04-28Add & enable p5-Vroomseb1-1/+2
2010-04-28Initial import of p5-Vroom version 0.21 in the NetBSD Packagesseb3-0/+41
Collection. Ever given a Slide Show and needed to switch over to Vim? Now you don't ever have to switch again. You're already there. Vroom lets you create your slides in a single file using a Wiki-like style, much like Spork and Sporx do. The difference is that your slides don't compile to HTML or JavaScript or XUL. They get turned into a set of files that begin with '0', like '03' or '07c' or '05b.pl'. The slides are named in alphabetic order. That means you can bring them all into a Vim session with the command: vim 0*. vroom --vroom does exactly that.
2010-04-28update to 0.8.2drochner4-22/+11
changes: -improve canvas -bugfixes
2010-04-19Update m17n-db to 1.6.1.obache2-6/+6
* Changes in the m17n database 1.6.1 ** This release is just for a minor bug fix.
2010-04-17catch up with newer libtool which now demands a --tag=CCagc2-9/+9
2010-04-13Update misc/py-anita to 1.11. Change since 1.10:gson2-6/+6
Remove '-serial stdio' from qemu argument list. It's not actually needed when the '-nographic' option is present, and it confuses qemu 0.12.
2010-04-10Update misc/py-anita to 1.10. Changes since 1.9:gson2-6/+6
Deal with recent sysinst changes: sysinst no longer displays a dialog to select the CD-ROM device path, etc. New command line option "--qemu-args". Anita no longer passes the "-no-acpi" option to qemu by default, because the ACPI case now works with -current, and disabling ACPI triggers other bugs. See PR port-i386/42681 for more details.
2010-04-10include kde4/kde4.mk so that qmake is found and possible other settingsmarkd1-1/+2
set correctly.
2010-04-10Update KDE to 4.4.2markd27-702/+844
For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore
2010-04-09Add atticamarkd1-1/+2
2010-04-09Import attica-0.1.2markd5-0/+86
Attica is a Qt library that implements the Open Collaboration Services API version 1.4. The REST API is defined here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services It grants easy access to the services such as querying information about persons and contents. The library is used in KNewStuff3 as content provider. In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.
2010-04-09Update m17n-contrib to 1.1.11.obache3-8/+23
* Changes in the m17n-contrib 1.1.11 ** New input method: ii-phonetic.mim (Yi) si-sumihiri.mim (Sinhala) yi-yivo.mim (Yiddish) ath-phonetic.mim (Eastern Cree/Carrier) bla-phonetic.mim (Eastern Cree/Blackfoot) cr-western.mim (Western Cree dialects) iu-phonetic.mim (Inuktitut) nsk-phonetic.mim (Eastern Cree/Naskapi) oj-phonetic.mim (Ojibwe)
2010-04-09Update m17n-db to 1.6.0.obache3-9/+19
* Changes in the m17n database 1.6.0 ** An input method is deleted. si-wijesekera-preedit.mim ** New FLT files are added. FLT/MLM2-OTF.flt, FLT/KND2-OTF.flt, FLT/TEL2-OTF.flt, FLT/TML2-OTF.flt, FLT/ORY2-OTF.flt, FLT/GJR2-OTF.flt, FLT/GUR2-OTF.flt, FLT/BNG2-OTF.flt, FLT/DEV2-OTF.flt, FLT/MYMR-SIL.flt
2010-04-07Catch up with moved location.joerg1-3/+3
2010-04-07Catch up with xscreensaverjoerg2-9/+4
2010-04-05Pass in DO_ICONV_CAST on Solaris and NetBSD instead of incorrectwiz4-30/+15
patch. Noted by Alexander Polakov in PR 43113.
2010-03-24Recursive revision bump for GMP update.asau2-4/+4
2010-03-21remove misc/php-intl in favor of textproc/php-intl (which supports bothjdolecek3-22/+1
PHP 5.2.* and PHP 5.3.*)
2010-03-20Add py-imaging dependency, bump PKGREVISION.wiz1-2/+3
Noted by Dennis den Brok.
2010-03-16Updating misc/p5-Locale-Maketext-Lexicon from 0.77 to 0.79sno2-6/+7
pkgsrc changes: - Add license definition Upstream changes: [Changes for 0.79 - 2010-03-02] * Locale::Maketext::Lexicon::Tie - Removed a deprecated use of "defined %" for Perl 5.11+ [Changes for 0.78 - 2010-02-23] * Locale::Maketext::Lexicon - Removed a deprecated use of "defined %" for Perl 5.11+
2010-03-16misc/php-mbstring moved to converters/php-mbstring.taca2-17/+0
2010-03-16misc/php-calendar has moved to time/php-calendar.taca2-16/+0
2010-03-16fix build after xulrunner-1.9.2.2 updatetnn3-5/+22
2010-03-16Add and enable php-intl.taca1-1/+2
2010-03-16Importing misc/php-intl package 5.3.2 which contained in PHP 5.3.2.taca2-0/+20
PHP is a programming language designed to be embedded into web pages. This module provides support for internationalization.
2010-03-16Remove entry for php-calendar and php-mbstring.taca1-3/+1
2010-03-16* Remove USE_PHP_EXT_PATCHES since there is no patch for php-mbstring package.taca1-4/+3
* Fix COMMENT it isn't Japanese only. Bump PKGREVISION.
2010-03-16Updating misc/p5-App-MrShell from 2.0205 to 2.0207sno2-6/+6
Upstream changes: 2.0207: Fri Jan 08 2010 - Dennis Boone was kind enough to not only point out a serious bug in the ssh command token processing, but find and fix it (http://is.gd/5UxgX). Thanks!! 2.0205: Wed Jul 08 2009 - Doc bugs (very indirectly) found by Hans Dieter Pearcey - added perl critic and Test::Pod - fix bugs (as in wrongful code execution) found by critic.t - fixed many punctuation problems found by critic.t
2010-03-14Remove xtide, moved to time.wiz9-174/+1
2010-03-14Remove kseg, moved to math/wiz6-126/+1
2010-03-14Remove packages that were reimported to geography/wiz22-259/+1
2010-03-14Fix path to proj after its reimport.wiz1-2/+2
2010-03-12+ bsdstatsmorr1-1/+2