summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-12BSD-Stats is collecting statistics about *BSD installations (and flavours).morr6-0/+512
PR pkg/35365
2010-03-11Changes 0.10.4:adam5-20/+57
* Bug fix release. * Fixed unpredictable openGL related crashes on win32. * Fixed run on MacOSX Tiger/Leopard/Snow Leopard. * Disable OpenGL shaders by default for stars and atmosphere. User activate it by setting use_glshaders = true in the [main] section of the config.ini * Fixed the handling of the Qt -graphicssystem parameter. Now it is ignored if it is not used properly. * Improved OpenGLES2 support (not finished yet). * Added Qt widgets flags on the main windows to avoid filling background (this boosted the program a lot on linux).
2010-03-10Updating misc/p5-Business-CreditCard from 0.30nb1 to 0.31sno3-20/+11
pkgsrc changes: - Add license definition - Remove files/Makefile.PL (is as good as upstream one) - Explicitely tell, that no compiler is required Upstream changes: 0.31 Mon Oct 19 18:51:35 PDT 2009 - Add LICENSE section to POD documentation - Add META.yml to MANIFEST - Add Irish Laser card, thanks to Eoin Redmond for the heads-up. - Add documentation on what this module *is* and *is NOT* about. - Spelling fix in docs - correct misdocumentation of $Business::CreditCard::Country - Move test.pl to test/t and change to using Test::More, modify MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii) - Silence unwanted warnings (thanks to Alexander Ciornii) - Discover cards starting with 644-649 are now recognized - Most Diner's Club cards (300-305, 3095 and 36) now processed as Discover - China Union pay now includes 624-626 and 628 in addition to 622 (and still identified as Discover outside China) - JCB identified as Discover in the US
2010-03-08Updating misc/p5-Locale-Codes from 2.07nb1 to 3.11sno2-8/+9
pkgsrc changes: - Add license definition Upstream changes: 3.11 2010-03-01 sbeck * NEW CODE(s) * Added the IANA domain names to Country * Fixed a problem that produced warnings with perl 5.11.5. Jerry D. Hedden * 3.10 2010-02-18 sbeck * Moved support files into the Locale::Codes namespace. * The work done in each of the Locale::XXX modules was virtually identical to each other. It has all been moved to a central module and the Locale::XXX moduels are now just wrappers. * The XXX_code2code functions would return undef if the same codeset were passed in for both the 2nd and 3rd arguments. This doesn't make sense and has been changed. * Added all semi-private routines (except for the couple that were already present): rename_XXX add_XXX delete_XXX add_XXX_alias delete_XXX_alias rename_XXX_code add_XXX_code_alias delete_XXX_code_alias * Added "UK" alias. Steve Hay 3.01 2010-02-15 sbeck * Fixed Makefile.PL and Build.PL to install as core modules. 3.00 2010-02-10 sbeck * Took over maintenance of the code * All codes and country names come from the official standards * code2country now returns the name of the country specified in the standard (if the different standards refer to the country by different variations in the name, the results will differe based on the CODESET) * Added code sets FIPS 10 country codes Alpha-3 and Term language codes Numeric currency codes * The rename_country funcion from 2.07 would guess the CODESET (unlike all other functions which used a default of LOCALE_CODE_ALPHA_2). The guess can cause problems since (with the addition of FIPS) codes may appear in different codesets for different countries. The behavior has been changed to be the same as other functions (default to LOCALE_CODE_ALPHA_2). * Dropped support for _alias_code * Added language_code2code, currency_code2code
2010-03-07remove dead mirrorzafer1-2/+1
2010-03-07Update minimum requirements per README.wiz1-2/+2
2010-03-07Update to 0.15:wiz4-25/+68
Gaupol 0.15 =========== * Add text correction task to split joined words or to join split words using spell-check suggestions (#572667) * Show duration in time mode as seconds * Merge Latin and French common error text correction patterns from subtitleeditor (kitone) * Allow pasting times with comma as a decimal separator (#580339) * Allow bookmarks to be added or removed by double-clicking or pressing enter in the bookmark column (#580346) * Add validation for character encoding given as an argument on the command line using the '-e' option * Fix handling of Unicode BOMs (#568906) * Add UTF-8-SIG character encoding for opening and saving files with a UTF-8 signature/BOM * Fix incorrect handling of common error patterns that at worst caused gaupol to hang due to an eternal loop (#581003) * Abort installation if an intltool-merge or msgfmt call fails * Add messages for raised exceptions Gaupol 0.14 =========== * Add an extension system (documentation to follow later) * Add two extensions: side pane and bookmarks * Adher to the home directory part of freedesktop.org's XDG Base Directory Specification * Handle reading and writing files with a UTF-8 BOM (#556956) * Save SSA and ASS files with '\N' linebreaks instead of '\n' * Resize columns after running text corrections * Make removing a large amount of subtitles significantly faster * Fix GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated * Remove deprecated Encoding-field from desktop file * Fix search dialog to not modify obsolete data (#572676) * Fix character count error with Unicode text * Fix updating of filenames in the projects menu * Fix erroneous cleaning of SubRip markup after removing hearing impaired subtitles * Fix open dialog file filter to list files with upper- and mixed case extensions as well * Fix AssertionError when installing multiple times * Switch version-control systems from subversion to git
2010-03-05Do not accept xulrunner 1.9.2.2pre or newer, it comes without npapi.h.wiz1-1/+2
2010-03-04homepage moved to osgeogdt1-2/+2
2010-03-03Replace list of accepted JVMs with a set that is available through pkgsrc.bad1-2/+2
Not tested yet. Should fix PR pkgsrc/42916.
2010-03-02Update openoffice3-bin to 3.2.0.bad6-25/+31
Changes since 3.1.2 are: - security fixes - improved MS Office compatibility - faster startup times For a more detailed list read http://www.openoffice.org/dev_docs/features/3.2/
2010-02-26first attempt to make this DESTDIR ready and to update it to adrochner27-1013/+3291
newer version (5.26, the current production version). The pkg builds and the result starts up and can do simple operations, but there are strange errors if I try scripts which used to work two years ago (mostly array size check related). The biggest problem is that the pkg needs a fortran compiler which supports the LOC() function. f2c doesn't, the cheapest way I found is to depend on pkgsrc/lang/gcc3-f77. This needs to be done cleaner.