diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-03 20:26:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-03 20:26:18 +0000 |
commit | 90c4d3b58c5d145667afc95d08bc405523749b9c (patch) | |
tree | 67e42ca4d3e668262d05fd78dfd82255d5305c30 /graphics/scrot | |
parent | 128a5bc296d7640cdb6598d736b346c5460aa541 (diff) | |
download | ports-90c4d3b58c5d145667afc95d08bc405523749b9c.tar.gz ports-90c4d3b58c5d145667afc95d08bc405523749b9c.zip |
Add scrot 0.4, a screen capture utility that uses imlib2.
PR: 22336
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=35630
Diffstat (limited to 'graphics/scrot')
-rw-r--r-- | graphics/scrot/Makefile | 22 | ||||
-rw-r--r-- | graphics/scrot/distinfo | 1 | ||||
-rw-r--r-- | graphics/scrot/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/scrot/files/patch-ab | 11 | ||||
-rw-r--r-- | graphics/scrot/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/scrot/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/scrot/pkg-plist | 6 |
7 files changed, 55 insertions, 0 deletions
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 <ishmael27@home.com> +# +# $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 <bsd.port.mk> 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 |