QDirStat is a graphical application to show where your disk space has gone
and to help you to clean it up. Similar KDirStat without KDE dependency,
and from the original KDirStat author
WWW: https://github.com/shundhammer/qdirstat
PR: 224987
Submitted by: kbowling
container-diff is a tool for analyzing and comparing container images.
container-diff can examine images along several different criteria, including:
- Docker Image History
- Image file system
- Apt packages
- pip packages
- npm packages
These analyses can be performed on a single image, or a diff can be performed on
two images to compare. The tool can help users better understand what is
changing inside their images, and give them a better look at what their images
contain.
WWW: https://github.com/GoogleCloudPlatform/container-diff
vzvol is a zvol manager, that allows a user to create,
format, and manage zvols in the context of use for
virualization. It is meant to simplify the management of
these devices, as well as allow the creation of a shim
.VMDK file to allow the use of a zvol with VirtualBox.
WWW: https://github.com/RainbowHackerHorse/vzvol
PR: 224662
Submitted by: Samantha "Rainbow" Smith <rainbow@purlinux.org>
Reviewed by: yuri
2017-12-31 security/gnupg20: Will reach EOL upstream on 2017-12-31
2018-01-01 dns/dualserver: Please migrate to dns/dnsmasq. Over the years dualserver becomes unmaintenaible.
2018-01-01 devel/p5-Parse-Pidl44: yes
2018-01-01 sysutils/DTraceToolkit: Now maintained as part of the base system
distro (for: Linux Distribution) provides information about the Linux
distribution it runs on, such as a reliable machine-readable ID, or version
information.
It is a renewed alternative implementation for Python's original
platform.linux_distribution function, but it also provides much more
functionality which isn't necessarily Python bound like a command-line
interface.
WWW: https://github.com/nir0s/distro
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
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
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
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
These small utilities allow creating very lightweight job queue
systems which require no setup, maintenance, supervision, or any
long-running processes.
The intended purpose is ad-hoc queuing of command lines (e.g. for
building several targets of a Makefile, downloading multiple files one
at a time, running benchmarks in several configurations, or simply as
a glorified nohup), but as any good Unix tool, it can be abused for
whatever you like.
WWW: https://github.com/chneukirchen/nq
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
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
fd is a simple, fast and user-friendly alternative to find.
While it does not seek to mirror all of find's powerful functionality,
it provides sensible (opinionated) defaults for 80% of the use cases.
WWW: https://github.com/sharkdp/fd
PR: 223674
Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
multiple paths and do things, when any filesystem
changes are detected.
Written for Linux' inotify, it was ported using the
libinotify.
Sponsored by: Virtual Estates, Inc.
desktop installation as much as possible per user, with plenty of flexibility as
well as modularity. By default, you get 5 distinct stages for defining your
desktop environment. But you can always add/subtract/customize the stages as
much as you wish. Once you start using mkdesktop, you will pretty soon love it -
particularly its post-processor which automatically kicks in once the stages
have been processed - it sets up emulation layers and configuration of system
files, if the user so desires.
WWW: https://github.com/bourne-again/mkdesktop
PR: 221370
Submitted by: born^@hotmail.com (maintainer)
This version is not compatible with version 2 file system user modules
and is meant to co-exist with the older version of the library.
Reviewed by: antoine (mentor)
2017-10-04 sysutils/bacula5-client-static: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-client: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-bat: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-server: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 net-mgmt/nagios-check_bacula5: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-docs: No upstream commits since 2013. Use sysutils/bacula-docs
zrepl is a complete ZFS dataset replication tool written in Go
that supports feature detection, bookmarks, and other new features.
Significant parts of this port were submitted by woodsb02. Thank you!
Submitted by: woodsb02, me
Reviewed by: woodsb02
Differential Revision: https://reviews.freebsd.org/D12462
lscpu gathers CPU architecture information about the current CPU. The
command output is optimized for parsing or for easy readability by
humans. The information includes, for example, the number of CPUs,
threads, cores, and sockets.
There is also information about the CPU caches, family, model,
byte order, and stepping.
WWW: https://github.com/NanXiao/lscpu
and other Linux distributions without burning a CD. This is useful when
supplied ISO image cannot be directly written to USB drive or SD card.
WWW: http://unetbootin.sourceforge.net/