- proper support of installurl(5) (empty lines, comments...)
- for patching:
- check for endianness issues (a LSB arch could only patch a LSB arch)
- some archs aren't patchable to add the install/upgrade file (bsd.rd
is stripped/gzipped): alpha, sparc64, hppa
upobsd is a ksh(1) script designed to download, verify and optionally patch
bsd.rd image.
upobsd will download bsd.rd image using ftp(1) from mirror defined in
installurl(5), will verify the downloaded file using signify(1) and local key
inside /etc/signify to ensure integrity, and optionally patch the image for
adding auto_install.conf or auto_upgrade.conf file to add support of offline
autoinstall(8).
requested by danj@, ok rsadowski@
Grafana is an open source, feature rich metrics dashboard and graph
editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
Note that (inspired by FreeBSD) we fetch the upstream linux binary
tarball to extract/install the web assets instead of going through the
whole nodejs/gulp/yarn madness. Sanity preserved.
with tweaks and ok ajacoutot@
OK landry@, sthen@
Port changes:
- patches/patch-cmake_FindLua_cmake is upstreamed so remove it
- re apply other patches manually when needed & re-generate
- patch the tests to not do color output
- grab MAINTAINER
- TEST_IS_INTERACTIVE set to yes
Upstream changes:
https://github.com/axkibe/lsyncd/blob/master/ChangeLog
This comprises 3 subpackages, libisoburn, xorriso and xorriso-tcltk:
libisoburn is a frontend for libburn and libisofs libraries which
enables creation and expansion of ISO-9660 filesystems on all CD/DVD/BD
media supported by libburn. This includes media like DVD+RW, which do
not support multi-session management on media level and even plain disk
files or block devices.
xorriso copies file objects from POSIX compliant filesystems into Rock
Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation
of such filesystems. It can load the management information of existing
ISO images and it writes the session results to optical media or to
filesystem objects.
xorriso-tcltk is a GUI frontend to xorriso.
Note that this (along libburn and libisofs) replaces/supersedes
sysutils/xorriso.
ok sthen@ uaa@
libburn is a library by which preformatted data get onto optical media:
CD, DVD, BD (Blu-Ray). On OpenBSD it uses /dev/cdNc.
libburn also offers a facility for reading data blocks from its drives
without using the normal block device i/o, which has its advantages and
disadvantages. It seems appropriate, nevertheless, to do writing and
reading via the same channel.
ok sthen@ uaa@
libisofs is a library to create an ISO-9660 filesystem with extensions
like Rock Ridge or Joliet. It is also a full featured ISO-9660 editor,
allowing you to modify an ISO image or multisession disc, including
file addition/removal, change of file names and attributes, etc.
ok sthen@ uaa@