Commit graph

240073 commits

Author SHA1 Message Date
wiz
2e6e93c1c9 Update py-six to 1.10.0:
1.10.0
------

- Issue #122: Improve the performance of `six.int2byte` on Python 3.

- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
  on non-Windows platforms.

- Pull request #60 and issue #108: Add `six.moves.getcwd` and
  `six.moves.getcwdu`.

- Pull request #64: Add `create_unbound_method` to create unbound methods.
2015-10-15 10:38:43 +00:00
wiz
3f6cb1705e Updated devel/py-tortoisehg to 3.5.2 2015-10-15 10:37:48 +00:00
wiz
c5c07e5386 Update py-tortoisehg to 3.5.2:
TortoiseHg 3.5.2

TortoiseHg 3.5.2 is a regularly scheduled bugfix release.

Bug Fixes

    repotab: do not close removed repo in the middle of switching tabs (fixes #4253)
    settings: fix noop deletion of unnamed hook (fixes #4289)
    shelve: create patchctx by MQ patch name if appropriate (fixes #4308)

Installer

    wix: resurrect kdiff3-noauto for bundled kdiff3 (fixes #4309)
2015-10-15 10:37:39 +00:00
wiz
879868f622 Updated devel/py-mercurial to 3.5.2 2015-10-15 10:35:02 +00:00
wiz
5e884c81ca Update mercurial to 3.5.2:
Mercurial 3.5.2 (2015-10-01)

Regularly-scheduled bugfix release.

    hgweb: use latest mtime for caching tag (issue4814)
    largefiles: restore archiving largefiles with hgweb (issue4859)
    localrepo: recreate phasecache if changelog was modified (issue4855)
    monoblue: fix page subtitle on help pages
    unbundle: cleanly abort on unknown bundle2 feature
2015-10-15 10:34:52 +00:00
wiz
f55bf34cb9 Updated audio/abcde to 2.7.1 2015-10-15 09:50:31 +00:00
wiz
4e987cee36 Update to 2.7.1:
abcde 2.7.1

  * Rebuild of the abcde Makefile. Thanks to Reuben Thomas and Steve
    McIntyre as well as ReaperX7, bobzilla, 55020, GazL and dugan from
    the Slackware Forums. This closes Issue 4:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=4
  * Fix incorrect use of 'break'. Thanks to Reuben Thomas for the
    bug report and fix which closes Issue 6:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=6
  * Make older versions of id3 happy when 'Genre' field is empty.
    Thanks to Martin Husemann for the fix which closes Issue 8:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=8
  * Add YEAR and GENRE variables to do_getalbumart(). Thanks to
    Johannes Gernemann for this patch which closes issue 9:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=9
  * Support added for encoding to True Audio using tta while still
    supporting the older ttaenc. Tagging is with mid3v2.
  * Support added for encoding to MPEG-1 Audio Layer II (mp2)
    with either twolame or FFmpeg / avconv. Tagging with mid3v2.
  * Encoding to WavPack with FFmpeg. Some slight changes to WavPack
    syntax with backward compatibility built in for abcde 2.7.
  * Encoding to m4a container with FFmpeg or avconv. This allows
    for alac encoding with FFmpeg's reverse engineered alac encoder.
  * AAC encoding with fhgaacenc via Wine. Tagging is provided
    by AtomicParsley which has been added back to abcde :). This
    allows encoding with HE-AAC v2, unavailable with qaac.
  * Support added for AAC encoding with qaac via Wine. This
    also allows for Apple Lossless Audio Coding (alac) using
    either qaac or refalac. This closes Issue 142, thanks to
    Bernd Fischer-Krellenberg for the enhancement request.
  * Grab year information too when using musicbrainz. Thanks to
    Marco Hoppstaedter for the patch. Closes issue 10:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=10
2015-10-15 09:50:22 +00:00
wiz
2704c1ad99 Updated devel/pkg-config to 0.29 2015-10-15 09:48:05 +00:00
wiz
216ae8cd5c Update to 0.29. Regen patches.
pkg-config 0.29
===

- Fixed a regression from 0.28 in system -L flag handling. If the pc
  file has multiple system -L flags, every other flag will be left as
  is. Thanks to Andrew Oakley for the fix. (#78077)
- Quoting of variables queried through --variable is removed so that the
  output can be used verbatim in subsequent shell commands. Thanks to
  Marek Kasik for the fix. (#67904)
- Fixed a regression from 0.28 in -L flag handling on Windows. A .libs
  suffix was inadvertantly being added to the library path.
- Added a --validate option to check pc file syntax. This works just
  like --exists, but package dependencies are disabled. (#7000)
- Added the PKG_PREREQ autoconf macro. Whereas PKG_PROG_PKG_CONFIG is
  used to check the version of the pkg-config tool, this is used to
  check the version of the pkg-config autoconf macros in use.
- Added the PKG_CHECK_MODULES_STATIC autoconf macro. This will
  temporarily add --static to the pkg-config calls while invoking
  PKG_CHECK_MODULES. (#19541)
- Many fixes to the testsuite for Windows. It should now pass for a
  MinGW, Cygwin, and cross-compiled MinGW using Wine for test execution.
  (#66939)
- More consistent handling of prefix redefinition. On Windows, the
  prefix was always being redefined based on the pc file path. This
  feature can now be enabled or disabled at runtime on all platforms
  using the --define-prefix and --dont-define-prefix options. (#63602)
- Continue listing packages with --list-all even if there are errors in
  pc files. (#26615)
- Various documentation improvements. (#62018, #62374, #66155)
- Fixed a bug when multiple -isystem arguments are used. (#72584)
- pkg-config is now built with largefile support to ensure that it works
  correctly on filesystems with 64 bit inodes. Thanks to Peter Jones for
  the fix. (#90078)
- Bugs fixed: 7000, 19541, 26615, 62018, 62374, 63602, 66155, 66939,
  67904, 70690, 72584, 78077, 80378, 80380, 89267, 90078, 90437, 92002.
2015-10-15 09:47:56 +00:00
wiz
f136384233 Updated x11/xkeyboard-config to 2.16 2015-10-15 08:41:25 +00:00
wiz
cbb912d477 Update xkeyboard-config to 2.16:
Another stable release of xkeyboard-config is out there!

Andriy Rysin (1):
      Move apostrophe U+0027 to the first level and add U+02BC one to
ua(unicode)

Benjamin Tissoires (1):
      Add support for chromebooks layout

Giuseppe Bilotta (1):
      Add missing semicolons in symbols/inet

Roland Kaufmann (1):
      Undo incompatible us(dvp) layout additions

Sascha Brawer (1):
      Define a keyboard layout for the Ol Chiki script

Sergey Udaltsov (11):
      new layout - Russian Phonetic Czech
      Correct capitalization and naming of us(dvp) "Programmer Dvorak"
      added swap_lalt_lwin
      fixed Icelandic Dvorak
      Broken xml fixed
      Fixed mac file, use utf-8
      Added Teck keyboard
      added missing Teck file
      Version 2.15.99
      prerelease translation sync
      Release 2.16

Tomi Leppänen (1):
      Added Finnish DAS layout
2015-10-15 08:41:14 +00:00
rillig
246304a243 Fixed some of the pkglint warnings 2015-10-15 04:59:30 +00:00
ryoon
e4255e5a0e Sort. 2015-10-15 04:38:54 +00:00
rillig
56cbdf7755 Fixed one of the unit tests 2015-10-15 03:01:14 +00:00
rillig
fe7728fe6f Reverted part of 1.888 (perlcritic --stern)
The warning that "return undef" is bad must be taken with great care.
Although perlcritic explains it a lot and warns to think before simply
fixing it, it doesn't mention that in some cases a simple "return" means
"return '0'", which had happened here.
2015-10-15 03:00:56 +00:00
wen
3d0f57e790 Updated devel/p5-Config-Tiny to 2.23 2015-10-15 02:52:04 +00:00
wen
477354d148 Update to 2.23
Upstream changes:
2.23  Wed Oct 14 09:11:00 2015
	- Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it can't, another
		version of the code will have to be released.
	- Fix read() and write() so they work on files called '0' (zero). See RT#107754.
		Many thanx to Григорий Кудренко for the report and patch.
	- Add t/05.zero.t and t/0 to test the new code.
	- Reformat the source slightly.
2015-10-15 02:51:21 +00:00
wen
d39079d44f Updated www/p5-Mojolicious to 6.24 2015-10-15 02:43:48 +00:00
wen
417f401985 Update to 6.24
Upstream changes:
6.24  2015-10-13
  - Improved session security by not storing secrets in the stash and making
    CSRF tokens much harder to guess.
  - Improved commands to show all options that can affect their behavior.
  - Fixed bug in Mojo::JSON::Pointer that prevented JSON Pointers with trailing
    slash from working correctly. (dolmen)
  - Fixed support for domains with trailing dot in Mojo::URL.

6.23  2015-10-06
  - Improved documentation browser CSS.
  - Fixed bug in Mojo::Transaction::WebSocket where an unsupported protocol
    could be selected automatically.
  - Fixed input record separator bug in Mojo::Util. (Zoffix, sri)
  - Fixed small redirect bug in Mojo::UserAgent::Transactor.

6.22  2015-09-26
  - Improved Mojo::JSON by reusing JSON::PP boolean constants.
  - Improved uniq method in Mojo::Collection to accept a callback. (CandyAngel)
  - Improved first and grep methods in Mojo::Collection to be able to call
    methods.
  - Improved support for empty attributes in Mojo::DOM::HTML.
2015-10-15 02:42:37 +00:00
rillig
52076b148e Moved the code for checking shell commands into its own file 2015-10-15 02:09:49 +00:00
rillig
aa35a841f1 Code cleanup for loading files that must exist 2015-10-15 01:57:47 +00:00
rillig
aa818f2e89 Replaced distinfo algorithm MD5 with SHA512
* Removed needless check for MD5; all packages have been migrated already
* Made the code simpler by not relying on state transitions
* Allowed the newly introduced SHA512 to be mentioned in distinfo
2015-10-15 01:27:00 +00:00
mrg
c68955c927 enable the GCC 4.5 op.c hack for sparc. 2015-10-15 00:15:52 +00:00
wiz
e63dfdf164 Added graphics/glw version 8.0.0 2015-10-14 21:35:47 +00:00
wiz
2ff4bd269e + glw. 2015-10-14 21:35:37 +00:00
wiz
2aa878134b Import glw-8.0.0 as graphics/glw.
This package contains a library for SGI's OpenGL Xt/Motif widgets.

This was previously part of MesaLib, but was split out into a
separate library.
2015-10-14 21:35:28 +00:00
wiz
45c115b58e Removed x11/Xaw3d successor x11/libXaw3d [wiz 2015-10-14] 2015-10-14 20:20:40 +00:00
wiz
b444708f42 Remove Xaw3d, replaced by libXaw3d. 2015-10-14 20:19:59 +00:00
ryoon
b7e3e6e918 Updated lang/gcc5 to 5.2.0nb1
Updated lang/gcc5-libs to 5.2.0nb2
2015-10-14 20:18:38 +00:00
ryoon
86e264467c Fix stall during build under NetBSD/i386. Bump PKGREVISION. 2015-10-14 20:17:39 +00:00
wiz
d15f48992a Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
2015-10-14 20:17:24 +00:00
sevan
e806445269 Missed new additions in previous commit
Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html
2015-10-14 18:42:34 +00:00
sevan
a99ab29716 Missed new addition in previous commit
Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html
2015-10-14 18:41:42 +00:00
sevan
dc55922718 Add pkg-config to USE_TOOLS.
Set PKG_CONFIG to empty as it removes reference to the build directory.

Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html

Fix typo in comment s/refrect/reference.

Reviewed by taca@ wiz@
2015-10-14 18:38:00 +00:00
sevan
c9ddce97bc Add pkg-config to USE_TOOLS.
Set PKG_CONFIG to empty as it removes reference to the build directory.

Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html

Fix typo in comment s/refrect/reference.

Set shell used during configure stage to bash on OpenBSD & Bitrig
due to pdksh incompatibility.

Reviewed by taca@ wiz@
2015-10-14 18:36:06 +00:00
sevan
e7ce450e6e Add pkg-config to USE_TOOLS.
Set PKG_CONFIG to empty as it removes reference to the build directory.

Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html

Fix typo in comment s/refrect/reference.

Reviewed by taca@ wiz@
2015-10-14 18:33:08 +00:00
wiz
7e2ec92cd3 Fix build with latest readline. 2015-10-14 18:32:54 +00:00
leot
907ee8b227 Add a note regarding biology/bwa. 2015-10-14 18:26:41 +00:00
leot
f4627eecd7 Added biology/bwa version 0.7.9a 2015-10-14 17:14:28 +00:00
leot
7b83648f44 Add bwa. 2015-10-14 17:13:44 +00:00
leot
ff3972c8c8 Import biology/bwa as bwa-0.7.9a.
Packaged in pkgsrc-wip by Jason Bacon.

BWA is a software package for mapping low-divergent sequences against a large
reference genome, such as the human genome.
2015-10-14 17:12:52 +00:00
wiz
ac20b0cdfd Updated finance/gnucash to 2.6.9 2015-10-14 16:17:00 +00:00
wiz
e4a2b220fc Update to 2.6.9:
Announcement: GnuCash 2.6.9 Release 2015-09-27

The GnuCash development team humbly announces GnuCash 2.6.9, the
eighth maintenance release in the 2.6-stable series, a snap release
to repair a serious bug on Microsoft Windows. Please take the tour
of all the new features.

Changes

Between 2.6.8 and 2.6.9, the following bugfixes were accomplished:

    Bug #755920 - Crash (Freeze) when using File Save As.. in
    Windows OS Fix termination of the loop so that it's not dependent
    upon Linux paths
    Bug #755778 - Test failure: test-engine: duplicate test case paths.
    Bug #755781 - Files with copyright but no grant of license.

    Translations Updated: German.
2015-10-14 16:16:50 +00:00
jperkin
a863817133 Updated sysutils/salt to 2014.7.2nb2 2015-10-14 15:46:43 +00:00
jperkin
ba12647fd5 Ensure pkgsrc directories are in PATH, fixes pkg module load failures. Fix
submitted by Travis Paul.

Bump PKGREVISION.
2015-10-14 15:46:34 +00:00
leot
c05ec3ebb9 Updated fonts/Hack-ttf to 2.015 2015-10-14 14:38:05 +00:00
leot
deec836dc3 Update fonts/Hack-ttf to Hack-ttf-2.015.
pkgsrc changes (no functional changes intended):
 o unset USE_LANGUAGES
 o use NO_BUILD instead of defining an empty do-build target

Changes:
# Version 2.015 (release build)
Changes vs. release v2.013:
- new vertical metrics = decreased line spacing height - Issues #28, #32, #39,
  #41, #95, #103
- adjusted vertical position of the colon to a higher position, improves
  alignment with other punctuation glyphs (U+003A) - Issue #66
- changed vertical position of the dash (U+002D) so that regular and oblique,
  bold and bold oblique are properly aligned - Issue #107
- updated hinting algorithm for bold set (improved point position over stem of
  lowercase j/i for some text sizes) - Issue #84
- underscore (U+005F) centered, increased width, increased height & aligned
  vertical position closer to baseline - Issues #97, #98, #100, 103,
- increased vertical position of dieresis mark on lowercase u dieresis
  (U+00FC) - Issue #61
- increased vertical position of dieresis mark on lowercase i dieresis (U+00EF)
- increased vertical position of dieresis mark on lowercase e dieresis (U+00EB)
- decreased vertical position of the asterisk (U+002A) - Issue #34
- new design for ascii tilde - broader curves, taller glyph with goal to
  improve appearance at small text sizes where it tended to render like a dash
  (U+007E) - Issue #37
- new ttf build autohinting script
  (./postbuild_processing/tt-hinting/autohint.sh)
- new ttf build autohinting Control Instructions File - bold set
  (./postbuild_processing/tt-hinting/Hack-Bold-TA.txt)
- new ttf build release script (./postbuild_processing/tt-hinting/release.sh)
- new web font release script
  (./postbuild_processing/webfonts/releasewebfonts.sh)
- new vfb to UFO source file conversion script (./tools/makeufo.sh)
- new UFO source file types - includes separate source files for TrueType
  (`*-TT.ufo`) and PostScript (`*-PS.ufo`) releases
- source file path changes: now includes separate `ufo` and `vfb` directories
  under the `./source` repository directory
- Hack Open Font license updated to version 2.0.  The license changes better
  define the Hack project as a derivative project of the Bitstream Vera Sans
  Mono typeface project and are intended to make the license more consistent
  with the Bitstream Vera libre, open source license under which Hack is
  co-licensed.  There are no new restrictions on use of the fonts with these
  license changes.  Embedding permissions are made explicit in this version
  of the Hack Open Font license.

# Version 2.013 (release build)
Changes vs. release v2.010:
- Fixed missing middle dot glyph (U+00B7), adjusted width of U+00B7 em box to
  address spacing issues in editors that highlight empty spaces
  (Issues #27 & #46)
- Powerline glyph alignment and size adjustments (Issue #33)
- Fixed name tables to address:
  - incorrect oblique rendering with Java type renderers on OS X (Issue #26)
  - incorrect italic + bold + bold oblique rendering in some syntax
    highlighters (Issues #42, #50, #60)
  - backslash character took inappropriate vertical alignment because of
    incorrect slant angle in some editors (Issue #67)
- Changed oblique and bold oblique font names to "Hack Italic" and "Hack Bold
  Italic" to address Windows listings
- Changed oblique and bold oblique webfont names to "hack-italic-webfont.[xxx]"
  and "hack-bolditalic-webfont.[xxx]"
- Changed oblique and bold oblique basic Latin + Latin-1 webfont subsets to the
  names "hack-italic-latin-webfont.[xxx]" and
  "hack-bolditalic-latin-webfont.[xxx]"
- Changed license name from "Modified SIL Open Font License" to "Hack Open Font
  License" to comply with SIL regulations for SIL Open Font License
  modifications
- Removed all license references to SIL to comply with SIL regulations for
  modifications of the SIL Open Font License
- Removed SIL Open Font License preamble from the Hack Open Font License to
  comply with SIL regulations for modifications of the SIL Open Font License
- Removed the following statement from Hack Open Font License condition #3:
  "This restriction only applies to the primary font name as presented to the
  users." to address a reserved font name conflict with the Bitstream Vera
  license
- Modified the build directory structure for the Hack web fonts
- Added Hack webfont CSS files to the build directory
2015-10-14 14:37:43 +00:00
wiz
b0a6eb1d98 Updated net/openconnect to 7.06 2015-10-14 13:13:54 +00:00
wiz
fc7041a7c0 Update to 7.06, based on PR 50336 by Kai-Uwe Eckhardt:
OpenConnect v7.06 (PGP signature) — 2015-03-17

    Fix openconnect.pc breakage after liboath removal.
    Refactor Juniper Network Connect receive loop.
    Fix some memory leaks.
    Add Bosnian translation.


OpenConnect v7.05 (PGP signature) — 2015-03-10

    Fix alignment issue which broke LZS compression on ARM etc.
    Support HTTP authentication to servers, not just proxies.
    Work around Yubikey issue with non-ASCII passphrase set on pre-KitKat Android.
    Add SHA256/SHA512 support for OATH.
    Remove liboath dependency.
    Support DTLS v1.2 and AES-GCM with OpenSSL 1.0.2.
    Add OpenSSL 1.0.2 to known-broken releases (RT#3703, RT#3711).
    Fix build with OpenSSL HEAD (OpenSSL 1.1.x).
    Preliminary support for Juniper SSL VPN.
2015-10-14 13:13:44 +00:00
wiz
8b20b08066 + MesaLib-11.0.3, abcde-2.7.1, cairomm-1.12.0, calibre-2.40.0,
curl-7.45.0, fuse-ntfs-3g-2015.3.14, gnu-pw-mgr-1.6, gnucash-2.6.9,
  gnupg21-2.1.9, meld-3.15.0, py-cython-0.23.4, py-pbr-1.8.1,
  py-setuptools-18.4, py-six-1.10.0, py-test-2.8.2, py-tortoisehg-3.5.2,
  x264-devel-20151010, xdg-utils-1.1.1.
2015-10-13 21:50:15 +00:00