Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163712560
D14112.id38648.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D14112.id38648.diff
View Options
Index: head/x11/Makefile
===================================================================
--- head/x11/Makefile
+++ head/x11/Makefile
@@ -352,6 +352,7 @@
SUBDIR += wmdrawer
SUBDIR += wmmatrix
SUBDIR += wmutils-core
+ SUBDIR += wmutils-opt
SUBDIR += wmxss
SUBDIR += workrave
SUBDIR += x11perf
Index: head/x11/wmutils-opt/Makefile
===================================================================
--- head/x11/wmutils-opt/Makefile
+++ head/x11/wmutils-opt/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= wmutils-opt
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0
+CATEGORIES= x11
+
+MAINTAINER= dg@syrec.org
+COMMENT= Optional addons to wmutils
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= localbase:ldflags
+USE_XORG= xcb
+
+USE_GITHUB= yes
+GH_ACCOUNT= wmutils
+GH_PROJECT= opt
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+
+.include <bsd.port.mk>
Index: head/x11/wmutils-opt/distinfo
===================================================================
--- head/x11/wmutils-opt/distinfo
+++ head/x11/wmutils-opt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1515855504
+SHA256 (wmutils-opt-v1.0_GH0.tar.gz) = f30bb409bdcfa6720015dbca5356e04d4359cca3800a39948822152a94bcd055
+SIZE (wmutils-opt-v1.0_GH0.tar.gz) = 7959
Index: head/x11/wmutils-opt/files/patch-Makefile
===================================================================
--- head/x11/wmutils-opt/files/patch-Makefile
+++ head/x11/wmutils-opt/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- Makefile.orig 2016-10-04 08:01:36 UTC
++++ Makefile
+@@ -22,12 +22,10 @@ manpages:
+ $(OBJ): $(HDR) util.o
+
+ .o:
+- @echo "LD $@"
+- @$(LD) $< -o $@ $(LDFLAGS) util.o
++ $(LD) $< -o $@ $(LDFLAGS) util.o
+
+ .c.o:
+- @echo "CC $<"
+- @$(CC) -c $< -o $@ $(CFLAGS)
++ $(CC) -c $< -o $@ $(CFLAGS)
+
+ install: $(BIN)
+ mkdir -p $(DESTDIR)$(PREFIX)/bin/
Index: head/x11/wmutils-opt/files/patch-config.mk
===================================================================
--- head/x11/wmutils-opt/files/patch-config.mk
+++ head/x11/wmutils-opt/files/patch-config.mk
@@ -0,0 +1,15 @@
+--- config.mk.orig 2016-10-04 08:01:36 UTC
++++ config.mk
+@@ -1,8 +1,8 @@
+-PREFIX = /usr
+-MANPREFIX = $(PREFIX)/share/man
++PREFIX ?= /usr/local
++MANPREFIX = $(PREFIX)/man
+
+ CC = cc
+ LD = $(CC)
+
+-CFLAGS += -std=c99 -pedantic -Wall -Os
+-LDFLAGS += -lxcb
++CFLAGS := -std=c99 -pedantic -Wall $(CFLAGS)
++LDFLAGS := -lxcb $(LDFLAGS)
Index: head/x11/wmutils-opt/pkg-descr
===================================================================
--- head/x11/wmutils-opt/pkg-descr
+++ head/x11/wmutils-opt/pkg-descr
@@ -0,0 +1,5 @@
+wmutils-opt is a set of optional utilities meant to accompany wmutils-core.
+This package includes tools to move/resize windows with the mouse, control
+window borders, and view a window's events and name.
+
+WWW: https://github.com/wmutils/opt
Index: head/x11/wmutils-opt/pkg-plist
===================================================================
--- head/x11/wmutils-opt/pkg-plist
+++ head/x11/wmutils-opt/pkg-plist
@@ -0,0 +1,8 @@
+bin/chwb2
+bin/wew
+bin/wname
+bin/xmmv
+man/man1/chwb2.1.gz
+man/man1/wew.1.gz
+man/man1/wname.1.gz
+man/man1/xmmv.1.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 26, 3:35 PM (2 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35541628
Default Alt Text
D14112.id38648.diff (3 KB)
Attached To
Mode
D14112: New port: x11/wmutils-opt: Optional addons to wmutils
Attached
Detach File
Event Timeline
Log In to Comment