9dc5cd6785
Changes since tio v1.34: * Add support for automatically generated log filename Automatically generate log filename if none is provided. The auto generated file name is on the form: "tio_DEVICE_YYYY-MM-DDTHH:MM:SS.log" * Add support for configurable timestamp format Also changes default timestamp format from ISO8601 to classic 24-hour format as this is assumed to be the format that most users would prefer. And reintroduces strict but optional ISO8601 format. This feature allows to easily add more timestamp formats in the future. * Reintroduce asm-generic/ioctls.h It is needed for ppc builds. * Add macro hack to workaround older buggy glibc Robey Pointer: * Add support for high bps on OS X
17 lines
481 B
Makefile
17 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/02/20 08:34:39 fcambus Exp $
|
|
|
|
DISTNAME= tio-1.35
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/}
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://github.com/tio/tio
|
|
COMMENT= Simple TTY terminal I/O application
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
MESON_ARGS+= -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions
|
|
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|