summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07Updated dialog to 1.3.20170131.wiz2-7/+7
2017/01/31 + use DLG_TRACE macro consistently to make "--disable-trace" configure option work. + modify buildlist widget to support option "--reorder" for to allow user to reorder the data based on the sequence of selections (discussion with Paraic O'Ceallaigh). + fill background color on unused parts of buildlist. + fix a minor error in buildlist which let pageup switch columns. + change several calls to dlg_trace_msg to prefix with "#" to make the trace logs more consistent for parsing. + add samples/run_test.sh + further improve performance with very long command-lines by changes to howmany_tags(). + modify dlg_string_to_argv() to convert escaped double-quotes to plain double-quotes when within a double-quoted string. + modify makefile to apply CFLAGS to linking + modify dlg_string_to_argv() to ignore escaped newlines except when quoted, fixing a problem with samples/checklist9. + interpret $DIALOGOPTS before expanding "--file", etc., to allow the environment variable to turn on tracing in that process. + improve performance when processing very long command lines, e.g., using "--file" by changing dialog_opts[] to an array of pointers to the expanded argv[] (discussion with Lars Tauber). + modified autoconf macros + CF_CC_ENV_FLAGS amend the last change to move only the preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS, leaving the residue in CC. That happens to work for gcc's various "model" options, but may require tuning for other compilers + CF_LARGEFILE workaround for clang exit-code vs warnings + CF_MATH_LIB quiet strict gcc warning + CF_WITH_LIBTOOL fix a few places in configure/build scripts where DESTDIR and rpath were combined + CF_XOPEN_SOURCE add "uclinux" to list of Linux's + update config.guess, config.sub
2017-02-07Updated py-anki2 to 2.0.41.wiz2-8/+8
Changes in 2.0.41 Released 2017-01-29. Shave a second or two off sync times in certain circumstances. Fix for errors on latest sqlite on Linux (thanks to dequis) OS X alternate version rebuilt on 2017-01-30 to fix an issue with playing sounds.
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz45-89/+90
2017-02-05PLIST update for todoman-2.0.2wiz1-4/+2
2017-02-05Updated todoman to 2.0.2.wiz2-9/+10
v2.0.2 ------ * Fix a crash after editing or completing a todo. v2.0.1 ------ * Fix a packaging error. v2.0.0 ------ New features ~~~~~~~~~~~~ * New flag ``--porcelain`` for programmatic integrations to use. See the ``integrations`` section :doc:`here </usage>` for details. * Implement a new :doc:`configuration option </configure>`: ``default_due``. * The configuration file is now pre-emptively validated. Users will be warned of any inconsistencies. * The ``list`` command has a new ``--due`` flag to filter tasks due soon. * Todo ids are now persisted in a cache. They can be manually purged using ``flush``. Packaging changes ~~~~~~~~~~~~~~~~~ * New runtime dependency: configobj * New runtime dependency: python-dateutil * New test dependency: flake8-import-order.
2017-02-05Updated dpkg to 1.18.22.wiz5-212/+171
Changelog since last pkgsrc version (1.16.17) is over 150kB, so please look in debian/changelog in the tarball for details.
2017-02-05Updated calibre to 2.78.0.wiz3-12/+86
Use included versions of chardet and html5lib. chardet: not sure if included copy is modified. html5lib: included copy is definitely modified. New Features View button: Add an action to the right click menu that always opens the book with the calibre viewer, regardless of the preferences Kobo driver: Update to support the newest firmware from Kobo E-book viewer: Allow opening a specific item from the Table of Contents via the --open-at command line parameter. Closes tickets: 1656573 Amazon metadata download: Add support for downloading from amazon.ca Bug Fixes Edit Book: Do not condense CSS rules when saving AZW3 files regardless of the value of Preferences->Common Options->Look & Feel->Expand CSS EPUB Output: Fix a duplicate id created in rare circumstances when splitting on page breaks. Closes tickets: 1658744 DOCX Input: Fix error when converting documents that have images pointing to web resources. Closes tickets: 1659142 E-book viewer: Fix a regression that caused an increase in load times when loading the individual HTML files inside an EPUB book. Closes tickets: 1658578 Fix setting a similar books search to use the formats field in Preferences->Searching resulting in an error. Closes tickets: 1658386 Kobo driver: Fix incorrect cover size being uploaded to the Glo HD E-book viewer: Fix 'View Image' right click menu action not available for svg files included via <img> tags. Closes tickets: 1657717 HTML Input: Remove the # character from input filenames, for maximum compatibility. Closes tickets: 1656833 Edit Book: Fix spell check treating the unicode hyphen (U+2010) differently from the normal hyphen (U+002d). Closes tickets: 1656319 New news sources The Sunday Times Magazine by Bobby Steel Improved news sources FOX News Oriental Daily AM730 The Times NYTimes Mediapart Echo Online kath.net GoComics The Hindu
2017-02-05Add a couple more missing gtk3 files.wiz1-1/+4
2017-02-05Enable root build. Noticed by pgoyette@. Thank you.ryoon2-1/+15
2017-02-05Restore gtk3 and kde4 libraries in PLIST and remove empty directoriesryoon2-81/+7
Bump PKGREVISION.
2017-02-04Update to 5.3.0.3ryoon15-298/+293
* Use internal harfbuzz and graphite2 LibreOffice 5.3.0 requires harfbuzz with graphite2 support. Enabling graphite2 in fonts/harfbuzz breaks graphics/librsvg, so I cannot enable graphite2 in fonts/harfbuzz. * Explicitly specify static libraries of harfbuzz and graphite2 with path to fix a linking of libvcllo.so * Add some comments to patches Changelog: Highlights LibreOffice 5.3 offers a number of interesting new features in every area: a new cross-platform text layout engine that uses HarfBuzz for consistent text layout on all platforms, with significant advantages across languages and alphabets; a revised Help menu, with new quick links to user guides and community support forums, for an improved user experience; and better import/export filters to new and legacy MS Office documents. Writer now supports Table Styles, for applying formatting to a table which is preserved when you make edits to it; a new Page Deck in the sidebar lets the user quickly customise page settings without having to go through a separate dialog box; and a new Go to Page Box makes it possible to jump to another page in the document with just a few keystrokes. Calc provides a new set of default cell styles, with greater variety and better names than in previous releases; in fresh installations, "enable wildcards in formulas" is now the default option, rather than regular expressions, to improve compatibility with other spreadsheet software; and a new text entry box lets the user narrow down the functions he is looking for, and simplifies the search for the right one. Impress now opens with a template selector, to get the user off to a quick start; and a new Slide Properties Deck is now available in the sidebar while in slide master mode.
2017-01-27Update to 5.2.5.1ryoon2-21/+20
Changelog: * Bugfixes * l10n improvements
2017-01-27pyPdf hasn't been used by calibre since 2012, neither in bundled (removed)kleink2-6/+4
nor in dependency form. Noted by Eli Schwartz.
2017-01-26Add mdpryoon1-1/+2
2017-01-26Import mdp-1.0.9 as misc/mdp.ryoon5-0/+46
A command-line based markdown presentation tool.
2017-01-25Recursive bump for poppler updatewiz4-7/+8
2017-01-25fix previous for unpriv'd installs. from dholland.maya3-8/+10
bump PKGREVISION.
2017-01-25Add patch fixing root exploit.maya3-5/+23
Reported here: https://lists.gnu.org/archive/html/screen-devel/2017-01/msg00025.html from dholland
2017-01-24Add required files/ by libreoffice5-bin after removal of libreoffice4-binkamil7-2/+237
Verbatim copy of libreoffice4-bin/files to libreoffice5-bin/files. This fixes the package.
2017-01-23PR 51911: needs limits.hdholland2-1/+17
2017-01-22Updated calibre to 2.77.0.wiz3-10/+8
- version: 2.77.0 date: 2017-01-13 bug fixes: - title: "Conversion: Fix changing the cover image not updating references to the old cover image inside SVG wrappers." tickets: [1655309] - title: "E-book viewer: Fix a regression that caused clicking links in the footnote popup window to stop working" - title: "Edit Book: Fix importing DOCX file as new book not setting the version attribute in the OPF" - title: "Kindle driver: Fix some newer KFX books not being recognized on e-ink kindles, because of a change in how metadata is stored in the KFX format" - title: "DOCX Output: Fix missing <td> tag causing conversion to fail." tickets: [1654463] - title: "Edit Book: Fix group references causing errors when used in replace string in the normal mode search and replace" - title: "Edit Book: Fix Check Book reporting a spurious mime/type mismatch error after replacing a file with a file having a different mime type." tickets: [1653977] - title: "Amazon metadata download: Fix detection of series not working for some books due to changes in the amazon website" - title: "Fix Nook HD+ not being detected on windows" - title: "Edit Book: Ensure keyboard focus stays with Files Browser when renaming files." tickets: [1653311] improved recipes: - kath.net - publico.pt - Telepolis - The Times - Helsingin Sanomat
2017-01-22Switch khard to py-vobject 0.9.4 or newer. Bump PKGREVISION.wiz1-2/+3
2017-01-22Update to 4.5.0ryoon2-7/+7
Changelog: Version 4.5.0 (10/12/2016): * Allow specifying logfile's name via command line parameter '-L' * Fixes: - broken handling of "bind u digraph U+" (bug #48691) - crash with long $TERM (bug #48983) - crash when bumping blank window - build for AIX (bug #49149) - %x improperly separating arguments - install with custom DESTDIR (bug #48370)
2017-01-21Recursive revbump from audio/pulseaudio-10.0ryoon2-4/+4
2017-01-19Convert all occurrences (353 by my count) ofagc8-26/+26
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2017-01-19More automoc cleanupmarkd1-1/+10
2017-01-19Update to sweeper 16.12.0markd2-9/+8
minor changes
2017-01-19Update to kremotecontrol 16.12.0markd2-9/+8
minor changes
2017-01-19Update to kmousetool 16.12.0markd2-9/+8
minor changes
2017-01-19Update to kmag 16.12.0markd2-9/+8
minor changes
2017-01-19Update to kalzium 16.08.0markd2-9/+8
minor changes - last kde4 version
2017-01-19Update to kaccessible 16.12.0markd2-9/+8
minor changes
2017-01-18html5lib 0.99999999 moved treebuilders._base to .base to clarify itskleink3-3/+28
status as public, and ihatexml to _ihatexml to clarify as private. Deal with it. (Same as for misc/calibre.) Bump PKGREVISION.
2017-01-17Fix build with latest py-html5lib.wiz3-2/+28
From kleink.
2017-01-16Recursive bump for libvpx shlib major change.wiz2-4/+4
2017-01-16Updated py-anki2 to 2.0.40.wiz2-7/+7
Changes in 2.0.40 Released 2016-01-13. A Mac-only release that fixes an error on startup when the Documents folder is on a different drive. For people upgrading from 2.0.36 or earlier, please note that Anki will move your Anki data out of Documents/Anki and into Library/Application Support/Anki2, to prevent problems people were having with the new macOS. If you have enabled desktop and documents syncing in the iCloud preferences, we recommend taking a backup of your Documents/Anki folder prior to upgrading. Changes in 2.0.39 A Linux-only release that fixes some issues with the makefile.
2017-01-16Updated todoman to 1.8.0.wiz2-7/+7
Changes not found. Git commit list at https://github.com/pimutils/todoman/commits/master
2017-01-12Update to 734d76b0675685e9ec9148694f2cc00f58e5ebc0.skrll3-25/+8
Various bug fixes
2017-01-10Update Tryton to 4.2.1. No aggregated changelog, but this fixes some bugsrodent2-10/+10
that I submitted upstream. Fix variable expansion in trytond's MESSAGE.
2017-01-07update HOMEPAGE and MASTER_SITES.zafer1-7/+3
2017-01-05Note we need libpanel from curses.roy1-2/+2
2017-01-05Allow to use NetBSD-7.99 cursesroy1-2/+2
2017-01-04MAINTAIN, since i imported these. Anyone else can have them at any time ifrodent12-24/+24
desired.
2017-01-04Add missing patch for system curses support.roy1-0/+12
2017-01-04Use the curses framework.roy1-2/+2
2017-01-04Use the curses framework.roy4-9/+12
2017-01-04Use the curses framework.roy3-10/+12
2017-01-04Use the curses framework.roy1-10/+6
2017-01-03Update misc/erlang-p1_utils to 1.0.6.fhajny3-8/+9
- Add p1_http
2017-01-01Revbump after boost updateadam51-101/+102