diff options
-rw-r--r-- | meta/xenocara/Makefile | 1 | ||||
-rw-r--r-- | x11/editres/Makefile | 30 | ||||
-rw-r--r-- | x11/editres/distinfo | 2 | ||||
-rw-r--r-- | x11/editres/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/editres/pkg/PLIST | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/meta/xenocara/Makefile b/meta/xenocara/Makefile index 54ad74f..e4290f5 100644 --- a/meta/xenocara/Makefile +++ b/meta/xenocara/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS = \ x11/xf86-input-keyboard \ x11/xf86-input-ws \ x11/cwm \ + x11/editres \ x11/iceauth \ x11/xbacklight \ x11/setxkbmap \ diff --git a/x11/editres/Makefile b/x11/editres/Makefile new file mode 100644 index 0000000..4fc04c8 --- /dev/null +++ b/x11/editres/Makefile @@ -0,0 +1,30 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = a dynamic resource editor for X Toolkit applications + + +DISTNAME = editres-1.0.7 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/editres + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = Xaw7 Xmu Xt X11 c + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libXaw + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> diff --git a/x11/editres/distinfo b/x11/editres/distinfo new file mode 100644 index 0000000..749b302 --- /dev/null +++ b/x11/editres/distinfo @@ -0,0 +1,2 @@ +SHA256 (editres-1.0.7.tar.gz) = KUhPjLohhODaYin3KbtEhv+vck3+5icW5oYps2R8q4I= +SIZE (editres-1.0.7.tar.gz) = 208925 diff --git a/x11/editres/pkg/DESCR b/x11/editres/pkg/DESCR new file mode 100644 index 0000000..b4a69ba --- /dev/null +++ b/x11/editres/pkg/DESCR @@ -0,0 +1,7 @@ +Editres is a tool that allows users and application developers to view +the full widget hierarchy of any X Toolkit application that speaks the +Editres protocol. In addition, editres will help the user construct +resource specifications, allow the user to apply the resource to the +application and view the results dynamically. Once the user is happy +with a resource specification editres will append the resource string +to the user's X Resources file. diff --git a/x11/editres/pkg/PLIST b/x11/editres/pkg/PLIST new file mode 100644 index 0000000..a80aed6 --- /dev/null +++ b/x11/editres/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/editres +@man man/man1/editres.1 +share/X11/app-defaults/Editres +share/X11/app-defaults/Editres-color |