Commit graph

257028 commits

Author SHA1 Message Date
fhajny
2f9d3be30e Import net/py-tldextract 2.0.2.
tldextract accurately separates the gTLD or ccTLD (generic or
country code top-level domain) from the registered domain and
subdomains of a URL.
2016-11-21 11:49:55 +00:00
fhajny
2f5dab6cd7 Enable py-requests-file 2016-11-21 11:46:13 +00:00
fhajny
b1a78b6ba4 Added devel/py-requests-file version 1.4.1 2016-11-21 11:45:45 +00:00
fhajny
48505e4042 Import devel/py-requests-file 1.4.1.
Requests-File is a transport adapter for use with the Requests
Python library to allow local filesystem access via file:// URLs.
2016-11-21 11:45:32 +00:00
tnn
e20ea9fbc9 postgresql95-contrib: Drop uuid-ossp dependency on BSD.
(Use --with-uuid=bsd as per documentation section F.43.2)

Also probably fix the UUID extension on Solaris and Linux, but untested.
2016-11-21 01:42:54 +00:00
wiz
f4092bd569 Fix typo. 2016-11-21 00:16:29 +00:00
pho
569adcb6ab Build bin/vmhgfs-fuse and bin/vmware-vmblock-fuse
Please note that you need -CURRENT to actually use these filesystems. They still build on older systems but fail to run.
2016-11-21 00:14:16 +00:00
pho
0f6827febc fuse.h requires that _NETBSD_SOURCE is defined 2016-11-21 00:01:01 +00:00
joerg
044408b3e8 Restrict a few very memory hungry files to -O1. 2016-11-20 22:14:47 +00:00
joerg
28e052e1d0 One more change for the Clang 3.9 API. 2016-11-20 22:14:07 +00:00
joerg
6586afd678 Since noone has cared about fixing this for the ImageMagick API changes,
use the old version.
2016-11-20 22:13:18 +00:00
joerg
8169e925ac If KERN_PROC_PATHNAME doesn't exist, fallback to /proc. 2016-11-20 22:12:44 +00:00
joerg
688b6aac03 Slots have no ordering, at least with modern versions of libsigc++.
As such, don't use std::set as container.
2016-11-20 22:12:19 +00:00
joerg
7c15c0fbd7 Fix ctype.h use 2016-11-20 22:11:28 +00:00
joerg
c3d8473a85 Fix patch to boost libraries and hackaround for the surprising error
messages.
2016-11-20 21:58:39 +00:00
leot
bd3be358cd Updated net/youtube-dl to 20161118 2016-11-20 21:23:31 +00:00
leot
a1f74df17d Update net/youtube-dl to youtube-dl-20161118
Changes:
2016.11.18
----------
Extractors
* [youtube:live] Relax _VALID_URL (#11164)
* [openload] Fix extraction (#10408, #11122)
* [vlive] Prefer locale over language for subtitles id (#11203)
2016-11-20 21:23:14 +00:00
joerg
090d708cfe Updated multimedia/mkvtoolnix to 9.5.0 2016-11-20 21:15:43 +00:00
joerg
41ce28ef1b Update to mkvtoolnix 9.5.0:
- bugfixes
2016-11-20 21:15:19 +00:00
joerg
ce1b92cfeb Update compressed mbox patch. 2016-11-20 21:13:46 +00:00
joerg
874594db0b Updated multimedia/py-m3u8 to 0.3.0 2016-11-20 21:13:21 +00:00
joerg
df968d5f12 Update to m3u8-0.3.0:
- Support for per-segment key handling
2016-11-20 21:13:04 +00:00
joerg
1ce15f0294 Create a maintainable form of the patch. 2016-11-20 21:10:41 +00:00
wiz
1441d6ab5b Use github page instead of non-working HOMEPAGE. 2016-11-20 21:03:39 +00:00
wiz
33dc79d7e9 Updated archivers/p5-Archive-Tar to 2.18 2016-11-20 20:23:51 +00:00
wiz
2a50835473 Updated p5-Archive-Tar to 2.18.
From Kai-Uwe Eckhardt in PR 51639.

2.18  07/11/2016 (JHI)
- Capture also the STDERR when checking tar exe

2.16  01/11/2016 (JHI && CBERRY)
- Make roundtrip tar exe finding robust for crappy tars

2.14  20/10/2016
- Fix roundtrip test when tar executable is absent

2.12  16/10/2016 (KHW && JKEENAN)
- Fix pod in bin/ptar
- Distinguish between archives with/without directory entries
2016-11-20 20:23:41 +00:00
wiz
95d62c5b04 Updated x11/p5-Wx to 0.9928 2016-11-20 20:21:40 +00:00
wiz
d01cfc3244 Updated p5-Wx to 0.9928.
From Kai-Uwe Eckhardt in PR 51638.

Revision history for Perl extension Wx.

0.9928 Sun Dec 20 2015
    - Fix memory leak in Wx::Timer

0.9927 Thu Mar 26 2015
    - Fix broken wxWidgets 2.8 builds

0.9926 Tue Mar 10 2015
    - pause indexing fix

0.9925 Tue Mar 10 2015
    - pause indexing fix

0.9924 Tue Mar 10 2015
    - added wxTimer::StartOnce
    - some missing wxGrid constants added
    - fixed Wx::AUI events broken since wxWidgets 2.9.5
    - rt96136 - added GetContentScaleFactor to Wx::DC && Wx::Window
    - rt99038 - MACOSX_DEPLOYMENT_TARGET comparison fixed in Wx build
    - wxMenuItem::SetBitmap available on OSX
    - added some missing TextEntry methods to wxComboBox
    - rt102269 - fix option handling

0.9923 Mon Mar 31 2014
    - added wxWindow::InitDialog
    - updated wxComboBox::GetSelection
    - build wxWidgets 3.0.0
    - added wxComboBox::Popup() wxComboBox::Dismiss() ( Eric Colson )

0.9922 Wed May 01 2013
    - added wxCommandLinkButton
    - updates to ID creation methods
    - rt#84633
    - added wxUIActionSimulator
    - wxFindReplaceDialog new return a hash type object
    - wxProgressDialog updates
    - IPC classes object deletion updates
    - wxString conversion UTF-8 only in Unicode builds
    - typemap template missing some specs since 0.9917

0.9921 Sun Apr 14 2013
    - Fix 2.9.4 handling of wxConnection::Execute

0.9919 Sat Apr 13 2013
    - Makefile checks for supported Wx version
    - Fixed wxUSE_DATAVIEWCTRL constant ( rt#84566 )
    - wrapped wxRegionIterator
    - wrapped IPC - wxConnection / wxServer / wxClient

0.9918 Wed Apr 03 2013
    - Added missing GetItemFont / SetItemFont for Wx::ListCtrl
    - Fixed wxFontEnumerator GetEncodings / GetFacenames
                               ( thanks to Marton Papp )
    - Wrapped wxFontEnumerator callbacks

0.9917 Mon Feb 11 2013
    - Stopped wxWidgets >= 2.9.0 from setting locale to current user locale
      ( thanks to Tarek Unger )
2016-11-20 20:21:30 +00:00
wiz
be93df55da Make PKGNAME more future-safe. 2016-11-20 20:05:32 +00:00
wiz
3f6d7a001e Added fonts/go-ttf version 20161118 2016-11-20 20:00:10 +00:00
wiz
2c34e2059b + go-ttf 2016-11-20 19:59:53 +00:00
wiz
4241f35301 Import go-ttf-20161118 as fonts/go-ttf.
A family of high-quality WGL4 TrueType fonts, created by the Bigelow
& Holmes type foundry specifically for the Go project.

The font family, called Go (naturally), includes proportional- and
fixed-width faces in normal, bold, and italic renderings. The fonts
have been tested for technical uses, particularly programming. Go
source code looks particularly good when displayed in Go fonts, as
its name implies, with things like punctuation characters easily
distinguishable and operators lined up and placed consistently.
2016-11-20 19:59:35 +00:00
gdt
c9166f0795 Note that mail/dovecot is 1.2, which is obsolete. 2016-11-20 16:28:35 +00:00
leot
ff395f9962 Updated www/netsurf to 3.6 2016-11-20 13:02:34 +00:00
leot
2844dc7d76 Update www/netsurf to netsurf-3.6.
Changes:
3.6
---
NetSurf 3.6 is primarily a bugfix release. It contains several
fixes and clean-ups to front end code, as well as supercookie
blocking, and certificate chain handling improvements. We recommend
all users upgrade to NetSurf 3.6.
2016-11-20 13:02:14 +00:00
taca
ab6edd4b58 libthrift 0.7.0 dose not support PHP 7.0 and later. 2016-11-20 13:00:08 +00:00
alnsn
d33cb2da60 Updated devel/cmph to 2.0. 2016-11-20 12:24:10 +00:00
alnsn
fbd3596e1a Update devel/cmph to version 2.0.
Prompted by beta.repology.org.

News for version 2.0

   Cleaned up most warnings for the c code.

   Experimental C++ interface (--enable-cxxmph) implementing the
   BDZ algorithm in a convenient interface, which serves as the
   basis for drop-in replacements for std::unordered_map,
   sparsehash::sparse_hash_map and sparsehash::dense_hash_map.
   Potentially faster lookup time at the expense of insertion time.
   See cxxmpph/mph_map.h and cxxmph/mph_index.h for details.
2016-11-20 12:22:48 +00:00
alnsn
b51fcceeba Updated math/R-XML to 3.98-1.5. 2016-11-20 11:47:47 +00:00
alnsn
bd8dec8fbb Update math/R-XML to 3.98-1.5.
Prompted by beta.repology.org.

Changes for minor updates 3.98-1.2 to 3.98-1.5 are unknown.
2016-11-20 11:45:23 +00:00
alnsn
c0f18331d5 Updated textproc/LDoc to 1.4.5. 2016-11-20 11:04:42 +00:00
alnsn
f7e3b85867 Update textproc/LDoc to 1.4.5.
Promted by beta.repology.org.
2016-11-20 10:57:31 +00:00
wiz
ebf729a944 Fix pattern. 2016-11-20 10:47:36 +00:00
alnsn
a62a5000ec Updated devel/lua-penlight to 1.4.1. 2016-11-20 10:39:16 +00:00
alnsn
ff8e7ebdde Update devel/lua-penlight to version 1.4.1.
Prompted by beta.repology.org.

## 1.4.1

### Changes

  - All functions that return instances of `pl.List`, `pl.Map` and
    `pl.Set` now require corresponding modules, so that their methods
    always work right away.

### Fixes

  - Fixed `dir.getallfiles` returning an empty array when called
    without `pattern` argument.

## 1.4.0

### Changes

### Fixes

  - `pl.path` covers edge cases better (e.g 'path.normpath` was broken)
  - `p.dir` shell patterns fixed
  - `os.tmpname` broken on modern Windows/MSVC14
  - (likewise for `utils.executeex` which depends on it)
  - `pretty.write` more robust and does not lose floating-point precision;
    saves and restores debug hooks when loading.
  - `pl.lexer` fixes: `cpp` lexer now filters space by default
  - `tablex.sortv` no longer assumes that the values are all unique
  - `stringx.center` is now consistent with Python; `stringx.rfind` and
  `string.quote_string` fixed.
  - `data.write` had a problem with default delimiter, properly
    returns error now.
  - `pl.Set` `+` and `-` now have correct semantics

### Features

  - `pl.tablex` has `union` and `merge` convenience functions
  - `pl.lapp` understands '--' meaning end of parsed arguments
  - `utils.quote_arg` quotes command arguments for `os.execute`,
    correctly handling all special characters.
  - `utils.writefile` has optional `is_bin` argument
  - 'pl.lexer' supports line numbers with string argument
  - `stringx.endswith` may be passed an array of possible suffixes.
  - `data.read` - in CSV mode, assume empty fields are numerical zero
2016-11-20 10:37:50 +00:00
wiz
788eaf3f5a Added devel/py-incremental version 16.10.1 2016-11-20 10:21:49 +00:00
wiz
3ace5c1a56 + py-incremental 2016-11-20 10:21:38 +00:00
wiz
a123228f5e Import py-incremental-16.10.1 as devel/py-incremental.
Incremental is a small library that versions your Python projects.
2016-11-20 10:20:37 +00:00
wiz
354ed503e1 + ImageMagick-7.0.3.7, MesaLib-13.0.1, cairomm-1.12.2, calibre-2.72.0,
firefox-50.0, gst-plugins1-omx-1.10.0, gstreamer1-1.10.1,
  iso-codes-3.71, jemalloc-4.3.1 [pkg/51631], libgpg-error-1.25,
  ocaml-findlib-1.7.1, p5-JSON-XS-3.030, p5-YAML-1.19,
  py-virtualenv-15.1.0, thunderbird-enigmail-1.9.6.1, tiff-4.0.7,
  tor-browser-6.0.6, vim-8.0.0094, wireshark-2.2.2, x264-devel-20161119.
2016-11-20 10:16:02 +00:00
wiz
909f9c8650 Fix build against curl-7.50.2.
From https://rt.cpan.org/Public/Bug/Display.html?id=117793
via darcy.
2016-11-20 09:51:50 +00:00