# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # slop # slop/pkg-descr # slop/distinfo # slop/Makefile # echo c - slop mkdir -p slop > /dev/null 2>&1 echo x - slop/pkg-descr sed 's/^X//' >slop/pkg-descr << 'dda7da668d875cad8dac098fc90c209b' Xslop (Select Operation) is an application that collects a screen selection from Xthe user and prints the selection's coordinates to stdout. X XWWW: http://www.github.com/naelstrof/slop dda7da668d875cad8dac098fc90c209b echo x - slop/distinfo sed 's/^X//' >slop/distinfo << '2dea883c732d0412e53c63ec6a106404' XSHA256 (slop-4.1.15.tar.gz) = fd7c1a7564c228a0a78954559bfd6b0f1f55730e6461891900dd7912e2eaf9b8 XSIZE (slop-4.1.15.tar.gz) = 35302 2dea883c732d0412e53c63ec6a106404 echo x - slop/Makefile sed 's/^X//' >slop/Makefile << '4a6c9c3bc681e9bdf67efa81bd086a0a' X# $FreeBSD$ X XPORTNAME= slop XPORTVERSION= 4.1.15 XCATEGORIES= x11 X XMAINTAINER= neel@neelc.org XCOMMENT= Make a screen selection and print the selection coordinates to stdout X XLICENSE= GPLv3 X XUSE_GITHUB= yes XGH_ACCOUNT= naelstrof XGH_PROJECT= slop XGH_TAGNAME= v${PORTVERSION} XGH_COMMIT= cbc1856 X XUSES= cmake XUSE_XORG= x11 xext XPLIST_FILES= bin/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/slop ${STAGEDIR}${PREFIX}/bin X X.include 4a6c9c3bc681e9bdf67efa81bd086a0a exit