svn commit: r372156 - in head/graphics: . maim
John Marino
marino at FreeBSD.org
Tue Nov 4 17:30:27 UTC 2014
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list