Commit graph

415870 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d90b2864e6 - Update to 2017.04.09 2017-04-10 23:59:35 +00:00
Sunpoet Po-Chuan Hsieh
86acc84325 - Update to 2017.04.09 2017-04-10 23:59:29 +00:00
Steve Wills
5f06b825f4 devel/p5-CPAN-Reporter: update to 1.2018 2017-04-10 23:36:17 +00:00
Steve Wills
8415534703 devel/p5-Config-Perl-V: update to 0.27 2017-04-10 23:14:04 +00:00
Nikolai Lifanov
f601172ab1 add devel/py-cached-property: decorator for caching properties in classes 2017-04-10 22:50:14 +00:00
Nikolai Lifanov
ea23fb3044 add devel/py-dockerpty
Python library to use the pseudo-tty of a docker container
2017-04-10 22:44:02 +00:00
Mathieu Arnold
aabf1b050f Regular USE_GITHUB cleanup.
Do not set DISTNAME.
Do not set WRKSRC, if you feel like you need to, you should fix
GH_PROJECT instead.

Sponsored by:	Absolight
2017-04-10 21:49:02 +00:00
Joseph Mingrone
de8c4d4665 New port, www/rubygem-ostatus2: Toolset for interacting with the OStatus2
suite of protocols

Adding this because it is a dependency of the upcoming www/mastodon port.

Approved by:	swills (mentor, implicit)
2017-04-10 21:23:44 +00:00
Nikolai Lifanov
669f0f32c7 add sysutils/py-docker: Docker SDK for Python 2017-04-10 21:15:37 +00:00
Joseph Mingrone
0e05dd4b75 New port, www/rubygem-http_accept_language: Rails plugin to extract
Accept-Language HTTP header into array

Adding this because it is a dependency of the upcoming www/mastodon port.

WWW: https://github.com/iain/http_accept_language/

Approved by:	swills (mentor, implicit)
2017-04-10 21:09:30 +00:00
Joseph Mingrone
3ab0d2602f New port, www/rubygem-goldfinger: Webfinger utility for Ruby
Adding this because it is a dependency for the upcoming www/mastodon port.

Approved by:	swills (mentor, implicit)
2017-04-10 20:58:24 +00:00
Joseph Mingrone
01b96bbfe7 New port, rubygem-fast_blank: Fast string blank implementation
Adding this because it is a dependency of the upcoming www/mastodon port.

WWW: https://github.com/SamSaffron/fast_blank/

Approved by:	swills (mentor, implicit)
2017-04-10 20:43:01 +00:00
Nikolai Lifanov
fa1d54ae4d add security/py-docker-pycreds
Python bindings for the docker credentials store API
2017-04-10 20:36:34 +00:00
Joseph Mingrone
24a37a5771 New port, databases/rubygem-pghero: A performance dashboard for Postgres
Adding this because it is a dependency of the upcoming www/mastodon port.

WWW: https://github.com/ankane/pghero/

Approved by:	swills (mentor, implicit)
2017-04-10 20:24:11 +00:00
Nikolai Lifanov
54070b2662 add security/py-backports.ssl_match_hostname
backport of ssl_match_hostname function from Python 3.5
2017-04-10 20:08:19 +00:00
Joseph Mingrone
14a17abb5d New port, multimedia/rubygem-paperclip-av-transcoder: Audio/Video
transcoder for Paperclip using FFMPEG/Avconv

Adding this because it is a dependency of the upcoming www/mastodon port.

WWW: https://github.com/ruby-av/paperclip-av-transcoder/

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10350
2017-04-10 19:42:55 +00:00
Joseph Mingrone
df76b65979 New port, multimedia/av: Programmable Ruby interface for FFMPEG/Libav
Adding this because it is a dependency of
multimedia/rubygem-paperclip-av-transcoder, which in turn is a dependency
of the upcoming www/mastodon port.

WWW: https://github.com/ruby-av/av

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10347
2017-04-10 19:40:29 +00:00
Bernard Spil
3276273bba www/mod_http2-devel: Update to 1.10.1 2017-04-10 19:39:27 +00:00
Joseph Mingrone
91f0e8be6b New port: www/rubygem-best_in_place: jQuery script to edit fields by
clicking on them

Adding this because it is a dependency for the upcoming www/mastodon port.

WWW: https://github.com/bernat/best_in_place

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10346
2017-04-10 19:35:39 +00:00
Joseph Mingrone
a637daa421 New port, www/rubygem-hamlit-rails: Hamlit (haml) generators for Rails 4
Adding this because it is a dependency for the upcoming www/mastodon port.

WWW: https://github.com/mfung/hamlit-rails

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10345
2017-04-10 19:32:29 +00:00
Joseph Mingrone
ded7ee9870 New port, devel/rubygem-react-rails: React/JSX adapter for the Ruby on
Rails asset pipeline

Adding this because it is a dependency for the upcoming www/mastodon port.

WWW: https://github.com/reactjs/react-rails/

Approved by:    swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10343
2017-04-10 19:28:49 +00:00
Nikolai Lifanov
75ad6e0dca unbreak graphics/delaboratory
o replace MASTER_SITES
o add WWW
o pass maintainership to submitter
o add missing dependencies

PR:		218049
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2017-04-10 19:16:30 +00:00
Matthew Rezny
ef2181dc7a Update Mesa to 17.0.3
* OpenGL 4.5 support for RadeonSI and recent Intel
* Use LLVM 4.0 by default, building with 3.9 is possible via MESA_LLVM_VER
* DRI3 remains enabled at compile time, but is now disabled at runtime for
  stock FreeBSD.  Set LIBGL_DRI3_ENABLE in the environment to enable DRI3.
  This extra check is added when compiling on stock FreeBSD, not DRM-next.
  This change was made to work around a problem in libEGL, which fails to
  fall back to using DRI2 when run on a system without DRI3 support.

Reviewed by:	jmd, mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10250
2017-04-10 19:14:48 +00:00
Nikolai Lifanov
e7b02d5219 unbreak sysutils/ffs2recov
o fix MASTER_SITES
o add WWW
o assign maintainership to submitter
o fix on CURRENT

PR:		218174
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2017-04-10 19:14:14 +00:00
Jung-uk Kim
897d9aee58 Fix build on head after r316648.
Submitted by:	Michael Butler (imb at protected-networks dot net) (initial)
2017-04-10 18:52:18 +00:00
Li-Wen Hsu
9f82bd60af - Update to 2.54
- Jenkins now requires Java 8 to run
2017-04-10 18:52:04 +00:00
Carlos J. Puga Medina
da84505cff - Use anticongestion instead of simply sleeping.
- Bump PORTREVISION

svn r316342 added a common anticongestion routine that all periodic scripts should
use instead of simply calling sleep. To test if it's available, a port should
check for the anticongestion_sleeptime variable.

PR:		218283
Submitted by:	asomers
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-04-10 17:57:30 +00:00
Steve Wills
f818997cb6 net/syncthing: update to 0.14.26 2017-04-10 17:32:58 +00:00
John Baldwin
74f6bded8b Always pass MNT_NOWAIT to getfsstat() as documented in the manpage.
One of the four calls in net-snmp currently passes 0 which triggers an
EINVAL change after recent changes in HEAD and 11-stable to add stricter
argument checking for the flags passed to getsstat().

Bump PORTREVISION.

PR:		218011
Reported by:	Slawa Olhovchenkov <slw@zxy.spb.ru>
Reviewed by:	brooks
Approved by:	maintainer (zi)
2017-04-10 17:17:33 +00:00
Rene Ladan
dff653b375 Remove expired ports:
2017-02-05 sysutils/puppet38: Upstream support ended, see http://tinyurl.com/puppet3eol
2017-03-31 editors/libreoffice4: Deprecated by upstream
2017-03-31 databases/rubygem-redis-actionpack4: Use databases/rubygem-redis-actionpack instead
2017-03-31 devel/rubygem-nio4r1: Use devel/rubygem-nio4r instead
2017-03-31 devel/liborcus07: Deprecated by upstream, use devel/liborcus
2017-03-31 devel/mdds0: Deprecated by upstream, use devel/mdds
2017-03-31 security/openvpn23-polarssl: Replaced by new upstream relesae 2.4.x
2017-03-31 security/openvpn23: Replaced by new upstream relesae 2.4.x
2017-03-31 textproc/p5-XML-XSH: Deprecated by upstream
2017-03-31 www/rubygem-jquery-atwho-rails-rails4: Use www/rubygem-jquery-atwho-rails instead
2017-03-31 www/p5-Catalyst-Plugin-Singleton: Deprecated by upstream
2017-04-01 x11/lumina-i18n: Obsolete, i18n files included in x11/lumina
2017-04-01 sysutils/jail2: Starting with 10.0 functionality has been merged into base.
2017-04-01 sysutils/iocage-devel: Outdated version. Please use sysutils/py-iocage instead
2017-04-01 sysutils/iocage: Outdated version. Please use sysutils/py-iocage instead
2017-04-05 databases/puppetdb: Depends on expired sysutils/puppet38, use puppetdb[34] instead
2017-04-05 databases/puppetdb-terminus: Depends on expired sysutils/puppet38, use puppetdb-terminus[34]
2017-04-08 databases/pglesslog: Does not build with recent PostgreSQL versions
2017-04-08 textproc/go-text: Go libraries should not be packaged
2017-04-08 devel/go-pretty: Go libraries should not be packaged
2017-04-08 databases/godis: Go libraries should not be packaged
2017-04-10 www/moodle29: Upstream support EoL, please migrate to moodle32
2017-04-10 17:11:46 +00:00
Thierry Thomas
8081d5c121 Upgrade to 1.12.0.
Changelog at <https://github.com/gorhill/uBlock/releases/tag/1.12.0>.
2017-04-10 17:09:18 +00:00
Dmitry Marakasov
836f1d5f45 - Mark broken on DragonFly
- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
2017-04-10 16:55:11 +00:00
Dmitry Marakasov
664d16abe4 - Unbreak by specifying correct depends
- While here, add NO_ARCH

Submitted by:	lacey.leanne@gmail.com
2017-04-10 16:44:25 +00:00
Dmitry Marakasov
60abefd5dc - Add license
PR:		218100
Submitted by:	gudfitz@gmail.com
Approved by:	maintainer timeout (gmarco@gufi.org, 2 weeks)
2017-04-10 16:40:23 +00:00
Dmitry Marakasov
9de9f5cc31 - Fix plist 2017-04-10 16:28:57 +00:00
Jan Beich
6eb52cec18 security/nss: update to 3.30.1
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.30.1_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_30_1_RTM
MFH:		2017Q2
2017-04-10 16:06:57 +00:00
Dmitry Marakasov
e385730f9c - Add LICENSE_FILE
- Remove always true OSVERSION condition, make patch unconditional

Approved by:	portmgr blanket
2017-04-10 15:50:23 +00:00
Dmitry Marakasov
90996e8d8b - Remove obsolete OSVERSION condition
Approved by:	portmgr blanket
2017-04-10 15:49:56 +00:00
Dmitry Marakasov
1990c2fb1e - Switch to USES=localbase
- Remove obsolete OSVERSION condition

Approved by:	portmgr blanket
2017-04-10 15:49:25 +00:00
Dmitry Marakasov
0bc97bbfdc - Remove obsolete OSVERSION condition
Approved by:	portmgr blanket
2017-04-10 15:48:53 +00:00
Dmitry Marakasov
3b295dfc8e - Remove outdated OSVERSION check, simplify by using IGNORE helper
Approved by:	portmgr blanket
2017-04-10 15:46:48 +00:00
Dmitry Marakasov
1251a60715 - Remove outdated compiler check
Approved by:	portmgr blanket
2017-04-10 15:45:45 +00:00
Dmitry Marakasov
66b53826ca - Fix LICENSE
- Add LICENSE_FILE
- Fix shebangs
2017-04-10 15:45:12 +00:00
Dmitry Marakasov
7e3578a77c - Update to 1.03
- Switch to options helpers
- Regenerate patches
2017-04-10 15:44:31 +00:00
Dmitry Marakasov
c927ccddc4 Treat python shebangs without version specified (e.g. `/usr/local/bin/python'
and `/usr/bin/env python') as invalid, because ports always depend on specific
version of python (e.g. python2 or python3), and generic `python'
which is link to either of them may point to incorrect version or
be not available at all (since it's installed by separate optional
python metaport)

Approved by:	portmgr (mat), python (sunpoet)
Differential Revision:	D9332
2017-04-10 15:21:25 +00:00
Mathieu Arnold
3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00
Mathieu Arnold
2c5242ce18 Introduces USES=php:pecl.
It sets sane defaults when fetching from http://pecl.php.net/.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:12 +00:00
Adam Weinberger
b732d706af Regenerate the maildir-mtime-nntp patch. It was being fuzzy applied
in the wrong place previously. PORTREVISION bump for this.

Submitted by:	dereks lifeofadishwasher com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10334
2017-04-10 14:51:50 +00:00
Matthew Rezny
5309aa388d Add a MUPDF option under PDFTOPS_RENDERER. When activated, mupdf will be used
instead of Ghostscript/Poppler. When inactive, mupdf is not a dependency.

PR:		217848
Submitted by:	raivo.hool@gmail.com
Reviewed by:	mat
Approved by:	swills (mentor), cyberbotx@cyberbotx.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10325
2017-04-10 14:41:32 +00:00
Joseph Mingrone
ed2faf00c2 New port www/rubygem-lograge: Tame Rails' multi-line logging into a single line
per request

Adding this because it is a dependency for the upcoming www/mastodon port.

WWW: https://github.com/roidrage/lograge/

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10309
2017-04-10 14:23:22 +00:00