Commit graph

250819 commits

Author SHA1 Message Date
wiz
a3fadf6d93 Updated misc/calibre to 2.59.0 2016-06-19 20:29:54 +00:00
wiz
5c73f59923 Updated calibre to 2.59.0.
New Features

    Amazon metadata download: Download the series information when available from amazon.com
    Amazon metadata download: Recognize common patterns of embedding the series name after the title and remove it automatically
    Edit Book: Add support for EPUB 3 to the Table of Contents tool. Now when editing EPUB 3 files using the tool will automatically generate both the EPUB 3 navigation document and the NCX table of contents for backwards compatibility.
    EPUB Input: Implement reading of Table of Contents from EPUB 3 files that do not specify a fallback NCX ToC
    EPUB metadata: When setting a cover image for an EPUB file that has no metadata cover image defined, add the new cover image as a pure metadata cover instead of aborting.

Bug Fixes

    Fix crash on exit if any plugins have loaded code that raises exceptions during shutdown.

    Closes tickets: 1592414
    Copy to library: Speed up checking for duplicates when copying multiple books to a large library.

    Closes tickets: 1593027
    Get Books: Update Smashwords plugin for website changes.

    Closes tickets: 1590653
    Edit Book: Fix a bug in the new text search facility that could cause searches to fail when searching from the current cursor position instead of the top of the file.

    Closes tickets: 1588778
    Bulk conversion dialog: Fix page margin settings being ignored when converting to DOCX
    Make the default shortcut for remove books Backspace on OS X since many mac keyboards have no delete key and the backspace key is labelled as delete
    Edit Book: Check Book: Do not warn if a cover image is not referenced in the text
    E-book viewer: Fix a bug that could cause incorrect rendering of chapter titles in some rare circumstances.
    Windows console output: Handle consoles with non black and white color scheme correctly
    Fix a regression in 2.57 that caused auto-removal of borders from covers to become much less proficient at detecting borders
    Fix a regression in 2.57 that broke grayscaling of images

Improved news sources

    Technology Review (DE)
2016-06-19 20:29:44 +00:00
wiz
07d566a30c Updated devel/afl to 2.15b 2016-06-19 20:24:47 +00:00
wiz
fca2a78204 Updated afl to 2.15b.
--------------
Version 2.15b:
--------------

  - Added a README section on looking for non-crashing bugs.

  - Added license data to several boring files. Contributed by
    Jonathan Metzman.
2016-06-19 20:24:38 +00:00
wiz
5c6b3eda97 Updated graphics/ImageMagick to 7.0.2.0 2016-06-19 20:21:50 +00:00
wiz
1fc25ff4f3 Updated ImageMagick to 7.0.2.0.
2016-06-09  7.0.2-0 Cristy  <quetzlzacatenango@image...>
  * Backoff finite precision epsilon (reference
    https://github.com/ImageMagick/ImageMagick/issues/215).
  * Fix drawing glitch for stroke widths greater than 2 (reference
    https://github.com/ImageMagick/ImageMagick/issues/218).
2016-06-19 20:21:40 +00:00
wiz
08718bd7f8 mk: remove support for INSTALLATION_PREFIX [wiz 2016-06-19] 2016-06-19 20:03:35 +00:00
wiz
e8ec446a6d Get rid of INSTALLATION_PREFIX. 2016-06-19 20:03:09 +00:00
youri
3806749e05 Sync PLIST. 2016-06-19 19:10:49 +00:00
wiz
2f74d624eb Remove INSTALLATION_PREFIX; no change to package. 2016-06-19 18:13:00 +00:00
wiz
13cbf74b71 mk: remove support for USE_CROSSBASE [wiz 2016-06-19] 2016-06-19 18:04:04 +00:00
wiz
712ddf30b3 USE_CROSSBASE is deprecated, remove it.
Bump version.
2016-06-19 18:03:29 +00:00
wiz
49aa0493fd Updated pkgtools/pkglint4 to 4.163 2016-06-19 18:03:14 +00:00
wiz
0ea9ee7bd5 USE_CROSSBASE is deprecated, remove it.
Bump version.
2016-06-19 18:03:05 +00:00
wiz
5605293df9 Remove support for USE_CROSSBASE. 2016-06-19 18:01:58 +00:00
prlw1
81b4c76e34 Updated editors/ne to 3.02 2016-06-19 17:25:53 +00:00
prlw1
c64d1b029b Update ne to 3.02
Change Log for New E (NE)
-------------------------

Version 3.02 15-May-12
----------------------

1. The icurrent command did not remove the line number from the line it copied.

2. Cutting and pasting did not always remove line numbers, as it is documented
   to do.

3. Some additional information has been added to the output from "show
   settings".


Version 3.01 02-Mar-12
----------------------

1. There were bugs in the table the controls what commands may be obeyed in
   read-only mode. For example, the "readonly" command was not allowed, so the
   mode could not be turned off. Doh! In addition, the single-character
   commands such as # ? etc. were not correctly handled in readonly mode;
   neither were bracketed groups nor procedures. Using any of these commands
   caused segfaults.


Version 3.00 23-Feb-11
----------------------

1. Rather than just fixing an out-by-one bug in eversion.c, I re-designed how
it works. Added the copyright notice to the -help output. Added a lot more
casts for signed/unsigned chars so that it compiles clean with -Wall on today's
compilers (it's been over 5 years since the last release).

2. Renamed configure.in as configure.ac in line with modern practice, and did
some tidying/updating of the configure and make files.

3. Made --help a synonym of -help, and added -v and --version as synonyms of
(the very ancient) -id.

4. Removed the -stream facility, as it seems redundant nowadays.

5. Fixed reference to unset memory in rdargs.c.

6. Removed redundant code for various special (no longer existing) terminal
types, and unused code for the Acorn windowing environment. The only special
terminal type now recognized is xterm. Also removed the unixregexp command,
which used to switch between different regex types, but has been obsolete for
ages.

7. In screen mode, test whether an xterm is set to UTF-8, and adjust output
accordingly. UTF-8 sequences are sent for certain characters whose code points
are greater than 127. Characters that do not occupy exactly one cell on an
xterm display are displayed as the substitute character (defaulting to a
question mark). These include zero-width and double-width characters.
Characters with code points greater than 0xFFFF are also substituted.

8. If -w[idechars] is specified, or the "widechars on" command is obeyed,
recognize valid wide UTF-8 characters in the text being edited, without
modifying the text bytes. A top-bit-set byte that is not part of a valid UTF-8
character is treated as a single-byte character. This affects how data lines
are displayed on the screen and in verification output. You can flip between
modes during an editing session.

9. "Show wordcount" was including line-ending characters in its character
count, contrary to its documentation. Of course, previously it was just a byte
count. It now shows both a byte count and a character count in wide character
mode, in both cases excluding line ending characters. Words are now delimited
by either tabs or spaces (previously it was just spaces). The output is now on
multiple lines.

10. Added new keyboard escapes for inputting Unicode characters, for example,
ESC A ' for aacute. Also recognize ESC U or ESC u followed by up to 5 hex
digits (short-terminated by a non-hex digit or another ESC). This feature
applies only to input in screen mode because in line-by-line mode the commands
are read using standard C input functions.

11. While implementing 8/9/10, several old bugs/infelicities were found and
fixed:

    (a) In the code for formatting paragraphs, if the begin/end paragraph
        settings did not include indented lines, and some lines of a paragraph
        were indented less than earlier lines, characters could sometimes get
        scrambled.

    (b) Characters deleted by keystroke while in overstrike mode did not get
        remembered for recall by "undelete".

    (c) Some redundant arguments for certain functions were discovered and
        removed (they probably related to code for environments no longer
        supported which itself has gone).

    (d) If a command line from a .nerc file was recovered by the use of the
        "up" key in a screen command line, the final newline was still present,
        and displayed as "?".

12. When running in an xterm, NE now recognizes a left-button mouse click in
the window, and moves the cursor appropriately. It also recognizes twiddling
the wheel in a wheel mouse, and for each twiddle scrolls the screen up or down
by an amount that can be set by "set autovmousescroll" (default 1). The current
line is changed only if it would disappear off the screen. The "mouse" command
can be used to turn mouse recognition on and off. Unfortunately, you have to
turn it off if you want to use normal xterm cut-and-paste.

13. NE was maintaining a value in a variable called main_currentlinenumber, but
never actually using it for anything. This must be an historic relic. Removing
it does not seem to have broken anything.

14. When writing a file, NE was not testing for an error on the fclose() call
at the end. Errors can happen here if, for example, the system is buffering the
output and a quota overrun is not detected until fclose().

15. When "show keys" was issued in screen mode, NE was pausing for interaction
more often than actually necessary if the screen or window was relatively deep.
It now notices the available depth.

16. The subchar command now allows for altering the character that is
substituted on screen for undisplayable characters.


Version 2.01 06-Jun-05
----------------------

1. Lines whose length was between 32768 and 65535 were ending up with
negative lengths because I was using short int rather than unsigned short
int. They showed up therefore as empty lines, which was pretty disastrous. As
well as inserting "unsigned", I have removed "short", since memory is plentiful
these days. So line lengths can in principle be *really* big.

2. Change from -lcurses to -lncurses in the Makefile.

3. Insert $(DESTDIR) before all the path names for make install.


Version 2.00 01-Mar-04
----------------------

This version has had the code refactored in several ways, and the compiling
process has been converted into a conventional "configure, make, make install"
paradigm. Only PCRE regular expressions are supported, and the PCRE library has
to be installed. Only Unix-like systems are now supported. The initialization
now uses .nerc instead of an environment variable. A number of other tidies and
minor interface changes were made. The documentation was re-worked to remove
all the obsolete stuff and to incorporate the changes.
2016-06-19 17:25:31 +00:00
jaapb
9fe6af7298 Revbump to make sure package gets rebuilt with new mk/ocaml.mk. 2016-06-19 17:20:44 +00:00
tsutsui
4d4f489f89 Updated editors/bvi to 1.4.0 2016-06-19 16:56:43 +00:00
tsutsui
6717b180b5 Update bvi to 1.4.0.
Upstream CHANGES:
 http://bvi.sourceforge.net/new140.html

bvi 1.4.0 - stable release

     * Minor fixes

bvi 1.4.0rc2

     * Ubuntu bug #252604 fixed
     * set scroll fixed
     * adding ASCII_DEL 0x7f for backspace

bvi 1.4.0rc

     * b B w W commands behave equally now (SF bug #5)
     * .bvirc empty line bug fixed (SF bug #6)
     * g-command bug fixed (SF bug #7)
     * several minor fixes

bvi 1.4.0beta

     * ~ - bug fixed (by elo3456)
     * debian bug #469704 fixed (bmore)
     * debian bug #715687 fixed (bmore)
     * red hat bug #925119 fixed

bvi 1.4.0alpha

     * Highlighting of search results
     * Large File Support added
     * Binary representation of current byte in status line added
     * command line options renamed for compability with hexdump
     * Offset handling fixed (Bug item #3036881)
     * noshowmode: fix length of statusline
     * bmore: 'b' bug fixed
     * ';' bug fixed
     * ZZ write bug fixed (ZZ ignores readonly)
     * Buffer overflow if terminal > 255 columns fixed
     * configure fixed
     * ncurses with tinfo fixed
2016-06-19 16:55:28 +00:00
joerg
fb08283564 Needs p5-URI-ws. 2016-06-19 16:51:30 +00:00
joerg
f72dfbac2c Needs pod2man. 2016-06-19 16:51:02 +00:00
joerg
bf36af427b Don't expect /usr/sbin to be in PATH. 2016-06-19 16:50:32 +00:00
joerg
b48b404477 Fix dependencies. Ultimately ignore the errors from latex though, since
undefined references remain.
2016-06-19 16:49:46 +00:00
wiz
c360ba501d Mention cross/* changes. 2016-06-19 16:26:23 +00:00
wiz
9989706496 Bump version for USE_CROSSBASE removal. 2016-06-19 16:23:59 +00:00
wiz
0b0f115748 Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.
To simplify infrastructure.

Ok joerg@

XXX: nios2-gcc3 loops endlessly during build, before and after change,
so untested.
XXX: nios2-gcc does not build on -current, in the same way before
and after the change, so untested.
2016-06-19 16:20:27 +00:00
wiz
dafd755c28 Move libtool-base to cross-libtool-base to make PKGNAME match directory name.
Convert away from USE_CROSSBASE to plain ${PREFIX}/cross.
2016-06-19 16:19:04 +00:00
wiz
2863e706fd Move binutils to cross-binutils to make PKGNAME match directory name.
Convert away from USE_CROSSBASE to plain ${PREFIX}/cross.
2016-06-19 16:18:27 +00:00
wiz
15f0c6fdc7 Add some missing dependencies. Many more are missing.
To find out which, remove \batchmode from refman.tex and fix the errors
as they occur.
2016-06-19 16:16:57 +00:00
schmonz
9a75704e0f Updated devel/p5-Pegex to 0.61 2016-06-19 16:13:39 +00:00
schmonz
787fe855c8 Update to 0.61. From the changelog:
- Performance improvements by @agentzh++
2016-06-19 16:13:33 +00:00
prlw1
9505add22b Updated textproc/gspell to 1.0.2 2016-06-19 16:02:17 +00:00
prlw1
14aa28e581 Update gspell to 1.0.2
News in 1.0.2
-------------
* Fix gtk-doc build issue
* Translation update
2016-06-19 16:01:57 +00:00
prlw1
c997d36fd8 Updated devel/py-at-spi2 to 2.20.2 2016-06-19 15:55:20 +00:00
prlw1
cd7f2b3277 Update py-at-spi2 to 2.20.2
What's new in pyatspi 2.20.2:

* Update STATE_LAST_DEFINED so that STATE_READ_ONLY is recognized
  (bgo#766121).

What's new in pyatspi 2.20.1:

* gettext: Don't modify endOffset (bgo#721860).
2016-06-19 15:55:00 +00:00
joerg
6401d6488b Drop accelerator specifiers of Alt + NUL (as in ASCII NUL). For unknown
reasons, GCC 4.8.4 seems to leak memory when hitting NULs embedded in
strings. Bump revision.
2016-06-19 15:48:29 +00:00
prlw1
9e846b15e2 Update location 2016-06-19 15:46:47 +00:00
joerg
5f18748128 Needs msgfmt. 2016-06-19 15:46:46 +00:00
prlw1
ff9ca238a8 Updated math/gnome-calculator to 3.20.1 2016-06-19 15:40:40 +00:00
prlw1
d296437d6e Update gnome-calculator to 3.20.1
Overview of changes in gnome-calculator 3.20.1
    * Fix: precedence of root operator (Alexis Poirier and Alberto Ruiz)
    * Update: Translation (Translation team)
2016-06-19 15:40:11 +00:00
prlw1
7130c38b7d Updated graphics/eog3 to 3.20.2 2016-06-19 15:25:28 +00:00
prlw1
fc48d4bc3a Update eog3 to 3.20.2
Version 3.20.2
--------------

New and updated translations:

- Fabio Tomat [fur]
- GunChleoc [gd]
- Sergio Cardeira [pt]

New and updated manual translations

- sujiniku, Jiro Matsuzawa [ja]
2016-06-19 15:25:07 +00:00
prlw1
3876aff58b Updated games/gnome-sudoku to 3.20.2 2016-06-19 14:42:23 +00:00
prlw1
d53d24cd16 Update gnome-sudoku to 3.20.2
3.20.2 - May 22, 2016
=====================

* Fix window size growing out of control with GTK+ 3.20

3.20.1 - May 7, 2016
====================

* Updated translations
2016-06-19 14:41:53 +00:00
prlw1
c242fb7eb5 Fix MAINTAINER typo 2016-06-19 14:33:11 +00:00
taca
e2e19fab10 Note addition of www/contao42 package version 4.2.0. 2016-06-19 12:54:13 +00:00
taca
e319f82f25 Add and enable contao42. 2016-06-19 12:53:49 +00:00
taca
fdeb2f870e Add contao42 4.2.0 to pkgsrc.
Contao is an Open Source Content Management Framework developed by Leo Feyer
and distributed under the LGPL license (see GPL.txt and LGPL.txt for more
information).  It was formerly known as TYPOlight Open Source CMS.

Its open architecture allows everybody to extend the system to fit his
needs. Contao specializes in accessible websites and is accessbile
itself (front end and back end), rendering valid HTML5 or XHTML pages.

Contao 4.2 is third minor release of Contao 4, which has incompatible API
from Contao 3.

* Now Contao is Symfony bundle.
* Contao 4 dose not use .htaccess files for protexting directory.
* DocumentRoot is "web" subdirecotry.
* XHTML support has gone, HTML5 only.
* Schema.org markup support.

Additionally, these new features.

* Tree view supports filter support.
* File manager support file searching.
* Vimeo video is also supported additinally Youtube.
2016-06-19 12:53:04 +00:00
mef
1d2204d960 Updated devel/p5-Git-Version-Compare to 1.004
Updated devel/p5-Gnome2 to 1.046
Updated devel/p5-Search-Elasticsearch to 2.03
Updated devel/p5-MetaCPAN-Client to 1.015000
Updated devel/p5-Log-Dispatch to 2.56
Updated devel/p5-IPC-SysV to 2.07
Updated devel/p5-IO-AIO to 4.34
Updated devel/p5-Hash-Util-FieldHash-Compat to 0.11
2016-06-19 12:33:21 +00:00