Import sysutils/tabs, a utility to set terminal tabs.
ok juanfra@ The tabs utility displays a series of characters that clear the hardware terminal tab settings then initialises tab stops at specified positions, and optionally adjusts the margin. It is a port of the tabs utility from DragonFly BSD.
This commit is contained in:
parent
2d57749f80
commit
befe7c326c
17
sysutils/tabs/Makefile
Normal file
17
sysutils/tabs/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/06/05 17:25:35 bcallah Exp $
|
||||
|
||||
COMMENT = utility to set terminal tabs
|
||||
DISTNAME = tabs-5.2.1
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = https://www.dragonflybsd.org/
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += c curses
|
||||
|
||||
MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/tabs/distinfo
Normal file
2
sysutils/tabs/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (tabs-5.2.1.tar.gz) = MoUmYguATgZy5/5Fjx88giw+XyOamYorQBFLP2+92AU=
|
||||
SIZE (tabs-5.2.1.tar.gz) = 4312
|
5
sysutils/tabs/pkg/DESCR
Normal file
5
sysutils/tabs/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
The tabs utility displays a series of characters that clear the hardware
|
||||
terminal tab settings then initialises tab stops at specified positions,
|
||||
and optionally adjusts the margin.
|
||||
|
||||
It is a port of the tabs utility from DragonFly BSD.
|
3
sysutils/tabs/pkg/PLIST
Normal file
3
sysutils/tabs/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/06/05 17:25:35 bcallah Exp $
|
||||
@bin bin/tabs
|
||||
@man man/man1/tabs.1
|
Loading…
x
Reference in New Issue
Block a user