diff --git a/sysutils/tabs/Makefile b/sysutils/tabs/Makefile new file mode 100644 index 00000000000..424f0c8afed --- /dev/null +++ b/sysutils/tabs/Makefile @@ -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 + +# BSD +PERMIT_PACKAGE_CDROM = Yes + +WANTLIB += c curses + +MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/ + +.include diff --git a/sysutils/tabs/distinfo b/sysutils/tabs/distinfo new file mode 100644 index 00000000000..97899e7c644 --- /dev/null +++ b/sysutils/tabs/distinfo @@ -0,0 +1,2 @@ +SHA256 (tabs-5.2.1.tar.gz) = MoUmYguATgZy5/5Fjx88giw+XyOamYorQBFLP2+92AU= +SIZE (tabs-5.2.1.tar.gz) = 4312 diff --git a/sysutils/tabs/pkg/DESCR b/sysutils/tabs/pkg/DESCR new file mode 100644 index 00000000000..99091e58c38 --- /dev/null +++ b/sysutils/tabs/pkg/DESCR @@ -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. diff --git a/sysutils/tabs/pkg/PLIST b/sysutils/tabs/pkg/PLIST new file mode 100644 index 00000000000..858ed6684f7 --- /dev/null +++ b/sysutils/tabs/pkg/PLIST @@ -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