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

398127 Commits

Author SHA1 Message Date
Raphael Kubo da Costa
caa63249fd New port: x11-fonts/hack-font.
Hack is monospaced font designed to be a workhorse typeface for code. It has
deep roots in the libre, open source typeface community and expands upon the
contributions of the Bitstream Vera & DejaVu projects. The project is in
active development. We welcome your input and contributions.

WWW: https://sourcefoundry.org/hack/
2016-08-06 12:43:50 +00:00
Pawel Pekala
0c12112dac - Update to 2.2.1
- Take maintainership

PR:		211611
Submitted by:	Demetris Procopiou
2016-08-06 12:20:09 +00:00
Pawel Pekala
45eaaa6574 - Update to 1.2.1 [1]
- Take maintainership [1]
- Set PORTNAME to follow upstream naming convention

PR:		211609 [1]
Submitted by:	Demetris Procopiou
2016-08-06 12:13:40 +00:00
Kubilay Kocak
7432e90df4 net/py-s3transfer: Update to 0.1.1, Modernize
* Update PORTVERSION and distinfo checksum (0.1.1)
* Add LICENSE_FILE
* Document actual Python version support in a comment for later
* Patch setup.py to properly declare test dependencies and hook up the
  test command
* Add TEST_DEPENDS and test target for QA


  https://github.com/boto/s3transfer/blob/0.1.1/CHANGELOG.rst

Approved by:	Bradley Hughes <bradleythughes fastmail fm> (maintainer, via email)
2016-08-06 11:55:47 +00:00
Pawel Pekala
8d69dae7ee - Update to 1.4.2 [1]
- Take maintainership [1]
- Convert to USES=php

PR:		211608 [1]
Submitted by:	Demetris Procopiou
2016-08-06 11:47:06 +00:00
Romain Tartière
a8df775378 Update to 1.0.12. 2016-08-06 11:21:39 +00:00
Pawel Pekala
0c56f6dcff Update to version 1.0.3 2016-08-06 11:19:08 +00:00
Dmitry Marakasov
69a23d605d - Switch to options helpers
- Simplify installation
2016-08-06 09:01:02 +00:00
Kubilay Kocak
5ad8f6ef6f security/suricata: Fix libpcap LIB_DEPENDS
Fix the PORTS_PCAP option LIB_DEPENDS entry ambiguously depending on
net/libpcap, which should be libpcap.so.1 so as not to be satisfied
with the pcap library provided by base. [1]

While I'm here:

- Explicitly BUILD_DEPEND on libhtp >= 0.5.20, as configure breaks when
  that minimum version is not available.

PR:		211578
Reported by:	marino [1]
2016-08-06 08:51:43 +00:00
Jimmy Olgeni
127ca6c8de Update www/elixir-phoenix_ecto to version 3.0.1. 2016-08-06 08:22:42 +00:00
Gerald Pfeifer
a8305c3a29 Update to the 20160804 snapshot of GCC 6. 2016-08-06 07:08:05 +00:00
Kurt Jaeger
19d829a0a9 New port: graphics/py-mayavi
3D Scientific Data Visualization and Plotting

The Mayavi project includes two related packages for 3-dimensional
visualization:
  Mayavi: A tool for easy and interactive visualization of data, with
          seamless integration with Python scientific libraries.
  TVTK:   A Traits-based wrapper for the Visualization Toolkit, a popular
          open-source visualization library.

These libraries operate at different levels of abstraction. TVTK
manipulates visualization objects, while Mayavi lets you operate
on your data, and then see the results. Most users either use the
Mayavi user interface or program to its scripting interface; you
probably don't need to interact with TVTK unless you want to create
a new Mayavi module.

WWW: http://code.enthought.com/projects/mayavi/

PR:		204435
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>
2016-08-06 07:04:36 +00:00
John Marino
12094ff9a1 security/py-crits: Really fix pillow depends
The previous commit message indicated PYTHON_PKGNAMEPREFIX was added
to the pillow dependency specification, but the commit didn't actually
contain that change, so add it now.

PR:	211578
2016-08-06 03:48:52 +00:00
Carlos J. Puga Medina
482c989657 - Update to 0.21.9
- Add USE_AUTOTOOLS=automake
- Cosmetic changes

- Support EndNote reference citations in convert.c
- Improved handling of some tables
- Fixed --text processing broken in 0.21.8 - outputs/text.conf

PR:	211129
Submitted by:	maintainer
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
2016-08-06 02:31:15 +00:00
Pawel Pekala
fc009f6d58 - Update to version 1.0.16
- Take maintainership

PR:		211605
Submitted by:	Demetris Procopiou
2016-08-06 02:12:29 +00:00
Carlos J. Puga Medina
ee27f15d04 - Update to 1.4
- Update MAINTAINER to my @FreeBSD.org address
- Add LICENSE_FILE
- Add bash dependency
- Fix shebangs
- Add LOGROTATE option to install logrotate scripts
- Remove MAKE_JOBS_UNSAFE
- Cosmetic changes

Changelog:
  https://sourceforge.net/p/ncid/news/2016/06/ncid-14-released/

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D7419
2016-08-06 02:08:59 +00:00
Jason Unovitch
bb5561e689 Document multiple security advisories for Moodle (MSA-16-0019 - MSA-16-0021)
Security:	CVE-2016-5012
Security:	CVE-2016-5013
Security:	CVE-2016-5014
Security:	https://vuxml.FreeBSD.org/freebsd/3ddcb42b-5b78-11e6-b334-002590263bf5.html
2016-08-06 01:57:51 +00:00
Pawel Pekala
fd83780541 Simplify link creation
Submitted by:	mat
2016-08-06 01:02:41 +00:00
John Marino
42931aff2c net/daq: Fix dependency on libpcap (use ports version)
Back in r342092 (Jan 2014), the LIB_DEPENDS specification was updated
from pcap to libpcap.so, which effectively moved the dependency from
the ports version of libpcap to the base version.  The maintainer
also indicated the ports listed in the PR should specify the net/libpcap.

PR:	211578
2016-08-06 01:02:27 +00:00
Pawel Pekala
a3473c3645 Use ${DATADIR} in PLIST_FILES
Submitted by:	mat
2016-08-06 00:55:48 +00:00
Jason Unovitch
545c364f51 Document BIND security advisory
Security:	CVE-2016-2775
Security:	https://vuxml.FreeBSD.org/freebsd/7a31e0de-5b6d-11e6-b334-002590263bf5.html
2016-08-06 00:45:22 +00:00
John Marino
aacf03de8b net/xorp: Fix dependency on libpcap (use ports version)
The specification on libpcap came on the v1.6 => v.1.8.5 transition
while the port was unmaintained.  Assume the change originator intended
for the ports libpcap to be used, but didn't realize it needed an
explicit version number to avoid the base library from satisfying the
requirement.  While here, remove an obsolete CONFLICTS definition.

PR:	211578
2016-08-06 00:41:20 +00:00
Jason Unovitch
af602cbde3 Document wnpa-sec-2016-41 through wnpa-sec-2016-49 for issues fixed in
Wireshark 2.0.5

Security:	CVE-2016-6505
Security:	CVE-2016-6506
Security:	CVE-2016-6508
Security:	CVE-2016-6509
Security:	CVE-2016-6510
Security:	CVE-2016-6511
Security:	CVE-2016-6512
Security:	CVE-2016-6513
Security:	https://vuxml.FreeBSD.org/freebsd/610101ea-5b6a-11e6-b334-002590263bf5.html
2016-08-06 00:24:00 +00:00
John Marino
f9d382a067 net-mgmt/yaf: Fix dependency on libpcap
The WITH_DAG knob implies that the ports version of libpcap is desired
for yaf, not the base version as it is currently configured.  Fix the
dependency specification accordingly.

PR:	211578
2016-08-06 00:09:48 +00:00
Pawel Pekala
f61f7a6ba7 - Update to version 1.11.91
- Take maintainership
- Register dependencies found by stage-qa
- COnvert to USES=localbase

PR:		211601
Submitted by:	Demetris Procopiou
2016-08-05 23:58:09 +00:00
Pawel Pekala
6012da1d60 ZDoom is an enhanced source port of ID Software's DOOM engine. It is based on
the source code of id Software's DOOM. ZDoom boasts enhanced modding support,
as well as support for the following games:

* Ultimate Doom
* Doom II
* Final Doom
* Heretic
* Hexen
* Strife
* Chex Quest (1 & 3)
* Action Doom II
* Harmony v1.1
* Hacx
* The Adventures of Square

WWW: http://www.zdoom.org/

PR:		211588
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
2016-08-05 23:08:37 +00:00
TAKATSU Tomonari
0ae30ab744 - Update to 0.7 2016-08-05 22:55:53 +00:00
Stephen Montgomery-Smith
f723ee6204 - Update to 1.2.0-rc4. 2016-08-05 22:37:09 +00:00
Pawel Pekala
3bd2df6f00 Update to version 1.0.32
PR:		211586
Submitted by:	Bart Wrobel (maintainer)
2016-08-05 22:21:44 +00:00
Stephen Montgomery-Smith
dd4e4550b3 - Update to 1.0.1. 2016-08-05 22:13:34 +00:00
Cy Schubert
89f3109dd2 Update cfengine39 and cfengine-masterfiles39 to 3.9.1.
cfengine and cfengine-masterfiles now defaults to cfengine39 and
cfengine-masterfiles39
2016-08-05 21:32:46 +00:00
Pawel Pekala
301a24b9eb Update to version 0.8.17
PR:		211582
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 21:24:06 +00:00
Pawel Pekala
b16d81ff92 - Update to version 4.0.5
- Take maintainership

PR:		211567
Submitted by:	Demetris Procopiou
2016-08-05 20:34:07 +00:00
Joe Marcus Clarke
ff619a26b6 Ensure that Avahi supprt is disabled if mDNSResponder is
chosen for Zeroconf.

PR:		211571
2016-08-05 20:32:11 +00:00
Glen Barber
de5fd0adfb Add 11.0-BETA4 MANIFEST files.
Remove 11.0-BETA1 and 11.0-BETA2, which have been removed from
the mirrors.

Approved by:	bdrewery (maintainer, implicit, re blanket)
Sponsored by:	The FreeBSD Foundation
2016-08-05 20:31:00 +00:00
Joe Marcus Clarke
8a0d943c59 Update to 2.0.5.
See https://www.wireshark.org/docs/relnotes/wireshark-2.0.5.html for
the list of changes in this release.

While here, enable DECRYPT support by default [1].

Requested by:	oshogbo
2016-08-05 20:19:06 +00:00
Pawel Pekala
b2a521e511 - Update to 15.2
- Add php extensions:
 .gd (needed for manipulation of images and also for CAPTCHAs)
 .mbstring (needed for an UTF-8 compatible lower case filter)
 .calendar (needed for calendar feature)
 .zip (needed for features such as XML Wiki Import/Export
   and PluginArchiveBuilder)
 .fileinfo (needed for the 'Validate uploaded file content' preference)
 .intl (intl extension is preferred for Tiki 15 onwards)
 .mcrypt (Enable safe, encrypted storage of data)

Changelog:
https://sourceforge.net/p/tikiwiki/code/HEAD/tree/tags/15.2/changelog.txt#l34

PR:		211566
Submitted by:	Danilo G. Baio
2016-08-05 20:07:07 +00:00
Pawel Pekala
fe334852f1 - Change the GitHub repo sstephenson -> rbenv [1]
- Include the gem-rehash plugin (now included with rbenv) [1]
- Update the autocompletion patch [1]
- Update WWW homepage, add pkg-descr [1]
- Fix absolute path link to libexec/rbenv

PR:		211536 [1]
Submitted by:	Jose Luis Duran (via private email) [1]
Approved by:	Koichiro IWAO (maintainer)
2016-08-05 18:55:02 +00:00
Renato Botelho
b055279630 Fix net/libpcap build without IPV6
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/602
Sponsored by:	Rubicon Communications (Netgate)
2016-08-05 18:41:21 +00:00
Jean-Sébastien Pédron
a4d2b1102a graphics/darktable: Update to 2.0.5
Add several missing dependencies, as reported by `make stage-qa`.

Clean up port options:
    o  `COLORD` and `OPENEXR` had an incomplete an dependencies list.
    o  `NLS` was broken when turned off.
    o  `RAWSPEED` and `SQUISH` were not CMake knobs anymore in darktable.

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D7147
2016-08-05 18:35:54 +00:00
Pawel Pekala
72f6b55373 - Update to version r5811 [1]
- Since duke4.org currently has no DNS records and burnbit.com doesn't
  respond, fetching optional distfiles fails.
  Now hosted on maintainers server. [1]
- Convert rest of the options to helpers

PR:		210970 [1]
Submitted by:	Piotr Kubaj (maintainer) [1]
2016-08-05 18:32:16 +00:00
Mathieu Arnold
a09e3f68ab Tell people to add USES=gettext-runtime, not USES=gettext.
This is done after the port has been built, so it is already building,
so it does not need to be added a BUILD_DEPENDS on gettext-tools.

Discussed with:	dumbbell
Sponsored by:	Absolight
2016-08-05 18:29:10 +00:00
Jimmy Olgeni
6b2ba1eab0 Update net/rabbitmq to version 3.6.5. 2016-08-05 18:28:42 +00:00
Dan Langille
e60299fcda - Fix ambiguous specification of libpcap by using libpcap from base
- use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for pillow depends
- Bump PORTREVISION

PR:	211578
2016-08-05 18:28:17 +00:00
Conrad Meyer
a4bd7c8f5d elfutils: Fix port build after recent basename() API break
The previous basename() API was shadowing bugs anyway.  This Linux-originated
library assumes GNU basename(3) behavior.  GNU basename(3) is non-destructive
and non-allocating; it always returns a pointer into the original string.  This
library uses that behavior to do things like compare pointer results directly
(the source path was already a basename) or subtract pointer values directly
(compute the substring that constitutes dirname).

Resolve the issue by aliasing all internal elfutils basename() invocations
through an implementation of GNU basename(3) named "eu_basename."

Build log highlighting the problem:
http://beefy4.nyi.freebsd.org/data/head-amd64-default/p419462_s303652/logs/elfutils-0.163_6.log

Approved by:	bdrewery
Differential Revision:	https://reviews.freebsd.org/D7404
2016-08-05 17:35:30 +00:00
Mark Felder
fbf8ca0628 Update perl vuxml entries
Perl package names changed somewhat recently, so add more <name> entries
to improve coverage for users on systems with outdated ports/packages

PR:		211561
2016-08-05 17:15:57 +00:00
Muhammad Moinur Rahman
3b410b7a00 net-mgmt/ndoutils: Update version 2.0.0=>2.1.0
- Convert to USES
- Mark JOBS safe
- Convert to OPTIONSNG
- Make patches makepatch compatible
2016-08-05 16:26:17 +00:00
Lars Engels
47f0bc30ec Add a slave port of net-mgmt/pnp for use with net-mgmt/icinga2 and net-mgmt/icingaweb2
Suggested by:  mr
2016-08-05 16:20:14 +00:00
Kevin Lo
e98b0edf6e Remove the exclamation mark in COMMENT (upstream has also changed the
description).

Approved by:	koobs
2016-08-05 16:09:28 +00:00
Mark Felder
0e6ec45fa9 Cancel tiff vuxml entry for CVE-2016-5102
Upstream has marked it WONTFIX and is removing the utility in 4.0.7.
There is no indication that this bug does anything other than crash the
utility.
2016-08-05 16:08:30 +00:00