Commit graph

17985 commits

Author SHA1 Message Date
Dmitry Marakasov
04609e5938 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-14 19:52:11 +00:00
Dmitry Marakasov
bf29e2ff71 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-14 19:50:35 +00:00
Dmitry Marakasov
5f481b83ba - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-14 19:44:12 +00:00
Ruslan Makhmatkhanov
dd7ffda74a sysutils/py-tmuxp: correct license
It's actually BSD3CLAUSE, not BSD2CLAUSE. It was confirmed with maintainer, who
is the upstream developer in PR 201431

PR:		201431
2015-07-14 18:37:05 +00:00
Ruslan Makhmatkhanov
4faafa9fdc sysutils/py-tmuxp: add NO_ARCH 2015-07-14 18:25:13 +00:00
Ruslan Makhmatkhanov
706e751c4a sysutils/py-tmuxp: update to 0.9.0
This release fixing compatibility with tmux 2.0.

While here, limit python version to 2.x:

"""
===>  Configuring for py34-tmuxp-0.9.0
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 25, in <module>
    readme = open('README.rst').read()
  File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 635: ordinal not in range(128)
"""

PR:		201431
Submitted by:	Tony Narlock <tony@git-pull.com> (maintainer)
2015-07-14 18:20:35 +00:00
Baptiste Daroussin
33b19385a2 Fix deprecation date 2015-07-14 16:46:13 +00:00
Dmitry Marakasov
745215db95 - Fix shebang
- Add NO_ARCH
- Cosmetic fixes
- Mark BROKEN and DEPRECATED as it doesn't support pkg(8)

Approved by:	portmgr blanket
MFH:		2015Q3
2015-07-14 15:15:48 +00:00
Kris Moore
47b2a2250c - Add sysutils/iocage-devel
- Grab maintainership (Approved by xmj@)

PR: 201472
Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org>
2015-07-14 15:12:05 +00:00
Dmitry Marakasov
40ff527bbf - Remove unncecessary full path to binary from *_DEPENDS 2015-07-14 12:32:12 +00:00
John Marino
f644ad60e6 sysutils dvtm is not jobs safe
This has failed on me twice so far in a multi-job build.  In the last
case, the dvtm program was being constructed before the dvtm.o object
was built, so it's a problem with the makefile.
2015-07-14 11:15:24 +00:00
Kevin Lo
e34bcec25e Update to 1.7.3
Differential Revision:	https://reviews.freebsd.org/D3048
Submitted by:	jonathan
2015-07-14 05:18:38 +00:00
Dmitry Marakasov
02557b2060 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-07-13 18:57:08 +00:00
Dmitry Marakasov
02e542ac3b - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q3
2015-07-13 18:47:51 +00:00
Dmitry Marakasov
e9439d93ee - Update to 1.4.0
- While here, add NO_ARCH

PR:		201478
Submitted by:	ralfvd@gmail.com (maintainer)
2015-07-13 18:46:06 +00:00
Sunpoet Po-Chuan Hsieh
1293f8823a - Update to 4.1.10
- Update WWW

Read http://backup.github.io/backup/v4/upgrading/ for upgrade instructions.

Changes:	https://github.com/meskyanichi/backup/commits/master
2015-07-13 17:29:37 +00:00
Kris Moore
d8622c62e3 - Switch to BROKEN_FreeBSD_8 2015-07-13 15:21:34 +00:00
Dmitry Marakasov
e58fc6182c - Clarify LICENSE
- Add LICENSE_FILE
- Strip library
- Modernize plist
2015-07-13 14:30:44 +00:00
Kris Moore
672feca3e7 - Mark broken for FreeBSD < 9.0 2015-07-13 13:16:28 +00:00
Ed Schouten
59b570ecaf Add compiler:c11.
cloudabi-run depends on a couple of C11 tricks (e.g., _Generic). Make
sure we have the right compiler for that.

Discussed with: bapt
2015-07-13 12:41:44 +00:00
Ed Schouten
4269d185f7 Add sysutils/cloudabi-utils.
Summary:
Though CloudABI programs can simply be started from the command line
like any UNIX process, the preferred way for starting them is using the
cloudabi-run utility.

cloudabi-run parses a YAML file that contains the configuration for the
program that you want to run. Special tags can be used in the YAML file
to indicate that the program depends on a resources (a socket or a
file). cloudabi-run then attempts to obtain these resources and startes
the program for you.

The end result is that it's possible to build software that looks like
traditional UNIX software (executable + config file), but still gets run
in this completely sandboxed environment.

Reviewers: bapt

Reviewed By: bapt

Differential Revision: https://reviews.freebsd.org/D3067
2015-07-13 12:26:40 +00:00
Dmitry Marakasov
ffb02b3766 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-07-13 03:00:53 +00:00
Dmitry Marakasov
9ed1377986 - Modernize plist
Approved by:	portmgr blanket
2015-07-12 23:03:51 +00:00
Sunpoet Po-Chuan Hsieh
cf9dd5e106 - Fix gempsec
- Update RUN_DEPENDS: use PORTVERSION
- Bump PORTREVISION for package change
2015-07-12 16:08:35 +00:00
Sunpoet Po-Chuan Hsieh
c5e06f170f - Update to 4.6.1
Changes:	https://github.com/guard/guard-rspec/releases
2015-07-11 15:27:48 +00:00
Baptiste Daroussin
65485b5563 Fix XSA-137 / CVE-2015-3259
PR:		201416
Submitted by:	Jason Unovitch <jason.unovitch@gmail.com>
2015-07-11 13:16:45 +00:00
Fukang Chen
7dc7b56b8c [NEW] sysutils/py-honcho:
Managing Procfile-based applications tool

Honcho is a Python port of Foreman, a tool for managing
Procfile-based applications.

WWW: https://github.com/nickstenning/honcho

Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3047
2015-07-11 08:34:54 +00:00
Philip M. Gollucci
52e98e03cc sysutils/condor: update 8.2.6 -> 8.2.8
Update to latest stable release, canonicalize patch filenames, eliminate
GCC dependency and MAKE_JOBS_UNSAFE, replace files/condor_config.in with
version-specific example file provided in the dist, move sample files to
etc/*.sample, improvements to condor_config.local.sample and
condor-config script, make rc script more reliable by replacing fixed
sleep delays with more intelligent wait loops.

PR:                  200713
Submitted by:        jwbacon@tds.net (maintainer)
2015-07-10 04:07:17 +00:00
Michael Moll
987c6bd177 sysutils/puppet: use REQUIRE: LOGIN in rc scripts
The puppet agent will get started later, especially after ldconfig.

Approved by:	swills (mentor, maintainer)
Differential Revision:	https://reviews.freebsd.org/D3023
2015-07-09 16:30:40 +00:00
Mikolaj Golub
dd3e4dfddb - update to 3.9.0
- fix LICENSE
2015-07-08 18:08:00 +00:00
Steve Wills
860d1c0fd7 sysutils/mcollective: update to 2.8.2 2015-07-08 17:43:15 +00:00
Kris Moore
90b174bf84 - Cleanup BUILD/RUN_DEPS
- Require lang/go 1.4+
- Use INSTALL_PROGRAM
- Remove dep on devel/git

Submitted by: Adam Weinberger <adamw@adamw.org>
2015-07-07 16:12:40 +00:00
Kris Moore
17f5c22f42 - Rename sysutils/docker -> sysutils/docker-freebsd since it isn't
pulled from the mainline repo (yet)

Submitted by: Many
2015-07-07 14:51:33 +00:00
Koop Mast
920a0632cc Drop .la files.
While here, drop obsolete MCom tag.
2015-07-07 10:43:12 +00:00
Adrian Chadd
da879218ab Fix a typo in the origin URL (mine.) 2015-07-07 04:26:32 +00:00
Luiz Otavio O Souza
ae95160278 Adds the U-Boot loader for Banana pi, Cubieboard and Cubieboard2.
This version is patched so that:
 * ELF and API features are enabled.
 * The default environment is trimmed to just what's needed to boot.
 * The saveenv command writes to the file u-boot.env on the FAT partition.
 * The DTB file name is chosen based on the board model and passed to ubldr
   using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on
   the FreeBSD partition.
 * By default, it loads ELF ubldr from file ubldr on the FAT partition to
   address 0x42000000, and launches it.

For information about running FreeBSD on Allwinner SoCs, see
 https://wiki.freebsd.org/FreeBSD/arm/Allwinner

Differential Revision:	https://reviews.freebsd.org/D2874
Reviewed by:	garga
Approved by:	garga
2015-07-06 19:50:03 +00:00
Sunpoet Po-Chuan Hsieh
b0ef7d5714 - Remove blank line between NO_ARCH and USE_RUBY 2015-07-06 18:05:37 +00:00
Sunpoet Po-Chuan Hsieh
eba2982f65 - Add NO_ARCH 2015-07-06 17:46:12 +00:00
Sunpoet Po-Chuan Hsieh
6d7d05f275 - Update to 2.12.8
Changes:	https://github.com/guard/guard/releases
2015-07-06 17:46:07 +00:00
Kris Moore
834d70c70e - Add a much more verbose pkg-descr 2015-07-06 17:45:19 +00:00
Kris Moore
b9d84bad7c FreeBSD port of Docker
WWW: https://github.com/kvasdopil/docker

NOTE:

This is a very early port of docker!

Please refer to the pkg-message and
https://github.com/kvasdopil/docker/blob/freebsd-compat/FREEBSD-PORTING.md
for details on usage and functionality.
2015-07-06 15:37:33 +00:00
Kubilay Kocak
43343e38d3 sysutils/py-salt: Remove spurious backslash line ending
Remove a spurious slash from the line end of PYDISTUTILS_INSTALLARGS
introduced in r387241.

Reported by:	xmj
Approved by:	portmgr (blanket)
MFH:		2015Q3
2015-07-06 05:11:01 +00:00
Sunpoet Po-Chuan Hsieh
a93e52ee22 - Add rubygem-listen2 2.10.1 (copied from rubygem-listen)
- Bump PORTREVISION for dependent ports
2015-07-04 16:16:33 +00:00
Thomas Zander
3af4d8b8e6 Fix build with ffmpeg 2.7
Approved by:	portmgr (antoine)
2015-07-04 05:41:48 +00:00
Ryan Steinmetz
70736607c5 - Update to 1.4.7 2015-07-03 23:50:09 +00:00
John Marino
74d3bc86be Add USES=alias to 11 ports (non-invasive DragonFly support) 2015-07-03 10:46:51 +00:00
Cy Schubert
fec278be9c Fix build under stable/8.
PR:		PR/201279
2015-07-02 22:36:30 +00:00
Thomas Zander
a93a44040e - Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
  this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
  UPDATING
2015-07-02 19:40:15 +00:00
Steven Kreuzer
250f8fb614 Sort USE_PYTHON 2015-07-02 17:49:12 +00:00
Steven Kreuzer
6f5698ee6d Module for reading and writing crontab files and accessing the system cron
automatically and simply using a direct API.

WWW: http://pypi.python.org/pypi/crontab/
2015-07-02 16:20:19 +00:00