Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146361181
D19440.id54681.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D19440.id54681.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19440: New port: x11/find-cursor: Simple XLib program to highlight the cursor position
Attached
Detach File
Event Timeline
Log In to Comment