syslog-ng (Syslog New Generation) is a powerful replacement for the standard syslogd. Features include: - ability to filter messages based on content using regular expressions - forwarding logs on TCP WWW: http://www.balabit.com/products/syslog_ng/ -Vince Valenti vince@blue-box.net hed> b2012f72500300ecbba6933c68717ba52c454563 FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Mark BROKEN: depends on conflicting dependencies 2018-04-05T16:31:06+00:00 antoine antoine@FreeBSD.org 2018-04-05T16:31:06+00:00 8d7c4e003f7f79ae04c2db763cc7340c19e55019 pkg-static: py27-psutil121-1.2.1_2 conflicts with py27-psutil-5.4.3 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/psutil/__init__.py Reported by: pkg-fallout
pkg-static: py27-psutil121-1.2.1_2 conflicts with py27-psutil-5.4.3 (installs files into the same place).  Problematic file: /usr/local/lib/python2.7/site-packages/psutil/__init__.py

Reported by:	pkg-fallout
Fix WWW 2018-03-17T10:45:29+00:00 sunpoet sunpoet@FreeBSD.org 2018-03-17T10:45:29+00:00 e670f98c7eed2a4a32fe3d8cd2fd866e7c75de13 Approved by: portmgr (blanket)
Approved by:	portmgr (blanket)
- Fix shebangs 2018-03-15T17:52:27+00:00 amdmi3 amdmi3@FreeBSD.org 2018-03-15T17:52:27+00:00 ff984c252160cefee981a6f4e054d1fb790a201a - Add missing dependency on bash Approved by: portmgr blanket
- Add missing dependency on bash

Approved by:	portmgr blanket
Convert Python ports to FLAVORS. 2017-11-30T15:50:30+00:00 mat mat@FreeBSD.org 2017-11-30T15:50:30+00:00 32512cab3e8dd90b7cd0525bb5dc98007db431e2 Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
emulators/py-nova: fix floating ips and serial console 2017-01-26T14:23:02+00:00 novel novel@FreeBSD.org 2017-01-26T14:23:02+00:00 d93e957f1bd309ce963193d2a5d072fa7f47627e - fix floating IP API (missing join of fixed_ip column) - fix serial console on Xen (empty log in nova/horizon) PR: 216376 Submitted by: maintainer
 - fix floating IP API (missing join of fixed_ip column)
 - fix serial console on Xen (empty log in nova/horizon)

PR:		216376
Submitted by:	maintainer
emulators/py-nova: update to 14.0.3 2017-01-21T04:14:35+00:00 novel novel@FreeBSD.org 2017-01-21T04:14:35+00:00 6b2ef35c3c348074aa7873cdb83378def3f9d791 - update to 14.0.3 - add nova-novncproxy service - fix booting from cinder volumes PR: 216314 Submitted by: maintainer
 - update to 14.0.3
 - add nova-novncproxy service
 - fix booting from cinder volumes

PR:		216314
Submitted by:	maintainer
Add emulators/py-nova 14.0.2, Openstack Compute Service 2016-12-18T06:30:58+00:00 novel novel@FreeBSD.org 2016-12-18T06:30:58+00:00 5cd571fce2370f3b35dd7eb241dc5e8c7b43e8f4 Please note that this is a development version of nova. Many features are not available. Currently nova works on FreeBSD 11 and supports QEMU and Xen. Common issues: - Security groups are not implemented - ARP spoofing, DHCP isolation protection are not implemented - Nova services work from the root user - No IPv6 support QEMU issues: - Need to enable serialconsole (TCP) - Need to disable online CPU tracking - Cannot mount cinder volumes Xen issues: - Live snapshots don't work - No support for cinder volume hot-plugging - XENBUS delay (5 min) when using qemu driver and COW images - Some Linux images cannot be booted For further FreeBSD specific notes please refer to port's pkg-message. PR: 215151 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com)
Please note that this is a development version of nova.
Many features are not available.

Currently nova works on FreeBSD 11 and supports QEMU and Xen.

Common issues:
- Security groups are not implemented
- ARP spoofing, DHCP isolation protection are not implemented
- Nova services work from the root user
- No IPv6 support

QEMU issues:
- Need to enable serialconsole (TCP)
- Need to disable online CPU tracking
- Cannot mount cinder volumes

Xen issues:
- Live snapshots don't work
- No support for cinder volume hot-plugging
- XENBUS delay (5 min) when using qemu driver and COW images
- Some Linux images cannot be booted

For further FreeBSD specific notes please refer to port's pkg-message.

PR:		215151
Submitted by:	Alexander Nusov (alexander.nusov@nfvexpress.com)