Commit graph

2171 commits

Author SHA1 Message Date
gdt
f31e3ea52e multiple: Update MAINTAINER from gdt@ir.bbn.com 2020-07-27 16:20:44 +00:00
adam
7c029bbb50 py-simplejson: updated to 3.17.2
Version 3.17.2
* Added arm64 to build matrix and reintroduced
  manylinux wheels
* No more bdist_wininst builds per PEP 527
* Minor grammatical issue fixed in README
2020-07-20 19:14:03 +00:00
fcambus
75137f03ab bdf2psf: update to 1.196.
ChangeLog:

  * Sort out licensing issue for Latvian.
  * Keyboard/ckb: update with keyboard data of version 2.29 of xkb files.
    (This change is not relevant for the binary packages in Debian.)
  * Drop macintosh_old layout and replace it with the macintosh layout.
  * Build-depend on debhelper >= 9.20160709, and remove dependency on empty
    transitional package dh-systemd. Closes: #958612

  [ Updated translations ]
  * Malayalam by Fahad Shihab
  * Tamil by Jeyanthinath MuthuRam
2020-07-13 16:09:44 +00:00
adam
faafe34999 help2man: updated to 1.47.16
help2man 1.47.16

* Move table of contents to the top of the texi file so that it appears
  in the correct location in the html page.
* Update debian/rules maint-prep warning about $version mismatch.
* Update help2man.html.PL for new GNU boilerplate.
2020-07-12 19:37:13 +00:00
fcambus
3c4e1d08b9 bdf2sfd: update to 1.1.3.
bdf2sfd 1.1.3 (2020-07-12)

- Remove some unneeded seccomp related includes
- Validate architectures for seccomp
- Add seccomp support on i386, tested on glibc and musl
- Use __NR_ instead of SYS_ prefix in #if defined checks
2020-07-12 15:19:42 +00:00
nia
baf8c16063 lua-iconv: missing patch 2020-07-08 15:11:29 +00:00
nia
bff60162df converters: Add lua-iconv
Lua-iconv is POSIX 'iconv' binding for the Lua Programming Language. The
iconv library converts a sequence of characters from one codeset into a
sequence of corresponding characters in another codeset. The codesets are
those specified in the iconv.new() call that returned the conversion
descriptor, cd.
2020-07-08 15:10:38 +00:00
nia
fb27d4e9d8 fribidi: Update to 1.0.10
Overview of changes between 1.0.9 and 1.0.10
=============================================

* Fixed various compilation problems and symbol exports necessary for proper compilation under windows.
2020-07-07 09:45:03 +00:00
adam
ba46a2fe69 py-zfec: updated to 1.5.3
Release 1.5.3:

** Fix setup.py problem that broke builds on slackware (or other systems with
   setuptools-22.0.5, which is too old to know that "name" might come from
   the setup.cfg metadata section)

Release 1.5.2:
** Add Appveyor (CI for Windows)
** Use older C syntax to appease the Windows compilers we use on Appveyor.
   The previous release just didn't compile there, which broke Tahoe builds.

Release 1.5.1:
** stop using PBR, it interacts badly with Versioneer, causing bad version
   strings like "0+unknown" after pip install

Release 1.5.0:
** Add support for python3.5/3.6/3.7
** switch to PBR for packagine
** fix unclosed-file and illegal-seek errors
** fix memory leak in fec.c
** remove unused stdeb.cfg
2020-06-29 15:55:52 +00:00
fcambus
d507d89ece p5-Sereal: update to 4.014.
4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Tues February 4, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Encoder/Decoder: Update miniz
    * Encoder/Decoder: Update zstd
    * Sereal/Encoder/Decoder: perltidy perl code to a standard style
2020-06-18 19:56:32 +00:00
fcambus
3c77919123 p5-Sereal-Encoder: update to 4.014.
4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Weds June 10, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Update miniz
    * Update zstd
    * perltidy perl code to a standard style
2020-06-18 19:55:28 +00:00
fcambus
41d13f5161 p5-Sereal-Decoder: update to 4.014.
4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Weds June 10, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Update miniz
    * Update zstd
    * perltidy perl code to a standard style
2020-06-18 19:54:33 +00:00
fcambus
d76ef475f5 bdf2sfd: update to 1.1.2.
bdf2sfd 1.1.2 (2020-06-10)

- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Get rid of the runtime variable, it is only used once
- Remove duplicate <string.h> include
- Add missing <stdio.h> include
- Add <stdint.h> include instead of <inttypes.h>
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Add ENABLE_SECCOMP build option, to allow building seccomp support
- Add initial seccomp support to BDF2SFD
2020-06-10 18:39:37 +00:00
micha
6d592e7fc4 converters/utf8proc: Add support for pkg-config, Reduce build dependencies
- Drop cmake
  Drive libtool directly (utf8proc can be build with a single compiler call).
  This removes the C++11 build dependency for cmake (C99 is now sufficient)
  and more build dependencies that are at least an order of magnitude larger
  than utf8proc itself.
- Drop patch for cmake
- Add support for pkg-config
  Install "libutf8proc.pc".
- Bump PKGREVISION for additional installed files.
- Remove supported Unicode version from DESCR
  Was not maintained in the past
- Take maintainership

OK from minskim@
OK from wiz@ (as long as I am MAINTAINER)
2020-06-04 16:46:35 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
joerg
e7465fb09a Explicitly read files as unicode for Python 3. The content is converted
using the system locale with Python 3.6 otherwise, falling back to
ASCII.
2020-05-31 20:49:32 +00:00
rillig
0257935815 converters/wv: remove unknown configure options
The libiconv prefix had been an empty string anyway since the correct
identifier would have been BUILDLINK_PREFIX.iconv, not
BUILDLINK_PREFIX.libiconv.
2020-05-31 17:51:19 +00:00
nia
206af6a33f help2man: SOEXT may not change, needs SUBST_NOOP_OK 2020-05-28 15:08:27 +00:00
joerg
6f5398424d Drop check for ancient GCC versions. Allow building with modern clang. 2020-05-24 23:06:46 +00:00
adam
d62c903eea revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
kleink
9e2d0d8f1f recode: Drop maintainership. 2020-05-20 11:43:36 +00:00
joerg
d0612acb5a Needs pip 2020-05-19 13:59:19 +00:00
kleink
1cfd1c1adf py-cairosvg: Add setup_requires packages to BUILD_DEPENDS. 2020-05-19 09:59:58 +00:00
leot
8947cac92e py-unicode-slugify: Sort PLIST 2020-05-18 08:49:35 +00:00
rillig
f2f66cd48a converters/libetonyek: fix build on NetBSD-8.0-x86_64 2020-05-17 21:45:51 +00:00
kleink
674dc48c6a py-cairosvg: Update to 2.4.2.
Missed PLIST in main update commit.
2020-05-17 09:33:03 +00:00
kleink
b55190eac8 py-cairosvg: Update to 2.4.2.
Version 2.4.2 released on 2019-09-10
====================================

* Fix race condition in tests
* Fix scale for images with no viewBox


Version 2.4.1 released on 2019-08-21
====================================

* Fix the --scale parameter
* Allow href attributes with no namespace
* Fix the tree root detection


Version 2.4.0 released on 2019-05-20
====================================

* Fix aspect and position when resizing root SVG tag
* Follow aspect and position hints when using forced output size


Version 2.3.1 released on 2019-04-18
====================================

* Fix relative paths on Windows


Version 2.3.0 released on 2019-02-08
====================================

* Drop Python 3.4 support
* Make text selectable on generated PDF files
* Don't inherit dx and dy attributes
* Fix support of alignment-baseline="hanging"
* Fix backslashes in docstrings and comments
* Fix local anchors with files with no given URL
* Close VERSION's file descriptor
* Clean packaging
* Include LICENSE in distributed packages


Version 2.2.1 released on 2018-09-27
====================================

* Fix packaging


Version 2.2.0 released on 2018-09-21
====================================

* Clean packaging
* Fix T commands used with previous relative commands in paths
* Use real functions for svg2* commands, improving IDE integration
* Fix files management on Windows
* Handle image-rendering property
* Fix crash with some text samples
* Fix position of embedded svg tags with a viewbox not at position (0, 0)
* Add output-width and output-height options
* Handle references to inner document tags defined after the anchor
* Fix offsets for texts on paths
2020-05-16 17:16:21 +00:00
adam
16b4181f2e py-chardet: not need to include application.mk 2020-05-16 08:43:55 +00:00
adam
5970bbee39 py-chardet: pytest from versioned depens 2020-05-16 08:43:24 +00:00
fcambus
d2848deca9 2vcard: update to 0.6.
ChangeLog:

2015-07-31: Actually release version 0.6:
            - incorporate fix from Riley Baird to handle multiple
              whitespaces in mutt alias formats

2005-07-30: Released version 0.6:
            - improve support for pine formats via patch/suggestions
              from Neale Banks <neale@lowendale.com.au>:
                - email address might be <email@address>
                - name fields can be either 'Full Name' or 'Last, First'
                - lists can contain name fields (ignore for now)
            - code cleanup:
                - use subroutines for repeatedly used statements
2020-05-13 19:58:32 +00:00
rillig
15fe9894e6 hs-*: add PLIST files
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build.  They will help to track changes
to the packages.  The Haskell packages didn't have PLIST files because
their paths contained package hashes.  These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-05-11 17:51:58 +00:00
rillig
9a0af8bfaa mark perl as not needed
Before, it had the same effect but generate a USE_TOOLS+=perl warning.
2020-05-10 13:54:19 +00:00
markd
273deb7a2d texlive: update to 2020
General:
* The \input primitive in all TeX engines, including tex, now also accepts a
  group-delimited filename argument, as a system-dependent extension. The usage
  with a standard space/token-delimited filename is completely unchanged. The
  group-delimited argument was previously implemented in LuaTeX; now it is available
  in all engines. ASCII double quote characters (") are removed from the filename,
  but it is otherwise left unchanged after tokenization. This does not currently
  affect LaTeX’s \input command, as that is a macro redefinition of the standard
  \input primitive.
* New option –cnf-line for kpsewhich, tex, mf, and all other engines, to support
  arbitrary configuration settings on the command line.
* The addition of various primitives to various engines in this and previous years
  is intended to result in a common set of functionality available across
  all engines.

epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname;
 revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken.

LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex
 (used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder,
 \eTeXglueshrinkorder.

pdfTeX: New primitive \pdfmajorversion; this merely changes the version number
 in the PDF output; it has no effect on any PDF content. \pdfximage and similar
 now search for image files in the same way as \openin.

pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX.

XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos.

Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.
2020-05-10 03:56:37 +00:00
ryoon
7028ba9bef libetonyek: Fix build (probably with recent boost) 2020-05-08 12:37:55 +00:00
adam
7d4b705c63 revbump after boost update 2020-05-06 14:04:05 +00:00
rillig
f8add5637f converters/help2man: remove redundant condition around SUBST block
Since subst.mk r1.85 from 2020-04-29 20:00, a few hours after this
condition had been added, this is not necessary anymore.
2020-05-04 18:29:26 +00:00
nia
d01d2d68af converters: Add py-unicode-slugify
Unicode Slugify is a slugifier that generates unicode slugs. It was originally
used in the Firefox Add-ons web site to generate slugs for add-ons and add-on
collections. Many of these add-ons and collections had unicode characters
and required more than simple transliteration.
2020-05-01 17:50:59 +00:00
manu
7f0c86c8eb Obtain system-dependant pkg_info full path 2020-04-29 13:56:10 +00:00
adam
87b057788a help2man: updated to 1.47.15
help2man (1.47.15) unstable; urgency=medium

  * Use the package name and version as the default for --source (was
    program).
  * Support packages in version strings without the GNU or Free prefix.
  * Allow an optional second dash to separate the package name from the
    version for multi-word packages: "program - package name - version".

help2man (1.47.14) unstable; urgency=medium

  * Revert --version parsing change from 1.47.13, which had unintended
    consequences for some version strings.  In short, it is not possible
    to unambiguously determine the split between the package/program name
    and version in some of the supported formats.  Multi-word package
    names are supported only in the "program (GNU package) version"
    variant
2020-04-29 12:39:57 +00:00
manu
868c841280 Use full path to pkg_info so that it does not relay on $PATH
Missing commit for previous PKGREVISION bump
2020-04-29 01:54:56 +00:00
manu
b06a7dbc3f Use full path to pkg_info so that it does not relay on $PATH 2020-04-28 15:18:44 +00:00
rillig
a0f987cde5 converters/help2man: only replace SOEXT if it can have an effect 2020-04-27 17:09:12 +00:00
manu
3c92e234d5 Fix the build on NetBSD-9.0 2020-04-24 09:35:16 +00:00
rillig
94736e1a40 converters/docx2txt: allow no-op SUBST class for unzip 2020-04-23 20:11:51 +00:00
dholland
cc03c22a34 libwpd: pkglint 2020-04-21 18:58:48 +00:00
dholland
097fa3fa89 libwpd: Fix broken build, missing size_t 2020-04-21 18:58:18 +00:00
wiz
abe7dad340 libstaroffice: update to 0.0.7.
0.0.7:
- 04/04/2020:
   - fix various warnings.
2020-04-20 07:01:00 +00:00
ryoon
4fe476b13f libfreehand: Fix build with textproc/icu-66.1 2020-04-13 10:12:46 +00:00
adam
24daafa112 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
nia
599c3be087 orcus: Update to 0.15.4
Release Notes

    fixed a build error with gcc 10 with LTO. For more details, visit https://bugs.gentoo.org/715154.
    removed potentially non-free specification and schema files from the package.
2020-04-05 13:10:27 +00:00