Commit Graph

399532 Commits

Author SHA1 Message Date
Kevin Lo
e6acdfbc6b Import py-nnpy 1.2
py-nnpy is CFFI-based Python bindings for nanomsg.
2016-08-24 14:00:34 +00:00
Torsten Zuehlsdorff
7d3360f33b games/manaplus: submitter becomes maintainer
PR:           211222
Submitted by: Thibault Payet <monwarez@mailoo.org>
Approved by:  junovitch (mentor)
2016-08-24 13:48:42 +00:00
Gerald Pfeifer
65bfb4ce38 Pet portlint in terms of patch file format. 2016-08-24 13:32:58 +00:00
Mathieu Arnold
5ab3a2ed29 Can't use GSSAPI from base when using OpenSSL from ports.
It kinda works when both OpenSSL have the same options, but fails in
strange ways if they do not.

Sponsored by:	Absolight
2016-08-24 13:03:30 +00:00
Jan Beich
e7c25f9f24 devel/android-tools-{adb,fastboot}: update to 7.0.0.r1 (nougat)
Changes:	https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
2016-08-24 12:41:31 +00:00
Dmitry Marakasov
1bea43a3af - Update to 0.4.0
PR:		212089
Submitted by:	jrm@ftfl.ca (maintainer)
2016-08-24 11:55:47 +00:00
Carlos J. Puga Medina
df15301c3c - Update to 7.4.4
- Use PORTVERSION instead of DISTVERSION
- Add patch to fix boehm-gc on sparc

Log:
- Eliminate 'signed-to-unsigned value extension' compiler warning in malloc.
- Eliminate 'variable set but not used' Cppcheck warnings in test_stack.
- Fix GCC 5.x compatibility for AArch64 double-wide primitives.
- Fix makefile preventing AO_pause undefined in libatomic_ops_gpl.
- Fix missing casts to match printf format specifier in test_atomic.
- Fix missing output folder on making auto-generated test files (Automake).
- Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE).
- Minor fix of code alignment in mips AO_compare_and_swap.
- Remove TODO file.
- Restore contribution info in ChangeLog for authors not listed in git log.

Submitted by:	cpm
Reviewed by:	amdmi3, feld, junovitch (mentors)
Approved by:	maintainer timeout (3 weeks)
Differential Revision:	D7311
2016-08-24 10:53:33 +00:00
Pietro Cerutti
4a49d0f5a1 databases/speedtables: update to 1.10.1
Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.10.1
2016-08-24 09:57:07 +00:00
Jimmy Olgeni
eaef94b5ff Add devel/elixir-stemmer, an English stemmer implementation in Elixir. 2016-08-24 09:49:04 +00:00
Jimmy Olgeni
9bb46afee5 Add devel/elixir-simple_bayes, a Naive Bayes machine learning
implementation in Elixir.
2016-08-24 09:39:45 +00:00
Jimmy Olgeni
68e598245a Add devel/elixir-math, a math library for Elixir.
(GH_TAGNAME is required here, pending an official tag on GH)
2016-08-24 09:31:08 +00:00
Tobias C. Berner
e225b301e9 Fix usage description of kde.mk
kde.mk needs to have an argument. So USES=kde is not
valid.

Approved by:	mat (mentor)
2016-08-24 09:26:50 +00:00
Dmitry Marakasov
611d9f8917 - Switch to USES=tar
- Fix LICENSE, don't install license with docs
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-08-24 09:01:18 +00:00
Jimmy Olgeni
efc5602b0f Add devel/elixir-swarm, a clustering, registration, and distribution
library for Elixir.
2016-08-24 08:59:46 +00:00
Kevin Lo
1e85f3df30 Import py-Tenjin 1.1.1.
Tenjin is a very fast and full-featured template engine implemented
in pure Python.
2016-08-24 08:59:01 +00:00
Jimmy Olgeni
bb30dceb49 Update devel/elixir-msgpax to version 1.0.0. 2016-08-24 08:25:11 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Raphael Kubo da Costa
558a51279c Import upstream patch to fix the detection of clang's version number.
Our clang reports itself as "FreeBSD clang version x.y.z" instead of just
"clang version x.y.z", which was preventing the sed pattern used in the
configure script from matching and thus QT_CLANG_MAJOR_VERSION and
QT_CLANG_MINOR_VERSION were never defined. One of the consequences is that
tests for those values in mkspecs later always failed, which led to some
features such as C++14 support being disabled.

PR:		210327
MFH:		2016Q3
2016-08-24 08:12:34 +00:00
Gerald Pfeifer
85f4e584bd Update to the 20160823 snapshot of GCC 5.4.1. 2016-08-24 08:07:47 +00:00
Jimmy Olgeni
41cd68c80d Update devel/erlang-gpb to version 3.25.1. 2016-08-24 08:04:50 +00:00
Palle Girgensohn
f19244e692 Use distversion instead of portversoin + gh_tagname 2016-08-24 07:58:19 +00:00
Kevin Lo
005f9f2604 Remove usbd rc.d script, we don't have it.
Reviewed by:	kwm
2016-08-24 07:49:40 +00:00
Jimmy Olgeni
deb65fb077 Update devel/elixir-apex to version 0.5.2. 2016-08-24 07:46:22 +00:00
Philippe Audeoud
2bb1d475c5 - Update to 2.037 2016-08-24 07:41:44 +00:00
Jung-uk Kim
2527f5f2d9 Update to use Apache Ant 1.9.7. 2016-08-24 06:20:57 +00:00
Vanilla I. Shu
5befc129ce Add py-opster 4.1, command line parsing speedster.
PR:		212040
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-08-24 06:17:24 +00:00
Jung-uk Kim
85d1c0cdf1 Update to 1.9.7. 2016-08-24 06:04:30 +00:00
TAKATSU Tomonari
2dbcfc0711 - Update to 1.3-7 2016-08-24 06:03:22 +00:00
TAKATSU Tomonari
66a3d1f205 - Update to 0.3.2.9.0
- Add "compiles" argument to USES=cran
2016-08-24 05:58:34 +00:00
Jung-uk Kim
37cf1f78c3 Fix USE_JAVA and unbreak build. 2016-08-24 05:53:24 +00:00
Kurt Jaeger
9083800093 net/3proxy: fix ftppr
- See also: https://github.com/z3APA3A/3proxy/issues/68

PR:		209463
Submitted by:	emz@norma.perm.ru
Approved by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
2016-08-24 04:43:11 +00:00
Kurt Jaeger
7be3af8800 net/kamailio: 4.4.1 -> 4.4.2
- commented out atomic_ops patches as suggested in PR#210439

PR:		210439
Changes:	http://www.kamailio.org/pub/kamailio/4.4.2/ChangeLog
Submitted by:	r.barenthin@terralink.de
2016-08-24 04:17:52 +00:00
Kurt Jaeger
d0669fb475 New port: www/ufdbguard: squidGuard fork compatible with newer squid versions
ufdbGuard is a URL filter for the Squid web proxy. Besides blocking
access from PCs and smartphones to undesired websites, ufdbGuard
has safety features to make browsing safer and to block remote
access. ufdbGuard supports configuration of groups with different
web access policies, SafeSearch enforcement, SSH tunnel detection,
safer HTTPS traffic, time-based access rules and much more.

WWW: https://www.urlfilterdb.com/

PR:		212044
Submitted by:	Pavel Timofeev <timp87@gmail.com>
2016-08-24 04:09:45 +00:00
Cy Schubert
8fa20b7b02 Fix Makefile typo. 2016-08-24 03:26:47 +00:00
Cy Schubert
f085ee434c Rmove/merge redundant USES line. 2016-08-24 03:23:25 +00:00
Cy Schubert
489e4b4537 Record an indirect libwww dependency. 2016-08-24 03:21:59 +00:00
Cy Schubert
ac98dd167e Switch to USES=ssl. 2016-08-24 03:20:46 +00:00
Cy Schubert
efc26bf84c Fixup sntp.8 man page formatting. This commit is the same as r304721
in base.

Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
Discussed with:	bjk@
2016-08-24 02:59:06 +00:00
Vanilla I. Shu
d7559e5f64 Update to 0.9.3. 2016-08-24 02:17:02 +00:00
Vanilla I. Shu
d995ae45c6 Update to 0.9.0. 2016-08-24 02:07:46 +00:00
Palle Girgensohn
765c426554 Update telegraf to 1.0.0-rc1 2016-08-23 21:55:34 +00:00
John Marino
a819ff5bf7 audio/zinf: document ncurses requirement
While here, import several dports patches to add missing headers
for c++.
2016-08-23 21:21:05 +00:00
Pawel Pekala
91a030d64a Update to version 0.28
PR:		211985
Submitted by:	Zsolt Udvari (maintainer)
2016-08-23 21:06:20 +00:00
Ruslan Makhmatkhanov
1576fd005d net-p2p/deluge: fix up OPT_USE and OPT_VARS
Align OPT_USE and OPT_VARS usage to Porter's Handbook.
2016-08-23 21:04:58 +00:00
Pawel Pekala
789b47b922 - Make FIREBIRD, MYSQL, PGSQL, SQLITE actually work. By providing correct
include directories via MAKE_ENV makes this ports detect installed client
  db libraries and produce include files and static libraries for each
  supported database.
- Respect CFLAGS and LDFLAGS during build, disable optimized compilation
  flags via HB_BUILD_OPTIM=no - this removes -O3 flag from CFLAGS
- Convert to options helpers, USES=ssl
- Use options substitutions for optional database support files
- Sort pkg-plist

PR:		211839
Submitted by:	myself
Approved by:	maintainer
2016-08-23 20:42:23 +00:00
John Marino
d61f427452 www/wml: mark broken due to missing upstream (unfetchable)
The WWW string points to berlios which is long gone.  Now the souceforge
project thewml seems to be gone.  Fetching fails so mark wml broken.

Note: this port needs to document ncurses requirement too.
2016-08-23 20:33:06 +00:00
Pawel Pekala
29f7b3d828 - Fix build after databases/sqlite update
- Convert to USES=localbase
- Register proxy dependencies found by stage-qa
2016-08-23 20:31:07 +00:00
Pawel Pekala
d3c4d47567 Update to version 3.14.1
PR:		211725
Submitted by:	Pavel Volkov (maintainer)
2016-08-23 20:28:17 +00:00
Pawel Pekala
181aaf0c88 - Update to version 3.14.1
- Add UNKNOWN_SQL option

PR:		211724
Submitted by:	Pavel Volkov (maintainer)
2016-08-23 20:26:24 +00:00
John Marino
0dcc8837b7 editors/mg: document and fix ncurses requirement
Approved by:	ncurses blanket
2016-08-23 20:18:14 +00:00