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

398224 Commits

Author SHA1 Message Date
Palle Girgensohn
4322ab4ab6 Update to beta3
Clean up telegraf.conf [1]

PR:	210622 [1]
2016-08-05 14:15:46 +00:00
Mark Felder
1f3bf39eae devel/p5-XSLoader: Update to 0.22
This update resolves a local arbitrary code execution CVE.

PR:		211561
MFH:		2016Q3
Security:	CVE-2016-6185
2016-08-05 14:00:54 +00:00
Mark Felder
bbbd5f4eba Update vuxml entry for perl to correct range for perl5-devel 2016-08-05 13:54:47 +00:00
Thomas Zander
58972543d3 Update to upstream version 5.30.2, add QT5 support via OPTION knob
PR:		211539
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-08-05 13:50:27 +00:00
Mathieu Arnold
ae6b7ec077 Add p5-Net-SSH-AuthorizedKeysFile.
Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys"
files.  "authorized_keys" files contain public keys and meta
information to be used by "ssh" on the remote host to let users in
without having to type their password.

Sponsored by:	Absolight
2016-08-05 13:31:28 +00:00
John Marino
ac0bfd15a8 deskutils/pinot: USES+= execinfo rather than hardcoded LIB_DEPENDS
No revbump necessary, execinfo wouldn't be registered on most platforms.

Approved by:	infrastructure blanket (removal of redundant deps)
2016-08-05 13:01:24 +00:00
Vsevolod Stakhov
3cf4021900 mail/rspamd:
- Fix conflicts
- Fix openssl usage
- Fix rspamd.newsyslog.conf installation path
- Fix formatting

mail/rspamd-devel:
- Update to a569362
- Fix LICENSE
- Fix openssl usage
- Fix fuzzy sample config install path
- Fix formatting

PR:		211584
Submitted by:	Alexander Moisseev
2016-08-05 10:20:22 +00:00
Alexey Dokuchaev
e871459a66 Update to version 0.5.21. 2016-08-05 10:08:36 +00:00
Alexey Dokuchaev
203f3f0f64 Add a port of Shed Skin, an experimental compiler that can translate pure,
but implicitly statically typed Python programs into optimized C++.

While here, sort entries in `devel/Makefile' (once again).

PR:	211572
2016-08-05 09:09:56 +00:00
Dmitry Marakasov
97ef227365 - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-08-05 09:01:01 +00:00
Philippe Audeoud
2428d47de8 - Update to 0.23 2016-08-05 08:22:25 +00:00
Philippe Audeoud
af80369902 - Update to 1.58 2016-08-05 08:20:03 +00:00
Vanilla I. Shu
bf22eba53f Update to 1.0.3. 2016-08-05 08:14:39 +00:00
Alexey Dokuchaev
0d7c0e7dad Update SLADE to version 3.1.1.3. 2016-08-05 08:06:07 +00:00
Kevin Lo
0e4791739f Import py-horoscopegenerator 0.1.8
py-horoscopegenerator generates horoscopes using context-free grammar.
2016-08-05 07:55:33 +00:00
Alexey Dokuchaev
66dd5b05c7 - Install official PDF User Guide as part of the documentation (version
number is hardcoded as it is not always in sync with the PORTVERSION)
- Make telescope control plugin (and Qt5SerialPort dependency) optional
- Remove enforced distfiles checksum recalculation added in r377577: it
  turned out that updating distinfo manually is easier and a lot faster
- Replace some options imperative (explicit) handling with helper knobs
- Do not install high resolution textures by default, since they do not
  have their prime meridians recalibrated yet while stock textures have

Discussed with:	Alexander Wolf (upstream)
2016-08-05 07:49:18 +00:00
Kevin Lo
4ec97f59dd Add a conditional depends on devel/py-monotonic for faster operations in
some functions on Python 2.  See:
https://github.com/Uberi/speech_recognition/#monotonic-for-python-2-for-faster-operations-in-some-functions-on-python-2

Spotted by:	koobs
2016-08-05 07:40:36 +00:00
Kevin Lo
da80001ec9 Import imgurpython 1.1.7
Imgurpython is a Python client for the Imgur API.
2016-08-05 06:39:13 +00:00
Kevin Lo
348a89efb4 Import py-telepot 8.3
Telepot is a Python framework for Telegram Bot API.
2016-08-05 04:52:01 +00:00
John Marino
b95421020d math/R: maintainer rework
See PR for signficant changes to math/R port including options,
build defaults, and patch updates.

PR:		211393
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 02:30:18 +00:00
Jan Beich
e82895bb9b audio/alsa-{lib,utils}: update to 1.1.2
Changes:	http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2
ABI:		http://abi-laboratory.pro/tracker/compat_report/alsa/1.1.1/1.1.2/6d65a/abi_compat_report.html
MFH:		2016Q3
2016-08-05 01:51:43 +00:00
John Marino
8866cc102d mail/thunderbird-dictionaries: Rework (options invalid)
It is not valid to define PORT_OPTIONS variable directly (this is done
through OPTIONS_DEFINE and related variables) and definitely they can't
be modified after inclusions of bsd.port.pre.mk or bsd.port.options.mk
fragments.

Since the port needed to be reworked anyway, I simplified it a lot.  I
removed a shell command (with 3 pipes!) completely.  I saw several ways
to create ${ALLDICTS} with basic makefile techniques, but in the end
it wasn't even necessary.

I eliminated the "ALL" option.  It didn't make sense.  If "ALL" was set,
it would override the individual language options (leading to possible
confusion) and the "ALL" option was set by default, and then it even
checked PACKAGE_BUILDING to override the value to ALL again.  I have to
assume that it wasn't originally set up that way but changed over time.
Now only the language options are there and they are all "ON" by default.
It's simpler to disable languages than before (no need to deselect "ALL"
option first).

The <pre> and <post> inclusions were removed, they aren't necessary.
The PLIST substitutions are made with standard OPTIONS_SUB technique.

The work is verified by checking SELECTED_OPTIONS and DESELECTED_OPTIONS
which now show the correct values and the dependencies registered to the
built package now match the port.

Approved by:	infrastructure blanket (fix options)
2016-08-05 00:28:22 +00:00
Jung-uk Kim
abdab672df - Fix build when CC contains "/".
- Fix license.
2016-08-04 23:59:15 +00:00
Adam Weinberger
a4253e6583 In r419482, which made the p5-IO-Socket-IP dependency conditional, I forgot
to remove the hard dependency on it. This commit fixes that, but requires
bumping PORTREVISION again due to the dependency change.

While here, remove the ipv6 category assignment. It's not widely used,
and Mojolicious supports IPv6 when used with modern Perl.
2016-08-04 23:23:26 +00:00
Muhammad Moinur Rahman
805387703c graphics/ipe: Update version 7.2.3=>7.2.5
- Reorganize USE_QT5

Submitted by:	k.oikonomou@att.net
2016-08-04 21:48:12 +00:00
Tijl Coosemans
13cba02c94 Depend on linux-c6-pixman. 2016-08-04 20:29:57 +00:00
Tijl Coosemans
5fa40fe75d Add x11/linux-c6-pixman, required by graphics/linux-c6-cairo.
Submitted by:	jkim
2016-08-04 20:29:13 +00:00
Tijl Coosemans
d112673b72 Add standard immodules and generate immodules.cache on package installation. 2016-08-04 20:23:23 +00:00
Rusmir Dusko
4f5f321615 - Update to 16.8.0, please see
/usr/local/share/doc/smplayer/Changelog
2016-08-04 20:22:01 +00:00
Danilo Egea Gondolfo
a116c073f3 - Update to 0.20160801 2016-08-04 19:57:15 +00:00
Danilo Egea Gondolfo
9b06ccd1c6 - Update to 2.27 2016-08-04 19:50:46 +00:00
Pawel Pekala
5fc4c8f2f1 - Update to version 1.4.10 [1]
- Move variables declarations before options block
- Use option helpers for install target

PR:		211560 [1]
Submitted by:	maintainer [1]
2016-08-04 19:29:35 +00:00
Tijl Coosemans
0c5aac4426 Generate loaders.cache on package installation. 2016-08-04 19:27:07 +00:00
John Marino
044e3a6784 security/fwbuilder: Fix bad RUN_DEPENDS specification for rcs
The fwbuilder makefile specifies devel/rcs as a run dependency for
FreeBSD 10 and later, but the specification is ignored on a stock
FreeBSD 10.3 installed from an ISO.  At some point rcs was removed
before FreeBSD-10 release, but it seems to have been put back and
controlled with a build knob, so it may or may not be present on
FreeBSD 10 or later.

Change the test from checking OSVERSION to checking for the existence
of /usr/bin/rcs.  It's a better chek and it fixes a potential dependency
mismatch issue between the port and the built package.

While here, change RUN_DEPENDS= to RUN_DEPENDS+= to avoid a potential
overwrite of existing values.

Approved by:	infrastructure blanket (redundant deps work)
2016-08-04 19:25:45 +00:00
Alexey Dokuchaev
d2bb45f9b3 Update to version 0.15.0. 2016-08-04 19:17:44 +00:00
Bernard Spil
105c6363a7 security/openssl-devel: Update to 1.1.0-pre6
- Update to 1.1.0-pre6 first BETA
  - Remove defunct post-patch target
  - pkg-message.in is now pkg-message
  - Replace ALPHA with BETA
  - Fix pkg-plist
2016-08-04 19:06:07 +00:00
Kurt Jaeger
5b9cf509a4 x11/workrave: 1.10.1 -> 1.10.15
- Switch to Gtkmm 3.0
- Switch to GitHub
- Take maintainership
- Move sound output to external script and remove PULSEAUDIO and
  GSTREAMER options keeping dependencies small
- See URL for changes since 1.10.1
- submitter becomes maintainer

No GNOME/XFCE/Cinnamon applets are build atm. Submitter does not use them
so can't test them and has not added support for them. If
someone wants them please submit patches. The trayicon works fine.

PR:		211297
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-08-04 19:06:00 +00:00
Renato Botelho
a7636e91f1 - Update net/tcpdump to 4.8.0
- Fix ambiguous specification of libpcap by using libpcap from base [1]

PR:		211578 [1]
Sponsored by:	Rubicon Communications (Netgate)
2016-08-04 18:49:48 +00:00
Renato Botelho
bb66768020 - Update net/libpcap to 1.8.0
- Force it to use flex from ports since version available on base is not
  new enough

Sponsored by:	Rubicon Communications (Netgate)
2016-08-04 18:48:54 +00:00
Olli Hauer
1bec1395d9 - add patch to modify apr1 poll() emulation to match behavior expected by serf
serf depends on the poll emulation in apr returning a POLLERR event if a
  non-blocking connect() attempt fails in order to trigger an IPv6 -> IPv4
  fallback, or a fallback to another address for a multi-homed host.  On
  FreeBSD, the poll emulation is done using kqueue, and the result returned by
  the poll() emulation is POLLIN + POLLHUP.

- upstream apache PR:
  https://bz.apache.org/bugzilla/show_bug.cgi?id=59914

PR:		211430
Submitted by:	Don Lewis (truckman@)
MFH:		2016Q3
2016-08-04 18:44:21 +00:00
Kurt Jaeger
06719e2885 New port: graphics/py-traitsui
The traitsui project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits
API (views, items, editors, etc.), and let traitsui and your selected
toolkit and back-end take care of the details of displaying them.

The following GUI backends are supported:
 * wxPython
 * PyQt
 * PySide

WWW: https://docs.enthought.com/traitsui

PR:		204433
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>
2016-08-04 18:25:04 +00:00
Mark Felder
a05e377926 Fix vuxml entry for recent perl vulnerabilities to correctly match package names
PR:		211561
2016-08-04 18:19:00 +00:00
Sofian Brabez
3375231cf6 - Fix ambiguous specification of libpcap by using libpcap from base
- Regenerate patch using make makepatch
- Make happy portlint

PR:	211578
Submitted by:	marino
2016-08-04 18:14:31 +00:00
Mark Felder
14b933b2c1 Document p5-XSLoader vulnerability
PR:		211561
Security:	CVE-2016-6185
2016-08-04 18:12:35 +00:00
Tijl Coosemans
1221eb1e10 Make the port actually work with the current ports tree. 2016-08-04 18:06:35 +00:00
Kurt Jaeger
28e853bfc7 New port: devel/py-pyface
The pyface project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits API
(views, items, editors, etc.), and let pyface and your selected
toolkit and back-end take care of the details
of displaying them.

The following GUI backends are supported:
 * wxPython
 * PyQt
 * PySide

WWW: https://docs.enthought.com/pyface

PR:		204432
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>
2016-08-04 18:02:46 +00:00
Mark Felder
3f7cf88040 Document perl vulnerability
PR:		211561
Security:	CVE-2016-1238
2016-08-04 17:52:36 +00:00
Kurt Jaeger
d5e2516b70 New port: devel/py-apptools
The apptools project includes a set of packages that Enthought has
found useful in creating a number of applications.

- apptools.appscripting: Framework for scripting applications.
- apptools.help: Provides a plugin for displaying documents and examples.
- apptools.io: Provides an abstraction for files and folders in a
  file system.
- apptools.logger: Convenience functions for creating logging handlers
- apptools.naming: Manages naming contexts, supporting non-string data
  types and scoped preferences
- apptools.permissions: Supports limiting access to parts of an application
  unless the user is appropriately authorised (not full-blown security).
- apptools.persistence: Supports pickling and restoring the state of an
  object.
- apptools.preferences: Manages application preferences.
- apptools.selection: Manages the communication between providers and
  listener of selected items in an application.
- apptools.scripting: A framework for automatic recording of Python scripts.
- apptools.sweet_pickle: Handles class-level versioning, to support
  loading of saved data that exist over several generations of
  internal class structures.
- apptools.template: Supports creating templatizable object hierarchies.
- apptools.type_manager: Manages type extensions, including factories to
  generate adapters, and hooks for methods and functions.
- apptools.undo: Supports undoing and scripting application commands.

WWW: https://docs.enthought.com/apptools

PR:		204431
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>
2016-08-04 17:48:00 +00:00
Tijl Coosemans
7b99df4e0d Add dependency on linux-c6-jpeg. 2016-08-04 17:45:51 +00:00
Sunpoet Po-Chuan Hsieh
1b7c40e8e0 - Remove {BUILD,RUN}_DEPENDS: Socket 1.97+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change

Notified by:	adamw
2016-08-04 17:45:13 +00:00