New port: x11/find-cursor: Simple XLib program to highlight the cursor position

Simple XLib program to highlight the cursor position. This is similar to
the feature found in Windows XP (and possibly later?).

Reviewed by:	krion, mat
Approved by:	krion (mentor), mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D19440
This commit is contained in:
Mateusz Piotrowski 2019-03-04 15:39:16 +00:00
parent f241043515
commit f407de7a31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494603
4 changed files with 43 additions and 0 deletions

View File

@ -63,6 +63,7 @@
SUBDIR += evilvte
SUBDIR += fbdesk
SUBDIR += fbpanel
SUBDIR += find-cursor
SUBDIR += fireflies
SUBDIR += florence
SUBDIR += flruler

35
x11/find-cursor/Makefile Normal file
View File

@ -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>

3
x11/find-cursor/distinfo Normal file
View File

@ -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

View File

@ -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