Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2014 11:32:51 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375877 - in head/x11: . slop
Message-ID:  <201412311132.sBVBWpS5091444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Dec 31 11:32:50 2014
New Revision: 375877
URL: https://svnweb.freebsd.org/changeset/ports/375877
QAT: https://qat.redports.org/buildarchive/r375877/

Log:
  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>

Added:
  head/x11/slop/
  head/x11/slop/Makefile   (contents, props changed)
  head/x11/slop/distinfo   (contents, props changed)
  head/x11/slop/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Wed Dec 31 11:29:58 2014	(r375876)
+++ head/x11/Makefile	Wed Dec 31 11:32:50 2014	(r375877)
@@ -260,6 +260,7 @@
     SUBDIR += sisctrl
     SUBDIR += slim
     SUBDIR += slock
+    SUBDIR += slop
     SUBDIR += smproxy
     SUBDIR += sselp
     SUBDIR += stalonetray

Added: head/x11/slop/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/slop/Makefile	Wed Dec 31 11:32:50 2014	(r375877)
@@ -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>

Added: head/x11/slop/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/slop/distinfo	Wed Dec 31 11:32:50 2014	(r375877)
@@ -0,0 +1,2 @@
+SHA256 (slop-4.1.15.tar.gz) = fd7c1a7564c228a0a78954559bfd6b0f1f55730e6461891900dd7912e2eaf9b8
+SIZE (slop-4.1.15.tar.gz) = 35302

Added: head/x11/slop/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/slop/pkg-descr	Wed Dec 31 11:32:50 2014	(r375877)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412311132.sBVBWpS5091444>