Removed the ICONV option, as it is now required to build NeoMutt. Adjusted the
NLS option, as gettext is required to configure, although it's still optional
at build time.
Approved by: bapt (maintainer, implicit)
for finding optimal balance based on a genetic search algorithm. A
variety of univariate and multivariate metrics to determine if balance
has been obtained are also provided.
WWW: http://sekhon.berkeley.edu/matching
This fixes build issues [1] and makes swiftc work [2]. But swiftpm is still not
working, hopefully soon.
PR: 210284 [1]
PR: 210386 [2]
Reported by: Lacey Powers <lacey.leanne@gmail.com> [1]
Reported by: Tom Pusateri <pusateri@bangj.com> [2]
Gcolor3 enables you to pick the color from any pixel on your screen.
It also offers a palette, so that you can easily mix and match a
couple of colors together.
When you have found the perfect combination of colors, naturally you
want to save them. Gcolor3 allows you to conveniently save and
retrieve colors.
WWW: https://hjdskes.github.io/projects/gcolor3/
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10481
available in the gcdmaster slave port at the required point in time
(it's unclear why this was no problem with the cdrdao port before). [1]
- Copy over the cdrtools patches from r427613 in order to fix the build
with clang 3.9.0.
Reported by: Jonathan Chen [1]
for the release and this first GCC 8 snapshot is still very close to that,
whereas the coming months are going to provide a rougher ride through
the development stages of GCC 8.
BackupPC is a fast, enterprise-grade backup system. It provides
a web-based user interface. It supports several platforms (Unix-like,
Windows, MacOSX) to backup to a disk-based storage.
No client-side software is necessary, as the BackupPC server uses
several protocols (smb, rsync, tar and ftp) native to the client OS.
File-level deduplication combined with optional compression minimizes
the disk space needed to store the backups and disk I/O and enables
synthetic backups to reduce network traffic.
BackupPC is not a block-level backup system but performs file-based
backup and restore. Thus it is not suitable for backup of disk
images or raw disk partitions.
BackupPC supports laptop environments with clients on dynamic
IP addresses (DHCP) not always connected to the network.
WWW: http://backuppc.sourceforge.net/
Users of the sysutils/backuppc port should read
http://backuppc.sourceforge.net/BackupPC-4.0.0.html#BackupPC-4.0
PR: 217638
Submitted by: Alexander Moisseev <moiseev at mezonplus.ru>