From owner-svn-ports-head@FreeBSD.ORG Tue Nov 4 17:30:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 293B452E; Tue, 4 Nov 2014 17:30:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFE8F1C9; Tue, 4 Nov 2014 17:30:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA4HUQSK099591; Tue, 4 Nov 2014 17:30:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA4HUQwI099587; Tue, 4 Nov 2014 17:30:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411041730.sA4HUQwI099587@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 4 Nov 2014 17:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372156 - in head/graphics: . maim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 17:30:27 -0000 Author: marino Date: Tue Nov 4 17:30:25 2014 New Revision: 372156 URL: https://svnweb.freebsd.org/changeset/ports/372156 QAT: https://qat.redports.org/buildarchive/r372156/ Log: Add new port graphics/maim PR: 194585 Submitted by: Neel Chauhan maim (make image) takes screenshots of your desktop. maim is an improvement on Scrot, the minimalistic command line screen capturing application. Added: head/graphics/maim/ head/graphics/maim/Makefile (contents, props changed) head/graphics/maim/distinfo (contents, props changed) head/graphics/maim/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Nov 4 17:11:05 2014 (r372155) +++ head/graphics/Makefile Tue Nov 4 17:30:25 2014 (r372156) @@ -580,6 +580,7 @@ SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += mahotas + SUBDIR += maim SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapnik Added: head/graphics/maim/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/maim/Makefile Tue Nov 4 17:30:25 2014 (r372156) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= maim +PORTVERSION= 2.3.31 +CATEGORIES= graphics + +MAINTAINER= neel@neelc.org +COMMENT= Screenshot utility with performance improvements over scrot + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= naelstrof +GH_PROJECT= maim +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 6888fa9 + +USES= cmake +USE_GCC= yes +USE_EFL= imlib2 +USE_XORG= x11 xrandr xfixes +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/maim ${STAGEDIR}${PREFIX}/bin + +.include Added: head/graphics/maim/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/maim/distinfo Tue Nov 4 17:30:25 2014 (r372156) @@ -0,0 +1,2 @@ +SHA256 (maim-2.3.31.tar.gz) = cbfbf131ffb3e80cc72eec054d471320f2cd173e72344cbbdbf8839c83f968fe +SIZE (maim-2.3.31.tar.gz) = 35868 Added: head/graphics/maim/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/maim/pkg-descr Tue Nov 4 17:30:25 2014 (r372156) @@ -0,0 +1,5 @@ +maim (make image) takes screenshots of your desktop. maim is an +improvement on Scrot, the minimalistic command line screen capturing +application. + +WWW: http://www.github.com/naelstrof/maim