From ad3f3510ef72a5f4df10e07d2efd0d60bc61bd5e Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 17 Feb 2003 13:10:03 +0000 Subject: Initial import of graphics/scrot (version 0.6) scrot is a commandline screen capture util like "import", but using imlib2 Provided by Juan RP in PR#19604. --- graphics/scrot/DESCR | 2 ++ graphics/scrot/Makefile | 17 +++++++++++++++++ graphics/scrot/PLIST | 8 ++++++++ graphics/scrot/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 graphics/scrot/DESCR create mode 100644 graphics/scrot/Makefile create mode 100644 graphics/scrot/PLIST create mode 100644 graphics/scrot/distinfo (limited to 'graphics/scrot') diff --git a/graphics/scrot/DESCR b/graphics/scrot/DESCR new file mode 100644 index 00000000000..eef27322523 --- /dev/null +++ b/graphics/scrot/DESCR @@ -0,0 +1,2 @@ +scrot is a commandline screen capture util like "import", +but using imlib2 diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile new file mode 100644 index 00000000000..ee16590c6ea --- /dev/null +++ b/graphics/scrot/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 13:10:03 zuntum Exp $ +# + +DISTNAME= scrot-0.6 +CATEGORIES= graphics +MASTER_SITES= http://linuxbrit.co.uk/downloads/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://linuxbrit.co.uk/scrot/ +COMMENT= Commandline screen capture util like "import", but using imlib2 + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_X11= YES + +.include "../../devel/giblib/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/scrot/PLIST b/graphics/scrot/PLIST new file mode 100644 index 00000000000..e964a5088e2 --- /dev/null +++ b/graphics/scrot/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/17 13:10:03 zuntum Exp $ +bin/scrot +doc/scrot/AUTHORS +doc/scrot/ChangeLog +doc/scrot/README +doc/scrot/TODO +man/man1/scrot.1 +@dirrm doc/scrot diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo new file mode 100644 index 00000000000..2687576a457 --- /dev/null +++ b/graphics/scrot/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/17 13:10:03 zuntum Exp $ + +SHA1 (scrot-0.6.tar.gz) = aebfa142d9d68473f68f5ff0e2a77628b25e9b0f +Size (scrot-0.6.tar.gz) = 68439 bytes -- cgit v1.2.3