slop (Select Operation) is an application that collects a screen selection

from the user and prints the selection's coordinates to stdout.

WWW: http://www.github.com/naelstrof/slop

PR:		195199
Submitted by:	Neel Chauhan <neel@neelc.org>
This commit is contained in:
Pawel Pekala 2014-12-31 11:32:50 +00:00
parent 6fc6ad078d
commit ef65c19710
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375877
4 changed files with 31 additions and 0 deletions

View File

@ -260,6 +260,7 @@
SUBDIR += sisctrl
SUBDIR += slim
SUBDIR += slock
SUBDIR += slop
SUBDIR += smproxy
SUBDIR += sselp
SUBDIR += stalonetray

24
x11/slop/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= slop
PORTVERSION= 4.1.15
CATEGORIES= x11
MAINTAINER= neel@neelc.org
COMMENT= Make a screen selection and print the selection coordinates to stdout
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= naelstrof
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= cbc1856
USES= cmake
USE_XORG= x11 xext
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/slop ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

2
x11/slop/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (slop-4.1.15.tar.gz) = fd7c1a7564c228a0a78954559bfd6b0f1f55730e6461891900dd7912e2eaf9b8
SIZE (slop-4.1.15.tar.gz) = 35302

4
x11/slop/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
slop (Select Operation) is an application that collects a screen selection
from the user and prints the selection's coordinates to stdout.
WWW: http://www.github.com/naelstrof/slop