Commit graph

5676 commits

Author SHA1 Message Date
prlw1
d796492f96 Update yelp3 to 3.14.1
3.14.1
======
* Updated translations:
  bg    (Ivaylo Valkov)
  bn_IN (Saibal Ray)
  fa    (Arash Mousavi)
  it    (Milo Casagrande)
  lv    (Rūdolfs Mazurs)
  te    (Krishnababu Krothapalli)
  uk    (Daniel Korostil)
2015-03-17 09:24:31 +00:00
wiz
8ca00a37fd Get rid of unnecessary calibre-uninstall program, pkg_delete is working fine.
Bump PKGREVISION.
(Gets rid of /usr/bin/python in installed file.)
2015-03-16 22:28:38 +00:00
ryoon
ce4a527221 Fix -java case.
Matthias Ferdinand reported that this package includes java mk files
even in PKG_OPTIONS.libreoffice4=-java case.
2015-03-16 18:16:26 +00:00
wiz
f1dc991d2c Add a REPLACE_BASH line.
XXX: calibre-uninstall is a generated file during installation and has
/usr/bin/python as interpreter, this needs fixing.
2015-03-15 21:30:20 +00:00
wiz
32d57ef03d Update to 2.21.0:
New Features

    Allow opening ebook files and covers in external applications
    by simply right clicking on them in the Book Details panel.

    Now, you can right click on an ebook format or the cover in
    the Book Details panel, and open it with any application
    installed on your computer. calibre will automatically present
    you with a list of application capable of opening the file.
    Simply choose one, or if your particular application is not
    auto-detected, you can browse for it manually.
    Tag Browser: Make rename and delete for items in the Tag Browser
    restrict themselves to the current Virtual Library (if any).
    There is also an additional menu entry you can use to rename
    and delete across all books while in a Virtual Library.
    Conversion: Use a new (written from scratch) implementation of
    CSS Level 3 selectors that fixes various bugs in handling of
    the more advanced/uncommon CSS selectors such as nth-last-child()
    Edit Book: Allow restoring of disabled confirmation prompts in
    preferences and add a confirmation when removing saved searches
    Edit ToC button: Remember the last used ebook formats

Bug Fixes

    E-book viewer: Fix regression that prevented pasting of text
    with formatting from the viewer.

    Table of Contents Editor: Fix selecting a location inside a
    file and then clicking on another file causes the previous
    location to be used in the new file.

    DOCX Input: Fix incorrect bold font weight being used for
    heading styles even if the style definition does not specify
    bold.

    AZW3 Input: Fix a bug that prevented conversion of AZW3 files
    that contained an empty CSS media block.

    PDF Output: Fix incorrect rendering of text in elements that
    use font-variant:small-caps and also have children.

    Get Books: Update Amazon Europe, Empik and CDP store plugins
    PDF Output: Fix incorrect conversion of source document that
    specify dir='rtl' on the root element.

    PDF Output: Ignore unparseable links instead of aborting the
    conversion on them.

    Fix reading metadata from filenames tester not working for
    dates before 1900.

    Linux binary install: Fix SSL CA certificates not being detected
    on Fedora based distributions
    Books list: Fix column alignment incorrectly propagating when
    changing libraries
    FB2 Input: Do not put a border around images
    Fixes for various incompatibilities with (Py)Qt 5.4.1 which is
    used by some calibre distro packages on linux
    Fix error when running calibredb backup_metadata on a library
    that contains book records with no path information
    Edit Book: Fix extra search being hidden when removing a saved
    search
    Fix a regression in 2.20 that prevented some changes to
    per-library preferences from being saved
    Linux installer: Do not register application/octet-stream as
    one of the mimetypes calibre can handle

New news sources

    Pando Daily by Darko Miletic

Improved news sources

    Spektrum der Wissenschaft
    New Musical Express
    The Daily Mirror
2015-03-15 21:23:47 +00:00
hiramatsu
763c1e9995 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:51:07 +00:00
hiramatsu
955f857a1c Set MAINTAINER to pkgsrc-users. 2015-03-15 19:31:44 +00:00
hiramatsu
63b4ef6006 Set MAINTAINER to pkgsrc-users. 2015-03-15 18:46:55 +00:00
hiramatsu
bb2e62806b Set MAINTAINER to pkgsrc-users. 2015-03-15 17:56:15 +00:00
hiramatsu
b15b9512b8 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:41:58 +00:00
hiramatsu
4028688eb8 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:09:00 +00:00
tnn
c94500b9e2 needs iconv 2015-03-15 15:06:23 +00:00
ryoon
b9853a21c6 Update tp 4.12.0.1
Changelog:

Summary of changes from RPM 4.12.0
Package building

    Fix RPMTAG_ARCHIVESIZE / RPMTAG_LONGARCHIVESIZE generation (RhBug:1142949)
    Reduce double separator in dependency EVR error into a warning (RhBug:1065563)

Build process

    Add testcase for RhBug:1142949


Summary of changes from RPM 4.11.2
General bugfixes and enhancements

    New --nopretrans and --noposttrans disabler switches (previously tied to --nopre/--nopost)
    New --noplugins switch to disable all plugins
    New --reinstall mode which can handle changing file policies (RhBug:966715)
    New --exportdb and --importdb switches in rpmdb(8)
    New --recommends, --suggests, --supplements and --enhances query aliases for querying weak dependencies
    New optional payload format to support large (> 4GB) files within packages (ticket #41)
    New rpm2archive utility for converting rpm payload to tar archives

    Fix curl globbing being enabled on remote retrieval (RhBug:1076277)
    Fix $1 argument to %pretrans, %posttrans and %verifyscript to behave like all other scripts
    Fix mixed binary + source rpm installation progress (RhBug:984724)
    Fix file actions sometimes carrying state across multiple rpmtsRun() calls (RhBug:1076552)
    Fix duplicate usernames causing false positives on verification (ticket #872)
    Fix ordering to prefer self-provides on ordering when appropriate (RhBug:1111349)
    Fix a double-free on unpadded signature header

    Add support for "new" architectures:
        m68k (again)
        Sparc Niagara (detection)
        ARM v6 and v7 (hardware FPU detection)
    Documentation, translation updates

Package building

    New warnings on invalid / dubious spec constructs:
        Detect multiple %files sections per package
        Detect empty %files -f manifest files
        Detect multiple %changelog sections per spec
        Detect duplicate Group, Summary, Description, Distribution, Vendor, License and Packager tags per package (ticket #27)
    Add support for specifying weak dependencies (Recommends, Suggests, Supplements and Enhances) tags in spec
    Add support for automatic generation of weak dependencies (RhBug:1117912)

    New %{load:<path>} macro to load custom macro files (from eg spec)
    New %_smp_ncpus_max macro to configure CPU limit for parallel builds (related to RhBug:669638)
    New %make_build macro for hiding parallel-build magic from specs (ticket #115)
    New %_rundir macro for referring to /run (formerly /var/run) directory
    New %__gpg_reserved_space macro allows preallocating space for signatures which allows very fast package signing
    Add support for detecting and warning on macro scoping violations (RhBug:552944) when %trace is active
    Add support for %autosetup -S git_am variant (RhBug:???)
    Fix parametrized macros eating newlines (RhBug:1045723)
    Fix around macro scoping problems in %autosetup (RhBug:???)

    Fix ELF soname dependencies getting generated for non-library DSO's too (RhBug:???)
    Fix garbage sonames sometimes getting added as dependencies (ticket #158)
    Fix various issues in dependency generator
    Fix libtool dependency generation with libtool >= 2.4.2 version
    Fix external dependency generator to use the same generators as internal one by default
    Fix crash on missing name-argument to %package (RhBug:1123722)

    Fix non-canonical path usage for matching in debugedit (RhBug:1077148)
    Fix PPC ABI change in default configuration (RhBug:1085127)

Removed features

    Remove support for %_noPayloadPrefix (rpm < 3.0.5 compatibility)
    Remove experimental support for "collections", added in 4.9.0

API changes

    New rpmtxnBegin() and rpmtxnEnd() to permit clients to control transaction locking
    New rpmtsImportHeader() to permit importing "detached" headers into rpmdb
    New rpmtsAddReinstallElement() function for reinstalling packages

    New rpmdbIndexIteratorNextTd() provides a nicer iterator interface to rpmdb indexes

    New file info set iterator functions: rpmfiFLinks(), rpmfiFindFN(), rpmfiStat()...
    New file info set iterator functions for accessing original paths from relocated packages: rpmfiOFN(), rpmfiOBN(), rpmfiODN(), rpmfiFindOFN()
    New archive API on top of file info iterators: (FIXME: describe...)
    New "rpmfiles" object + related API for random access to file info sets
    Many new file info set iteration modes (FIXME: describe...)

    New rpmteFiles() to return transaction element file info set, to be used instead of rpmteFI()
    New rpmdsTagF(), rpmdsTagEVR(), rpmdsD(), rpmdsPutToHeader(), rpmdsTi(), rpmdsTagTi() and rpmdsSinglePoolTix() methods to rpmds objects

Internal improvements and cleanups

    Lots of cleanups all over the codebase
        Former "file state manager" eliminated and rewritten
        "Package state manager" largely eliminated
        File IO subsystem sanity & improvements
        Berkeley DB dependencies isolated to backend code
        File info sets are finally properly opaque
        Handle trigger indexes within rpmds objects
    Partial thread-safety by added locks/mutexes (FIXME: describe...)
        Configuration and macros
        Logging
        Keyrings and keys
        ...
    Fix symlink timestamp on install on systems which support it
    Fix problematic license on internal mergesort() implementation (removed)
    Fix rpm dependency on libselinux (moved to a plugin)
    Fix installation to always use header, not payload metadata
    Fix global macro state side-effects from rpmInstallSourcePackage()

    Fix oversized stack allocation on verify (RhBug:1106594)
    Fix buffer overflows on malformed macro define/undefine (RhBug:1087000)
    Optimize package generation and signing considerably
    Optimize file requires processing
    Optimize installed dependency processing

Plugins

    A new plugin system, internal-only for now (FIXME: describe...)
    Plugins included in this release:
        systemd_inhibit plugin - preventing shutdown while transaction is in progress (RhBug:1109927)
        selinux plugin - basic SELinux support, previously in librpm directly
        syslog - example plugin for logging rpm activity to syslog

Python bindings

    Database index iteration returns proper types for non-strings
    New rpm.fi methods: FLinks(), FindFN(), OFN()...
    New fi.FLinks() method added
    New rpm.files object + related API for random access to file info sets
    New rpm.archive object + related API for manipulating package payloads
    New te.Files() method added
    New addReinstall() method in transaction set objects (related to RhBug:966715, RhBug:1071854...)
    New rpm.strpool object for utilizing shared string pool with eg rpm.fi and rpm.ds objects
    New rpm.header_magic constant exported
    Fix several Python 3 compatibility issues (RhBug:1064758
        Fix build- and sign-module initialization (RhBug:1064758)
        Fix sign-module missing module methods
        Fix incompatible module name usage (foomodule.so vs foo.so)
        Fix misc Python 2 vs 3 API difference issues
    ... FIXME:this list is very incomplete

Lua interface

    New rpm.load() function for loading macro files

Build process

    New test-cases for various issues
    Fix dist tarballs to use PAX format to overcome UID/GID limitations
    Fix in-tree python binding build with setup.py (related to RhBug:531543)
    Fix librpmsign library to follow same versioning as other rpm libraries for consistency's sake


Summary of changes from RPM 4.11.1
General bugfixes and enhancements

    Fix removed symlinks affecting fingerprinting (RhBug:???)
    Fix bogus dependency check errors from installed packages with self-obsoletes and -conflicts
    Fix bogus header growth on export in some circumstances, such as install (RhBug:953719)
    Fix byteorder for 64bit tags on big-endian systems (RhBug:1012946)
    Fix signature generation using RPMSIGTAG_LONGSIZE when not needed (RhBug:1012595)
    Fix segfault executing a -p <lua> scriptlet without a body (RhBug:1004062)
    Fix failure to install relocated package with unowned directories (RhBug:1001553)
    Fix scriptlets in relocatable packages not always executing with $RPM_INSTALL_PREFIX* defined (RhBug:979443)
    Fix RPMTAG_NOSOURCE and RPMTAG_NOPATCH tags defined as non-arrays (RhBug:991329)
    Fix a possible loophole in file triplet sanity-checking
    Fix name service initialization where passwd and group service differs from host (ticket #157)
    Add support for ppc64le architecture

Package building

    Fix double-free on %caps() wildcard %files entry (RhBug:956190)
    Fix sub-package names not getting sanity-checked (RhBug:1039520)
    Fix invalid separators in EVR passing sanity checking
    Fix some invalid characters in dependency range operators passing sanity checking
    Fix autogenerated dependencies bypassing sanity-checking (related to RhBug:503846)
    Fix python libdirs in non-root prefix not getting bytecompiled (RhBug:868332)
    Fix (remove) bogus __find_requires|provides macro definitions in macros.perl (RhBug:1043149)
    Fix (really) debugedit choking on .debug_gdb_scripts section (SuseBug:818502)
    Fix %autosetup git patch application to handle file additions (RhBug:1059285)
    Add automatic generation for appdata() and application() provides
    Add support for (quoted) whitespace in automatically generated dependencies (RhBug:503846)

Python bindings

    Fix mode and flags not honored when reopening a file descriptor as rpm.fd
    Fix RPMFILE_ICON and RPMFILE_SPECFILE constants missing
    Fix rpm.dsSingle() swapped arguments (regession introduced in rpm 4.8.0)
    Fix Python 3 compatibility issues in rpm.TransactionSet class
    Fix module import succeeding on rpm initialization failure
    Add .open() class-method to rpm.fd
    Add open-mode and -flags to rpm.fd as properties
    Add support for reopening an rpm.fd file descriptor
    Add accessor for spec %check section
    Add bindings for rpm stringpool
    Add support for shared stringpool with rpm.fi and rpm.ds objects (optional pool argument to constructor)

Internal improvements and cleanups

    Fix minor memory leak in %files parsing
    Fix rpmstrPoolRehash() missing last id
    Fix string pool artifacts (unreliable rpmstrPoolNumStr(), empty strings showing up on rehash etc) caused by dummy entries
    Fix unnecessary /proc dependency if getauxval(3) is available
    Fix various minor issues in beecrypt crypto backend
    Fix possible mishandling of handing environment open on EACCESS and EROFS returns
    Optimize / cleanup %attr() and %defattr() string storage
    Optimize dependency set management in file classifier
    Optimize MPI length validation
    Optimize beecrypt crypto backend

Build process

    Add upport 7za and 7z as alternatives to 7-zip
    Fix an include portability issue
    Add several new test-cases
2015-03-15 05:34:56 +00:00
rodent
0fae22cf16 Apply modified patch sent by palo@ in private mail. This brings all these
packages to version 3.4.x. May this not break anything (although i feel it
might).
2015-03-15 00:17:34 +00:00
gdt
ee5fd95f46 Recursive bump from geography/proj ABI change. 2015-03-14 18:46:12 +00:00
taca
27c6ce5493 Update ruby-slop to 3.6.0.
3.6.0 (2014-06-18)
------------------

* Add example of rest arguments usage in the readme file #139
* Default values on options are printed in the help message #134
2015-03-14 07:48:10 +00:00
taca
96fcf09c11 Update ruby-parallel to 1.4.1.
No changes available, please refer commit log:
https://github.com/grosser/parallel/commits/master.
2015-03-13 15:05:50 +00:00
taca
4337a51daa Update ruby-ohai to 8.1.1.
* pkgsrc change: add pkg_alternatives support.

No changes available.
2015-03-13 15:02:59 +00:00
taca
4585b46ea8 Update ruby-memoizable to 0.4.2.
* A few big fixes and improvements.
* Use resolution-independent SVG badges [ci skip].
2015-03-13 14:53:30 +00:00
taca
1c6fddfa4d Update ruby-commander to 4.3.0.
* pkgsrc change: add pkg_alternatives support.

=== 4.3.0 / 2015-02-07

* Drops support for Ruby 1.8. Please use 4.2.1 if you still need Ruby 1.8 compatibility.
* Fixed a bug with `always_trace` (#91) (@KrauseFx)
* Renamed `commands` to `defined_commands` for better compatibility with Pry

=== 4.2.1 / 2014-09-28

* Improve `choose` compatibility with HighLine's version (#79)

=== 4.2.0 / 2014-04-29

* Add ability to use commander without importing into the global namespace (#61) (@krissi)
2015-03-13 14:48:44 +00:00
taca
416fe59bf6 Update ruby-descendants_tracker to 0.0.4.
No changes available but several improvements and bug fixes.
2015-03-13 14:45:47 +00:00
taca
c5b18ff0b6 Update misc/ruby-thread_safe to 0.3.5.
Various bug fixes and improvement.
2015-03-13 14:41:31 +00:00
taca
ada518fd7f Update ruby-daemons to 1.2.1.
== Release 1.2.1: March 10, 2015

* increase version number to be able to re-push to rubygems

== Release 1.2.0: March 8, 2015

* add options for custum log file names.
* change pid file name scheme to "#progname_num#{number}.pid" for multiple instances.
* fix call_as_daemon not saving the PID (thanks Roberto Plancarte)
* allow for custom statis messages (thanks to Joseph Haig)
* fix Pid.running? rescuing timeout exceptions (thanks to Geraud Boyer)
* monitor.rb/application.rb/application_group.rb: handle :monitor and :multiple in combination correctly
  (thanks to Prakash Murthy).
* pidfile.rb: Handle invalid or empty pid files instead of returning pid 0 (thanks to Aaron Stone)
* run the whole gem through Rubocop (thanks to Aaron Stone)
* gem cleanup (thanks to Aaron Stone)
2015-03-13 14:36:09 +00:00
taca
a241232259 Update ruby-bundler to 1.8.5.
* pkgsrc change: add support for pkg_alternatives.

## 1.8.5 (2015-03-11)

Bugfixes:

  - remove MIT license from gemspec when removing license file (@indirect)
  - respect 'no' immediately as well as saving it in `gem` config (@kirs)

## 1.8.4 (2015-03-05)

Bugfixes:

  - document --all-platforms option (#3449, @moeffju)
  - find gems from all sources on exec after install (#3450, @TimMoore)

## 1.8.3 (2015-02-24)

Bugfixes:

  - handle boolean values for gem settings (@EduardoBautista)
  - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore)
## 1.8.2 (2015-02-14)

Bugfixes:

  - allow config settings for gems with 'http' in the name again (#3398, @tmoore)

## 1.8.1 (2015-02-13)

Bugfixes:

  - synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
  - set gemspec bindir correctly (#3392, @tmoore)
  - request lockfile deletion when it is malformed (#3396, @indirect)
  - explain problem when mirror config is missing (#3386, @indirect)
  - explain problem when caching causes permission error (#3390, @indirect)
  - normalize URLs in config keys (#3391, @indirect)

## 1.8.0 (2015-02-10)

Bugfixes:

  - Gemfile `github` blocks now work (#3379, @indirect)

Bugfixes from v1.7.13:

  - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
  - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
  - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)

## 1.8.0.rc (2015-01-26)

Features:

  - add `config disable_multisource` option to ensure sources can't compete (@indirect)

Bugfixes:

  - don't add extra quotes around long, quoted config values (@aroben, #3338)

Security:

  - warn when more than one top-level source is present (@indirect)

## 1.8.0.pre (2015-01-26)

Features:

  - add metadata allowed_push_host to new gem template (#3002, @juanitofatas)
  - adds a `--no-install` flag to `bundle package` (@d-reinhold)
  - add `bundle config auto_install true` to install automatically (@smashwilson)
  - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol)
  - prevent whitespace in gem declarations with clear messaging (@benlakey)
  - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros)
  - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros)
  - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh)
  - add `package --all-platforms` to cache gems for each known platform (@ccutrer)
  - speed up `exec` when running commands on the $PATH (@kirs)
  - add gem code of conduct file and option (@kirs)
  - add config settings for gem license and tests (@kirs)
  - add `bin/setup` and `bin/console` to new gems (@indirect)
  - include configured user-agent in network requests (@indirect)
  - support `github`, `gist`, and `bitbucket` options on git gems (@indirect)
  - add `package --cache-path` and `config cache_path` for cache location (@jnraine)
  - allow `config` to work even when a Gemfile is not present (@dholdren)
  - add `config gemfile /path` for other Gemfile locations (@dholdren)

Bugfixes:

  - reduce memory usage with threaded parallel workers (@Who828)
  - support read-only git gems (@pmahoney)
  - various resolver performance improvements (@dubek)
  - untaint git gem paths for Rubygems compatibility (@tdtds)

Documentation:

  - add missing Gemfile global `path` explanation (@agenteo)

## 1.7.13 (2015-02-07)

Bugfixes:

  - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
  - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
  - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-13 14:34:12 +00:00
ryoon
85a3dd5cad Fix openjdk7 packaging.
* Remove redundant PLIST entries. Thank you, wiz@.
2015-03-12 15:01:25 +00:00
nros
ab8d44ce0b +bibletime +sword 2015-03-12 14:00:14 +00:00
nros
07aee50026 Import wip/bibletime to misc/bibletime, reviewed by sevan and wiz.
BibleTime is a completely free Bible study program, built for Linux,
Windows, *BSD and Mac OS X. BibleTime contains over 200 free Bible
texts, commentaries, dictionaries and books, provided by the Crosswire
Bible Society via the SWORD programming library. BibleTime is written in
C++ and uses the Qt GUI toolkit.
2015-03-12 13:54:30 +00:00
nros
4b39624380 Import wip/sword as misc/sword, reviewed by sevan and wiz.
The SWORD Project is the CrossWire Bible Society's free Bible software
project. Its purpose is to create cross-platform open-source tools that
allow programmers and Bible societies to write new Bible software more
quickly and easily.
2015-03-12 13:30:28 +00:00
ryoon
0a6dff0f0e Bump PKGREVISION.
* Install desktop files with patches from jaapb@. (PKGREVISION bump)
* Try to invoke Apache Ant process under NetBSD 6.
  /bin/sh under NetBSD 6 return non-0 value
  from "undef Platform", when $Platform is not defined.
  And more something is required to built this package under NetBSD 6.
2015-03-12 02:59:04 +00:00
wiz
fd822f880c Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
joerg
7d91725cc1 Fix config.guess/config.sub overrides. 2015-03-08 23:29:22 +00:00
taca
b752b2dc2f Update rubygems to 2.4.6.
* Simplify Gem::Specification definition.
* Remove some pkgsrc specific modifications.

=== 2.4.6 / 2014-02-05

Bug fixes:

* Fixed resolving gems with both upper and lower requirement boundaries.
  Issue #1141 by Jakub Jirutka.
* Moved extension directory after require_paths to fix missing constant bugs
  in some gems with C extensions.  Issue #784 by Andr«± Arko, pull request
  #1137 by Barry Allard.
* Use Gem::Dependency#requirement when adding a dependency to an existing
  dependency instance.  Pull request #1101 by Josh Cheek.
* Fixed warning of shadowed local variable in Gem::Specification.  Pull request
  #1109 by Rohit Arondekar
* Gem::Requirement should always sort requirements before coercion to Hash.
  Pull request #1139 by Eito Katagiri.
* The `gem open` command should change the current working directory before
  opening the editor.  Pull request #1142 by Alex Wood.
* Ensure quotes are stripped from the Windows launcher script used to install
  gems.  Pull request #1115 by Youngjun Song.
* Fixed errors when writing to NFS to to 0444 files.  Issue #1161 by Emmanuel
  Hadoux.
* Removed dead code in Gem::StreamUI.  Pull request #1117 by mediaslave24.
* Fixed typos.  Pull request #1096 by hakeda.
* Relaxed CMake dependency for RHEL 6 and CentOS 6.  Pull request #1124 by V«¿t
  Ondruch.
* Relaxed Psych dependency.  Pull request #1128 by V«¿t Ondruch.
2015-03-08 14:44:16 +00:00
taca
cc01b3aaef Explicitly allow build with Ruby 1.8.7. 2015-03-08 14:10:21 +00:00
ryoon
653d080b34 Update to 3.6.2
Changelog:
2013-01-01: gWaei 3.6.2
Bugfix release. Various windows compilation fixes.
Morphology was made less obtrusive because it is a bit greedy.
Fixes to a segfault in waei if no dictionaries are installed
and a search is carried out. Fixes to localization.

Older changelog is not available.
2015-03-07 00:43:51 +00:00
bad
5b5da767db Update libreoffice4-bin from 4.2.5.2 to 4.4.1.2.
Even the section summary of the changes is to big to include here.
Refer to http://www.libreoffice.org/download/release-notes/ for the change
logs.

Tested on netbsd-6/amd64 with suse121 compat packages.

spadmin is gone and soffice-patch hasn't been needed in a while. No need to
keep the patches for them around.
2015-03-05 23:22:45 +00:00
gson
33336d1429 Update misc/py-anita to 1.37. Changes from 1.36:
The global test() function is no longer supported, use the run_tests()
method of the Anita object instead.

When halting the VM, do not attempt to log in if already logged in.

Make the distinctive shell prompts different from one invocation of
anita to another, so that anita can run itself recursively on the VM
without the outer instance mistaking a shell prompt from an inner
instance for one of its own.
2015-03-05 13:13:25 +00:00
ryoon
2c8f913216 Bump PKGREVISION.
* Enable JavaScript scriptiong support in non-openjdk7 case.
2015-03-03 21:39:13 +00:00
gson
d03121eabf Update misc/py-anita to 1.36.
The previous commit message accidentally contained the changes from
1.35 to 1.36 rather than those from 1.34 to 1.35.  The changes from
1.34 to 1.35  were:

Support Linux host systems that have genisoimage but not mkisofs, such
as Debian 7.

New command line option --run-timeout.
2015-03-03 14:45:10 +00:00
gson
ee9ff618a8 Update misc/py-anita to 1.35. Changes from 1.34:
When running a shell command, wrap the exit status in distictive text
so that it can be reliably matched in the presence of buffered output
containing other numeric strings.

Halt the VM when done.

Print the qemu command.
2015-03-03 14:26:00 +00:00
wiz
8164e7770b Update to 1.2.20150225:
2015/02/25
	+ modify gauge widget to keep from erasing a second gauge widget, e.g.,
	  via the "--and-widget" option.  This is a cosmetic change to match
	  behavior of dialog 1.0 (report by Jason Orendorf).
	+ add configure option "--with-man2html"
	+ add configure options for versioned symbols, from ongoing work on
	  ncurses.
	+ update configure macros, e.g., for shared libraries
2015-03-01 15:14:49 +00:00
bsiegert
5a1870d452 Fix Fortran compiler selection logic.
Fix by OBATA Akio in PR pkg/37513.
2015-03-01 11:01:14 +00:00
markd
f8f60441f6 Explicitly disable libgps support, to fix build if gpsd package happens
to be installed.
2015-03-01 06:24:13 +00:00
ryoon
98b18c9c9f Update to 4.4.1.2
Changelog:
* Many bugfixes.
  See:
	https://wiki.documentfoundation.org/Releases/4.4.1/RC1
	https://wiki.documentfoundation.org/Releases/4.4.1/RC2
2015-02-28 04:47:34 +00:00
wiz
82ef1d330b Update to 2.20.0:
New Features

    ODT Input: Add backlinks for footnotes/endnotes and improve
    their formatting.

    Windows: When running on windows 8 and newer register with
    default programs so that users can more easily select calibre
    or its viewer/editor as the default program to launch ebook
    files.

    Make publishers in the book details panel clickable.

    Edit Book spell check: For mis-spelled words of the form one:two
    offer one: two as a suggested correction.


Bug Fixes

    Fix a regression that caused incorrect results when searching
    on numeric or date fields with relational operators.

    DOCX Input: Fix regression in 2.19 that broke handling of text
    with leading or trailing non-breaking spaces/en-spaces/quad-spaces.

    Amazon metadata download: Update plugin for website changes to
    Amazon Brazil.

    E-book viewer: Fix footnote popup window not displaying entire
    footnote if footnote contains element with page-break-after
    set

    Edit Book: Reports tool: Fix double clicking on an unused image
    causing an error

    Tag Browser: Fix incorrect grouping of words starting with
    graphemes, such as ash.

    Conversion: Ignore incorrectly URL encoded links instead of
    erroring out on them.

    E-book viewer: Remove soft-hyphens when copying text to clipboard

Improved news sources

    aktualne.cz
2015-02-27 09:47:47 +00:00
joerg
5d0aefa4db Use bswap builtins for clang. Prefer builtin over inline assembler.
Recognize BSDish endian macros.
2015-02-23 18:26:12 +00:00
ryoon
203a183c5f Add upstream bug URLs. 2015-02-22 08:15:01 +00:00
ryoon
f05f517e5e Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
joerg
7d1eee448b Race conditions around term.h. 2015-02-18 20:01:49 +00:00
wiz
874fa34d74 Update to 2.19.0:
- version: 2.19.0
  date: 2015-02-06

  new features:
    - title: "Quick view window: Allow the quickview window to be
    docked into the main calibre window."

    - title: "Add empty book: Allow setting the title as well as
    the author and series for the added empty book records"

    - title: "Windows driver for Grammata Papyre 602."

    - title: "Edit Book: Add an option to turn off auto-completion
    of closing tags"

    - title: "Allow adding a description for custom columns."

    - title: "Book Details panel: Allow any identifier of the form
    url+number to become a clickable link. For example:
    url1:http://example.com"

  bug fixes:
    - title: "Conversion: Convert entities that reference non-BMP
    unicode codepoints on Windows and OS X correctly. Linux was
    not affected by this bug."

    - title: "Edit Book: Do not autocomplete the closing tag wen
    typing the / key inside an existing tag."

    - title: "Fix Booken Lev e-book reader not being detected in
    OS X and Linux."

    - title: "DOCX Input: Change handling of sequences of space
    characters to more closely follow Microsoft Word."

    - title: "Edit Book: Fix Table of Contents editor not remembering
    its saved state across calibre sessions"

    - title: "Edit book: Disallow drag and drop of documents onto
    the preview panel to workaround crashing bug in Qt."

    - title: "E-book viewer: Fix current page not being preserved
    when opening and then immediately closing the footnote window."

    - title: "PDF Output: Fix incorrect encoding for some chinese
    characters in the PDF Outline (Table of Contents)"

  improved recipes:
    - FAZ.net
    - Indian Express
    - CNN
2015-02-17 14:18:20 +00:00
ryoon
99b8f67b85 Bump PKGREVISION.
* buildlink cups instead of cups15.
  Fix normal build with openjdk{7,8}.
2015-02-16 09:56:15 +00:00