summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
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
2014-04-06Add upstream bugzilla URLryoon3-5/+9
2014-04-03Mark PYTHON_VERSIONS_INCOMPATIBLE=33, no py-suds for that version yet.jperkin1-1/+3
2014-04-02fixes missing distinfo for linux-i386.obache1-1/+4
2014-04-01dbus module is recognized by suse121 too now.obache1-3/+1
2014-03-31Update to 20140329 based on bf068918b5fa6eb53d4b72846b36f2168cfb532e ofskrll2-6/+6
https://github.com/jaredmcneill/userland Various bug and gcc 4.8 fixes
2014-03-31add py-stdnumrichard1-1/+2
2014-03-31Add misc/py-stdnumrichard4-0/+364
Parse, validate and reformat standard numbers and codes. This library offers functions for parsing, validating and reformatting standard numbers and codes in various formats.
2014-03-30Update to 4.2.2.1ryoon2-11/+10
* dbus and dbus-glib Linux emulation modules are only available for SUSE_PREFER=13.1 Changelog: * Many bugfixes * Add many new features See https://wiki.documentfoundation.org/ReleaseNotes/4.2
2014-03-26Allow build with ruby200 and ruby21.taca1-2/+2
2014-03-16Fix distinfo. I accidently commit with wrong patch files whichtaca1-12/+12
were working state.
2014-03-15Bump PKGREVISION from default ruby version change.obache2-4/+4
2014-03-15Update to 4.2.2.1ryoon2-16/+16
Changelog: From https://wiki.documentfoundation.org/Releases/4.2.2/RC1 Bugs fixed against 4.2.1 final (RC1): fdo#41524 CUPS printing: use "collate" option when PDF is available [Michael Stahl] fdo#64957 prevent the accumulation of rounding errors [Herbert Dürr] fdo#68927 sw: fix painting of SVG page background [Michael Stahl] fdo#69925 wiki Publisher Extension is not working [Julien Nabet] fdo#72041 intern strings in the external ref cache with the host document. [Kohei Yoshida] fdo#72233 too long style names over-stretch dialog [Caolán McNamara] fdo#72348 re-implement BinarySearch() to disregard empty cell blocks. [Kohei Yoshida] fdo#72390 let's not skip auto styles from unmodified sheets. [Kohei Yoshida] fdo#72491 always set input as text when that's requested. [Kohei Yoshida] fdo#72691 allow overwriting of string value with numeric one. [Kohei Yoshida] fdo#72967 draw position size tab - min size is 0 not 1 (mm) [Tomaž Vajngerl] fdo#73565 populate date members in a locale-safe way. [Kohei Yoshida] fdo#73773 check if the *document* is closing, not the *app*. [Kohei Yoshida] fdo#73800 fix incorrect separator in function description in Calc [Winfried Donkers] fdo#74284 use AccessibleRole::PANEL for VclBoxes under windows [Caolán McNamara] fdo#74345 some shared formulas cannot be exported as shared formulas. [Kohei Yoshida] fdo#74512 fix the ODS export as well. [Kohei Yoshida] fdo#74558 re-implement BinarySearch() to disregard empty cell blocks. [Kohei Yoshida] fdo#74584 these tags should be lowercase for correct clipboard handling. [Kohei Yoshida] fdo#74683 java.lang.System.mapLibraryName dylib vs. jnilib confusion [Stephan Bergmann] fdo#74857 update the incrementer when skipping over hidden regions. [Kohei Yoshida] fdo#75032 handle note copying correctly. [Kohei Yoshida] fdo#75118 sw: do not paint zero-width lines [Michael Stahl] fdo#75130 export cell borders to xls and xlsx correctly. [Kohei Yoshida] fdo#75206 use 'ne' for string comparison [Andras Timar] fdo#75228 we still need to get the value only to pop value from the stack. [Kohei Yoshida] fdo#75526 sdk: install URE library symlinks / import libs again [Michael Stahl] i#124233 Different text rendering (word/character width) depending on zoom factor [Herbert Dürr] rhbz#1065629 RTF import probable regression with non-english BigMachines exports [Michael Stahl]
2014-03-14Update ruby-configuration to 1.3.4.taca2-6/+6
A few improvements.
2014-03-14Update ruby-bundler to 1.5.3.taca3-33/+59
Changes are too many to write here, please refer CHANGELOG.md.
2014-03-13Add a patch to detect NetBSD correctly in Gem::Platform.taca4-16/+31
Bump PKGREVISION.
2014-03-13Refelect change of RUBY_SRCDIR.taca1-2/+2