Commit Graph

483085 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
cbc723f6c4 Update to 0.001084
Changes:	https://metacpan.org/changes/distribution/Test2-Harness
2019-08-19 20:51:38 +00:00
Sunpoet Po-Chuan Hsieh
2e2ec92087 Update to 0.519
Changes:	https://metacpan.org/changes/distribution/Term-Form
2019-08-19 20:51:33 +00:00
Sunpoet Po-Chuan Hsieh
73ca67f338 Update to 0.98
Changes:	https://metacpan.org/changes/distribution/Data-Object
2019-08-19 20:51:27 +00:00
Sunpoet Po-Chuan Hsieh
26c4e4549b Update to 5.0.14
Changes:	https://github.com/tinymce/tinymce/blob/master/modules/tinymce/changelog.txt
2019-08-19 20:51:22 +00:00
Sunpoet Po-Chuan Hsieh
97d5c05504 Update to 12.5.1
Changes:	https://salsa.debian.org/debian/debhelper/-/tags
2019-08-19 20:51:16 +00:00
Sunpoet Po-Chuan Hsieh
c19db581d2 Update to 0.7.1
Changes:	https://github.com/Cyan4973/xxHash/releases
2019-08-19 20:51:11 +00:00
Sunpoet Po-Chuan Hsieh
16527ab779 Fix bison warning
src/parser.y:63.1-25: warning: deprecated directive, use '%define api.prefix {plproxy_yy}' [-Wdeprecated]
   63 | %name-prefix="plproxy_yy"
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
2019-08-19 20:51:06 +00:00
Sunpoet Po-Chuan Hsieh
b17911c0da Add rubygem-cloudflare 4.1.3
Cloudflare is a Ruby wrapper for the Cloudflare V4 API. It provides a light
weight wrapper using RestClient::Resource. The wrapper functionality is limited
to zones and DNS records at this time.

WWW: https://github.com/socketry/cloudflare
2019-08-19 20:50:44 +00:00
Jan Beich
ad5698be71 devel/nspr: update to 4.22
Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-22-Release-tp381996.html
ABI:		https://abi-laboratory.pro/tracker/timeline/nspr/
2019-08-19 20:50:20 +00:00
Sunpoet Po-Chuan Hsieh
c5abb62e7e Add rubygem-async-rest 0.10.1
Roy Thomas Fielding's thesis Architectural Styles and the Design of
Network-based Software Architectures describes Representational State Transfer
which comprises several core concepts:
- Resource: A conceptual mapping to one or more entities.
- Representation: An instance of a resource at a given point in time.

Async::REST models these abstractions as closely and practically as possible and
serves as a basis for building asynchronous web clients.

WWW: https://github.com/socketry/async-rest
2019-08-19 20:50:13 +00:00
Sunpoet Po-Chuan Hsieh
52aa0a6424 Add rubygem-async-http 0.48.2
Async::HTTP is an asynchronous client and server implementation of HTTP/1.0,
HTTP/1.1 and HTTP/2 including TLS. It supports streaming requests and responses.

WWW: https://github.com/socketry/async-http
2019-08-19 20:50:00 +00:00
Sunpoet Po-Chuan Hsieh
dfbf027eac Add rubygem-protocol-http2 0.9.5
Protocol::HTTP2 provides a low-level implementation of the HTTP/2 protocol.

WWW: https://github.com/socketry/protocol-http2
2019-08-19 20:49:30 +00:00
Sunpoet Po-Chuan Hsieh
6da78b9057 Add rubygem-protocol-http1 0.9.0
Protocol::HTTP1 provides a low-level implementation of the HTTP/1 protocol.

WWW: https://github.com/socketry/protocol-http1
2019-08-19 20:49:14 +00:00
Sunpoet Po-Chuan Hsieh
cd32e3469b Add rubygem-protocol-http 0.12.1
Protocol::HTTP provides abstractions for working with the HTTP protocol.

WWW: https://github.com/socketry/protocol-http
2019-08-19 20:49:01 +00:00
Sunpoet Po-Chuan Hsieh
e206c74b6b Add rubygem-protocol-hpack 1.4.1
Protocol::HPACK provides a compressor and decompressor for HTTP 2.0 headers,
HPACK, as defined by RFC7541.

WWW: https://github.com/socketry/protocol-hpack
2019-08-19 20:48:44 +00:00
Sunpoet Po-Chuan Hsieh
508b8bcd22 Add rubygem-google-cloud-logging 1.6.6
google-cloud-logging is the official library for Stackdriver Logging.

Stackdriver Logging allows you to store, search, analyze, monitor, and alert on
log data and events from Google Cloud Platform and Amazon Web Services (AWS). It
supports ingestion of any custom log data from any source. Stackdriver Logging
is a fully-managed service that performs at scale and can ingest application and
system log data from thousands of VMs. Even better, you can analyze all that log
data in real-time.

WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-logging
2019-08-19 20:48:35 +00:00
Sunpoet Po-Chuan Hsieh
2d4b5022a8 Add rubygem-stackdriver-core 1.3.3
This library contains shared types and utilities for Stackdriver-related
libraries.

WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/stackdriver-core
2019-08-19 20:48:08 +00:00
Sunpoet Po-Chuan Hsieh
28f812b233 Add rubygem-async-io 1.25.0
Async::IO provides builds on async and provides asynchronous wrappers for IO,
Socket, and related classes.

WWW: https://github.com/socketry/async-io
2019-08-19 20:47:42 +00:00
Sunpoet Po-Chuan Hsieh
572881221d Add rubygem-async 1.20.1
Async is a composable asynchronous I/O framework for Ruby based on nio4r and
timers.

WWW: https://github.com/socketry/async
2019-08-19 20:46:56 +00:00
Sunpoet Po-Chuan Hsieh
eee552ceae Add rubygem-console 1.4.0
Console provides beautiful console logging for Ruby applications. Implements
fast, buffered log output.

WWW: https://github.com/socketry/console
2019-08-19 20:46:17 +00:00
Sunpoet Po-Chuan Hsieh
8ae21b8637 Add rubygem-google-gax 1.7.0
Google API Extensions for Ruby (gax-ruby) is a set of modules which aids the
development of APIs for clients and servers based on gRPC and Google API
conventions.

Application code will rarely need to use most of the classes within this library
directly, but code generated automatically from the API definition files in
Google APIs can use services such as page streaming and request bundling to
provide a more convenient and idiomatic API surface to callers.

WWW: https://github.com/googleapis/gax-ruby
2019-08-19 20:45:50 +00:00
Sunpoet Po-Chuan Hsieh
2a182bd2de Add py-mypy-protobuf 1.15
mypy-protobuf generates mypy stub files from protobuf specs. protoc-gen-mypy is
a python implementation of the plugin.

WWW: https://github.com/dropbox/mypy-protobuf
2019-08-19 20:45:05 +00:00
Sunpoet Po-Chuan Hsieh
16c5168cbd Add p5-Test2-Plugin-UUID 0.002001
Test2 normally uses unique IDs generated by appending pid, thread-id, and an
incrementing integer. These work fine most of the time, but are not sufficient
if you want to keep a database of events, in that case a real UUID is much more
useful.

WWW: https://metacpan.org/release/Test2-Plugin-UUID
2019-08-19 20:44:33 +00:00
Sunpoet Po-Chuan Hsieh
6dc97d2655 Add p5-Test2-Plugin-MemUsage 0.002001
Currently Test2::Plugin::MemUsage only works on unix systems that provide
/proc/PID/status access. For all other systems this plugin is essentially a
no-op.

WWW: https://metacpan.org/release/Test2-Plugin-MemUsage
2019-08-19 20:44:16 +00:00
Sunpoet Po-Chuan Hsieh
abde99b000 Add p5-Test2-Plugin-DBIProfile 0.002001
Test2::Plugin::DBIProfile will enable DBI::Profile globally so that DBI
profiling data is collected. Once testing is complete an event will be produced
which contains and displays the profiling data.

WWW: https://metacpan.org/release/Test2-Plugin-DBIProfile
2019-08-19 20:43:56 +00:00
Yuri Victorovich
b8205f850f databases/sqlitestudio: Fix symlink 2019-08-19 20:32:18 +00:00
Yuri Victorovich
5acb0921de databases/sqlitestudio: add the lowercase link to the executable for convenience
Reported by:	John L. Males <jlmales@gmail.com> (user; via e-mail)
2019-08-19 20:31:04 +00:00
Jan Beich
e6fb63493a devel/git-cinnabar: rebuild and unbreak after r509301
../helper/cinnabar-fast-import.c:250:51: error: too few arguments to function call, expected 5, have 4
                        if (!get_tree_entry(note, path, &git_oid, &mode))
                             ~~~~~~~~~~~~~~                            ^
./tree-walk.h:71:1: note: 'get_tree_entry' declared here
int get_tree_entry(struct repository *, const struct object_id *, const char *, struct object_id *, unsign...
^
2019-08-19 20:29:34 +00:00
Kai Knoblich
1421d68aca net-mgmt/cacti: Update to 1.2.5
* Remove the SNMPBIN option that was introduced with r490477 and which is no
  longer required since the 1.2.4 release.

  It was used as a workaround to override the internal PHP SNMP calls which
  led to graphs that didn't update within cacti.

  The PHP SNMP extension can now be enabled/disabled by a re-purposed
  variable in the configuration file.

While I'm here:

* Remove superfluous "+=" from PLIST_SUB and SUB_LIST because there are no
  previous definitions of those variables.

* Remove CONFLICTS_INSTALL as net-mgmt/cacti88 is no longer present in the
  Ports tree since the end of 2018.

Changes since 1.2.3:

https://github.com/Cacti/cacti/blob/release/1.2.5/CHANGELOG

PR:		238434
Submitted by:	Michael Muenz <m.muenz@gmail.com>
Reported by:	Matthew Horan <matt@matthoran.com>
Approved by:	maintainer timeout (2+ months)
MFH:		2019Q3
2019-08-19 20:25:28 +00:00
Steve Wills
8852042434 devel/gitlab-runner: update to 12.1.0 2019-08-19 20:24:15 +00:00
Yuri Victorovich
89f87c49a9 databases/sqlitestudio: Add the .desktop file and the icon.
Caveat: the icon isn't displayed in xfce's Applications menu, see https://bugzilla.xfce.org/show_bug.cgi?id=15855

Requested by:	John L. Males <jlmales@gmail.com> (user; reported/requested via e-mail)
2019-08-19 20:14:00 +00:00
Kai Knoblich
b0f39bfa58 math/wxmaxima: Update to 19.08.1
Changelogs since 19.07.0:

https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.08.1
https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.08.0

PR:		239885
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
MFH:		2019Q3
2019-08-19 20:08:47 +00:00
Dmitry Marakasov
de28f08d88 - Update to 2.15.2 2019-08-19 20:08:46 +00:00
Dmitry Marakasov
36bcb0c969 - Update to 1.72 2019-08-19 19:55:00 +00:00
Yuri Victorovich
3e1650b289 New port: shells/starship: Cross-shell prompt for astronauts 2019-08-19 19:31:40 +00:00
Dmitry Marakasov
36918978dc - Update to 4.0.3 2019-08-19 19:23:15 +00:00
Jason Helfman
59a4f014ae - revive net/subnetcalc
- update to 2.4.14
- no geoip support, and lack of replacement
- maintainer plans to implement libmaxminddb

PR:		239854 (based on)
Submitted by:	dreibh@iem.uni-due.de (maintainer)
2019-08-19 19:22:25 +00:00
Renato Botelho
2d21d696d6 devel/git: Update to 2.23.0
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-08-19 18:59:05 +00:00
Kurt Jaeger
8f99df4983 graphics/libspiro: upgrade 0.5.20150702 -> 20190731
- MASTER_SITE moved from SF to github

PR:		239951
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Relnotes:	https://github.com/fontforge/libspiro/blob/master/ChangeLog
2019-08-19 18:50:18 +00:00
Jochen Neumeister
fed608d713 Update to 4.2.2
Changelog: https://github.com/NLnetLabs/nsd/releases/tag/NSD_4_2_2_REL

PR:		239964
Reported by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
MFH:		2019Q3
Security:	56778a31-c2a1-11e9-9051-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-08-19 17:56:04 +00:00
Adriaan de Groot
29e9753887 Fix build of editors/calligraplan.
The patch is from upstream, via openSUSE, and modified so it just
hard-codes the version of KDE Frameworks (KCalCore in particular)
in ports at this time. That makes it pick the new API introduced
in KF5 5.61.

Reported by:	pkg-fallout
2019-08-19 17:55:16 +00:00
Fernando Apesteguía
f6f23c5314 multimedia/shotcut: update to 19.08.16
Too many changes:

ChangeLog: https://shotcut.org/blog/new-release-190816/

Reported by:	portscout
2019-08-19 17:44:02 +00:00
Yuri Victorovich
29b84eeb7c devel/cargo-tree: Improve COMMENT 2019-08-19 17:26:29 +00:00
Greg Lewis
fc37619df9 . Update to 4.5.2
This is the final version of the 4.x series and a patch version bump.
  There is a 5.x series, but this likely needs to be moved to a jna4 port
  and the dependencies updated before doing so.  I've done some light
  testing of elasticsearch6 with this without seeing any problems.

. Add a JAVA_VERSION specification and restrict it to Java 8

  This does not compile with Java 11.  I haven't tried 6, 7, 9 or 10, but
  all of those are potentially going away soon, so it is kind of pointless
  to do so.
2019-08-19 17:19:26 +00:00
Yuri Victorovich
70a66f3445 New port: devel/cargo-tree: Rust subcommand to visualize a dependency graph in a tree-like format 2019-08-19 17:10:57 +00:00
Jochen Neumeister
ae1786003a Add dns/nsd
PR:		239964
Reported by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Sponsored by:	Netzkommune GmbH
2019-08-19 17:08:51 +00:00
Dmitry Marakasov
6631c9bb96 - Update to 2.5.3
- Whitespace fix
- Fix incorrect substitutions and sorting in plist

PR:		239908
Submitted by:	amdmi3
Approved by:	lbartoletti@tuxfamily.org (maintainer)
2019-08-19 15:37:02 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Tobias Kortkamp
9ba47d69fa ports-mgmt/portfmt: Update to latest commit
Changes:	cce6571645
2019-08-19 14:36:19 +00:00
Tobias Kortkamp
702a42e004 Mk/bsd.sites.mk: Fix fetch with GL_TUPLE site:account:project:commit:group style entries
Something like

GL_TUPLE=	https://gitlab.redox-os.org:redox-os:calc:afba9c5d184ddb9db5e4e71dc357da0499e212cf:calculate

fails to fetch because GL_SITE_calculate still has the colon left after parsing:

=> Attempting to fetch afba9c5d18/archive.tar.gz/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz
fetch: afba9c5d18/archive.tar.gz/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz: parse error

$ make -V GL_SITE_calculate
https://gitlab.redox-os.org:

Changing the already complex regular expressions to correct this
would make them even more complex.  Instead we correct the :: that
appears in GL_SITE after parsing GL_TUPLE.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D21171
2019-08-19 14:01:49 +00:00