View | Details | Raw Unified | Return to bug 228258
Collapse All | Expand All

(-)graphics/scrot/Makefile (-5 / +13 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scrot
4
PORTNAME=	scrot
5
PORTVERSION=	0.8
5
DISTVERSIONPREFIX=	${PORTNAME}-
6
PORTREVISION=	7
6
DISTVERSION=	0.8
7
PORTREVISION=	8
7
CATEGORIES=	graphics
8
CATEGORIES=	graphics
8
MASTER_SITES=	http://linuxbrit.co.uk/downloads/ \
9
		http://mirror.amdmi3.ru/distfiles/
10
9
11
MAINTAINER=	amdmi3@FreeBSD.org
10
MAINTAINER=	amdmi3@FreeBSD.org
12
COMMENT=	Screen capture utility that utilizes Imlib2
11
COMMENT=	Screen capture utility that utilizes Imlib2
13
12
14
LIB_DEPENDS=	libgiblib.so:graphics/giblib
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
LIB_DEPENDS=	libgiblib.so:graphics/giblib \
17
		libImlib2.so:graphics/imlib2
18
19
USE_XORG=	x11
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	dreamer
15
23
16
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
17
25
(-)graphics/scrot/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (scrot-0.8.tar.gz) = 613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2
1
TIMESTAMP = 1526342099
2
SIZE (scrot-0.8.tar.gz) = 74324
2
SHA256 (dreamer-scrot-scrot-0.8_GH0.tar.gz) = ca9156a06b468334e18220040b2984da60136f6a2e0e979f668eda6e3f1e1c05
3
SIZE (dreamer-scrot-scrot-0.8_GH0.tar.gz) = 73797
(-)graphics/scrot/files/patch-Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	Wed Aug 29 13:57:11 2001
1
--- Makefile.in.orig	2010-05-15 23:25:41 UTC
2
+++ Makefile.in	Sun Jan 27 10:19:21 2002
2
+++ Makefile.in
3
@@ -82,7 +82,7 @@
3
@@ -82,7 +82,7 @@ INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix
4
 man_MANS = scrot.1
4
 man_MANS = scrot.1
5
 
5
 
6
 docs_DATA = README AUTHORS ChangeLog TODO
6
 docs_DATA = README AUTHORS ChangeLog TODO
(-)graphics/scrot/files/patch-src-Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/Makefile.in.orig	Sat Dec 16 16:25:06 2000
1
--- src/Makefile.in.orig	2010-05-15 23:25:41 UTC
2
+++ src/Makefile.in	Sat Dec 16 23:32:08 2000
2
+++ src/Makefile.in
3
@@ -70,7 +70,7 @@
3
@@ -74,7 +74,7 @@ VERSION = @VERSION@
4
 MAINTAINERCLEANFILES = Makefile.in				
4
 MAINTAINERCLEANFILES = Makefile.in				
5
 
5
 
6
 LDFLAGS = -L/usr/X11R6/lib
6
 LDFLAGS = -L/usr/X11R6/lib
(-)graphics/scrot/pkg-descr (-2 / +14 lines)
Lines 1-3 Link Here
1
A screen capture utility that utilizes Imlib2.
1
A screen capture CLI utility that utilizes Imlib2.
2
2
3
WWW: http://linuxbrit.co.uk/scrot/
3
It has the following set of features:
4
5
 - user-definable time delay
6
 - image quality control
7
 - interactive rectangular mouse selection of any screen part
8
 - screen capture for individual windows
9
 - scriptable screen shot processing
10
11
Although scrot is no longer in active development, it is still widely used
12
today. Similar programs, which were either based on or inspired by scrot, are
13
graphics/maim and x11/slop.
14
15
WWW: https://github.com/dreamer/scrot

Return to bug 228258