1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

483680 Commits

Author SHA1 Message Date
Johannes M Dieterich
3ec518c227 graphics/gpu-firmware-kmod:: update to latest upstream
Submitted by:	jkim
2019-08-25 21:01:31 +00:00
Greg Lewis
b153007008 Allow the JDK to be compiled with gcc.
This is required for powerpc64 support.

PR:		237370
2019-08-25 20:55:19 +00:00
Greg Lewis
c1c56f1796 Add support for powerpc64
PR:		237208
2019-08-25 20:28:47 +00:00
Greg Lewis
3d582f57af Add support for powerpc64
PR:		237208
2019-08-25 20:22:05 +00:00
Tijl Coosemans
94b28aceb9 Fix Linux ALSA OSS plugin by removing a configuration file. The
configuration from FreeBSD /usr/local/etc/asound.conf should be used.

PR:		240043
Reported by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>
2019-08-25 20:02:09 +00:00
Tijl Coosemans
516aa73ebc Don't install libudev.so. The linux flash player plugin tries to use it
but it doesn't work on FreeBSD.
2019-08-25 19:33:44 +00:00
Yuri Victorovich
1789013433 science/jmol: Update 14.29.51 -> 14.29.52
Reported by:	portscout
2019-08-25 19:22:32 +00:00
Yuri Victorovich
f6ac973a7a net/inlets: Update 2.2.0 -> 2.3.1
Reported by:	portscout
2019-08-25 19:17:02 +00:00
Yuri Victorovich
34102b1bf9 science/py-chainer: Update 6.2.0 -> 6.3.0
Reported by:	portscout
2019-08-25 19:14:49 +00:00
Yuri Victorovich
19cd40bed2 math/osi: Update 0.108.4 -> 0.108.5
Reported by:	portscout
2019-08-25 19:11:27 +00:00
Dan Langille
dd0890c42d Update to 0.0.16
When restarted PostgreSQL, do a reload instead.
2019-08-25 19:04:03 +00:00
Sunpoet Po-Chuan Hsieh
bf73757b42 Add py-whitenoise 4.1.2
Radically simplified static file serving for Python web apps

With a couple of lines of config WhiteNoise allows your web app to serve its own
static files, making it a self-contained unit that can be deployed anywhere
without relying on nginx, Amazon S3 or any other external service. (Especially
useful on Heroku, OpenShift and other PaaS providers.)

It's designed to work nicely with a CDN for high-traffic sites so you don't have
to sacrifice performance to benefit from simplicity.

WhiteNoise works with any WSGI-compatible app but has some special auto-
configuration features for Django.

- While I'm here, add NO_ARCH

WWW: http://whitenoise.evans.io/

PR:		239107
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:51:58 +00:00
Sunpoet Po-Chuan Hsieh
c555532ea2 Add py-urlman 1.2.0
Replaces things like get_absolute_url with a .urls attribute that can reference
other URLs and build sensible trees of things, and can then be accessed using
instance.urls.name.

WWW: https://github.com/andrewgodwin/urlman

PR:		239103
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:51:34 +00:00
Sunpoet Po-Chuan Hsieh
215f343b44 Add py-rules 2.0.1
rules is a tiny but powerful app providing object-level permissions to Django,
without requiring a database. At its core, it is a generic framework for
building rule-based systems, similar to decision trees. It can also be used as a
standalone library in other contexts and frameworks.

WWW: https://github.com/dfunckt/django-rules

PR:		239102
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:51:09 +00:00
Sunpoet Po-Chuan Hsieh
ec3ac4e3c6 Add py-inlinestyler 0.2.5
inlinestyler is an easy way to locally inline CSS into an HTML email message.

Styling HTML email is a black art. CSS works, but only when it's been placed
inline on the individual elements (and event then, not always) - which makes
development frustrating, and iteration slow.

The general solution is to use an inlining service, which takes a message with
the CSS placed externally, and rewrites it so that all CSS is applied to the
individual elements. The most widely used of these services - and as far as I
can tell, the one that powers CampaignMonitor - is Premailer. It's a great
service, and the guys behind it put a lot of work into keeping it up to date
with the most recent discoveries in what works and what doesn't.

inlinestyler takes (most) of the functionality of Premailer, and makes it
available locally, accessible without having call a remote service.

WWW: https://github.com/dlanger/inlinestyler

- While I'm here:
  - Add LICENSE_FILE
  - Add NO_ARCH

PR:		239063
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:50:34 +00:00
Sunpoet Po-Chuan Hsieh
b7afc54e14 Add py-django-libsass 0.7
django-libsass builds on libsass-python to make @import paths aware of Django's
staticfiles mechanism, and provides a filter module for django-compressor which
uses the libsass-python API directly, avoiding the overheads of calling an
external executable to do the compilation.

WWW: https://github.com/torchbox/django-libsass

- While I'm here, add NO_ARCH

PR:		239061
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:49:47 +00:00
Sunpoet Po-Chuan Hsieh
da67b8e6c4 Add py-django-i18nfield 1.5.0
This is yet another way to store multi-lingual content in Django. In contrast to
other options like django-hvad, django-modeltranslation or django-parler it does
not require additonal database tables and you can reconfigure the available
languages without any changes to the database schema. In constrast to nece, it
is not specific to PostgreSQL.

WWW: https://github.com/raphaelm/django-i18nfield

- While I'm here, add NO_ARCH

PR:		239060
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:49:28 +00:00
Sunpoet Po-Chuan Hsieh
6c2ea31f15 Add py-django-hierarkey 1.0.3
django-hierarkey -- Hierarchical key-value store

This package allows you to attach a key-value store to a model, e.g. to store
preferences of an user or a customer. The package supports arbitrary datatypes,
defaults and model hierarchies, i.e. you can define a different model instance
as your instance's parent and the values of the parent instance will be used as
default values for the child instances.

This approach has been in use in pretix for quite a while, so it has been tested
in production.

This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the
AUTHORS file for a list of all the awesome folks who contributed to this
project.

WWW: https://github.com/raphaelm/django-hierarkey

- While I'm here, add NO_ARCH

PR:		239059
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:48:40 +00:00
Sunpoet Po-Chuan Hsieh
84ad6c1f73 Add py-dj22-django-formset-js-improved 0.5.0.2
This is a fork of django-formset-js that adds support for reordering and nested
formsets.

A wrapper for a JavaScript formset helper.

WWW: https://github.com/pretix/django-formset-js

- While I'm here:
  - Add LICENSE_FILE
  - Fix USES=python

PR:		239050
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:48:17 +00:00
Sunpoet Po-Chuan Hsieh
3e0cf03a01 Add py-dj22-django-jquery-js 3.1.1
jQuery, bundled up so apps can depend upon it

WWW: https://pypi.org/project/django-jquery-js/

- While I'm here:
  - Fix LICENSE
  - Add LICENSE_FILE

PR:		239049
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:47:56 +00:00
Sunpoet Po-Chuan Hsieh
2da6415ba1 Add py-django-context-decorator 1.5.0
Python package for Django removing the need to call
super().get_context_data(**kwargs) in nearly every Django view.

WWW: https://github.com/rixx/django-context-decorator

- While I'm here:
  - Fix USES=python
  - Update WWW

PR:		239048
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:47:30 +00:00
Sunpoet Po-Chuan Hsieh
a33ddf64ec Add py-dj22-django_csp 3.5
Django-CSP adds Content-Security-Policy headers to Django.

WWW: https://github.com/mozilla/django-csp

- While I'm here, fix USES=python

PR:		239043
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:47:01 +00:00
Dave Cottlehuber
83251b2f5f www/h2o-devel: update to 2.3.0-beta2
resolves:

- CVE-2019-9512 (Ping Flood)
- CVE-2019-9514 (Reset Flood)
- CVE-2019-9515 (Settings Flood)

PR:		239843
Submitted by:	Max Kostikov <max@kostikov.co>
Reported by:	Max Kostikov <max@kostikov.co>
Reviewed by:	adamw
Approved by:	jrm (mentor, implicit)
MFH:		2019Q3
Security:	CVE-2019-9512
Security:	CVE-2019-9514
Security:	CVE-2019-9515
Sponsored by:	SkunkWerks, GmbH
2019-08-25 18:37:20 +00:00
Dave Cottlehuber
3176b85a46 security/vuxml: Document multiple vulnerabilities in www/h2o*
http://blog.kazuhooku.com/2019/08/h2o-version-226-230-beta2-released.html

PR: 239843
Reported by:	Kazuho Oku
Approved by:	jrm (mentor, implicit)
Security:	CVE-2019-9512
Security:	CVE-2019-9514
Security:	CVE-2019-9515
Sponsored by:	SkunkWerks, GmbH
2019-08-25 18:34:49 +00:00
Sunpoet Po-Chuan Hsieh
0637131ed1 Update TIMESTAMP 2019-08-25 18:31:35 +00:00
Sunpoet Po-Chuan Hsieh
1b1fb5516e Add rubygem-devise-two-factor30-rails52 3.0.3 (copied from rubygem-devise-two-factor30-rails5) 2019-08-25 18:31:12 +00:00
Dave Cottlehuber
5f7cf76cd9 www/h2o: update to 2.2.6
resolves:

- CVE-2019-9512 (Ping Flood)
- CVE-2019-9514 (Reset Flood)
- CVE-2019-9515 (Settings Flood)

PR:		239843
Submitted by:	Max Kostikov <max@kostikov.co>
Reported by:	Max Kostikov <max@kostikov.co>
Reviewed by:	adamw
Approved by:	jrm (mentor, implicit)
MFH:		2019Q3
Security:	CVE-2019-9512
Security:	CVE-2019-9514
Security:	CVE-2019-9515
Sponsored by:	SkunkWerks, GmbH
2019-08-25 18:29:32 +00:00
Sunpoet Po-Chuan Hsieh
d9d282ee5a Add rubygem-gettext_i18n_rails_js-rails52 1.3.0 (copied from rubygem-gettext_i18n_rails_js-rails5) 2019-08-25 18:28:42 +00:00
Sunpoet Po-Chuan Hsieh
9ed0d57b95 Add rubygem-rails52 5.2.3 (copied from rubygem-rails5) 2019-08-25 18:28:23 +00:00
Dan Langille
bd30582501 Add RUN_DEPENDS for www/py-requests-file
Add USE_PYTHON=concurrent

PR:		240103
Submitted by:	Adam Jimerson <vendion@gmail.com>
2019-08-25 18:26:52 +00:00
Sunpoet Po-Chuan Hsieh
bb43796129 Add rubygem-devise-rails52 4.7.0 (copied from rubygem-devise-rails5) 2019-08-25 18:24:59 +00:00
Sunpoet Po-Chuan Hsieh
d02c027fc8 Add rubygem-sass-rails-rails52 5.0.7 (copied from rubygem-sass-rails-rails5) 2019-08-25 18:23:41 +00:00
Sunpoet Po-Chuan Hsieh
093955ecd7 Add rubygem-responders-rails52 3.0.0 (copied from rubygem-responders-rails5) 2019-08-25 18:20:28 +00:00
Sunpoet Po-Chuan Hsieh
0bc1e12891 Add rubygem-web-console-rails52 3.7.0 (copied from rubygem-web-console-rails5) 2019-08-25 18:19:38 +00:00
Sunpoet Po-Chuan Hsieh
f82df61a40 Add rubygem-coffee-rails-rails52 4.2.2 (copied from rubygem-coffee-rails-rails5) 2019-08-25 18:19:18 +00:00
Sunpoet Po-Chuan Hsieh
c66707f039 Add rubygem-railties52 5.2.3 (copied from rubygem-railties5) 2019-08-25 18:19:01 +00:00
Sunpoet Po-Chuan Hsieh
6d853d665f Add rubygem-actioncable52 5.2.3 (copied from rubygem-actioncable5) 2019-08-25 18:18:48 +00:00
Sunpoet Po-Chuan Hsieh
7fee26a2ae Add rubygem-activestorage52 5.2.3
Active Storage makes it simple to upload and reference files in cloud services
like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach
those files to Active Records. Supports having one main service and mirrors in
other services for redundancy. It also provides a disk service for testing or
local deployments, but the focus is on cloud storage.

Files can be uploaded from the server to the cloud or directly from the client
to the cloud.

Image files can furthermore be transformed using on-demand variants for quality,
aspect ratio, size, or any other MiniMagick supported transformation.

WWW: https://rubyonrails.org/
2019-08-25 18:18:30 +00:00
Sunpoet Po-Chuan Hsieh
e204607504 Add rubygem-actionmailer52 5.2.3 (copied from rubygem-actionmailer5) 2019-08-25 18:17:56 +00:00
Sunpoet Po-Chuan Hsieh
fbb3c56940 Add rubygem-sprockets-rails-rails52 3.2.1 (copied from rubygem-sprockets-rails-rails5) 2019-08-25 18:17:43 +00:00
Sunpoet Po-Chuan Hsieh
0882b47e52 Add rubygem-actionpack52 5.2.3 (copied from rubygem-actionpack5) 2019-08-25 18:17:26 +00:00
Sunpoet Po-Chuan Hsieh
11a797c67f Add rubygem-activerecord52 5.2.3 (copied from rubygem-activerecord5) 2019-08-25 18:17:04 +00:00
Sunpoet Po-Chuan Hsieh
057923c10b Add rubygem-activejob52 5.2.3 (copied from rubygem-activejob5) 2019-08-25 18:16:44 +00:00
Sunpoet Po-Chuan Hsieh
5bb4c3e0fd Add rubygem-actionview52 5.2.3 (copied from rubygem-actionview5) 2019-08-25 18:16:16 +00:00
Adam Weinberger
cb4af92286 acts: Update to 1.4.1
* Change the suggested backup target list to only have /usr/home,
   not /usr/home + /home.
 * Add DOCS option
 * Change LICENSE to more specific UNLICENSE
2019-08-25 18:09:41 +00:00
Sunpoet Po-Chuan Hsieh
c6c46de5da Add rubygem-rails-dom-testing-rails52 2.0.3 (copied from rubygem-rails-dom-testing-rails5) 2019-08-25 18:05:07 +00:00
Sunpoet Po-Chuan Hsieh
94f6de7885 Add rubygem-jbuilder-rails52 2.9.1 (copied from rubygem-jbuilder-rails5) 2019-08-25 18:04:50 +00:00
Sunpoet Po-Chuan Hsieh
9bf3caed33 Add rubygem-globalid-rails52 0.4.2 (copied from rubygem-globalid-rails5) 2019-08-25 18:04:31 +00:00
Sunpoet Po-Chuan Hsieh
fd50132ea1 Add rubygem-activemodel52 5.2.3 (copied from rubygem-activemodel5) 2019-08-25 18:04:11 +00:00
Sunpoet Po-Chuan Hsieh
3cc171edc7 Add rubygem-activesupport52 5.2.3 (copied from rubygem-activesupport5) 2019-08-25 18:03:38 +00:00