Commit graph

21766 commits

Author SHA1 Message Date
Tobias Kortkamp
ca303b7572 New port: sysutils/snooze
Snooze waits until a particular time and then runs a command.
Together with a service supervision system such as runsv(8) (from
sysutils/runit), this can be used to replace cron(8).

Benefits over cron(8):

- mnemonic syntax
- no overlapping job runs possible
- filtering by ISO week and day of year
- no centralized daemon required (no fuzzing with multiple
  users/permissions)
- can easily disable jobs or force their execution
  instantly
- have custom logs
- very robust with respect to external time changes
- can use a file timestamp to ensure minimum waiting time between two
  runs, even across reboots
- randomized delays
- variable slack
- ad-hoc usage possible, just run the program from command line

WWW: https://github.com/chneukirchen/snooze
2017-12-26 20:52:14 +00:00
Dmitry Marakasov
4f8cb33fcf - Fix LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-12-26 09:00:38 +00:00
Alexey Dokuchaev
33f6cf74a8 Remove a bunch of BROKEN_$arch statements: this port only supports amd64
for the time being.
2017-12-25 13:24:19 +00:00
Tobias Kortkamp
68f0968217 sysutils/nq: Update to 0.2.2
Changes:	https://github.com/chneukirchen/nq/blob/v0.2.2/NEWS.md
2017-12-25 05:22:18 +00:00
Tobias Kortkamp
3731c0940a sysutils/htop: Add a new default LSOF option
htop only requires lsof for its open files view.  Move the lsof run
dependency to an option so that it can be removed by users.

While here

- Add LICENSE_FILE
- Follow http://htop.sourceforge.net/ redirect to
  http://hisham.hm/htop/ and update WWW

PR:		224241
Approved by:	gaod@hychen.org (maintainer timeout, 2 weeks)
2017-12-25 04:45:32 +00:00
Yuri Victorovich
84eb955a84 New port: sysutils/glogg: GUI application to browse and search through long or complex log files
Submitted by:	myself
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13609
2017-12-24 20:27:59 +00:00
Tijl Coosemans
50a815ac46 Convert to USES=autoreconf. 2017-12-24 10:51:05 +00:00
Thomas Zander
9faadcd4fc Update to upstream version 45
PR:		224548
Submitted by:	pkubaj@anongoth.pl (maintainer)
2017-12-24 09:14:44 +00:00
Tijl Coosemans
958c2c6e91 Convert to USES=autoreconf. 2017-12-23 19:31:00 +00:00
Tijl Coosemans
83d90f0468 Remove unused ACLOCAL_ARGS. 2017-12-23 17:24:19 +00:00
Tijl Coosemans
fce0066cd9 Remove unused ACLOCAL_ARGS and switch to USES=autoreconf:build because
autoreconf is run manually via autogen.sh in pre-configure.
2017-12-23 17:22:10 +00:00
Tijl Coosemans
87a85bfada Remove unused ACLOCAL_ARGS and switch to USES=autoreconf:build because
autoreconf is run manually via autogen.sh in pre-configure.
2017-12-23 17:18:36 +00:00
Tijl Coosemans
34a99527b8 Convert to USES=autoreconf. 2017-12-23 15:28:29 +00:00
Tijl Coosemans
075f9511f2 Convert to USES=autoreconf. 2017-12-23 15:13:18 +00:00
Antoine Brodin
b1ccef37e1 Update to 20171109 2017-12-23 12:21:57 +00:00
Dmitry Morozovsky
2da3ffc69e Merge 2 useful diffs from the dev tree:
- compatibility with verbose boot
- proper treatment for undefined vm_dir

PR:		222496
Approved by:	maintainer-timeout (since 20170921)
2017-12-23 09:58:55 +00:00
Antoine Brodin
ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Sunpoet Po-Chuan Hsieh
54d62723ce Update to 1.16.1
Changes:	https://github.com/bundler/bundler/blob/1-16-stable/CHANGELOG.md
2017-12-22 23:05:08 +00:00
Dmitry Marakasov
c783434de3 - Fix build and apparent logic error
Approved by:	portmgr blanket
2017-12-22 15:39:32 +00:00
Marcelo Araujo
1e49fe5e5a Update WWW.
Reported by:	bapt@
Sponsored by:	iXsystems, Inc.
2017-12-22 03:02:29 +00:00
Mark Linimon
ee84afb699 Make the IGNORE message and the COMMENT message more meaningful for
the masterport.
2017-12-22 02:11:44 +00:00
Yuri Victorovich
bb5cc41a79 New port: sysutils/twmn: Notification system for tiling window managers
There were some questions about the version. The source code has 1.2 in it,
but it hasn't been tagged on github. So I left it as g20171216.

PR:		224470
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13563
2017-12-21 18:12:11 +00:00
Sunpoet Po-Chuan Hsieh
e6015fe93d Pet portlint: move BROKEN_* upward 2017-12-21 17:40:56 +00:00
Palle Girgensohn
36cf9dc687 Update to latest version 2017-12-21 14:08:45 +00:00
Danilo G. Baio
e4f061a138 sysutils/smenu: Update to 0.9.10
Using ncurses from ports, smenu needs a newer version
of ncurses to work properly.

Changes:	b3564338dd
2017-12-21 14:00:27 +00:00
Mark Linimon
bc6d0887a0 Try to bring some consistency to ports that have x86-specific pieces.
- in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
2017-12-21 10:23:19 +00:00
Dmitry Marakasov
3028b125ee - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2017-12-21 09:00:35 +00:00
Mark Linimon
e833b0b1f2 Mastersite disappeared. Forgotten in previous commit. 2017-12-21 08:44:38 +00:00
Mark Linimon
e3dd6fffb0 Mark deprecated: mastersite disappeared. 2017-12-21 08:42:55 +00:00
Emmanuel Vadot
d9ec3b9154 sysutils/atf-allwinner: Update to 20171017
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D13560
2017-12-20 20:37:01 +00:00
Emmanuel Vadot
8c37ccba99 Add sysutils/u-boot-a64-olinuxino
A64-Olinuxino is a Single Board Computer based on the Allwinner A64 SoC.

Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D13562
2017-12-20 20:35:49 +00:00
Baptiste Daroussin
5a27145800 Use swig 3.0 2017-12-20 14:44:20 +00:00
Sunpoet Po-Chuan Hsieh
853ea946c4 Update to 2.6.1
Changes:	https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd
2017-12-20 14:42:32 +00:00
Baptiste Daroussin
3c7f4b241f Use swig3.0 to generate the python binding 2017-12-20 14:16:29 +00:00
Steve Wills
4aa1a45735 sysutils/logrotate: fix paths after upate to 3.13.0
While here add USES=localbase and unmute post-install tasks

PR:		223227
Submitted by:	a.ulasov@gmail.com (inspired by)
Approved by:	js@iksz.hu (maintainer)
2017-12-20 02:31:40 +00:00
Guido Falsi
3c67e7f52f - Update xfce4-power-manager to 1.6.1
- Perform some whitespace changes
- Add missing dependencies reported by stage-qa
2017-12-19 18:37:53 +00:00
Sunpoet Po-Chuan Hsieh
ecd043da70 Update textproc/tinyxml2 to 6.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/leethomason/tinyxml2/commits/master
2017-12-19 18:20:20 +00:00
Yuri Victorovich
5c1e603d4f New port: sysutils/usbtop: Utility that shows an estimated instantaneous USB bandwidth
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13525
2017-12-19 15:53:19 +00:00
Baptiste Daroussin
2004ea81d9 CLeanup u-boot-tools
- Do not overwrite do-build, it is not necessary
- Ensure the env variables are respected during configure phase
- Now that we use the regular do-build kernel we can pass gmake variables via
  arguments which allows to overwrites predefine ones without custom patches
- Force verbose mode when building to see what command line is invoke, in in
  particular which compiler is called
- Overwrite NOSTDINC_FLAGS because on freebsd we do actually want to use our
  regular standard include files
- Register the dependency on libssl/libcrypto

Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D13543
2017-12-19 15:08:41 +00:00
Nikolai Lifanov
5d36ee1c36 update sysutils/docker-compose to 0.18.0
Changes: https://github.com/docker/compose/blob/1.18.0/CHANGELOG.md
2017-12-19 14:58:15 +00:00
Mark Linimon
b4b75e0c07 Apply similar fix to scripts/Makefile.autoconf as to ../Makefile. 2017-12-19 14:20:19 +00:00
Marcelo Araujo
dd327b0d1a Transfer github ownership to iXsystems. 2017-12-19 06:17:09 +00:00
Antoine Brodin
13795c2162 Mark BROKEN: fails to link
osquery/libosquery_additional.a(rocksdb.cpp.o):(.data.rel.ro._ZTIN7osquery17GlogRocksDBLoggerE+0x10): undefined reference to `typeinfo for rocksdb::Logger'

Reported by:	pkg-fallout
2017-12-18 21:50:17 +00:00
Emmanuel Vadot
69b03db82c Add new port sysutils/u-boot-tools
U-Boot tools for creating and analyzing u-boot images.
U-Boot images are used to embed kernels into a know format for u-boot.
It can also be FIT (Flattened Image Tree) images when the source describing
the image is written like a DTS (Device Tree Source).

Reviewed by:	imp
Approved by:	imp
Differential Revision:	https://reviews.freebsd.org/D13455
2017-12-18 19:20:08 +00:00
David Naylor
ca26e3faaf sysutils/py-plumbum: update to 1.6.4
- link to LICENSE file in source
 - sort USE_PYTHON lexicographically
2017-12-18 12:52:46 +00:00
Jimmy Olgeni
f4c7169b8b Update sysutils/usermin to version 1.730. 2017-12-18 11:51:39 +00:00
Jimmy Olgeni
dc22912b4e Update sysutils/webmin to version 1.870. 2017-12-18 11:51:11 +00:00
Mark Linimon
a10ca99c9b Also broken on aarch64 and mips.
Approved by:	portmgr (tier-2 blanket)
2017-12-18 04:52:04 +00:00
Jason W. Bacon
af90a293b2 sysutils/desktop-installer: Update to 0.5.5
Fix perms for k3b, switch suggested pw vault to keepassx2, print driver to hplip, add lilyterm to Lumina setup, other minor enhancements.

Approved by: jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D13526
2017-12-18 03:49:54 +00:00
Jason W. Bacon
0304aa754d auto-admin: Update to 0.4.1
Add auto-clean-disk script and various minor fixes and enhancements

Approved by: jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D13523
2017-12-18 03:08:09 +00:00