Commit Graph

375513 Commits

Author SHA1 Message Date
Dmitry Marakasov
eb482fb779 - Add NO_ARCH
- Remove /www from deinstallation, fixing stage-qa
2015-09-01 19:55:35 +00:00
Dmitry Marakasov
15461e3aea - Add LICENSE_FILE
- Switch to options helpers
2015-09-01 19:46:18 +00:00
Dmitry Marakasov
c5c1938867 - Add NO_ARCH
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-01 19:29:07 +00:00
Jung-uk Kim
dc4a34e11a Replace devel/cppunit with devel/cppunit113.
Approved by:	bdrewery (maintainer)
2015-09-01 18:51:17 +00:00
Sean Bruno
49cecff573 Build fix:
- Remove etc/qemu/target-x86_64.conf.sample dropped by upstream
- Add vgabios-virtio.bin
2015-09-01 17:38:29 +00:00
Roman Bogorodskiy
e2f4793d89 Deadbeef creates ar-inside-ar during the build and that causes
build failure on -CURRENT because strip cannot handle this. As it
was confirmed by upstream that it's safe to disable static libs [1],
do and and fix build on -CURRENT.

Drop static libs from plist and bump PORTREVISION.

1: https://github.com/Alexey-Yakovenko/deadbeef/issues/1255

PR:		202573
Approved by:	vg (maintainer)
2015-09-01 17:12:31 +00:00
Dmitry Marakasov
2244feee87 - Add missing DOCS options
Approved by:	portmgr blanket
2015-09-01 16:55:04 +00:00
Michael Moll
1bff97edb7 sysutils/rubygem-smart_proxy_salt: update to 2.1.5 2015-09-01 16:36:01 +00:00
Dmitry Sivachenko
99b47328b4 Update to version 4.2.0. 2015-09-01 16:34:26 +00:00
Kurt Jaeger
ff1c1f4c64 New port: security/softether
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful,
multi-OS and easy-to-use multi-protocol VPN software. It supports
SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3
and EtherIP tunneling protocols and has a clone function to support
OpenVPN clients.

WWW: http://www.softether.org

PR:		188437
Submitted by:	net@arrishq.net
Reviewed by:	marino
2015-09-01 16:30:28 +00:00
Roman Bogorodskiy
3e907b28b5 Respect disabling OGG option. Fix is based on an upstream commit [1].
Do not bump PORTREVISION as OGG option is enabled by default.

1: f58d6e38ac

PR:		202576
Approved by:	vg (maintainer)
2015-09-01 16:22:12 +00:00
Dmitry Marakasov
c7e624b321 - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-09-01 16:20:47 +00:00
Dmitry Marakasov
f0ac06800f - Switch to options helpers
- Disabled DOCS should not disable manpage installation

Approved by:	portmgr blanket
2015-09-01 16:16:35 +00:00
Dmitry Marakasov
58725abd3b - Fix build without DOCS by not trying to install files into /dev/null (both enabled and disabled DOCS are handled properly when docs are installed into usual location)
- Drop 8.x support (and get rid of bunch of patches)

Approved by:	portmgr blanket
2015-09-01 16:11:34 +00:00
Guido Falsi
fa22368e17 Remove no longer valid WWW link.
Reported by:	pi@ (via email)
Approved by:	Maintainer timeout
2015-09-01 16:07:33 +00:00
Dmitry Marakasov
143eadee2b - Fix build without DOCS: dtplite dependency is always used, build fails without it
Approved by:	portmgr blanket
2015-09-01 15:53:47 +00:00
Dmitry Marakasov
b5af49a089 - Fix installed script referencing stagedir
Approved by:	portmgr blanket
MFH:		2015Q4 (blanket)
2015-09-01 15:47:59 +00:00
Jan Beich
1449746bde multimedia/libav: update to 11.4
Changes:	https://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v11.4
Security:	da434a78-e342-4d9a-87e2-7497e5f117ba
Security:	80c66af0-d1c5-449e-bd31-63b12525ff88
MFH:		2015Q3
2015-09-01 15:43:00 +00:00
Raphael Kubo da Costa
9ef8e3b8c3 Require a C++11-compliant standard library and make it work with GCC < 4.9.
Despite ports r340913, the port still fails to build on FreeBSD 9.3 with
lang/gcc (GCC 4.8):

  libreify/src/parser.cc: In member function 'void Reify::Parser::parseProgram()':
  libreify/src/parser.cc:130:51: error: 'to_string' is not a member of 'std'

Apply a workaround for bug 193528 found in other ports to make that function
visible to GCC 4.8 (GCC 4.9 and later are fine).

Additionally, the port actually requires a C++11 standard library in
addition to a C++11-compliant compiler, so adjust the USES line and later
simplify the process of choosing which compiler to use.

Approved by:	vsevolod (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3545
2015-09-01 15:40:32 +00:00
Dmitry Sivachenko
7b2281ada7 Update for hadoop 2.7.1 2015-09-01 15:28:21 +00:00
Roman Bogorodskiy
c7273d75bf Clean-up USE_GNOME: drop glib20 as it's pulled by gtk30 and drop
intltool as it's pulled by intlhack.

Suggested by:	kwm
2015-09-01 15:19:22 +00:00
Alexey Dokuchaev
3fcf73c327 Fix mysterious linking problems with bundled LZ4 code: it was due to the
fact that I had `archivers/liblz4' installed locally, and its header was
picked up before the bundled one which has "static inline" definition of
LZ4_compressBound() function vs. normal definition in system-wide header.
2015-09-01 15:17:07 +00:00
Vanilla I. Shu
42f6bafd91 Upgrade to 1.7.19. 2015-09-01 14:42:26 +00:00
Jan Beich
9bc15bd6ec multimedia/mpv: drop INSTALLS_ICONS per r390886
mpv works fine in a minimalistic X11 environment without any GUI toolkit
installed. No need to pull unnecessary dependencies when there's no
USE_GNOME=gtk* in Makefile.

PR:		202806
Approved by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-09-01 14:28:40 +00:00
Jan Beich
467778ae48 multimedia/mpv: convert waf to USE_GITHUB
PR:		202805
Approved by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-09-01 14:27:48 +00:00
Dmitry Marakasov
c8a2e468bf - Switch to @sample
Approved by:	portmgr blanket
2015-09-01 14:15:01 +00:00
Dmitry Marakasov
d29939a1d6 - Switch to options helpers 2015-09-01 14:14:53 +00:00
Dmitry Marakasov
969c3e9260 - Switch to @sample
Approved by:	portmgr blanket
2015-09-01 14:14:45 +00:00
Dmitry Marakasov
fc5c7cee78 - Add LICENSE
- Switch to options helpers
- Fix WWW:
2015-09-01 14:14:24 +00:00
Dmitry Marakasov
bd258bf07e - Add LICENSE
- Strip library
- Pet portlint
2015-09-01 14:14:03 +00:00
Dmitry Marakasov
ab4551383e - Strip library 2015-09-01 14:13:55 +00:00
Akinori MUSHA
06f6949775 Update to 1.6.1 and unbreak the CHARSET option
PR:		202380
Approved by:	maintainer timeout
2015-09-01 13:52:37 +00:00
Dmitry Sivachenko
09d7b47614 Update to version 2.7.1. 2015-09-01 13:51:28 +00:00
Akinori MUSHA
f69eef95b0 Add rc.d script, LICENSE and CONFLICTS
PR:		202382
Approved by:	maintainer timeout
2015-09-01 13:50:53 +00:00
Jan Beich
8fd50d9cdd Document recent ffmpeg/libav vulnerabilities 2015-09-01 13:42:57 +00:00
Warren Block
0824611b3a Add Korean font support to the CJK option.
PR:		202699
Submitted by:	Hoyoung Kim <trig4800@gmail.com>
Approved by:	hrs, mat
Differential Revision:	https://reviews.freebsd.org/D3509
2015-09-01 13:41:39 +00:00
Kubilay Kocak
176a8f27cf www/py-cactus: Add colorlog and colorama dependencies 2015-09-01 07:44:43 +00:00
Kubilay Kocak
a13bb89f31 [NEW] www/py-cactus: Static site generator for designers
Cactus is a simple but powerful static website generator using Python
and the Django template system. Cactus also makes it easy to develop
locally and deploy your site to S3 directly. It works great for
company, portfolio, personal, support websites and blogs.

To get a quick overview watch this short video tutorial:

  https://vimeo.com/46999791

WWW: http://github.com/koenbok/Cactus
2015-09-01 07:34:24 +00:00
Alexey Dokuchaev
94cf9bb060 Update to version 0.5.14. 2015-09-01 07:19:33 +00:00
Kubilay Kocak
5a1e326341 [NEW] www/py-django-markwhat: Template filters that implement common markup languages
A collection of template filters that implement common markup languages.

provides template filters that implement the following markup
languages:

* ``textile`` -- implements `Textile`_ -- requires `PyTextile`_
* ``markdown`` -- implements `Markdown`_ -- requires `Python-markdown`_
* ``commonmark`` -- implements `CommonMark`_ -- requires `CommonMark-py`_
* ``reStructuredText`` -- implements `reST (reStructuredText)`_
-- requires `docutils`_

In each case, the filter expects formatted markup as a string and
returns a string representing the marked-up text. For example, the
``textile`` filter converts text that is marked-up in Textile format
to HTML.

WWW: https://pypi.python.org/pypi/django-markwhat
2015-09-01 07:05:42 +00:00
Kubilay Kocak
bd4c68f35e www/django1{4,6,7,8}: Reduce diffs between ports
Reduce diffs between Django ports, standardizing on:

 * Prefer CHEESESHOP (Geo CDN) over DjangoProject.com for DISTFILES
 * Include version and optionally "LTS" in COMMENT suffixes
 * De-scope CONFLICTS to CONFLICTS_INSTALL and update match strings
 * Whitespace alignment and improve readability
 * Use empty(VARIABLE) instead of ! ${VARIABLE}
 * Sort Makefile entries (CPE_VENDOR and CONFLICTS_INSTALL)

Approved by:	python (with hat)
2015-09-01 05:47:40 +00:00
Kubilay Kocak
98c3d8f445 www/py-django18: Remove invalid trailing backslash
Approved by:	python (with hat)
2015-09-01 05:27:43 +00:00
Kubilay Kocak
7b7f5ad788 [NEW] www/py-django18: Add Django 1.8.4 to the tree
Create a new www/django18 port using www/py-django17 as a base.

- Use CHEESESHOP (Geo-based CDN) as the default MASTER_SITES
- Update COMMENT to more closely match upstream
- Add version and LTS suffix to COMMENT
- Update CONFLICTS and de-scope to CONFLICTS_INSTALL
- Fix whitespace alignment and improve readability

Django 1.8 Release Notes:

  https://docs.djangoproject.com/en/1.8/releases/1.8/
2015-09-01 04:57:40 +00:00
Jan Beich
dc3f0d03a4 sysutils/wmmemload: put back Created by line
It's not supposed to be modified by anyone except the author himself.

PR:		202745
2015-09-01 04:55:50 +00:00
Jan Beich
f29ecd6901 sysutils/wmmemload: revive port and update to 0.1.8 [1]
Other changes include:
- Drop gmake dependency [1]
- Drop DOCS consisting only of ChangeLog [1]
- Define LICENSE as GPLv2+ like in debian/copyright
- Reword COMMENT and pkg-descr to drop indefinite article and author line

Changes:	http://repo.or.cz/w/dockapps.git/blob_plain/refs/tags/wmmemload-0.1.8:/wmmemload/ChangeLog
PR:		202745 [1]
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> [1]
2015-09-01 04:40:30 +00:00
Kubilay Kocak
edcbcaa503 www/django16: Update DEPRECATED text and EXPIRATION date
Update DEPRECATED text displayed to users to match the verbage used at
upstream [1].

Set the EXPIRATION_DATE to "End of extended support" date + 6 months

While I'm here:

- Improve whitespace alignment
- Add whitespace for readability

[1] https://www.djangoproject.com/download/#supported-versions

Approved by:	python (with hat)
MFH:		2015Q3
2015-09-01 04:27:21 +00:00
Jan Beich
e02d1901da Pass maintainership to submitter
PR:		202751, 202753
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
2015-09-01 03:31:16 +00:00
Guido Falsi
f230d342d2 Forcibly disable res_timing_kqueue again: it causes lockups.
Reported by:	Sulev-Madis Silber <madis555 at gmail.com> (via email)
2015-09-01 00:22:34 +00:00
Guido Falsi
0b150bce7d Fix distinfo mangled by previous commit. 2015-08-31 23:28:18 +00:00
Guido Falsi
41ff2a5e76 - Update to 1.4.37
- Use new OPTION helper
- Unsilence some installation commands

PR:			202637
Submitted by:		peter@
Update Submitted by:	pkubaj at riseup.net (maintainer)
MFH:			2015Q3
2015-08-31 23:14:14 +00:00