From 90c4d3b58c5d145667afc95d08bc405523749b9c Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 3 Dec 2000 20:26:18 +0000 Subject: [PATCH] Add scrot 0.4, a screen capture utility that uses imlib2. PR: 22336 Submitted by: Jeremy Norris --- graphics/Makefile | 1 + graphics/scrot/Makefile | 22 ++++++++++++++++++++++ graphics/scrot/distinfo | 1 + graphics/scrot/files/patch-aa | 11 +++++++++++ graphics/scrot/files/patch-ab | 11 +++++++++++ graphics/scrot/pkg-comment | 1 + graphics/scrot/pkg-descr | 3 +++ graphics/scrot/pkg-plist | 6 ++++++ 8 files changed, 56 insertions(+) create mode 100644 graphics/scrot/Makefile create mode 100644 graphics/scrot/distinfo create mode 100644 graphics/scrot/files/patch-aa create mode 100644 graphics/scrot/files/patch-ab create mode 100644 graphics/scrot/pkg-comment create mode 100644 graphics/scrot/pkg-descr create mode 100644 graphics/scrot/pkg-plist diff --git a/graphics/Makefile b/graphics/Makefile index a6a9d7ee6444..5527decd2551 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -170,6 +170,7 @@ SUBDIR += ruby-opengl SUBDIR += sane SUBDIR += sced + SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl_image SUBDIR += sdl_ttf diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile new file mode 100644 index 000000000000..7f03372d3f6d --- /dev/null +++ b/graphics/scrot/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: scrot +# Date created: 27 Oct 2000 +# Whom: Jeremy Norris +# +# $FreeBSD$ +# + +PORTNAME= scrot +PORTVERSION= 0.4 +CATEGORIES= graphics +MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ + +MAINTAINER= ishmael27@home.com + +LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes + +MAN1= scrot.1 + +.include diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo new file mode 100644 index 000000000000..6e83f44b6718 --- /dev/null +++ b/graphics/scrot/distinfo @@ -0,0 +1 @@ +MD5 (scrot-0.4.tar.gz) = a50cb44e190902f28f54e013a2dc16be diff --git a/graphics/scrot/files/patch-aa b/graphics/scrot/files/patch-aa new file mode 100644 index 000000000000..572a1e13dbca --- /dev/null +++ b/graphics/scrot/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Oct 26 10:25:54 2000 ++++ Makefile.in Thu Oct 26 23:55:44 2000 +@@ -76,7 +76,7 @@ + man_MANS = scrot.1 + + docs_DATA = README AUTHORS ChangeLog TODO +-docsdir = $(prefix)/doc/scrot ++docsdir = $(datadir)/doc/scrot + + EXTRA_DIST = scrot.spec scrot.1 $(docs_DATA) + diff --git a/graphics/scrot/files/patch-ab b/graphics/scrot/files/patch-ab new file mode 100644 index 000000000000..3fcccf8c803f --- /dev/null +++ b/graphics/scrot/files/patch-ab @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Oct 28 19:44:50 2000 ++++ src/Makefile.in Sun Oct 29 17:22:38 2000 +@@ -70,7 +70,7 @@ + MAINTAINERCLEANFILES = Makefile.in + + LDFLAGS = -L/usr/X11R6/lib +-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ ++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ + + LIBOBJS = @LIBOBJS@ + diff --git a/graphics/scrot/pkg-comment b/graphics/scrot/pkg-comment new file mode 100644 index 000000000000..44721944c57a --- /dev/null +++ b/graphics/scrot/pkg-comment @@ -0,0 +1 @@ +A screen capture utility that utilizes Imlib2 diff --git a/graphics/scrot/pkg-descr b/graphics/scrot/pkg-descr new file mode 100644 index 000000000000..aea0212b0482 --- /dev/null +++ b/graphics/scrot/pkg-descr @@ -0,0 +1,3 @@ +A screen capture utility that utilizes Imlib2. + +WWW: http://www.linuxbrit.co.uk/scrot/ diff --git a/graphics/scrot/pkg-plist b/graphics/scrot/pkg-plist new file mode 100644 index 000000000000..39e51ccca095 --- /dev/null +++ b/graphics/scrot/pkg-plist @@ -0,0 +1,6 @@ +bin/scrot +share/doc/scrot/AUTHORS +share/doc/scrot/ChangeLog +share/doc/scrot/README +share/doc/scrot/TODO +@dirrm share/doc/scrot