summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2014-05-25Revbump after updating graphics/giflibobache1-2/+2
2014-05-24+ libkkc-dataobache1-1/+2
2014-05-24Import libkkc-data-0.2.7 as misc/libkkc-data.obache4-0/+34
This package provide language model data for libkkc.
2014-05-23Update to 1.38.0.wiz3-124/+35
- version: 1.38.0 date: 2014-05-23 new features: - title: "Edit Book: A 'Live CSS' tool that shows all the style rules for the tag you are currently editing." description: "You can use it to easily jump to any style rules that affect the current tag. Enable it via View->Live CSS. See http://manual.calibre-ebook.com/edit.html#the-live-css-panel for details" type: major - title: "Add an option to hide the book rating in the cover browser (Preferences->Look & Feel->Cover Browser)." tickets: [1319476] - title: "DOCX Input: if no language is defined in the metadata, use the language specified in the document default style." tickets: [1321346] bug fixes: - title: "Edit book: Fix regression that sometimes caused incorrect syntax highlighting when non-breaking spaces/typographic hyphens are present in the text." tickets: [1321317] - title: "Fix a regression that broke the compare books tool when used outside the book editor." tickets: [1321975] - title: "Get Books: Update the Woblink plugin to handle changes to the Woblink website" - title: "DOCX Input: Workaround buggy version of Microsoft Word converting newlines in the document summary into _x000d_. They are now ignored when reading metadata from docx files." tickets: [1321343] - title: "Edit book: Fix Check Book failing if a binary file such as an image or font is mislabelled in the OPF as being a text file." tickets: [1320977] - title: "OS X Build: Fix a bug that was preventing multiple instances of calibre being used by different user accounts on the same computer." tickets: [1320347] - title: "Edit book: Dont show an error message when trying to use quick open with no book open" - title: "Content server: Add .ibooks (note the trailing s) as an allowed format as well." - title: "Edit Book: Fix an error when running the Check Book tool on files with empty <style> tags." tickets: [1320459] - title: "Edit Book: A more complete fix for non ascii usernames on windows when using the export file dialog." tickets: [1298071] improved recipes: - Ars Technica - Slate - Instapaper - The Independent
2014-05-21Convert qemu-0 and qemu options to an optional group.gdt1-9/+7
No functional change intended; this merely uses PKG_OPTIONS_OPTIONAL_GROUPS to choose qemu-0 vs qemu. (Pointed out by wiz@.)
2014-05-21Updated misc/p5-Array-PrintCols to 2.6.hiramatsu2-7/+7
Changes from previous: ---------------------- 2.6 2014-03-01 - Updated test.pl to not use overly long http: urls, since they skew the columns and reduce the meaningfulness of tests. Correspondingly, regenerated all the tests. - Merged in Neil Bower's changes. 2.5 2013-06-06 - Added github repo to pod - Added github repo to metadata in Build.PL - Added an abstract to the pod - Added this file
2014-05-20Add options for qemu and xen, and disable all by default.gdt2-8/+38
Before, anita depended on qemu0 or qemu. Now, it has options for qemu-0, qemu (currently 2) and xen (currently 4.1). By default, all are off because all of them are quite large and they need only be present at run time. Discussed with gson@, who did not object.
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz10-19/+20
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-05-16Update to 1.37.0:wiz2-6/+6
- version: 1.37.0 date: 2014-05-16 new features: - title: "Edit Book: Live spell checking in the code view. Now spelling errors are highlighted in the code view for convenient correction as you type. This can be turned off via Preferences->Editor." - title: "E-book viewer: When using the tap and hold gesture on a touchscreen, allow lookup of the word currently under the finger in the dictionary or online." tickets: [1318242] - title: "Edit Book: Allow putting the editor into replace mode by pressing the Insert key" - title: "Content server: Add more descriptive titles to the OPDS feeds, where possible." - title: "Edit Book: Update the Table of Contents view automatically when the ncx file is edited." - title: "Edit book: Insert tag button: Allow entering attributes along with the tag name to make it easy to repeatedly insert, for example, <span class='special'></span>." - title: "Windows driver for Woxter Scriba 190." tickets: [1317892] - title: "Edit Book: Add an entry to the context menu of the preview panel to open external URLs when a link is right clicked on" bug fixes: - title: "Edit Book: Fix error in the Check Book tool when items in the opf have paths starting with a leading slash." tickets: [1319378] - title: "Book polishing: Fix publisher field in epub not being cleared when updating metadata." tickets: [1319732] - title: "Kobo driver: Update to handle changes to annotation processing in newer Kobo firmware." - title: "DOCX Input: Handle docx files with index fields that have their field names incorrectly lower cased." tickets: [1318670] - title: "Edit book: Fix incorrect syntax highlighting on linux if the text contains non-BMP unicode characters." - title: "Edit book: Fix regression that caused an error when trying to edit files with no defined syntax, such as plain .txt files." tickets: [1318139] improved recipes: - Wall Street Journal
2014-05-16Try to fix OpenBSD failryoon2-1/+17
2014-05-16Bump PKGREVISIONryoon3-2791/+38
* Set gtk3 and kde4 as options Patch is from jaapb@ partially. * Remove java PLIST entries from PLIST, remove duplicates
2014-05-15Revbump after updating graphics/giflibadam42-84/+84
2014-05-15import misc/py-trytond-party-siretrichard5-1/+74
2014-05-13Update to 4.2.4.2ryoon4-29/+31
* Make java option disable for non-NetBSD and non-SunOS (DragonFly bootstrap jdk does not work for amd64/3.6.2) Changelog: 4.2.4rc1 bnc#821208 DOC import: fix unwanted char background in numbering char style [Miklos Vajna] bnc#821567 import PPTX background images with table-name. [Muthu Subramanian] bnc#828390 bullet sizes set wrong. [Muthu Subramanian] bnc#865381 DOCX import: table cell btLr text direction fixes [Miklos Vajna] coverity#1130423 crash with "New style from selection" with List [Caolán McNamara] coverity#705966 dereference before null check [Caolán McNamara] coverity#705969 dereference before null check [Caolán McNamara] coverity#707971 uninitialized scalar field [Caolán McNamara] coverity#708388 uninitialized scalar field [Caolán McNamara] coverity#736084 missing break in switch [Caolán McNamara] collabora#1000025 import casemaps from pptx. [Muthu Subramanian] collabora#1000044 DOC import: fProtEnabled means document is not totally read-only [Miklos Vajna] fdo#38411 handle .doc cropping also inside groups [Luboš Luňák] fdo#38414 workaround for rounding errors when handling merged cells [Luboš Luňák] fdo#47355 partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 [Bjoern Michaelsen] fdo#50672 escape underscores in menus for unity [Samuel Mehrbrodt] fdo#58307 export sheet tab colors to xlsx. [Kohei Yoshida] fdo#60722 RTF import: 3 drawing-object fixes: [Miklos Vajna] fdo#62155 don't crash if we can't create an instance of a calc addin. [Michael Meeks] fdo#63228 printers list does not increase height with Print Dialog [Caolán McNamara] fdo#63786 fix PDF export of cropped SVG [Michael Stahl] fdo#67011 KDE4: prevent blocking in Display::Yield [Jan-Marek Glogowski] fdo#69157 apply object-in front selection on mouseUp [Lennard Wasserthal] fdo#69289 RTF import: handle cells with zero width [Miklos Vajna] fdo#70666 fix Graphite ligature replacement at line breaks [László Németh] fdo#71491 adjust reference during undo of drag-n-drop of cell range. [Kohei Yoshida] fdo#71729 fill the range edit boxes after the table is fully initialized. [Kohei Yoshida] fdo#71961 write (no)wrap of text only for custom shapes to .pptx [Luboš Luňák] fdo#73466 SwTxtSizeInfo / SwTxtInputFldPortion: invalid string access [Miklos Vajna] fdo#73544 related: update catalan linguistic components [Joan Montane, Caolán McNamara] fdo#73588 fix default alignment in RTL mode. [Hannah Lyhne] fdo#73627 explictly export font properties. [Muthu Subramanian] fdo#73936 make FormFieldDropDowns a real fieldportion [Caolán McNamara] fdo#74087 inspect if a mis-spelled word is at cursor position... [Kohei Yoshida] fdo#74302 adapt to OUString changes and set length exactly. [Matúš Kukan] fdo#74322 handle moving of named ranges correctly. [Kohei Yoshida] fdo#74823 RTF import: work around wrong table column width on invalid input [Miklos Vajna] fdo#74875 asterisk at the beginning of Paragraph without "Nowiki" [Julien Nabet] fdo#74979 remove OOo1.0 file formats from Save As. [Michael Stahl, Bryan Quigley] fdo#74981 cutting nothing should do nothing, should fix field dupes [Bjoern Michaelsen] fdo#75260 apply the same fix from writer table to character bordering. [Kohei Yoshida] fdo#75307 discard invalid user data [Caolán McNamara] fdo#75308 asterisk at the beginning of Paragraph without "Nowiki" [Julien Nabet] fdo#75328 do DiscoveryService socket setup off the main thread. [Andrzej Hunt] fdo#75376 configure: disable LTO by default for MSVC too [Michael Stahl] fdo#75622 avoid repeated table layouting [Luboš Luňák] fdo#75728 on change of User Field via UNO-API... [Oliver-Rainer Wittmann] fdo#75741 re-implement CompileNameFormula for formula groups. [Kohei Yoshida] fdo#75772 correct name of Outline Numbering dialog [Laurent Balland-Poirier] fdo#75898 SwFEShell::InsertRow: fix this in case bSelectAll == true [Miklos Vajna] fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1 [Tomaž Vajngerl] fdo#75970 let's do it in a straightforward fashion. [Kohei Yoshida] fdo#75977 clear sheet deleted flags for affected references when undoing. [Kohei Yoshida] fdo#76078 LO Crashes while saving the docx file containing only opening brace [Dinesh Patil] fdo#76195 set the border type to NONE to ensure it won't be drawn. [Kohei Yoshida] fdo#76222 oox: add support for MSO 2007 SP2 encrypted documents [Tomaž Vajngerl] fdo#76235 assure correct line break for multi-lined Input Fields [Oliver-Rainer Wittmann] fdo#76294 properly intern string literals in formula on xls import. [Kohei Yoshida] fdo#76298 sw: do not start up every OLE object on deletion [Michael Stahl] fdo#76402 handle range reference expansion in named ranges. [Kohei Yoshida] fdo#76409 write output cell string to <text:p> element when saving to ods. [Kohei Yoshida] fdo#76470 avoid joining new formula cells individually. [Kohei Yoshida] fdo#76568 remove BerkeleyDB from license text [Andras Timar] fdo#76777 accept proper number style condition != as not equal operator, [Eike Rathke] fdo#76778 fix wildcard support in File Open dialog [Andras Timar] fdo#76802 error msg in Web Page Wizard dialog [Julien Nabet] fdo#76905 long delay when changing font size from % to pt [Caolán McNamara] fdo#76930 explictly list common lang-independant template dir [Caolán McNamara] fdo#76961 calc link auto-update interval is changed on file save [Niklas Johansson] fdo#77059 hidpi: Increase the threshold of what DPI we consider hi-dpi. [Jan Holesovsky] fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() [Miklos Vajna] fdo#77174 crash with "New style from selection" with List [Caolán McNamara] fdo#77209 share string pool with clip documents. [Kohei Yoshida] fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case [Miklos Vajna] fdo#77300 don't re-compile formulas when the hybrid formula is not there. [Kohei Yoshida] fdo#77307 compare external formula tokens correctly. [Kohei Yoshida] i#124039 assure correct line break for multi-lined Input Fields [Oliver-Rainer Wittmann] i#124085 improved support for PNG clipboard format on windows [Armin Le Grand] i#124453 check if the resulting polygon... [Jürgen Schmidt] i#124467 add check for image data offset... [Jürgen Schmidt, Miklos Vajna] i#124474 on change of User Field via UNO-API... [Oliver-Rainer Wittmann] i#124516 related: handle bad surrogate pairs gracefully on Windows [Herbert Dürr] i#124555 restore stream position after Seek to end of stream [Oliver-Rainer Wittmann] i#84870 partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 [Bjoern Michaelsen] lp#760665 related: intermittent a11y crash in calc [Caolán McNamara] lp#811057 related: intermittent a11y crash in calc [Caolán McNamara] rhbz#1057741 [abrt] libreoffice-core: std::__throw_length_error(): soffice.bin killed by SIGABRT [Eike Rathke] rhbz#1075124 docx with negative left margin and border on table does not display properly in LibreOffice 4.2.2.1 [Luboš Luňák] rhbz#1076264 [abrt] libreoffice-core: ScAccessibleDocument::GetVisibleArea_Impl() const(): soffice.bin killed by SIGSEGV [Caolán McNamara] rhbz#1077780 [abrt] libreoffice-core: writerfilter::dmapper::lcl_MoveBorderPropertiesToFrame(): soffice.bin killed by SIGSEGV [Caolán McNamara] rhbz#1080196 [abrt] libreoffice-core: mdds/multi_type_vector_itr.hpp update_node(): soffice.bin killed by SIGSEGV [Kohei Yoshida] rhbz#1081968 libreoffice produces incorrect PDF export of cropped SVG graphics [Michael Stahl] rhbz#577595 [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl [Caolán McNamara] rhbz#602273 [abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl [Caolán McNamara] rhbz#896711 [abrt][a11y] libreoffice-core-3.6.3.2-8.fc18: ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara] rhbz#923993 [abrt][a11y] libreoffice-core-3.6.5.2-6.fc18: ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara] 4.2.4(rc2) Bugs fixed against 4.2.4 RC1: coverity#1202882 dereference before null check [Caolán McNamara] fdo#60040 crash after undoing master page application [Caolán McNamara] fdo#71423 fix crash while editing Impress tables. [Thorsten Behrens] fdo#74654 fix typo: printnone -> printhigh [Andras Timar] fdo#74697 add Bluez 5 support for impress remote. [Andrzej Hunt] fdo#74743 avoid infinite loop when gathering "svg" element styles [Tomaž Vajngerl] fdo#75525 out by one error [Caolán McNamara] fdo#76663 let's not skip the first element of a matrix in PRODUCT. [Kohei Yoshida] fdo#76916 'User paths' is missing in tab MotionMotion Paths tab [Caolán McNamara] fdo#77027 ODF import: fix wrong version in check for embedded objects [Michael Stahl] fdo#77039 fill the match string even if the raw string is empty. [Kohei Yoshida] fdo#77342 sw: fix copy/paste of footnote cross references [Michael Stahl] fdo#77603 new wildcard in autocorrection: .* instead of * [László Németh] rhbz#1088625 [abrt] libreoffice-core: sdext::presenter::PresenterPaintManager::Invalidate(): soffice.bin killed by SIGSEGV [Caolán McNamara]
2014-05-09Update to 1.36.0:wiz3-15/+7
- version: 1.36.0 date: 2014-05-09 new features: - title: "Edit Book: A new tool to filter style information (Tools->Filter style information). Useful to easily remove some CSS properties from the entire book." - title: "DOCX Input: Add support for cross references. Cross references that are used to insert hyperlinks are now converted into hyperlinks in the output document. Features to insert paragraph/page numbers are not supported." - title: "Add support for viewing kepub files in the calibre viewer, by treating them as plain epub files" - title: "Edit book: In the Insert Link tool show a few words of text alongside the location anchor name, to make it easier to know what a location is" - title: "Manage user dictionaries: Allow copying all selected words by right clicking them and choosing 'Copy to clipboard'." - title: "Content server: Make .ibook format files available in OPDS feeds" - title: "Edit book: Allow copying the list of errors from the Check Book tool to the clipboard by right clicking on the list of errors" - title: "Book polishing: If the books being polished have an ORIGINAL_EPUB/AZW3 format, warn the user that polishing will use it as the source and ask for confirmation." bug fixes: - title: "Fix metadata plugin to download metadata from OZON for website changes." - title: "Subsetting embedded fonts: Fix an error when subsetting embedded fonts on windows if the username contains quotes or apostrophes." - title: "Edit Book: Fix error when checking spelling if one of the files in the book declares an invalid (empty) language code." - title: "Linux install: Have the calibre GUI programs redirect stdout and stderr to null when launched via .desktop files to workaround systems where the GUI launchers are broken." - title: "Edit Book: Fix inserting a < in text that contains a colon causing a hang." - title: "DOCX Input: Fix error when converting document with nested frames." improved recipes: - Various Japanese news sources - National Geographic
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz21-43/+43
until proven otherwise.
2014-05-08Add mbuffer.jperkin1-1/+2
2014-05-08Import mbuffer-20140310 into pkgsrc, packaged by Brian Bennett.jperkin7-0/+84
mbuffer is a tool for buffering data streams with a large set of unique features: * direct support for TCP based network targets (IPv4 and IPv6) * ability to send to multiple targets in parallel (distribution mode) * support for multiple volumes * I/O rate limitation * high/low watermark based restart criteria * configurable buffer size * on the fly MD5 hash calculation * highly efficient, multi-threaded implementation It is especially useful, if you are writing backups to fast tape drives or libraries.
2014-05-05Python 2.6 is not supported by py-tryton.joerg5-11/+11
2014-05-05Recursive revbump from x11/pixmanryoon32-61/+64
Fix PR pkg/48777
2014-05-03Updated to latest version, 3.2.0. From CHANGELOG:rodent2-7/+7
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details) * Add relate from lot to moves
2014-05-03Updated to latest version, 3.2.0. From CHANGELOG:rodent3-8/+9
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details) * Add warning for moves without origin * Allow to define the effective date of shipments * Prevent changing product type if stock moves exist * Use new methods to compute quantities in StockMixin._search_quantity() * Split products_by_location into two methods on Move: compute_quantities_query and compute_quantities * Use origin for inventory moves * Allow partial assignation on Supplier Shipment Return
2014-05-03Updated to latest stable version, 3.2.0. From CHANGELOG:rodent2-7/+7
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details)
2014-05-03Updated to latest version 3.2.0. From CHANGELOG:rodent2-7/+7
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details) * Read employee according to the context * Add timezone on company to compute today
2014-05-03Updated to latest release, 3.2.0. From CHANGELOG:rodent2-7/+7
* Bug fixes (see mercurial logs for detail
2014-05-03Trivial change to fix compilation. Revbump for Lua multiversion support.alnsn3-3/+19
2014-05-03Update vimpager to 1.8.8.nonaka2-6/+6
PR pkg/48781 by me. Version 1.8.8 * don't clobber user's PATH (mayersj1: Steve Mayer) #77 Version 1.8.7 * use more lines for fallback man page detection, misc. code cleanups (eworm-de: Christian Hesse) Version 1.8.6 * allow _vimrc on non-windows (mortonfox: Morton Fox) Version 1.8.5 * fix up arrow binding again, broken in 1.8.4 Version 1.8.4 * disable help screen 'h' binding, cursor moves left instead (Github issue #71) Version 1.8.3 * reexec self under bash or ksh when available, especially on Solaris (Github issue #63) * add vim command -c option (aroig: Abdo Roig-Maranges) * allow ~/.vim/vimpagerrc as conf file (lucc: Lucas Hoffmann)
2014-05-02Update to 1.35.0:wiz3-8/+8
- version: 1.35.0 date: 2014-05-02 new features: - title: "Edit Book: Redesign the syntax highlighter to improve performance for large documents and extended editing sessions." tickets: [1314339] - title: "Edit book: Make cursor movement smooth by not highlighting matching tags while the cursor is moving. Only match highlighting tags if the cursor stays still for a time." - title: "Spellcheck dialog: Indicate whether a word is ignored in the Misspelled column" - title: "Spellcheck dialog: Pressing Ctrl+C on the words list copies only selected words, regardless of current cell" - title: "Add a copy to clipboard action to the context menu for the spell check dialog" - title: "Edit book: Fix save button incorrectly disabled after a failed save" tickets: [1313567] bug fixes: - title: "Edit Book: Fix an error when merging CSS stylesheets that contain @charset rules" - title: "Edit book: Fix extra invalid entries being generated in the manifest when editing an AZW3 file that has no images." - title: "Edit book: Fix a hang when editing an HTML or XML file with text of the form <abc: (i.e. a tag name with a trailing colon)." tickets: [1314009] - title: "Fix regression that prevented the ebook editor from starting on linux systems with locale set to 'C'" tickets: [1315064] - title: "DOCX Input: Fix formatting of the generated Index when the index is complex, i.e. with lots of references to the same item, multiple level of sub-items, etc." - title: "Smarten punctuation: Fix a double quote preceded by a hyphen at the end of a sentence (before the start of the next tag) being converted into an opening quote instead of closing quote." tickets: [1286477] - title: "News download: Fix very long URLs for links to pages causing errors on windows because of max path length restrictions." tickets: [1313982] - title: "Edit book: Fix saved search dialog causing high CPU usage" - title: "Edit book: Fix importing of Lithuanian dictionary from OpenOffice, that does not specify a country code." tickets: [1313315] improved recipes: - Ars Technica - Daily Mirror - Birmingham Evening Mail - NRC - Next - Private Eye - NZZ
2014-05-01Bump PKGREVISIONryoon3-5/+180
Fix segfault with icu 53.1 in locale collator data, for example ja_JP.*
2014-05-01Update to 4.2.3.3ryoon8-24/+5653
* Fix build with icu 53 Changelog: Many bugfixes See: https://wiki.documentfoundation.org/Releases/4.2.3/RC1 https://wiki.documentfoundation.org/Releases/4.2.3/RC2 https://wiki.documentfoundation.org/Releases/4.2.3/RC3
2014-04-29recursive PKGREVISION bump for poppler shlib major changewiz7-13/+14
2014-04-28Update to 2.0.26:wiz2-6/+6
Fix more crashes on Macs. Fix pasting from office applications on Macs. Fix recorded audio playing back at wrong speed on Mac computers that couldnât record at CD quality. Fix cloze markers appearing on cards when multiple cloze fields were listed in the template on a single line. Fixes to source code tests, thanks to ispedals and julienbaley. Add some hooks for add-on authors, thanks to sagittarian.
2014-04-28Fix PLIST. Currently, print-PLIST of ruby packages are slightly broken.taca1-58/+7
2014-04-25Add ruby-mini_portile.jperkin1-1/+2
2014-04-25Import ruby-mini_portile into pkgsrc.jperkin4-0/+79
mini_portile is a minimalistic, simplistic and stupid implementation of a port/recipe system for developers (text taken straight from the project page). It is required by the up-coming nokogiri update.
2014-04-25Update to 1.34.0:wiz3-8/+7
- version: 1.34.0 date: 2014-04-25 new features: - title: "E-book viewer: When in flow mode, handle swiping on the touchscreen differently. Swiping now scrolls line by line in flow mode instead of page by page. If you wish to scroll page by page in flow mode, tap instead of swiping." - title: "Conversion: Preserve all guide entries that are of a type present in the EPUB 2.0 specification. These entries are used by newer Kindle readers to populate the Go To jump list" - title: "When adding MOBI files if the author name is in LN, FN format, auto change it to FN LN format, as the MOBI format has no author sort field. This behavior can be disabled by setting Preferences->Tweaks->Author sort name algorithm to copy." tickets: [1306748] - title: "Spellcheck: When checking French text list all words that have the same stem as a single word. So j'aime and aime are listed as a single word." - title: "Spell check: Add a context (right click) menu that allows for quick operations on all selected words" tickets: [1309559] - title: "Manage user dictionaries: Add a button to import a list of words in bulk into the user dictionary" - title: "Spell check dialog: Allow sorting words case sensitively" bug fixes: - title: "EPUB Input: Fix incorrect handling of obfuscated fonts using the IDPF obfuscation algorithm when the epub unique identifier starts with urn:uuid" tickets: [1311650] - title: "Edit book: Fix obfuscated fonts in EPUB files not being handled correctly when editing the book (obfuscated fonts would get corrupted when making changes)." tickets: [1311650] - title: "Edit book: Fix a bug that caused spell checking to fail when using the builtin spanish dictionary" - title: "Spell check: Fix replacing a word and then replacing the new word again not working without doing a refresh in between" - title: "Spell check: Fix language declarations not being respected for nested tags." tickets: [1310000] - title: "Spell check: Fix 'Show next occurrence' sometimes showing the word in an incorrect location, for example in an attribute where spell check is not performed." - title: "Allow import of dictionaries that deviate from the spec in minor ways" - title: "Edit Book: Fix the Show next occurrence button in the spell check dialog sometimes failing to show next occurrence" - title: "OS X: Detect the users default interface language correctly. Also fix parsing of ambiguous dates in mm/dd vs dd/mm formats, based on the users locale settings in OS X." improved recipes: - Hindustan Times
2014-04-21Use GNU sed and bash to make these tools work a bit better.wiz1-3/+20
This at least fixes xdg-screensaver. Bump PKGREVISION.
2014-04-18+ rhash.wiz1-1/+2
2014-04-18Import rhash-1.3.1 as misc/rhash.wiz5-0/+60
RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru. Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring.
2014-04-18Update to 1.33. Remove patch that was sent upstream and integrated.wiz4-23/+29
New Features Edit book: Add a tool to check spellings, access it via Tools->Check spelling Kobo driver: Support firmware version 3.3 Device driver for Tolino Vision on windows Bug Fixes Amazon metadata download: Fix Editorial Reviews not downloading into the comments section for some books DOCX Input: Fix some text highlighting colors in the DOCX file not being correctly translated during conversion. Wireless device driver: Fix incorrect syncing behavior when book matching is run for a second time while connected. This happens when the user changes the library or selects 'Update cached metadata on device'. Searching: Fix searching by date not using the system locale to interpret dd/mm vs mm/dd dates on windows
2014-04-17Needs Ruby 1.9.3+joerg1-1/+3
2014-04-17Update to 1.32.0:wiz4-7/+22
New Features Fetch news: Allow automatically creating custom news sources by importing OPML files. Many RSS news reader programs can export their list of RSS feeds in the OPML format. Conversion: When inserting metadata as a jacket page, alter the font sizes in the jacket so that the sizes match the sizes used in the rest of the book. Also pretty print the generated jacket HTML. Allow searching for books by id and uuid using the id: and uuid: prefixes Allow specifying arbitrary colors for column coloring rules Bug Fixes Update the version of openssl shipped in the binary builds (the version in the windows 64bit build was vulnerable to the Heartbleed bug) Edit Book: Fix book being marked as modified even when no actual changes were done by various automated tools such as Smarten Punctuation, Subset Fonts, etc. Fix ebook-device cp -f failing when destination file already exists Closes tickets: 1303181 Ensure that the rendered dates in the book list and edit metadata dialogs are always in the same language as the calibre interface, regardless of system language setting Edit metadata dialog: Remember window size for the cover download window DOCX Input: Dont fail on DOCX files that contain pages with zero effective width. Closes tickets: 1303022 Content server: Fix page not found error when clicking on a category that has only a single item in it Send books to the Books folder for the Tolino Vision, as it cannot find books placed outside this folder Edit book: Fix error when beautifying HTML files that contain un-indented <script> or <style> tags Improved news sources Ekantipur NRC Handelsblad Frontline
2014-04-17Update to 2.0.25:wiz3-7/+8
Changes in 2.0.25 Fix copy right click menu not appearing when reviewing. Possible fix for shortcut issues with some add-ons when reviewing. Fix from Julien to fail more gracefully when templates need updating. Fix Qt4.7 Windows build failing to start. Workaround a crash on Macs that was happening when a progress bar was shown. Roll back to a previous mplayer version on OSX to fix some audio playing too fast. Fix Anki failing to recognize clozes when user had defined multiple cloze fields on a single line in their template. Changes in 2.0.24 A required upgrade to continue syncing, as the encryption certificate has been updated. More info is available at https://anki.tenderapp.com/discussions/announcements/60-anki-and-heartbleed An alternative build is now provided which uses an older version of the toolkit. This addresses the Thai slowdown issue on Windows, and continues support for OSX 10.5 & 10.6 on Mac, as the primary build now requires 10.7 or later. For people using add-ons that used multiple colons such as {{ring:my_tag:file.mp3}}, you should update your template to {{ring (my_tag):file.mp3}}. For add-on authors, this change is an improvement by Julien that allows multiple filters to be chained together. If you get an error message about pyqtconfig, please contact the author of the failing add-on and ask them to update the add-on to use qtmajor/qtminor instead, as pyqtconfig was obsoleted a while ago. The deck list in the browser sidebar is now collapsible. This and a few other changes thanks to Houssam. Include buried cards in the suspended count of the graphs. Fix crashes and corruption in column headers on qt5.2 (only relevant for Linux users at the moment) Fix for warnings in console on bleeding edge Linux distros, thanks to ospalh. Remove leech tag on undo if it was added during review. Allow copy context menu for things like card preview. Tweaks to supermemo importer thanks to Bryan. Remove marked and leech tags when exporting without scheduling. More friendly error when ssl fails. Fix 1000 cap in overview screen. Catch another invalid temp folder message. Disallow \r and \n in filenames, and ./.. in profile names. Changes in 2.0.23 Due to a build error, this version was skipped.
2014-04-16Update to 1.31, provided by Rhialto in PR 48723 and wip.wiz5-105/+527
Changes: too many to mention; 1.5 years of very active development.
2014-04-13Remove broken and untested libc++ patches. PR/48716tsutsui3-74/+1
- these patches break build on i386, even on pkgsrc-2014Q1 - these patches have no patch comment and it's fatal on pkglint - these patches have never been sent to upstream even before 4.2.2.1 update - the wrong patch committer has ignored the PR for a week
2014-04-12This is official Linux binary.ryoon1-1/+1
2014-04-11Add missing py-xdg dependency. Bump PKGREVISION.wiz1-1/+3
2014-04-10recursive bump from ilmbase shlib version change.obache58-116/+116
2014-04-10recursive bump from x264-devel builld number change (i.e. API change).obache3-6/+6
2014-04-09recursive bump from icu shlib major bump.obache14-27/+28