Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2022 21:28:38 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 618b67630cbf - main - x11-wm/ittywm: New port
Message-ID:  <202208152128.27FLSc1b054903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=618b67630cbfcb3868544c3b26e491f04bbd9fa7

commit 618b67630cbfcb3868544c3b26e491f04bbd9fa7
Author:     Pyrus <pyrus@bsdmail.com>
AuthorDate: 2022-08-15 21:25:21 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-08-15 21:28:25 +0000

    x11-wm/ittywm: New port
    
    PR:     265813
---
 x11-wm/Makefile         |  1 +
 x11-wm/ittywm/Makefile  | 25 +++++++++++++++++++++++++
 x11-wm/ittywm/distinfo  |  3 +++
 x11-wm/ittywm/pkg-descr |  3 +++
 4 files changed, 32 insertions(+)

diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 732613f5e3c7..282b2c3ef57e 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -48,6 +48,7 @@
     SUBDIR += i3
     SUBDIR += i3-gaps
     SUBDIR += icewm
+    SUBDIR += ittywm
     SUBDIR += jewel
     SUBDIR += jwm
     SUBDIR += kickshaw
diff --git a/x11-wm/ittywm/Makefile b/x11-wm/ittywm/Makefile
new file mode 100644
index 000000000000..fe639769ce95
--- /dev/null
+++ b/x11-wm/ittywm/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	ittywm
+DISTVERSION=	g20180507
+CATEGORIES=	x11-wm
+
+MAINTAINER=	pyrus@bsdmail.com
+COMMENT=	Ridiculously tiny libxcb window manager
+
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		localbase xorg
+USE_GITHUB=	yes
+GH_ACCOUNT=	marshallmason
+GH_TAGNAME=	cc290ed
+USE_XORG=	xau xcb xdmcp
+
+PLIST_FILES=	bin/${PORTNAME}
+
+do-build:
+	${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/ittywm.c -lxcb
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+
+.include <bsd.port.mk>
diff --git a/x11-wm/ittywm/distinfo b/x11-wm/ittywm/distinfo
new file mode 100644
index 000000000000..f99197e4006d
--- /dev/null
+++ b/x11-wm/ittywm/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1660096678
+SHA256 (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 0e89d77fbc1d948d502e1db521c39e0ff3eda5b1bfa8ec818cabea9bb22147aa
+SIZE (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 3732
diff --git a/x11-wm/ittywm/pkg-descr b/x11-wm/ittywm/pkg-descr
new file mode 100644
index 000000000000..736b38407e9c
--- /dev/null
+++ b/x11-wm/ittywm/pkg-descr
@@ -0,0 +1,3 @@
+ittywm is a windowmanager in xcb which is based off of tinywm.
+
+WWW: https://github.com/marshallmason/ittywm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208152128.27FLSc1b054903>