aboutsummaryrefslogtreecommitdiff
path: root/x11/jbxvt
diff options
context:
space:
mode:
authorNo Name <pyrus@bsdmail.com>2022-08-09 21:26:55 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-08-09 21:27:24 +0000
commit9649bde4f26a1cf276591091eb23ba5a44d67761 (patch)
treeb2ab4097841be29f4ca4a4ba92369f99f4e52cb0 /x11/jbxvt
parent713541e233d6c0bc5f706e550b5c6144840bed79 (diff)
downloadports-9649bde4f26a1cf276591091eb23ba5a44d67761.tar.gz
ports-9649bde4f26a1cf276591091eb23ba5a44d67761.zip
x11/jbxvt: New port
PR: 265699
Diffstat (limited to 'x11/jbxvt')
-rw-r--r--x11/jbxvt/Makefile25
-rw-r--r--x11/jbxvt/distinfo3
-rw-r--r--x11/jbxvt/pkg-descr5
3 files changed, 33 insertions, 0 deletions
diff --git a/x11/jbxvt/Makefile b/x11/jbxvt/Makefile
new file mode 100644
index 000000000000..81a07b6dedad
--- /dev/null
+++ b/x11/jbxvt/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= jbxvt
+PORTVERSION= 0.8
+CATEGORIES= x11
+
+MAINTAINER= pyrus@bsdmail.com
+COMMENT= XVT fork in xcb
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
+
+USES= xorg
+USE_GITHUB= yes
+GH_ACCOUNT= jefbed
+USE_XORG= x11 xau xcb xdmcp
+HAS_CONFIGURE= yes
+
+MAKE_ARGS= PREFIX=${PREFIX}
+ALL_TARGET= jbxvt
+
+PLIST_FILES= bin/${PORTNAME} \
+ share/man/man1/${PORTNAME}.1.gz
+
+.include <bsd.port.mk>
diff --git a/x11/jbxvt/distinfo b/x11/jbxvt/distinfo
new file mode 100644
index 000000000000..9038f5b83057
--- /dev/null
+++ b/x11/jbxvt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1659834335
+SHA256 (jefbed-jbxvt-0.8_GH0.tar.gz) = 6472184a071c8c5e748a31b85b23f4f0f428cd825b10998634703a71786f279a
+SIZE (jefbed-jbxvt-0.8_GH0.tar.gz) = 66206
diff --git a/x11/jbxvt/pkg-descr b/x11/jbxvt/pkg-descr
new file mode 100644
index 000000000000..dfdfe850c214
--- /dev/null
+++ b/x11/jbxvt/pkg-descr
@@ -0,0 +1,5 @@
+jbxvt is an XCB-based terminal emulator implementing modern terminal
+emulator features and legacy expectations. It is a fork of XVT
+focused on usability and minimal resource usage.
+
+WWW: https://github.com/jefbed/jbxvt