Page MenuHomeFreeBSD

D19440.id54681.diff
No OneTemporary

D19440.id54681.diff

Index: x11/Makefile
===================================================================
--- x11/Makefile
+++ x11/Makefile
@@ -63,6 +63,7 @@
SUBDIR += evilvte
SUBDIR += fbdesk
SUBDIR += fbpanel
+ SUBDIR += find-cursor
SUBDIR += fireflies
SUBDIR += florence
SUBDIR += flruler
Index: x11/find-cursor/Makefile
===================================================================
--- /dev/null
+++ x11/find-cursor/Makefile
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME= find-cursor
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.1
+CATEGORIES= x11
+
+MAINTAINER= 0mp@FreeBSD.org
+COMMENT= Simple XLib program to highlight the cursor position
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= localbase:ldflags
+USE_GITHUB= yes
+GH_ACCOUNT= Carpetsmoker
+USE_XORG= x11 xdamage xext xfixes xrender
+
+PLIST_FILES= bin/${PORTNAME}
+
+PORTDOCS= README.markdown screenshot.gif
+
+OPTIONS_DEFINE= DOCS
+
+post-configure:
+ ${REINPLACE_CMD} -E 's/(.CC.)/\1 $${LDFLAGS}/' ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Index: x11/find-cursor/distinfo
===================================================================
--- /dev/null
+++ x11/find-cursor/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1551700730
+SHA256 (Carpetsmoker-find-cursor-v1.1_GH0.tar.gz) = 02bef496b99956440b40ade5a6bf77706b298d6af6e7a1260d4a71729e343f02
+SIZE (Carpetsmoker-find-cursor-v1.1_GH0.tar.gz) = 73554
Index: x11/find-cursor/pkg-descr
===================================================================
--- /dev/null
+++ x11/find-cursor/pkg-descr
@@ -0,0 +1,4 @@
+Simple XLib program to highlight the cursor position. This is similar to the
+feature found in Windows XP (and possibly later?).
+
+WWW: https://github.com/Carpetsmoker/find-cursor

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 3, 2:04 AM (21 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29177563
Default Alt Text
D19440.id54681.diff (1 KB)

Event Timeline