summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2020-07-19 12:56:18 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2020-07-19 12:56:18 +0200
commit7c4136088aa5aa9cf161d3f175527a5b9b68e63a (patch)
tree5500ac4a36d37b4aba01ae05ad130c9e821546f7
parent2987d4dd34d448b70337ff5b45e5593a562d1b92 (diff)
Add xrdb
-rw-r--r--x11/xrdb/Makefile31
-rw-r--r--x11/xrdb/distinfo2
-rw-r--r--x11/xrdb/pkg/DESCR5
-rw-r--r--x11/xrdb/pkg/PLIST3
4 files changed, 41 insertions, 0 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile
new file mode 100644
index 0000000..f09822f
--- /dev/null
+++ b/x11/xrdb/Makefile
@@ -0,0 +1,31 @@
+# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
+COMMENT = X resource database utility
+
+DISTNAME = xrdb-1.2.0
+CATEGORIES = x11
+
+HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xrdb
+
+MAINTAINER = xenocara@openbsd.org
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+WANTLIB = X11 Xmuu c
+
+MASTER_SITES = ${MASTER_SITE_XORG:=app/}
+
+# Dependencies
+BUILD_DEPENDS = devel/xorgproto
+
+LIB_DEPENDS = x11/libX11 \
+ x11/libXmu
+
+SEPARATE_BUILD = Yes
+CONFIGURE_STYLE = gnu
+
+CONFIGURE_ARGS = --with-cpp=/usr/libexec/tradcpp
+
+NO_TEST = Yes
+
+.include <bsd.port.mk>
diff --git a/x11/xrdb/distinfo b/x11/xrdb/distinfo
new file mode 100644
index 0000000..9eed647
--- /dev/null
+++ b/x11/xrdb/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xrdb-1.2.0.tar.gz) = fexQ4kPVXGoGI/+Cg1Ulm2oRDedKDGXEBSlRQyTveTg=
+SIZE (xrdb-1.2.0.tar.gz) = 176877
diff --git a/x11/xrdb/pkg/DESCR b/x11/xrdb/pkg/DESCR
new file mode 100644
index 0000000..d0a1197
--- /dev/null
+++ b/x11/xrdb/pkg/DESCR
@@ -0,0 +1,5 @@
+Xrdb is used to get or set the contents of the RESOURCE_MANAGER
+property on the root window of screen 0, or the SCREEN_RESOURCES
+property on the root window of any or all screens, or everything
+combined. It would normally run this program from the X startup
+file.
diff --git a/x11/xrdb/pkg/PLIST b/x11/xrdb/pkg/PLIST
new file mode 100644
index 0000000..0d5d67d
--- /dev/null
+++ b/x11/xrdb/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $OpenBSD: PLIST,v$
+@bin bin/xrdb
+@man man/man1/xrdb.1