/print/py-fonttools/

logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into gnome-3.24gnome-3.24Koop Mast2017-09-1560-85/+503
|\
| * net/rubygem-gitaly: Update from 0.6.0 to 0.8.0tz2017-09-132-6/+7
| | | | | | | | | | | | | | | | | | | | Changelog: https://gitlab.com/gitlab-org/gitaly/blob/v0.8.0/CHANGELOG.md Add missing dependency devel/gitaly and adjust required version of rubygem-google-protobuf. Older versions have a bug which make it unusable with www/gitlab. Reviewed by: Matthias Fechner <idefix@fechner.net>
| * Update to 0.1.12sunpoet2017-09-132-4/+4
| | | | | | | | Changes: https://github.com/Azure/azure-ruby-asm-core/blob/master/ChangeLog.md
| * Chase Emacs updateashish2017-09-121-1/+1
| |
| * Update net/rabbitmq to version 3.6.12.olgeni2017-09-122-4/+4
| |
| * lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependentsgahr2017-09-111-0/+4
| |
| * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-1133-25/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
| * Some typo fixes and whitespace cleanup for pkg-descr files.olgeni2017-09-112-3/+3
| |
| * Update to 0.7.10sunpoet2017-09-092-5/+5
| | | | | | | | Changes: https://github.com/Azure/azure-sdk-for-ruby/releases
| * Update to 6.2p2: upstream has incorporated the fixes for the "query from"naddy2017-09-084-36/+11
| | | | | | | | feature.
| * net/kafka: create portswills2017-09-077-0/+359
| | | | | | | | | | | | | | | | | | | | | | Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, wicked fast, and runs in production in thousands of companies. WWW: https://kafka.apache.org/ PR: 220793 Submitted by: timp87@gmail.com
| * Add net/flower.ed2017-09-075-0/+70
| | | | | | | | | | | | | | | | | | | | The latest versions of CloudABI make use of a separate daemon to facilitate connecting/listening on the network, called Flower. Add a package for this daemon, as it is a build dependency for the latest version of cloudabi-utils. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D12264
| * Fix permissions of gnatsd.conf.sample.olgeni2017-09-061-1/+2
| | | | | | | | | | PR: 222102 Submitted by: Romain Tartiere
* | Merge branch 'master' into gnome-3.24Koop Mast2017-09-0632-73/+1701
|\|
| * Make portlint happy.des2017-09-061-3/+5
| |
| * Upgrade to latest version (fixes typo in option parsing).des2017-09-062-3/+4
| |
| * net/concourse-fly: Update to 3.4.1dumbbell2017-09-062-4/+4
| |
| * Update to 0.4.0sunpoet2017-09-062-4/+4
| | | | | | | | Changes: https://github.com/fog/fog-local/commits/master
| * Update to 2.4.1.marcus2017-09-053-8/+10
| | | | | | | | | | See https://www.wireshark.org/docs/relnotes/wireshark-2.4.1.html for a list of changes in this release.
| * - Optionize several dependencies that were previously hardcoded: GNUTLS,danfe2017-09-051-16/+24
| | | | | | | | | | | | | | | | | | NOTIFY, and OPENSSL - Disable GSTREAMER support by default, it makes little sense to have it enabled by default in a download manager - Remove explicit BUILD_DEPENDS on curl-config(1), LIB_DEPENDS itself on `ftp/curl' is sufficient enough - Provide more elaborate COMMENT line while I'm here
| * net/py-libcloud: update to 2.2.0novel2017-09-042-4/+4
| |
| * Change from USES=twisted to devel/py-twistedsunpoet2017-09-041-2/+4
| | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 221662 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
| * Change from USES=twisted to devel/py-twistedsunpoet2017-09-041-1/+4
| | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 221660 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
| * Change from USES=twisted to devel/py-twistedsunpoet2017-09-041-3/+4
| | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 221658 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
| * - Update to 0.0.2antoine2017-09-032-4/+8
| | | | | | | | - Add LICENSE_FILE
| * New port: net/cephpi2017-09-038-5/+1608
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ceph is a distributed object store and file system designed to provide excellent performance, reliability and scalability. * Object Storage Ceph provides seamless access to objects using native language bindings or radosgw, a REST interface for applications written with S3 and Swift. * Block Storage Ceph's RADOS Block Device (RBD) provides access to block device images that are striped and replicated across the entire storage cluster. * File System Ceph provides a POSIX-compliant network file system aiming for large data storage, high performance, and maximum compatibility with legacy applications. This FreeBSD build will build most of the tools in Ceph: * Mon, OSD, rados, RadosGW, rbd * init-ceph, and etc/rc.d/ceph on top of that * ceph-disk {prepare, activate} With these tools one can build a multi server, multi osd cluster fully running on FreeBSD and do some testing... WWW: http://ceph.com PR: 221997 Submitted by: Willem Jan Withagen <wjw@digiware.nl>
| * Update to 6.17sunpoet2017-09-022-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Net-HTTP/Changes
| * Update to 0.4.3sunpoet2017-09-022-4/+4
| | | | | | | | | | Changes: https://pypi.python.org/pypi/ndg-httpsclient#releases https://github.com/cedadev/ndg_httpsclient/releases
| * net/py-kafka-python: Update to 1.3.4dbaio2017-09-022-6/+6
| | | | | | | | | | | | | | | | | | | | | | Remove devel/py-six dependency, it was incorporated upstream in v1.3.0. While here, add LICENSE_FILE and set architecture neutral. Changes: https://github.com/dpkp/kafka-python/blob/master/CHANGES.md#134-aug-13-2017 PR: 221959 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
| * The src tree is splitting 32-bit arm support into 'armv6' and the newlinimon2017-09-011-2/+4
| | | | | | | | | | | | | | | | 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221898 Approved by: maintainer
* | Merge branch 'master' into gnome-3.24Koop Mast2017-09-0118-37/+37
|\|
| * - Update net/asterisk11 to 11.25.2madpilot2017-09-014-10/+8
| | | | | | | | | | | | | | - Update net/asterisk13 to 13.17.1 Security: ec1df2a1-8ee6-11e7-8be8-001999f8d30b, c599f95c-8ee5-11e7-8be8-001999f8d30b
| * - Update WWWamdmi32017-09-011-1/+1
| | | | | | | | Approved by: portmgr blanket
| * Update to latest deviceatlas API.demon2017-09-014-8/+8
| | | | | | | | Submitted by: David Carlier <dcarlier@afilias.info>
| * - Update WWWamdmi32017-09-011-1/+1
| | | | | | | | Approved by: portmgr blanket
| * - Update WWWamdmi32017-08-312-6/+6
| | | | | | | | | | | | - Switch to options helpers Approved by: portmgr blanket
| * Update to 0.5.5sunpoet2017-08-312-4/+4
| | | | | | | | Changes: https://github.com/fog/fog-google/commits/master
| * Update to 0.5.4sunpoet2017-08-302-4/+4
| | | | | | | | Changes: https://github.com/fog/fog-google/commits/master
| * Change MAINTAINER email to my new FreeBSD emailpizzamig2017-08-291-1/+1
| | | | | | | | | | | | Approved by: lme (mentor) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12150
| * Update KDE Frameworks to 5.37.0tcberner2017-08-291-3/+3
| | | | | | | | | | | | | | PR: 221599 Reviewed by: rakuco Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12067
| * Update to 0.15sunpoet2017-08-292-3/+5
| | | | | | | | - Add NO_ARCH
* | Merge branch 'master' into gnome-3.24Koop Mast2017-08-2810-11/+687
|\|
| * Fix build on i386shurd2017-08-282-20/+58
| |
| * Add port of pkt-gen, a packet sink/source using the netmap APIshurd2017-08-266-0/+639
| | | | | | | | | | Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D12123
| * net/quiterss: Update to 0.18.8tobik2017-08-262-4/+4
| | | | | | | | | | | | | | - Fixes "Show Unread" news filter PR: 221806 Submitted by: lbartoletti@tuxfamily.org (maintainer)
| * Update to 2.14sunpoet2017-08-262-7/+6
| | | | | | | | | | | | - Pet portlint: move BROKEN_* upward Changes: http://search.cpan.org/dist/Net-SSH-Perl/Changes