Commit graph

19848 commits

Author SHA1 Message Date
Dmitry Marakasov
226b749653 - Add NO_ARCH
- Remove LDFLAGS, not used here
- Fix make syntax

Approved by:	portmgr blanket
2017-12-01 20:49:18 +00:00
Mathieu Arnold
ea25613741 Add some missed flavor in dependencies.
PR:		223071
Reported by:	ml freebsd bugs vishwin info
Sponsored by:	Absolight
2017-12-01 08:05:22 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Jimmy Olgeni
5a7d1f88b0 Update textproc/erlang-yamerl to version 0.6.0. 2017-11-29 16:24:37 +00:00
Wen Heping
b8f7cc606a - Update to 2.3.5 2017-11-29 12:53:57 +00:00
Mark Linimon
9bc24d53d3 Modernize usage. (Noted as part of a larger cleanup). 2017-11-29 00:59:43 +00:00
Sunpoet Po-Chuan Hsieh
70d5db5945 Update to 0.9.12
Changes:	https://github.com/lsegal/yard/releases
2017-11-28 00:51:29 +00:00
Jan Beich
d65b2886b1 lang/rust: avoid LLVM targeting SSE2 on i386 by default
This may help ports like textproc/ripgrep to run on old hardware.
Rust itself still requires SSE2 until bootstrap is regenerated.

PR:		223415
Approved by:	rust (dumbbell)
2017-11-27 22:02:29 +00:00
Jochen Neumeister
6af5680971 textproc/html-xml-utils: Update to 7.4
Changelog: https://www.w3.org/Tools/HTML-XML-utils/ChangeLog

PR:		223904
Submitted by:	takefu@airport.fm (maintainer)
Approved by:	mentors (implicit)
2017-11-27 18:45:13 +00:00
Jochen Neumeister
07af592336 textproc/p5-YAML-LibYAML: Update to 0.67
Changelog: http://cpansearch.perl.org/src/TINITA/YAML-LibYAML-0.67/Changes

PR:		223899
Submitted by:	svysh.fbsd@gmail.com (maintainer)
Approved by:	mentors (implicit)
2017-11-27 18:31:58 +00:00
Sunpoet Po-Chuan Hsieh
bbf3a3b4e9 Update to 0.9.11
Changes:	https://github.com/lsegal/yard/releases
2017-11-26 23:19:35 +00:00
Sunpoet Po-Chuan Hsieh
71d91e6841 Update to 1.25
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2017-11-26 23:19:30 +00:00
Sunpoet Po-Chuan Hsieh
15006244de Update to 0.30
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Sphinx-Search/Changes
2017-11-24 19:36:47 +00:00
Mathieu Arnold
d9033160f4 Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by:	Absolight
2017-11-24 17:53:11 +00:00
Dmitry Marakasov
26253817ff - Update to 0.66.1 2017-11-24 15:52:21 +00:00
Dmitry Marakasov
6da022e979 - Fix symlink from absolute to relative
- Switch to options helpers
- Don't install LICENSE with DOCS
- Update WWW

Approved by:	portmgr blanket
2017-11-24 09:00:19 +00:00
Yuri Victorovich
a0cded7cef textproc/fcitx-qt5: Update to 1.2.1
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13202
2017-11-23 06:32:43 +00:00
Sunpoet Po-Chuan Hsieh
0bb667a31a Update to 0.299
Changes:	http://search.cpan.org/dist/Hash-Merge/Changes
2017-11-22 23:34:59 +00:00
Dmitry Marakasov
0621462f37 - Add LICENSE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2017-11-22 09:00:16 +00:00
Dmitry Marakasov
c5772ba25a - Update WWW
Approved by:	portmgr blanket
2017-11-22 09:00:15 +00:00
Rene Ladan
7fc25c874c Remove expired ports:
2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-21 18:50:58 +00:00
Torsten Zuehlsdorff
5ef1ee93f8 New port: textproc/elasticsearch5-search-guard
Search Guard() is an Elasticsearch plugin that offers encryption,
authentication, and authorization. It builds on Search Guard SSL and provides
pluggable authentication and authorization modules in addition.
Search Guard is fully compatible with Kibana, Logstash and Beats.

As an alternative to other security solutions for Elasticsearch,
Search Guard offers the following main features:

    TLS on transport- and REST-layer
    Fine-grained role- and index-based access control
    HTTP Basic Authentication
    LDAP / Active Directory
    Kerberos / SPNEGO
    JSON web token
    Document- and Field-level security
    Audit logging
    Kibana multi-tenancy
    REST management API
    Proxy support
    User impersonation

WWW: https://github.com/floragunncom/search-guard

PR:           219739
Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
2017-11-21 15:13:31 +00:00
Sunpoet Po-Chuan Hsieh
f451854459 Update to 1.1.5
Changes:	https://github.com/zdavatz/spreadsheet/blob/master/History.md
2017-11-20 14:32:29 +00:00
Sunpoet Po-Chuan Hsieh
a4bc166c0b Update to 2017.11.19 2017-11-20 13:22:23 +00:00
Sunpoet Po-Chuan Hsieh
23b11b63d4 Update to 0.9.10
Changes:	https://github.com/lsegal/yard/releases
2017-11-20 13:22:13 +00:00
Sunpoet Po-Chuan Hsieh
16e8a9b48e Update to 1.8.1
Changes:	https://github.com/kschiess/parslet/blob/master/HISTORY.txt
2017-11-20 13:22:08 +00:00
Sunpoet Po-Chuan Hsieh
e8f3a247ea Update to 1.24
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2017-11-20 13:21:58 +00:00
Jimmy Olgeni
14415254b4 Update textproc/erlang-fast_xml to version 1.1.25. 2017-11-20 09:50:18 +00:00
Sunpoet Po-Chuan Hsieh
fda35e8753 Update to 0.298
Changes:	http://search.cpan.org/dist/Hash-Merge/Changes
2017-11-18 00:10:52 +00:00
Torsten Zuehlsdorff
96025cafd3 PHP 7.2: Remove bad repocopies.
Reported by: adamw
2017-11-16 17:12:24 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00
Dmitry Marakasov
582b8cc761 - Add LICENSE
- Update WWW
2017-11-16 09:00:08 +00:00
Tobias C. Berner
d0d2791306 Update KDE Frameworks to 5.40.0
* update to 5.40.0
* unreleated cleanups:
  - unify use of DISTVERSION
  - remove created by line

PR:		223602
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12966
2017-11-16 05:59:35 +00:00
Sunpoet Po-Chuan Hsieh
0e0d326401 Update to 5.0.7
Changes:	https://github.com/rails/sass-rails/releases
2017-11-15 19:57:05 +00:00
Sunpoet Po-Chuan Hsieh
754c94d1ca Update to 5.0.7
Changes:	https://github.com/rails/sass-rails/releases
2017-11-15 19:57:00 +00:00
Sunpoet Po-Chuan Hsieh
1bbc0e20af Update to 5.0.7
Changes:	https://github.com/rails/sass-rails/releases
2017-11-15 19:56:55 +00:00
Sunpoet Po-Chuan Hsieh
73900aec3a Update to 6.0.0
Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
2017-11-15 19:56:50 +00:00
Sunpoet Po-Chuan Hsieh
c292851e8a Update to 6.0.0
Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
2017-11-15 19:56:45 +00:00
Sunpoet Po-Chuan Hsieh
15645992c5 Update to 6.0.0
Changes:	https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
2017-11-15 19:56:40 +00:00
Joseph Mingrone
9e7da7b987 Chase upgrade of lang/sbcl
All ports with SBCL fasl files must be rebuilt when the lang/sbcl package
changes.  Also, add a note to lang/sbcl/Makefile as a reminder of the
required PORTREVISION bumps to prevent future breakage.

Approved by:	krion, olgeni
Differential Revision:	https://reviews.freebsd.org/D13087
2017-11-15 04:12:07 +00:00
Sunpoet Po-Chuan Hsieh
0161caee81 Update to 1.23
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2017-11-14 22:50:47 +00:00
Sunpoet Po-Chuan Hsieh
dd03082e33 Update to 2017.11.12 2017-11-13 19:35:55 +00:00
Sunpoet Po-Chuan Hsieh
6ed5c7892c Update to 2.1.0
Changes:        http://devel.ringlet.net/textproc/confget/CHANGES
- allow the installation commands to be overridden, e.g. for package builds
  which do not require root privileges
- add "-q features" and "-q feature NAME" with only the "BASE" feature defined
  so far
- support "--help" and "--version"
2017-11-13 19:35:30 +00:00
Sunpoet Po-Chuan Hsieh
235b3f94d9 Update to 1.22
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2017-11-12 19:10:24 +00:00
Sunpoet Po-Chuan Hsieh
bdb4d0e5da Update to 0.20
- Add LICENSE_FILE
- Add more TEST_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/PPIx-EditorTools/Changes
2017-11-12 19:10:19 +00:00
Rene Ladan
b8cbfb335a Schedule ports depending on devel/cld for removal on 2017-12-12 2017-11-12 16:43:58 +00:00
Thomas Zander
dae8dbb3c7 Chase renaming of devel/oniguruma6 to devel/oniguruma
PR:		222869
Reported by:	m.bueker@berlin.de
2017-11-12 14:00:48 +00:00
Tobias Kortkamp
092331814f textproc/ripgrep: Restore BASH, FISH, ZSH options
They were broken by r453382 which introduced new AVX, SIMD options
which overwrote the old ones.

PR:		223478, 223314
Submitted by:	petteri.valkonen@iki.fi (maintainer)
2017-11-11 19:01:55 +00:00
Rene Ladan
325ab7be8b Remove expired ports:
2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment
2017-11-09 games/lordsawar: Broken for more than 6 months
2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months
2017-11-09 audio/gspeakers: Broken for more than 6 months
2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months
2017-11-09 audio/tclmidi: Broken for more than 6 months
2017-11-09 security/py-xmlsec: Broken for more than 6 months
2017-11-09 security/samba-virusfilter: Broken for more than 6 months
2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months
2017-11-09 audio/sooperlooper: Broken for more than 6 months
2017-11-09 devel/dwarves: Broken for more than 6 months
2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months
2017-11-09 devel/pinba_engine: Broken for more than 6 months
2017-11-09 devel/py-event: Broken for more than 6 months
2017-11-11 10:30:10 +00:00
Dmitry Marakasov
e3ab1b4d3b - Simplify installation
- Switch to options helpers
2017-11-10 09:04:40 +00:00
Emanuel Haupt
5a2f837921 Fix dependencies for py3-* stub port. 2017-11-10 08:41:59 +00:00
Sunpoet Po-Chuan Hsieh
2591f74d17 Update to 0.91
Changes:	http://search.cpan.org/dist/TOML-Parser/Changes
2017-11-09 19:44:17 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Jung-uk Kim
54c4d61777 Update to 0.0.5. 2017-11-08 20:18:36 +00:00
Emanuel Haupt
0a5c59363f Add python3 stub ports required for the upcoming update of finance/electrum.
Approved by:	portmgr (bdrewery)
Differential Revision:	D13000
2017-11-08 18:53:49 +00:00
Yuri Victorovich
f4205ab673 textproc/fcitx-qt5: Update to 1.1.1
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12969
2017-11-07 21:34:29 +00:00
Yuri Victorovich
27c2cc3cc9 New port: textproc/fzy: Interactive fuzzy text selector for the terminal
Committed with minor changes.

PR:		223337
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12971
2017-11-06 18:51:08 +00:00
Sunpoet Po-Chuan Hsieh
8771351961 Update to 2017.11.05 2017-11-06 17:38:59 +00:00
Sunpoet Po-Chuan Hsieh
c29d933402 Add PORTSCOUT 2017-11-06 17:38:44 +00:00
Mathieu Arnold
98f89dd6e0 Those non default PYTHON options do not build/stage/package, mark them
BROKEN.

Sponsored by:	Absolight
2017-11-06 16:06:22 +00:00
Sunpoet Po-Chuan Hsieh
43ab4b14e1 Update to 0.56.0
Changes:	https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md
2017-11-05 21:17:19 +00:00
Ashish SHUKLA
76f0970c6b - Update to 0.053
- Update BUILD_DEPENDS
- Add LICENSE information
- Add NO_ARCH
- Transfer maintainership

PR:		223351
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2017-11-05 03:40:41 +00:00
Sunpoet Po-Chuan Hsieh
6ec8194b2a Add LICENSE_FILE 2017-11-04 22:57:12 +00:00
Sunpoet Po-Chuan Hsieh
59597c577a Update to 2.2
Changes:	https://github.com/sbosio/rla-es/releases
2017-11-04 22:57:07 +00:00
Sunpoet Po-Chuan Hsieh
166b740659 Update to 2017.08.24 2017-11-04 22:57:02 +00:00
Sunpoet Po-Chuan Hsieh
43aa5f125a Update to 1.21
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2017-11-04 22:56:37 +00:00
Danilo G. Baio
393c55bdbf Remove MPL (without version) license
All ports now are using MPL[10|11|20] license.

Approved by:	portmgr (rene)
Differential Revision:	D12940
2017-11-04 13:14:01 +00:00
Danilo G. Baio
c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00
Jan Beich
a8ed4a9224 textproc/ripgrep: expose SIMD options
PR:		223314
Approved by:	Petteri Valkonen (maintainer)
2017-11-02 21:48:21 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Sunpoet Po-Chuan Hsieh
cd2db58e15 Update to 2.8.2
Changes:	https://github.com/ohler55/ox/blob/master/CHANGELOG.md
2017-11-02 19:02:11 +00:00
Sunpoet Po-Chuan Hsieh
02720fd1b0 Add LICENSE_FILE 2017-11-02 19:00:55 +00:00
Sunpoet Po-Chuan Hsieh
beccb02232 Update to 1.6.3
Changes:	https://gitlab.com/gitlab-org/gitlab-markup/blob/master/HISTORY.md
2017-11-01 16:51:18 +00:00
Sunpoet Po-Chuan Hsieh
c714177885 Update to 5.3.2
- Remove NO_ARCH

Changes:	https://github.com/github/linguist/releases
		https://github.com/github/linguist/commits/master
2017-11-01 16:51:13 +00:00
Jimmy Olgeni
2fb9f25373 Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
Rene Ladan
f518e8db7d Remove expired ports:
2017-10-31 lang/gcc5-aux: Essentially unmaintained and replaced by gcc6-aux
2017-10-31 textproc/rubygem-rouge1: Use textproc/rubygem-rouge instead
2017-11-01 07:40:54 +00:00
Nikolai Lifanov
6c0d7ad0a1 py-nltk: add missing dependency on py-sqlite3
PR:		221927
Approved by:	demon (maintainer)
2017-10-31 15:00:00 +00:00
Baptiste Daroussin
8d8f6fd1fd Update to 0.3.1 2017-10-31 12:27:05 +00:00
Sunpoet Po-Chuan Hsieh
f35d927689 Update to 1.903
Changes:	http://search.cpan.org/dist/Lingua-EN-Inflect/Changes
2017-10-30 15:40:51 +00:00
Sunpoet Po-Chuan Hsieh
98f4dbb5a5 Update to 2017.10.29 2017-10-30 14:54:44 +00:00
Sunpoet Po-Chuan Hsieh
32b650ced3 Update to 2.0132
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2017-10-29 16:10:04 +00:00
Danilo G. Baio
55cf2ba5db textproc/py-texttable: Update to 1.1.1
Changes:	https://github.com/foutaise/texttable/releases/tag/v1.1.1
2017-10-29 12:40:27 +00:00
Vanilla I. Shu
3d96175b75 Update to 5.5.5. 2017-10-29 08:19:27 +00:00
Antoine Brodin
fc2f2d4ed3 Update to 2.4.9 2017-10-29 08:17:26 +00:00
Sunpoet Po-Chuan Hsieh
c89b79e0d4 Update to 2.8.1
- Rename gemspec patch to patch-gemspec

Changes:	https://github.com/ohler55/ox/blob/master/CHANGELOG.md
2017-10-28 17:33:29 +00:00
Tobias C. Berner
81babc4b18 Update textproc/jshon to 20160111.2
PR:		223280
Submitted by:	kalten@gmx.at
2017-10-28 05:56:54 +00:00
Sunpoet Po-Chuan Hsieh
4626f5671b Update to 3.5.3
Changes:	https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md
2017-10-27 23:18:46 +00:00
Sunpoet Po-Chuan Hsieh
9b1325233c Update to 0.12
- Update TEST_DEPENDS
- Convert to options target helper

Changes:	http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/Changes
2017-10-27 23:18:09 +00:00
Vanilla I. Shu
fa7be454ee Update
devel/netsurf-buildsystem to 1.6
devel/nsgenbind to 0.5
dns/libnspsl to 0.1.2
graphics/libnsgif to 0.2.0
textproc/libcss to 0.7.0
textproc/libutf8proc to 1.3.1.3
www/libdom to 0.3.2
www/libhubbub to 0.3.4
www/netsurf to 3.7
2017-10-27 15:46:21 +00:00
Jimmy Olgeni
dc5ea7f907 Update textproc/fzf to version 0.17.1.
PR:		223246
Submitted by:	olgeni
Approved by:	maintainer
2017-10-26 11:23:55 +00:00
Jung-uk Kim
399e11101b Update to 0.1.6. 2017-10-25 18:31:14 +00:00
Jimmy Olgeni
ebdde5fbd2 textproc/fzf: quick compatibility fix for kill command autocompletion. 2017-10-25 13:19:29 +00:00
Adriaan de Groot
6f593dd224 Update some of the KDE Frameworks 5 ports with DISTVERSION, LICENSE
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12759
2017-10-24 21:30:29 +00:00
Sunpoet Po-Chuan Hsieh
5ce00418f8 Update to 2.0131
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2017-10-24 17:41:36 +00:00
Tobias Kortkamp
43a0b81c3f textproc/ripgrep: Update to 0.7.1
Changes:	https://github.com/BurntSushi/ripgrep/releases
PR:		223197
Submitted by:	petteri.valkonen@iki.fi (maintainer)
2017-10-24 09:24:57 +00:00
Steve Wills
9cba18d307 textproc/p5-Text-Hyphen: Update to 0.2
PR:		222575
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Anes Mukhametov <anes@anes.su> (maintainer)
2017-10-23 20:21:34 +00:00
Sunpoet Po-Chuan Hsieh
a3aa8a2a71 Update to 2017.10.22 2017-10-23 18:26:50 +00:00
Tobias Kortkamp
21c1e857f2 textproc/cmark: Update to 0.28.3
Changes:	https://github.com/commonmark/cmark/releases/tag/0.28.3
2017-10-23 08:06:35 +00:00
Danilo G. Baio
a1603c4fe2 textproc/py-texttable: Update to 1.1.0
Changes:	https://github.com/foutaise/texttable/releases/tag/v1.1.0
2017-10-22 18:05:57 +00:00
Sunpoet Po-Chuan Hsieh
b98932e30b Update to 7.1.6
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2017-10-22 16:09:47 +00:00
Antoine Brodin
769181aa33 Update to 1.0.2 2017-10-22 12:33:38 +00:00
Antoine Brodin
9471642c5f Update to 0.19.0 2017-10-22 12:33:16 +00:00
Kurt Jaeger
ee28374909 textproc/opensp: Add license information, WWW and pet portlint
PR:		222328
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	kuriyama (maintainer timeout)
2017-10-21 16:35:56 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Boris Samorodov
890ccaffc1 textproc/goldendict: Fix iconv wchar_t initialization error.
From the original e-mail:
Goldendict still uses internal libiconv and can't to load dictionaries
that require use of iconv with WCHAR_T producing "Can't initialize
iconv conversion: Invalid argument". The patch based on the example
6.17 of porter's handbook solves the problem.

Submitted by:	Art Kamog <ia.kamog@yandex.ru> (via e-mail)
2017-10-20 20:16:57 +00:00
Steve Wills
28cc997eb6 textproc/py-sphinx-hieroglyph: Update to 1.0.0
PR:		222413
Submitted by:	Andreas Sommer <andreas.sommer87@googlemail.com> (maintainer)
2017-10-20 14:56:06 +00:00
Pietro Cerutti
4c8e815675 lang/tcl84, x11-toolkits/tk84: extend expiration for another month
Track down a few more ports that depend on those two, and deprecate them too.
2017-10-20 12:25:51 +00:00
Mathieu Arnold
2cbd7edc37 Fix build with recent perl-devel.
Sponsored by:	Absolight
2017-10-20 09:15:06 +00:00
Sunpoet Po-Chuan Hsieh
59a40351d7 Update to 5.3.1
- Update gemspec patch

Changes:	https://github.com/github/linguist/releases
		https://github.com/github/linguist/commits/master
2017-10-19 20:37:02 +00:00
Larry Rosenman
be34a0c515 textproc/apache-solr: update to 7.1.0.
Highlights for this Solr release include:
Critical Security Update: Fix for CVE-2017-12629 which is a working 0-day exploit reported on the public mailing list.
Auto-scaling: Solr can now move replicas automatically when a new node is added or an existing node is removed using the auto scaling policy framework introduced in 7.0
Auto-scaling: The 'autoAddReplicas' feature which was limited to shared file systems is now available for all file systems. It has been ported to use the new autoscaling framework internally.
Auto-scaling: New set-trigger, remove-trigger, set-listener, remove-listener, suspend-trigger, resume-trigger APIs
Auto-scaling: New /autoscaling/history API to show past autoscaling actions and cluster events
New JSON based Query DSL for Solr that extends JSON Request API to also support all query parsers and their nested parameters
JSON Facet API: min/max aggregations are now supported on single-valued date fields
Lucene's Geo3D (surface of sphere & ellipsoid) is now supported on spatial RPT fields by setting spatialContextFactory="Geo3D". Furthermore, this is the first time Solr has out of the box support for polygons
Expanded support for statistical stream evaluators such as various distributions, rank correlations, distances and more.
Multiple other optimizations and bug fixes

PR:		223073
Submitted by:	idefix@fechner.net (Maintainer)
Security:	CVE-2017-12629
2017-10-17 21:44:42 +00:00
Tobias C. Berner
bc52221c12 Update KDE Frameworks to 5.39
PR:		223003
Reviewed by:	rakuco, adridg
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12620
2017-10-17 17:39:15 +00:00
Sunpoet Po-Chuan Hsieh
525d22ccd3 Update to 5.3.0
Changes:	https://github.com/github/linguist/releases
2017-10-16 17:47:37 +00:00
Sunpoet Po-Chuan Hsieh
831b4d06d3 Update to 3.2.1
Changes:	https://github.com/akihikodaki/cld3-ruby/releases
2017-10-16 17:47:32 +00:00
Sunpoet Po-Chuan Hsieh
b41ce8a479 Update to 2017.10.15 2017-10-16 17:46:50 +00:00
Steve Wills
e6699ebf0e textproc/p5-Spreadsheet-Read: update to 0.74 2017-10-16 17:03:46 +00:00
Steve Wills
ec083c2c70 textproc/consul-template: update to 0.19.3 2017-10-16 13:44:31 +00:00
Luca Pizzamiglio
9e8c534f42 textproc/html-xml-utils: Update to 7.3
Moreover, add options CURL IDN and IDN2

PR:		222887
Submitted by:	takefu@airport.fm (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D12681
2017-10-16 08:03:46 +00:00
Danilo G. Baio
036d5a5aec textproc/py-texttable: Update to 1.0.0
Add Test target.
Allow concurrent installation.

Changes:	https://github.com/foutaise/texttable/releases/tag/v1.0.0
2017-10-15 19:19:45 +00:00
Jimmy Olgeni
b14d9e341b Update textproc/elasticsearch2 to version 2.4.6.
PR:		222145
Submitted by:	olgeni
Approved by:	maintainer timeout (> 2 weeks)
2017-10-15 08:36:42 +00:00
Sunpoet Po-Chuan Hsieh
de71b5e05f Update to 2.2.1
Changes:	https://github.com/jneen/rouge/blob/master/CHANGELOG.md
PR:		221429
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
Approved by:	maintainer (timeout, 3 months)
2017-10-15 00:38:29 +00:00
Sunpoet Po-Chuan Hsieh
ab923bd2d6 Update to 2.2.1
Changes:	https://github.com/github/version_sorter/commits/master
2017-10-15 00:37:43 +00:00
Sunpoet Po-Chuan Hsieh
f918316b05 Update to 5.0.0
Changes:	https://github.com/cucumber/cucumber/blob/master/gherkin/CHANGELOG.md
2017-10-15 00:37:27 +00:00
Antoine Brodin
f538e35b2f Remove duplicate lines from plist 2017-10-14 11:44:39 +00:00
Guido Falsi
15bde9bd0b Update textproc/freexl to 1.0.4
PR:		222130
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
MFH:		2017Q4
Security:	555cd806-b031-11e7-a369-14dae9d59f67
2017-10-14 10:49:28 +00:00
Jimmy Olgeni
d0d1bab2ed Update textproc/elasticsearch2-plugin-sql to version 2.4.6.0. 2017-10-14 10:39:44 +00:00
Jimmy Olgeni
b9aeceefa4 Update textproc/elasticsearch-plugin-sql to version 1.7.6. 2017-10-14 10:38:06 +00:00
Guangyuan Yang
282cd7cb13 textproc/diffutils: Fix typo in pkg-descr
PR:		221568
Reviewed by:	emaste
Approved by:	adamw, johans (maintainer timeout)
2017-10-14 02:54:51 +00:00
Jimmy Olgeni
6d16ac2aa8 Update textproc/elixir-ex_doc to version 0.18.1. 2017-10-13 16:53:10 +00:00
Tobias Kortkamp
e1ca92ddc0 textproc/cmark: Update to 0.28.2
Changes:	https://github.com/commonmark/cmark/releases/tag/0.28.2
2017-10-12 17:01:55 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Tobias Kortkamp
a262451d7c New port: textproc/xsv-rs
xsv is a suite of command line utilities for indexing, slicing,
analyzing, splitting and joining CSV files.

WWW: https://github.com/BurntSushi/xsv
2017-10-12 13:20:23 +00:00
Joseph Mingrone
fd25692b60 textproc/rubygem-charlock_holmes: Update to version 0.7.5
Approved by:	maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D12382
2017-10-12 13:08:11 +00:00
Mathieu Arnold
d7e7e4397c Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/

Sponsored by:	Absolight
2017-10-12 09:06:17 +00:00
Sunpoet Po-Chuan Hsieh
2990d5b8e0 Convert to options target helper
- Convert to test framework
- Fix indent
- Sort PLIST
2017-10-12 08:11:15 +00:00
Sunpoet Po-Chuan Hsieh
d011010857 Update to 1.3.3
Changes:	https://github.com/hhatto/autopep8/commits/master
2017-10-12 08:09:32 +00:00
Larry Rosenman
86a88c2df0 textproc/apache-solr: upgrade to 7.0.1
PR:		222932
Submitted by:	idefix@fechner.net (maintainer)
2017-10-11 18:41:27 +00:00
Mark Felder
5b1888d126 textproc/elasticsearch5: Add new SHEBANG_FILES entry to pass testport
Approved by:	portmgr (with hat)
MFH:		2017Q4
2017-10-11 17:08:37 +00:00
Antoine Brodin
abd1372f63 Mark BROKEN: fails to build
libtool: compile:  c++ -DHAVE_CONFIG_H -I./../include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc  -fPIC -DPIC -o .libs/util.o
In file included from util.cc:15:
./../include/ngram/util.h:24:1: error: unknown type name 'DECLARE_bool'
DECLARE_bool(ngram_error_fatal);
^
util.cc:19:1: error: C++ requires a type specifier for all declarations
DEFINE_bool(ngram_error_fatal, true,
^

Reported by:	pkg-fallout
MFH:		2017Q4
2017-10-11 05:27:35 +00:00
Steve Wills
2ba34eb49e textproc/augeas: update to 1.9.0
PR:		222849
Submitted by:	olgeni
2017-10-10 18:48:14 +00:00
Steve Wills
93e6d6fd8d textproc/pugixml: update to 1.8.1
PR:		222348
Approved by:	Yakov Galka <ybungalobill@gmail.com> (maintainer)
2017-10-10 18:28:26 +00:00
Sunpoet Po-Chuan Hsieh
c8b7cdc689 Update to 0.55.0
Changes:	https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md
2017-10-10 11:17:13 +00:00
Sunpoet Po-Chuan Hsieh
feef72c46a Add p5-String-Tagged-Terminal 0.02
The subclass of String::Tagged provides a method, build_terminal, for outputting
the formatting tags embedded in the string as terminal escape sequences, to
render the the output in the appropriate style.

WWW: http://search.cpan.org/dist/String-Tagged-Terminal/
2017-10-10 11:16:33 +00:00
Sunpoet Po-Chuan Hsieh
ee3f0768e4 Add p5-String-Tagged 0.15
String::Tagged implements an object class, instances of which store a (mutable)
string buffer that supports tags. A tag is a name/value pair that applies to
some non-empty extent of the underlying string.

The types of tag names ought to be strings, or at least values that are
well-behaved as strings, as the names will often be used as the keys in hashes
or applied to the eq operator.

The types of tag values are not restricted - any scalar will do. This could be a
simple integer or string, ARRAY or HASH reference, or even a CODE reference
containing an event handler of some kind.

Tags may be arbitrarily overlapped. Any given offset within the string has in
effect, a set of uniquely named tags. Tags of different names are independent.
For tags of the same name, only the latest, shortest tag takes effect.

WWW: http://search.cpan.org/dist/String-Tagged/
2017-10-10 11:16:12 +00:00
Sunpoet Po-Chuan Hsieh
e3f2441f11 Update to 95
Changes:	http://search.cpan.org/dist/Perl-Critic-Pulp/Changes
2017-10-09 10:37:37 +00:00
Sunpoet Po-Chuan Hsieh
1441fb6b24 Update to 2017.10.08 2017-10-09 10:37:27 +00:00
Antoine Brodin
4080cb3939 Deprecate ports broken for more than 6 months 2017-10-08 19:36:26 +00:00
Antoine Brodin
91f3e62635 Mark BROKEN: fails to build
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ -I/usr/local/include -I./src/lexer/ -I/usr/local/include/tidy -D_THREAD_SAFE -O2 -pipe -fstack-protector -fno-strict-aliasing -ftemplate-depth-50 -MT XPathDocumentImpl.lo -MD -MP -MF .deps/XPathDocumentImpl.Tpo -c src/dom-api/impl/XPathDocumentImpl.cpp  -fPIC -DPIC -o .libs/XPathDocumentImpl.o
src/dom-api/impl/XPathDocumentImpl.cpp:65:25: error: use of undeclared identifier 'castToNode'
    DOMNode* thisNode = castToNode(&fParent);

Reported by:	pkg-fallout
MFH:		2017Q4
2017-10-08 19:04:49 +00:00
Sunpoet Po-Chuan Hsieh
dbf92703fe Remove tab 2017-10-08 13:47:16 +00:00