Commit graph

18279 commits

Author SHA1 Message Date
Kevin Lo
c2e7736bed Fix the run dependency and install the bash completion file.
PR:	212154
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-08-26 01:02:36 +00:00
Koop Mast
8c8ff11be0 Backout the update to 3.31 and "update" to 2.29.
This is the last version that doesn't use to_string(). to_string() is a
c++11 function and gcc 4.8 on 9.3-RELEASE, used by compiler:c++11-lib,
doesn't provide this function.

Add small blob mentioning this.
Bump portepoch due to version going back.

Reported by:	pkg-fallout@
2016-08-25 20:46:10 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
John Marino
21c6f9061b textproc/soothsayer: fix ncurses, missing c++ headers, not jobs safe 2016-08-23 15:58:43 +00:00
Jimmy Olgeni
7f91a64440 Add textproc/erlang-fast_xml, an XML parsing and manipulation library
for Erlang.

(requires erlang.mk from r420660)
2016-08-23 11:10:11 +00:00
Jimmy Olgeni
7498877e9b Add textproc/erlang-p1_utils, an Erlang application containing
utility modules from ProcessOne.
2016-08-23 10:56:48 +00:00
Dmitry Marakasov
63dc8aecfe - Add enchant php55/php56/php70 extension
PR:		208828
Submitted by:	daniel@blodan.se
Approved by:	maintainer timeout (ale, 4 months)
2016-08-23 10:54:49 +00:00
Dmitry Marakasov
9b29e2f599 - Add LICENSE_FILE
- Switch to options helpers
2016-08-22 09:01:16 +00:00
Jimmy Olgeni
75c86ef90a Update textproc/py-elasticsearch-py to version 2.4.0; add NO_ARCH.
PR:		211986
Submitted by:	olgeni
Approved by:	maintainer
2016-08-21 13:06:00 +00:00
Ruslan Makhmatkhanov
8717b0418e textproc/py-wstools: update to 0.4.4 2016-08-21 13:04:15 +00:00
Dmitry Marakasov
f6bf35dd1f - Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-08-21 09:01:13 +00:00
TAKATSU Tomonari
12d68db1b7 - Update to 1.1.0
- Update WWW: in pkg-descr
2016-08-21 06:07:40 +00:00
Koop Mast
99f959d4d9 Add back LOCALBASE replace which was accidently hardcoded in the update.
Reported by:	adamw@
2016-08-20 20:29:29 +00:00
Koop Mast
ab152d3e31 Update highlight to 3.31.
Strip binary.
2016-08-20 19:07:44 +00:00
Dmitry Sivachenko
e5348c8020 Update to version 1.3.1 2016-08-20 12:27:56 +00:00
Dmitry Marakasov
ad72d88061 - Update to 20160816
- Add NO_BUILD
- Optionize DOCS

PR:		211955
Submitted by:	jrm@ftfl.ca (maintainer)
2016-08-19 11:49:09 +00:00
Tobias C. Berner
2507d416d2 Switch to USES+=
textproc/uim sets
   USES=foo bar
however, this overrides the values set in child ports like
   textproc/uim-kde4
which will require a USES=kde:4 in the future.

PR:		211558
Approved by:	maintainer timeout (15 days), rakuco (mentor)
2016-08-18 10:06:27 +00:00
Dmitry Marakasov
669b24a7e5 - Update to 0.13.4
- Add TMUX option
- While here, add LICENSE_FILE

PR:		211865
Submitted by:	sascha@root-login.org (maintainer)
2016-08-17 11:45:22 +00:00
Johan van Selst
d4c1b7747a Update to GNU diff 3.4
mostly bugfixes. new feature --color
http://lists.gnu.org/archive/html/bug-diffutils/2016-08/msg00028.html
2016-08-16 11:00:26 +00:00
Mathieu Arnold
ae925f0894 Remove duplicate ports.
Sponsored by:	Absolight
2016-08-15 17:12:18 +00:00
Pawel Pekala
1552615f98 Register conflict, both ports install exact same files 2016-08-15 16:08:27 +00:00
Wen Heping
35af5580a7 - Update to 20160806
Changes: http://search.cpan.org/src/MSCHWERN/URI-Find-20160806/Changes
- Add LICENSE
2016-08-14 07:40:16 +00:00
Wen Heping
c665df1f34 Update to 1.20
Changes: http://cpansearch.perl.org/src/SARGIE/RTF-Tokenizer-1.20/CHANGES
2016-08-14 07:31:49 +00:00
Pawel Pekala
54c82eb925 FZF is a general-purpose command-line fuzzy finder.
WWW: https://github.com/junegunn/fzf/

PR:		211661
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
2016-08-12 16:41:49 +00:00
Tom Judge
c57718fd6c Update to 2.03
Changes: http://cpansearch.perl.org/src/DRTECH/Search-Elasticsearch-2.03/Changes
2016-08-12 15:57:41 +00:00
Warren Block
7681aa75fe Add missing gettext-tools dependency.
PR:		211597
Approved by:	koobs
MFH:		2016Q3
Sponsored by:	iXsystems
2016-08-12 15:37:41 +00:00
Olivier Duchateau
852fbffa57 Update to 1.8.2 2016-08-11 16:30:20 +00:00
Steve Wills
5a7483b422 textproc/consul-template: Update to 0.15.0 and add rc.d script
PR:		211492
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2016-08-10 15:31:45 +00:00
Torsten Zuehlsdorff
b095df1844 textproc/rubygem-rouge: Update from 1.10.1 to 2.0.5
Changes: https://github.com/jneen/rouge/blob/v2.0.5/CHANGELOG.md

Approved by: swills (mentor)
2016-08-10 14:22:05 +00:00
Wen Heping
fc0803fb72 - Update to 1.131
Changes: http://cpansearch.perl.org/src/SHLOMIF/Text-Table-1.131/Changes
2016-08-10 14:17:49 +00:00
TAKATSU Tomonari
bddbddfd1e - Update to 0.2 2016-08-10 10:53:31 +00:00
Jimmy Olgeni
10c2b53cf1 Sort category Makefiles. 2016-08-10 10:19:22 +00:00
Mathieu Arnold
81324366be Change www/php*-session's priority to be loaded before most other PHP extensions.
Many PHP extensions were adding a build dependency on session, so that
it was loaded first.  This is now no longer needed, we have a nice
framework handle the extensions ordering.

PR:		203741
Sponsored by:	Absolight
2016-08-09 14:29:13 +00:00
Dmitry Marakasov
a86b06f9cd - Fix license
- Switch to options helpers
2016-08-09 09:01:04 +00:00
Muhammad Moinur Rahman
29a88b5cc6 textproc/groonga: Update version 6.0.5=>6.0.7 2016-08-08 22:57:50 +00:00
Emanuel Haupt
72ec2b1931 - Pacify portlint
- Register missing LIB_DEPENDS
- Register missing USE* flags
2016-08-08 14:58:23 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Jimmy Olgeni
af2fab98a9 Update textproc/kibana45 to 4.5.4.
PR:		211594
Submitted by:	olgeni
Approved by:	maintainer
2016-08-07 12:14:30 +00:00
Jimmy Olgeni
0dac612f82 Update textproc/kibana41 to 4.1.11.
PR:		211593
Submitted by:	olgeni
Approved by:	maintainer
2016-08-07 09:56:19 +00:00
Carlos J. Puga Medina
482c989657 - Update to 0.21.9
- Add USE_AUTOTOOLS=automake
- Cosmetic changes

- Support EndNote reference citations in convert.c
- Improved handling of some tables
- Fixed --text processing broken in 0.21.8 - outputs/text.conf

PR:	211129
Submitted by:	maintainer
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
2016-08-06 02:31:15 +00:00
Warren Block
668f997b4a Upgrade textproc/igor to 1.589. portlint reports "looks fine."
Approved by:	koobs
2016-08-05 14:16:57 +00:00
John Marino
f858881db9 multimedia ... sysutils: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.

Approved by:	infrastructure blanket (removal of redundant deps)
2016-08-04 04:36:54 +00:00
Pawel Pekala
e8c5d34012 Update to version 2016.07.21
PR:		211547
Submitted by:	Eero Hanninen (maintainer)
2016-08-03 20:17:48 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Philippe Audeoud
18dff16bdb - Update to 1.33 2016-08-03 09:37:48 +00:00
Danilo Egea Gondolfo
7f5840ad26 - Install examples files by default
Suggested by:	Kostas Oikonomou <k.oikonomou@att.net>
2016-08-03 02:08:46 +00:00
Dmitry Marakasov
4bbb17d1b0 - Add LICENSE
- Add NO_ARCH
- Pet portlint
- Switch to options helpers
2016-08-02 09:00:58 +00:00
Steve Wills
20186de031 textproc/py3-asciinema: revive and update port
Upstream switched back to python and only supports python 3.x, so revive the
python version of this port and update it. While here, mark the old version
deprecated and create the py3?-requests ports needed as dependencies.
2016-08-01 22:26:57 +00:00
Tijl Coosemans
21653fcc78 Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILE
and PLIST for Linux ports.  LINUX_RPM_ARCH is the CPU targetted by a
package and LINUX_REPO_ARCH is like our ARCH which is more suitable.  This
only affects Centos 6 ports because they are the only ones where
LINUX_REPO_ARCH != LINUX_RPM_ARCH.
2016-08-01 13:07:14 +00:00
Danilo Egea Gondolfo
4dbd9a286e - Update to 2.29 2016-07-31 01:37:12 +00:00
Pawel Pekala
7ffffa9b50 Fcitx support for Qt5
WWW: https://github.com/fcitx/fcitx-qt5

PR:		211378
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-30 20:29:57 +00:00
Pawel Pekala
0005fad06a Update to version 3.16.2
- Fix performance regression in text filtering
- Fix regression in respecting custom text encoding
2016-07-30 15:41:35 +00:00
Matthew Seaman
93178b97c5 Update to 2.2.11
ChangeLog: http://sphinxsearch.com/blog/2016/07/26/sphinx-2-2-11-release/
2016-07-27 17:02:30 +00:00
Tobias C. Berner
c1ff5bbef3 Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.

While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.

PR:             211329
Reviewed by:    mat, rakuco, kwm
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7283
2016-07-27 10:22:26 +00:00
Dmitry Marakasov
f125e77708 - Switch to options helpers
- Add NO_ARCH
2016-07-27 09:00:56 +00:00
Mark Felder
155965c854 textproc/xerces-c3: Update to 3.1.4
Changelog:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12336069

PR:		211023
MFH:		2016Q3
2016-07-26 16:05:23 +00:00
Muhammad Moinur Rahman
c51b934356 textproc/groonga: Update version 6.0.4=>6.0.5
- Added USES=execinfo libedit
2016-07-26 00:34:07 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Pawel Pekala
2ebba669b4 - Update to 2016.5.29
- Add missing license to the port: GPLv3+
- Set to architecture neutral
- Move URL(outdated) to PyPI, fix typo
- Take maintainership

Changelog:
- Default image alt text option created and set to a default of
  empty string "" to maintain backward compatibility
- Fix #136: --default-image-alt now takes a string as argument
- Fix #113: Stop changing quiet levels on /script tags.

PR:		211311
Submitted by:	Danilo G. Baio
2016-07-24 20:27:16 +00:00
Baptiste Daroussin
13c829ef92 Update to 1.4
* Fix a bug in rendering nested block lists
* Fix build with GCC 6 and other minor warnings
* Build a static library too
* Significantly improve documentation
* Improvement of mkd2man
* Add an amalgamation (C sources to include directly in a project)
  (not included in the port though)

PR:		211330
Submitted by:	Natacha Porté <natbsd@instinctive.eu> (maintainer & upstream)
2016-07-24 09:38:09 +00:00
Dmitry Marakasov
bd9a350e91 - License
- Switch to options helpers
- Cosmetic fixes
- Update WWW
- Regenerate patches with `make makepatch`
2016-07-23 09:00:54 +00:00
TAKATSU Tomonari
bc4899f2fe - Update to 1.0 2016-07-22 11:05:46 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Ulrich Spörlein
c063cf47b8 Update mandoc to 1.13.4 2016-07-19 14:41:48 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Jimmy Olgeni
71aaf6eda5 Update textproc/kibana45 to version 4.5.3.
PR:		211193
Submitted by:	olgeni
Approved by:	maintainer
2016-07-19 09:11:45 +00:00
Jimmy Olgeni
5c4ae509ca Update textproc/kibana41 to version 4.1.10.
PR:		211192
Submitted by:	olgeni
Approved by:	maintainer
2016-07-19 09:10:59 +00:00
Jan Beich
c02ff86a83 Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,

$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in _importconftest
    mod = conftestpath.pyimport()
  File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in pyimport
    __import__(modname)
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line 8, in <module>
    from apscheduler.job import Job
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py", line 4, in <module>
    import six
ImportError: No module named 'six'
ERROR: could not load /usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py

Approved by:	portmgr blanket
2016-07-18 16:15:01 +00:00
TAKATSU Tomonari
175b8119b1 - Update to 1.0.0
- Fix LICENSE section
2016-07-18 14:31:47 +00:00
Jimmy Olgeni
efdb04c866 Update textproc/elixir-ex_doc to version 0.13.0. 2016-07-18 11:26:38 +00:00
Julien Laffaye
f02d0d4f30 Update to 20160702 snapshot
PR:		210976
Submitted by:	cs
2016-07-17 19:31:35 +00:00
Pawel Pekala
9d939183d3 USES=python is correct way to define test dependency
Reported by:	adamw
2016-07-16 20:58:24 +00:00
Pawel Pekala
6d7b98bc3b - Update to version 0.26.1 [1]
- Parametrize port version in pkg-plist

PR:		211156 [1]
Submitted by:	Tobias Kortkamp (maintainer) [1]
2016-07-16 20:04:27 +00:00
Tobias C. Berner
8a78e07dda Chase r418633 by removing the PERL dependant files from the plist.
Approved by:	rakuco (mentor)
2016-07-16 14:31:51 +00:00
Tobias C. Berner
2631cf80eb textproc/redland-bindings perl-binding has been broken
for a long time. As there are no bug reports concering
it -- and therefore no users, simply remove it, rather
than investing time to fix it.

It does not build with at least perl-5.20.
  1) it #udefs bool in CORE_wrap.c and then has issues with bool not being defined...
     ==> we could just remove the #undef similar to patch-SAML_wrap.c of security/p5-Net-SaML
         introduced in pr 194865 .
  2) it fails to link against -lperl as /usr/local/lib/perl5/5.20/mach/CORE is not passed
     to the linker.

Approved by:	rakuco (mentor)
2016-07-16 14:24:24 +00:00
Kurt Jaeger
e39c008565 New port: textproc/py-guess-language
Attempts to determine the natural language of a selection of Unicode
(utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE
which itself is based on Language::Guess by Maciej Ceglowski. Detects
over 60 languages, all languages listed in the trigrams directory
plus Japanese, Chinese, Korean and Greek.

WWW: https://pypi.python.org/pypi/guess-language

PR:		211058
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-15 17:29:26 +00:00
Kurt Jaeger
731f924cec New port: textproc/py-esmre
Modules used to accelerate execution of a large collection
of regular expressions using the Aho-Corasick algorithms.

WWW: https://pypi.python.org/pypi/esmre

PR:		211057
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-15 17:15:19 +00:00
Antoine Brodin
a818b9c2f4 Update to 0.9.3 2016-07-13 16:59:13 +00:00
Pawel Pekala
777736cb52 Update pkg-message
The check for the minimum Zsh version is built in to the port and there
is no need to specify DATADIR, since it's already substituted in the message.

PR:		210930
Submitted by:	maintainer
2016-07-12 17:16:44 +00:00
Raphael Kubo da Costa
1aed985e48 Set NO_ARCH=yes.
The port only installs an Emacs Lisp file.

PR:		210962
Approved by:	olgeni (maintainer)
MFH:		2016Q3
2016-07-11 21:06:10 +00:00
Pawel Pekala
c803bba82e Update to version 1.0.3
Changelog:
https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md

PR:		210949
Submitted by:	maintainer
2016-07-11 19:49:18 +00:00
Pawel Pekala
99d0137832 - Update to version 20160708, add NO_ARCH [1]
- Fix spelling

PR:		210930 [1]
Submitted by:	maintainer [1]
2016-07-10 20:36:35 +00:00
Wen Heping
dacd60092a - Update to 0.76
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.76/Changes
2016-07-10 07:21:17 +00:00
Tijl Coosemans
8d1a1842e2 Update to 2.2.0.
PR:		210531
Approved by:	maintainer timeout (2 weeks)
2016-07-08 10:03:46 +00:00
Baptiste Daroussin
0a2fe08119 Fix distinfo after r418169
PR:		210896
Submitted by:	lightside@gmx.com
Pointyhat to:	bapt
2016-07-07 22:33:21 +00:00
Jimmy Olgeni
03503472de Update textproc/elixir-earmark version 1.0. 2016-07-07 11:35:03 +00:00
Baptiste Daroussin
539f9484ae Update to 0.3.8 2016-07-07 11:30:07 +00:00
Baptiste Daroussin
a474ed2eec Update to 1.3.4 2016-07-07 11:27:13 +00:00
Baptiste Daroussin
40c67ed841 Update to 2016.06.26 2016-07-07 11:17:52 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Dmitry Marakasov
3b6c029dd3 - Update to 3.3.6
PR:		210403
Submitted by:	max@kostikov.co
Approved by:	maintainer timeout (nivit, 2 weeks)
2016-07-05 19:33:02 +00:00
Dmitry Marakasov
18288df57b - Update to 3.3.6
PR:		210402
Submitted by:	max@kostikov.co
Approved by:	maintainer timeout (nivit, 2 weeks)
2016-07-05 19:31:56 +00:00
Mathieu Arnold
bd24493d72 Update to 0.75.
Sponsored by:	Absolight
2016-07-05 09:08:37 +00:00
Mathieu Arnold
b130c1a3f5 Update to 0.9010.
Sponsored by:	Absolight
2016-07-05 09:08:34 +00:00
Antoine Brodin
484c01aa40 Remove duplicate port py-dbf
Reported by:	pkg-fallout
2016-07-05 05:58:17 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Kurt Jaeger
a4643f1728 textproc/py-xlwt: 0.7.5 -> 1.1.2
- now supports python3 up to 3.5

PR:		210768
Changes: http://xlwt.readthedocs.io/en/latest/changes.html
Approved by:	dikshie@sfc.wide.ad.jp (maintainer)
2016-07-04 18:02:21 +00:00
Matthew Seaman
2a9370815f csvkit is a suite of command-line tools for converting to and working
with CSV, the king of tabular file formats.
2016-07-04 16:48:15 +00:00
Matthew Seaman
84a8972e84 agate-excel adds read support for Excel files (xls and xlsx) to agate.
WWW: http://agate-excel.rtfd.org/
2016-07-04 15:59:46 +00:00
Matthew Seaman
94d90a696d agate-dbf adds read support for dbf files to agate
WWW: http://agate-dbf.rtfd.org/
2016-07-04 15:49:16 +00:00
Matthew Seaman
edd8c368f9 Pure python package for reading/writing dBase, FoxPro, and Visual
FoxPro .dbf files (including memos)

Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro
tables. Text is returned as unicode, and codepage settings in tables
are honored. Memos and Null fields are supported.

WWW: https://pypi.python.org/pypi/dbf
2016-07-04 15:38:40 +00:00
Matthew Seaman
a8b43f5454 agate is a Python data analysis library that is optimized for humans
instead of machines.  It is an alternative to numpy and pandas that
solves real-world problems with readable code.

agate was previously known as journalism.

WWW: http://agate.rtfd.org/
2016-07-04 15:25:16 +00:00
Matthew Seaman
79831ac5c0 Python flexible slugify function
WWW: https://pypi.python.org/pypi/awesome-slugify
2016-07-04 14:42:07 +00:00
Kurt Jaeger
7aae624646 textproc/py-xlrd: 0.9.3 -> 1.0.0
- add LICENSE

PR:		209550
Submitted by:	matthew
Approved by:	dikshie@sfc.wide.ad.jp (maintainer timeout)
2016-07-03 08:15:25 +00:00
Kurt Jaeger
43e7f44e9d textproc/py-xlrd: Allow concurrent installs
- Add USE_PYTHON=concurrent

PR:		209689
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	dikshie@sfc.wide.ad.jp (maintainer)
2016-07-03 07:53:41 +00:00
Baptiste Daroussin
d71861a0b7 @xmlcatmgr is already adding the argument in the package file list, no
need to have it twice.

No bump given pkg will already filter this by itself
2016-07-01 13:07:21 +00:00
Mathieu Arnold
65f0df7f9a Register the catalog, otherwise, it's not really usable.
Sponsored by:	Absolight
2016-07-01 12:15:01 +00:00
Mark Felder
66ce3cb3fa textproc/expat2: Patch vulnerability
This patch resolves a vulnerability that may still exist due to
compiler optimizations. The previous patches for CVE-2015-1283 and
CVE-2015-2716 may not work as intended in some situations.

MFH:		2016Q2
Security:	CVE-2016-4472
2016-06-30 22:36:05 +00:00
Adam Weinberger
a53681542b Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.
Use options helpers all the way in math/carve, because I couldn't help myself.
2016-06-30 20:02:43 +00:00
Kubilay Kocak
38a31b30c1 textproc/libucl: Fix builds with multiple lua versions installed
The LUA_{LIB,INC}DIR variables point to the default Lua version
specified in ports (in this case 5.2) or by the user.

When multiple versions of Lua are installed (in this case 5.2 and 5.3),
libucl's ./configure auto-detects Lua 5.3 (or perhaps the latest version
available), which is a mismatch against those in the provided
include/library paths:

checking for a Lua interpreter with version >= 5.1... lua53 <-- detected
checking for lua53... /usr/local/bin/lua53
checking for lua53 version... 5.3
...
checking for Lua header version... 5.2 <-- Passed by LUA_INCDIR
checking if Lua header version matches 5.3... no

This change explicitly specifies the version of the Lua interpreter we
want to use, which appears to sufficienty influence the behaviour of the
./configure macros.

PR:		209887
Reported by:	olgeni
MFH:		2016Q2
2016-06-30 12:23:47 +00:00
John Marino
0cbb13b616 textproc/docbook-xls-ns: Fix stage QA
Fix this error:
  ===> Checking for items in STAGEDIR missing from pkg-plist
  Error: Orphaned: share/xsl/docbook-ns/svn-commit.tmp

No revbump is necessary because the extra file is unwanted and
wasn't packaged.  This allows stage QA checks to pass

approved by:	just-fix-it
2016-06-30 10:12:05 +00:00
Wen Heping
8bec5dfde0 - Pass maintainership to submitter
PR:		210713
Submitted by:	jharris@widomaker.com
2016-06-30 01:13:53 +00:00
Jimmy Olgeni
8c4e22eca2 Update textproc/erlang-edown to version 0.8.1. 2016-06-28 16:17:21 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Philippe Audeoud
b46904fc48 - Update to 1.32 2016-06-28 09:29:34 +00:00
Raphael Kubo da Costa
f8a65e4c1b Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).

Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.

Differential Revision:	https://reviews.freebsd.org/D5980
2016-06-28 09:11:31 +00:00
Johan van Selst
d5874e41d7 Update bibtool to 2.65 2016-06-28 06:08:31 +00:00
Rene Ladan
a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00
Rene Ladan
48daf5187b Remove expired port:
2016-06-27 textproc/kibana42: not actively supported - use kibana 4.5 (textproc/kibana45) instead
2016-06-27 18:28:33 +00:00
Carlos J. Puga Medina
e854af1ba8 - Remove duplicate port
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6972
2016-06-26 18:53:12 +00:00
Sunpoet Po-Chuan Hsieh
2f92ffd468 - Update to 1.4.2
- Add LICENSE_FILE

Changes:	https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
		https://github.com/premailer/css_parser/commits/master
2016-06-26 17:24:07 +00:00
Sunpoet Po-Chuan Hsieh
54d9265314 - Update to 4.0.0
Changes:	https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md
2016-06-26 17:23:13 +00:00
Sunpoet Po-Chuan Hsieh
6fe70d44ac - Update to 0.95
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2016-06-26 17:15:50 +00:00
Thierry Thomas
922165eb76 - Upgrade to 2.3.2
Changelog at https://cran.r-project.org/web/packages/R2HTML/NEWS

- Switch to a fixed plist.
2016-06-26 15:17:31 +00:00
Tijl Coosemans
84780c2f05 Update to 2.7.6-21.el6_8.1. 2016-06-26 15:09:59 +00:00
Mathieu Arnold
184c8df673 Make MAKE_JOBS_UNSAFE, tries to use stuff before building them, for example:
/wrkdirs/usr/ports/textproc/groff/work/groff-1.22.2/src/devices/gropdf/pdfmom: not found
gmake[3]: *** [Makefile.sub:117: examples/letter.pdf] Error 127

While there, remove the bsd.port.pre/post inclusion.

Sponsored by:	Absolight
2016-06-25 21:33:10 +00:00
Carlos J. Puga Medina
49b8ca54bf New port: textproc/py-beautifulsoup4
Beautiful Soup is a Python library designed for quick turnaround projects like
screen-scraping.

Three features make it powerful:

Beautiful Soup provides a few simple methods and Pythonic idioms for
navigating, searching, and modifying a parse tree: a toolkit for dissecting
a document and extracting what you need. It doesn't take much code to write
an application.

Beautiful Soup automatically converts incoming documents to Unicode and
outgoing documents to UTF-8. You don't have to think about encodings, unless
the document doesn't specify an encoding and Beautiful Soup can't detect one.
Then you just have to specify the original encoding.

Beautiful Soup sits on top of popular Python parsers like lxml and html5lib,
allowing you to try out different parsing strategies or trade speed for
flexibility.

WWW: https://www.crummy.com/software/BeautifulSoup/

Submitted by:	me
Reviewed by:	amdmi3, feld (mentors)
Approved by:	amdmi3, feld (mentors)
Differential Revision:	D6937
2016-06-24 23:02:44 +00:00
Adam Weinberger
9259c5c7f5 Update to 2.106.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2016-06-24 18:16:42 +00:00
Dmitry Marakasov
c7b9ec0a14 - Update to 1.7
PR:		210006
Submitted by:	ybungalobill@gmail.com (maintainer)
2016-06-24 14:54:30 +00:00
Torsten Zuehlsdorff
8b62234838 Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00
Kris Moore
eb8f9206fa - Update to 1.4.4
PR: 209878
2016-06-21 16:55:53 +00:00
Mathieu Arnold
9e535e992d Update to 0.37.
Sponsored by:	Absolight
2016-06-21 15:09:44 +00:00
Mathieu Arnold
e917fe112c Update to 2.0125.
Sponsored by:	Absolight
2016-06-21 15:09:40 +00:00
Mathieu Arnold
4878565d39 Update to 0.74.
Sponsored by:	Absolight
2016-06-21 15:09:36 +00:00
Mathieu Arnold
fbe4156d49 Update to 1.206.
Sponsored by:	Absolight
2016-06-21 15:09:31 +00:00
Mathieu Arnold
d157323b47 Update to 2.028.
Sponsored by:	Absolight
2016-06-21 15:09:28 +00:00
Mathieu Arnold
142e905fc3 Update to 1.34.
Sponsored by:	Absolight
2016-06-21 15:09:24 +00:00
Mark Felder
0c017ca3e1 textproc/libxslt: Update to 1.1.29
Changelog: https://git.gnome.org/browse/libxslt/commit/NEWS?id=9a1b3ddf6034aa2f6a30b4b7ea4bfc3c4037cd58

Absent from the Changelog are the CVEs Google discovered, CVE-2016-1683
and CVE-2016-1684. This library needs to be updated to ensure
www/chromium is no longer vulnerable to these CVEs. Additionally the
changelog notes a fix for CVE-2015-7995, but we solved that previously
with a patch to the port.

PR:		210298
MFH:		2016Q2
Security:	CVE-2016-1683
Security:	CVE-2016-1684
2016-06-20 19:13:44 +00:00
Tijl Coosemans
e079e58681 Update Linux ports to Centos 6.8.
PR:		210373
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D6891
2016-06-20 17:13:26 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Torsten Zuehlsdorff
a35ba13770 textproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again
The update of misc/rubygem-mime-types break this port, because it is not allowed to work with mime-types version >= 3. I removed this limitation since the port works fine with newer version of mime-types.

Approved by: swills (mentor)
2016-06-20 16:05:17 +00:00
Pawel Pekala
18d4463f50 Update to version 3.16.1
Changelog:
* Fix regression in support for file comparisons from pipes
* Add open build service directories to the version control filter
* Add darcs to list of loaded plugins
* Fix the dark style
* Windows build fixes
2016-06-19 14:43:22 +00:00
Mathieu Arnold
a2262e9313 Remove unnecessary evals that do-fetch was using.
Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.

This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar

So remove escaping and quoting, and sillyness.

PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:29 +00:00
Antoine Brodin
3282ad656c Update to 0.9.2 2016-06-17 20:02:20 +00:00
Jimmy Olgeni
f4786add8d Update textproc/elixir-ex_doc to version 0.12.0. 2016-06-16 11:38:54 +00:00
Dmitry Marakasov
ab1149b320 - Fix JAVAJARDIR/JAVALIBDIR misuse
- Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-06-14 09:05:02 +00:00
Hiroki Sato
b56a087187 Fix build when DOCS=on. 2016-06-12 17:14:40 +00:00
Kurt Jaeger
dfdc9ba75b textproc/clucene-qt5: deprecate, removal on 2016-08-11
We will merge the clucene-qt5 (package: qt5-clucene) with the
qt5-help port in order to simplify building Qt 5 and its dependencies.
clucene-qt5 is only required by qt5-help anyway, so there is no
real need to keep it split off.

Qt 5.7 ports will have those two ports merged and the clucene-qt5
port will expire with Qt 5.7 ports.

PR:		210202
Submitted by:	Ralf Nolden <nolden@kde.org> (kde)
2016-06-12 06:37:59 +00:00
Hiroki Sato
e496f863c4 Fix build. 2016-06-11 12:37:59 +00:00
Hiroki Sato
8a61cb7cfb - Use Github to fetch the distfile.
- Split library part of textproc/xmlroff into textproc/libfo.
2016-06-10 19:37:47 +00:00
Muhammad Moinur Rahman
0ad544b6fd textproc/groonga: Update version 6.0.1=>6.0.4 2016-06-10 13:22:45 +00:00
Torsten Zuehlsdorff
fa23faa40b Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by:	junovitch (mentor)
2016-06-10 09:08:02 +00:00
John Marino
e94e672950 lang/asis: Upgrade version 2015 => 2016
Bump ports that depend on ASIS as well.
2016-06-10 00:34:33 +00:00
John Marino
a12efa22af textproc/templates-parser: Upgrade version 11.10.0.0 => 17.0.0
There was a numbering scheme change where 11.10 jumped to 17.0, and there
is an associated soname change.  The ports that depend on the templates
parser have been bumped accordingly.
2016-06-09 23:14:41 +00:00
John Marino
612b236c0f devel/gprbuild: Upgrade version 20150506 => 20160609
GPRBuild build is now hosted on github, so we can move away from the
yearly releases and update more frequently.  Unfortunately the docs
makefile is currently broken so docs are disabled currently.  When
they come back, only txt and html docs will be supported.

This new version detected a missing reference in the template-parser
port so that port has been fixed and the downstream ports bumped
accordingly.

It also discovered an interface specification issue in a designer
example of qtada.  I spent a few minutes trying to fix/workaround it,
but ultimately marked it broken.  I will also deprecate the port because
it no development has occurred since the port was created, and it's not
even based on a real release.  We'll see if anybody cares (3 month
deprecation).
2016-06-09 22:20:34 +00:00
John Marino
3efe2adb10 textproc/xmlada: Upgrade version 4.6.0.0 => 17.0.0 (scheme change)
The numbering scheme changed to presumably match years (e.g. 17 => 2017)
Bump everything with a build dependency as there is a matching soname
change.  Everything still builds on a DF exp-run.
2016-06-09 13:27:25 +00:00
Jason Unovitch
87259ca338 textproc/expat2: address two CVEs reported by upstream
PR:		210155
Reported by:	Sebastian Pipping <sebastian@pipping.org>
Approved by:	ports-secteam (with hat)
Security:	CVE-2012-6702
Security:	CVE-2016-5300
Security:	https://vuxml.FreeBSD.org/freebsd/c9c252f5-2def-11e6-ae88-002590263bf5.html
MFH:		2016Q2
2016-06-09 03:27:56 +00:00
Matthew Seaman
8975294084 Update to 2.0.6
ChangeLog:	https://github.com/olemb/dbfread/blob/master/docs/changes.rst
2016-06-08 11:32:23 +00:00
Johan van Selst
fa72d256fd Update to bibtool 2.64 2016-06-07 21:34:36 +00:00
Olivier Duchateau
d3e5f19703 - Update to 1.8
- Add NO_ARCH
2016-06-06 18:32:18 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Tijl Coosemans
71927a26f5 Add missing 32bit distfiles. 2016-06-05 20:26:38 +00:00
Tijl Coosemans
2792c4e5af Update to 2.7.6-20.el6_7.1. 2016-06-05 20:02:10 +00:00
Dmitry Marakasov
3a020e3cfc - Add NO_ARCH
- Switch to options helpers
- Simplify installation
2016-06-05 09:03:51 +00:00
Carlos J. Puga Medina
be03aaa2f9 - Add LICENSE_FILE
- Add NO_ARCH
- Fix RUN_DEPENDS
- Add TEST_DEPENDS and include a do-test target
- Update MAINTAINER to my @FreeBSD.org address
- Update WWW in pkg-descr
- Bump PORTREVISION

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D6700
2016-06-04 21:03:27 +00:00
Antoine Brodin
10177b5122 Update to 0.8.9 2016-06-04 08:27:22 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Carlos J. Puga Medina
d48146d7da - Update to 5.2.1
- Update LICENSE
- Add LICENSE_FILE
- Fix PORTDOCS
- Use post-install-DOCS-on target
- Remove .include <bsd.port.options.mk> line
- Use do-test target instead regression-test
- Remove unneeded patches
- Update WWW in pkg-descr

Reviewed by:	amdmi3 (mentor)
Approved by:	sbz (maintainer)
Differential Revision:	D6549
2016-06-02 23:38:00 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
TAKATSU Tomonari
916ca7e8c7 - Update to 1.1.1
- Update WWW: in pkg-descr
2016-06-01 08:33:00 +00:00
Steve Wills
132e99a807 textproc/rubygem-ox: create port
PR:		209708
Submitted by:	mzaki@e-mail.ne.jp
2016-05-31 02:06:32 +00:00
Mathieu Arnold
06b6315ce1 Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	perl@
Sponsored by:	Absolight
2016-05-30 15:33:44 +00:00
Dan Langille
af30627079 Rename py-curator to conform to other elasticsearch port names
While here, upgrade to 3.5.1
PR: 209033
Differential Revision:  D6079
2016-05-29 18:08:19 +00:00
Sunpoet Po-Chuan Hsieh
3b42cb4589 - Update to 0.24
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Perl-Lint/Changes
2016-05-28 17:09:59 +00:00
Sunpoet Po-Chuan Hsieh
d4176da12d - Update to 2.03
Changes:	http://search.cpan.org/dist/HTML-Packer/Changes
2016-05-28 17:08:19 +00:00
Sunpoet Po-Chuan Hsieh
28da58b867 - Update to 2.02
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2016-05-28 17:08:13 +00:00
Sunpoet Po-Chuan Hsieh
3263d4fb92 - Update to 2.02
Changes:	http://search.cpan.org/dist/CSS-Packer/Changes
2016-05-28 17:08:08 +00:00
MANTANI Nobutaka
6045f4845f Update WWW.
PR:		209192
Submitted by:	raycherng@gmail.com
2016-05-28 14:27:21 +00:00
Kurt Jaeger
942ca95103 devel/py-qt4-core cleanups in py-qt4-*
- Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint.

PR:		209283
Submitted by:	groot@kde.org (kde), rakuco
2016-05-28 12:32:21 +00:00
Matthew Seaman
ad3f899419 - install the 'wordbreaker' program
- install the example minimum configuration file
- use OPTION dependent targets for DOCS, EXAMPLES
- always install man pages, irrespective of the	DOCS option
2016-05-28 09:47:40 +00:00
Kurt Jaeger
71372c78a7 devel/msgpack: 1.1.0 -> 1.4.2
Changes:
  https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md
- dependent ports PORTREVISION bump because name of shared library changed

PR:		209474
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Reviewed by:	swills
2016-05-27 18:56:52 +00:00
Dmitry Marakasov
80cc6f31b3 - Update to 7.0
PR:		209783
Submitted by:	takefu@airport.fm (maintainer)
2016-05-27 16:01:40 +00:00
Bartek Rutkowski
2a601770f9 textproc/py-parsimonious: NEW PORT - PEGs based parser in Python
- Add missing textproc/Makefile in 415899 commit
2016-05-26 15:21:52 +00:00
Bartek Rutkowski
bb654b15d8 textproc/py-parsimonious: NEW PORT - PEGs based parser in Python
Parsimonious aims to be the fastest arbitrary-lookahead parser written
in pure Python and the most usable. It's based on parsing expression
grammars (PEGs), which means you feed it a simplified sort of EBNF
notation. Parsimonious was designed to undergird a MediaWiki parser
that wouldn't take 5 seconds or a GB of RAM to do one page, but it's
applicable to all sorts of languages.

WWW: https://pypi.python.org/pypi/parsimonious

PR:		209732
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-05-26 15:20:36 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Sunpoet Po-Chuan Hsieh
9e185cd270 - Update to 2016.05.22 2016-05-25 20:34:14 +00:00
Sunpoet Po-Chuan Hsieh
a9b174a194 - Update to 2016.05.22 2016-05-25 20:34:09 +00:00
Gerald Pfeifer
80a78653c2 Fix typo in pkg-descr: langauges -> languages.
Approved by:	portmgr (blanket)
2016-05-25 19:30:59 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Dmitry Marakasov
fd5b918640 - Mark BROKEN: does not build ("ValueError: too many values to unpack")
Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-05-25 15:01:43 +00:00
Baptiste Daroussin
963854440c Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing

Reviewed by:	hrs
Differential Revision:	https://reviews.freebsd.org/D6539
2016-05-24 22:32:49 +00:00
William Grzybowski
2195d9d5d3 textproc/py-pysrt: update to 1.1.1 2016-05-24 12:23:04 +00:00
Danilo Egea Gondolfo
13a9f6f908 - Update to 0.9.12 2016-05-24 01:49:06 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Hiroki Sato
c4a91c0bf7 Update to b03c2c9. 2016-05-23 17:46:02 +00:00
Mathieu Arnold
c0b5fd211e Cleanup some other NO_PACKAGE madness.
With hat:	portmgr
Sponsored by:	Absolight
2016-05-23 16:46:36 +00:00
Philippe Audeoud
a0653d30e4 - Update to 1.31 2016-05-23 09:31:28 +00:00
Sunpoet Po-Chuan Hsieh
8912fe7c2e - Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Simple/Changes
2016-05-23 03:53:19 +00:00