1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

29241 Commits

Author SHA1 Message Date
Roman Bogorodskiy
c08d2012b6 Add py-openstackclient 1.9.0, client for the OpenStack.
PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-12 10:25:50 +00:00
Roman Bogorodskiy
10dfaf0266 Add py-neutronclient 6.0.0, client for the OpenStack Neutron API.
PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-12 10:25:14 +00:00
Roman Bogorodskiy
f79b9df8f2 Add py-keystoneclient 3.5.0, client for the OpenStack Keystone API.
PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-12 10:24:37 +00:00
Roman Bogorodskiy
1ae3dc300c Add py-glanceclient 2.5.0, client for the OpenStack Glance API.
PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-12 10:23:58 +00:00
Roman Bogorodskiy
6192b3b66a Add py-cinderclient 1.9.0, client for the OpenStack Cinder API.
PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-12 10:23:05 +00:00
Mathieu Arnold
d2ee114906 Fix comparing versions.
In Perl, versions are not numbers. While they may look like numbers,
they are not, they are kind of special strings and should be treated as
such.

Reported by:	bjornr isnic is
Sponsored by:	Absolight
2016-10-12 10:17:47 +00:00
Roman Bogorodskiy
faabf239b3 net/py-novaclient: update to 6.0.0
PR:		213337
Submitted by:	Alexander Nusov
2016-10-12 05:02:00 +00:00
Ryan Steinmetz
1b65e6ee76 - Update to 4.3.5 2016-10-12 04:00:51 +00:00
Carlos J. Puga Medina
9a4ab5f775 - Remove net/py-uritemplate.py since upstream has consolidated on net/py-uritemplate (https://github.com/sigmavirus24/uritemplate/issues/27)
Approved by:	feld (mentor)
Differential Revision:	D7896
2016-10-12 00:46:35 +00:00
Pawel Pekala
9964b877f3 Update to version 0.6
PR:		213366
Submitted by:	Andy Kosela (maintainer)
2016-10-11 21:32:30 +00:00
Pawel Pekala
4132f14195 - Update to version 0.9, now hosted on GitHub [1]
- Sort USE_PHP, move to correct place

PR:		213259 [1]
Submitted by:	maintainer [1]
2016-10-11 19:56:43 +00:00
Hiroki Sato
1623fafd3f Use WRKSRC_SUBDIR instead of redefining WRKSRC.
Spotted by:	mat
2016-10-11 08:22:57 +00:00
Hiroki Sato
680e72d7ec - Update to use freebsd-net/packetdrill repository instead of
Google's one.  It includes various fixes for FreeBSD and has been
  maintained by FreeBSD developers.

- Drop binaries for testing.

- Set maintainership to gnn@.

Discussed with:	tuexen and gnn
2016-10-11 03:12:03 +00:00
Wen Heping
2de3d3ccae - Update to 1.0.17 2016-10-10 23:27:44 +00:00
Carlo Strub
6692012c61 Update to 3.4.0 2016-10-10 20:49:45 +00:00
Ruslan Makhmatkhanov
481dcdc71a pecl-oauth is a php interface to the oauth protocol.
Oauth is an authorization protocol built on top of
HTTP which allows applications to securely access
data without having to store usernames and passwords.

WWW: http://pecl.php.net/package/oauth/

PR:		212773
Submitted by:	dbaio@bsd.com.br
2016-10-10 20:12:31 +00:00
John Marino
37dd64c7bb net/anet: Upgrade version 0.3.3 => 0.3.4
The TCP_NODELAY was incorporated upstream (different implementation)
and socket shutdown is now supported as well.
2016-10-10 15:58:40 +00:00
Frederic Culot
bb91d541e6 net/kippo: 0.8 -> 0.9
PR:		213306
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-10-10 15:30:10 +00:00
Joe Marcus Clarke
00f59d96a0 Partially revert the PAM changes to once again use pkg-message to discuss
PAM config.  This avoids overwriting existing PAM config files.  But correct
text for the modern PAM system.
2016-10-10 13:36:26 +00:00
Antoine Brodin
717d59a6b8 Convert to USES=jpeg 2016-10-10 06:35:03 +00:00
Kubilay Kocak
fe5af3d123 [NEW] net/py-sshuttle: Full-featured VPN over an SSH tunnel
As far as I (the author) knows, sshuttle is the only program that solves
the following common case:

 * Your client machine (or router) is Linux, FreeBSD, or MacOS.
 * You have access to a remote network via ssh.
 * You don't necessarily have admin access on the remote network.
 * The remote network has no VPN, or only stupid/complex VPN protocols
   (IPsec, PPTP, etc). Or maybe you are the admin and you just got
   frustrated with the awful state of VPN tools.
 * You don't want to create an ssh port forward for every single host/port
   on the remote network.
 * You hate openssh's port forwarding because it's randomly slow and/or
   stupid.
 * You can't use openssh's PermitTunnel feature because it's disabled by
   default on openssh servers; plus it does TCP-over-TCP, which has
   terrible performance

WWW: https://github.com/sshuttle/sshuttle

While I'm here, patch out pytest-runner from setup_requires and add it
to tests_require. It's a test dependency, and pytest upstream
shouldn't 'recommend' otherwise in its 'Usage:' docs.

[1] https://github.com/sshuttle/sshuttle/issues/115

Requested by:	John Kozubik (rsync.net, Inc) via freebsd-jobs
2016-10-10 05:13:54 +00:00
Joe Marcus Clarke
8aff75ab74 * Fix PAM installation [1]
* Fix build with mDNSResponder [2]

PR:		213349 [1]
		213350 [2]
2016-10-10 03:46:59 +00:00
Colin Percival
f42a9340f9 Update bsdec2-image-upload to version 1.1.0. This new version makes use
of the DescribeRegions API call to get a list of EC2 regions rather than
using a static list compiled in; some users may need to update their IAM
policies to allow DescribeRegions.
2016-10-10 02:07:49 +00:00
Adam Weinberger
3cdd7f3be2 Update to 1.016, and strip XS module.
Changes: https://metacpan.org/changes/distribution/Net-Interface
2016-10-09 15:47:37 +00:00
Vanilla I. Shu
983b7efd5a Update to 0.8.0. 2016-10-09 15:27:16 +00:00
Jan Beich
f5f47a5a4e devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
2016-10-09 12:10:02 +00:00
Guido Falsi
1950eb3a9d Update asterisk-g72x to 1.4 2016-10-09 11:34:00 +00:00
Tobias C. Berner
e0f15ade57 Set PORTSCOUT in net/libmediawiki
The last version of net/libmediawiki is 4.12.0.
Afterwards it was unbundled from graphics/digikam's distfile,
but was never released in  a tarball of its own.

Approved by:	rakuco (mentor)
2016-10-09 08:51:26 +00:00
Wen Heping
7914b230da - Update to 0.6.2
PR:		213185
Submitted by:	meta+ports@vmeta.jp(maintainer)
2016-10-09 03:18:00 +00:00
Adam Weinberger
7d93a980b7 Update to 0.85.
Changes: https://metacpan.org/changes/distribution/Net-GitHub
2016-10-08 23:10:51 +00:00
Adam Weinberger
b0a1f291d5 Update to 3.10.
Changes: https://metacpan.org/changes/distribution/libnet
2016-10-08 23:07:25 +00:00
Joe Marcus Clarke
b7441e8990 Update to 3.1.10.
* Clean up the port to use the new OPTIONS framework [1]
* Make sure to use the right Python executable for afpstats [2]

PR:		213192 [2]
Submitted by:	bofh [1]
Differential Revision:	D7537 [1]
2016-10-08 20:25:14 +00:00
Carlos J. Puga Medina
661d755217 - Update ocserv to 0.11.5 release
Changelog:
  http://lists.infradead.org/pipermail/openconnect-devel/2016-September/003972.html

Reviewed by:	pi, feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D8024
2016-10-07 22:34:04 +00:00
Antoine Brodin
d289186588 Hook tcptestsuite to the build 2016-10-07 16:32:02 +00:00
George V. Neville-Neil
1a3ddb1090 Undo accidental inclusion of packetdrill update in tcptestsuite commit 2016-10-07 15:10:09 +00:00
George V. Neville-Neil
caab20e423 Add a port for a set of scripts to test TCP using packetdrill
Sponsored by:	Dell EMC Isilon
2016-10-07 15:01:12 +00:00
Wen Heping
9aa44c069f - Update to 3.19
Changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-SOAP-3.19/ChangeLog
2016-10-07 09:51:19 +00:00
Sean Bruno
c97ba2fb79 Add kmod port for the exact tar archive from Intel's download site for
those folks who don't want to use the FreeBSD supported version.

PR:	212828
Submitted by:	 Sergey Kozlov <kozlov.sergey.404@gmail.com>
Reviewed by:	Franco Fichtner <franco@opnsense.org>
2016-10-06 20:20:54 +00:00
Sean Bruno
51c068a4b2 Change MAINTAINER variable to support using this as a master port
for other slave ports.

PR:	212828
Submitted by:	 Sergey Kozlov <kozlov.sergey.404@gmail.com>
Reviewed by:	Franco Fichtner <franco@opnsense.org>
2016-10-06 20:18:31 +00:00
Pawel Pekala
0c12568d73 - Update to version 5.17.0
- Add LICENSE information
- Register dependencies found by stage-qa
- Drop maintainership
2016-10-06 17:03:22 +00:00
Dmitry Marakasov
4461dadc60 - Fix page zeroing (http://dpdk.org/dev/patchwork/patch/15211/)
- Added options for DEBUG and TOOLS
- Added WWW:

PR:		212923
Submitted by:	rum1cro@yandex.ru
Approved by:	bruce.richardson@intel.com (maintainer)
2016-10-06 16:23:45 +00:00
Wen Heping
ebed5833bc - Update to 0.1.5
PR:		213203
Submitted by:	bradleythughes@fastmail.fm(maintainer)
2016-10-06 13:49:33 +00:00
Mark Linimon
5be266ce8a Fails to configure on sparc64. 2016-10-05 19:37:03 +00:00
John Marino
7b5638920f net/tigervnc(-devel): runtime and stage-QA fix
Previous attempts to run tigervnc resulted in the server quitting:
  vncserver: couldn't find "mcookie" on your PATH

With the attached patch, the vncserver now generates the "magic cookie".
While here, add the missing vietnamese translation to fix stage-QA checks.
The -devel version got the same fix and was revbumped even though it is
still ignored since it's no newer than the stable version.

PR:		213150
Reported by:	Zane Bowers-Hadley (vvelox [at] vvelox.net)
Submitted by:	maintainer
2016-10-05 15:38:16 +00:00
Emanuel Haupt
273341876b - Update to 1.5.20160301
- Add license
2016-10-05 13:07:41 +00:00
Ryan Steinmetz
516eee31a0 - Update to 0.9.7
- Specify path to pidfile in rc script

PR:		210912, 213030
Submitted by:	Marc Siebeneicher, Brent Busby
2016-10-03 20:52:58 +00:00
Kurt Jaeger
191faada0a net/kamailio: 4.4.2 -> 4.4.3, add dialplan module [1]
Changes:	http://www.kamailio.org/pub/kamailio/4.4.3/ChangeLog
Submitted by:	Clock Source <clock.source@mail.ru> [1]
2016-10-03 20:27:09 +00:00
Jan Beich
ba3ffd9b12 graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
2016-10-03 17:47:08 +00:00
Tom Judge
b36c90a440 Update to 5.14.1
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338124
2016-10-03 16:01:17 +00:00
Thomas Zander
84e08b2d15 New OPTIONs, general cleanup
Detailed log
- New option WEBP
- Add WEBP to OPTIONS_DEFAULT
- Added ssl to USES
- USE_GNOME for dependencies on gnome components
- Bump PORTREVISION

PR:		213158
Submitted by:	Ultima1252@gmail.com (maintainer)
Reviewed by:	riggs
Approved by:	Ultima1252@gmail.com (maintainer)
2016-10-03 15:50:29 +00:00