From owner-freebsd-ports Sun Nov 5 16:40: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 213C237B479 for ; Sun, 5 Nov 2000 16:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74890; Sun, 5 Nov 2000 16:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 5 Nov 2000 16:40:03 -0800 (PST) Message-Id: <200011060040.QAA74890@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Norris Subject: Re: ports/22336: New port: scrot-0.1 Reply-To: Jeremy Norris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22336; it has been noted by GNATS. From: Jeremy Norris To: FreeBSD-gnats-submit@FreeBSD.org Cc: ishmael27@home.com Subject: Re: ports/22336: New port: scrot-0.1 Date: Sun, 5 Nov 2000 18:40:24 -0600 Here is a new shar of the port, now updated to version 0.4 # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # scrot # scrot/files # scrot/files/patch-aa # scrot/files/patch-ab # scrot/Makefile # scrot/pkg-comment # scrot/pkg-descr # scrot/pkg-plist # scrot/distinfo # echo c - scrot mkdir -p scrot > /dev/null 2>&1 echo c - scrot/files mkdir -p scrot/files > /dev/null 2>&1 echo x - scrot/files/patch-aa sed 's/^X//' >scrot/files/patch-aa << 'END-of-scrot/files/patch-aa' X--- Makefile.in.orig Thu Oct 26 10:25:54 2000 X+++ Makefile.in Thu Oct 26 23:55:44 2000 X@@ -76,7 +76,7 @@ X man_MANS = scrot.1 X X docs_DATA = README AUTHORS ChangeLog TODO X-docsdir = $(prefix)/doc/scrot X+docsdir = $(datadir)/doc/scrot X X EXTRA_DIST = scrot.spec scrot.1 $(docs_DATA) X END-of-scrot/files/patch-aa echo x - scrot/files/patch-ab sed 's/^X//' >scrot/files/patch-ab << 'END-of-scrot/files/patch-ab' X--- src/Makefile.in.orig Sat Oct 28 19:44:50 2000 X+++ src/Makefile.in Sun Oct 29 17:22:38 2000 X@@ -70,7 +70,7 @@ X MAINTAINERCLEANFILES = Makefile.in X X LDFLAGS = -L/usr/X11R6/lib X-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ X+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ X X LIBOBJS = @LIBOBJS@ X END-of-scrot/files/patch-ab echo x - scrot/Makefile sed 's/^X//' >scrot/Makefile << 'END-of-scrot/Makefile' X# New ports collection makefile for: scrot X# Date created: 27 Oct 2000 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= scrot XPORTVERSION= 0.4 XCATEGORIES= graphics XMASTER_SITES= http://www.linuxbrit.co.uk/downloads/ X XMAINTAINER= ishmael27@home.com X XLIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 X XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes X XMAN1= scrot.1 X X.include END-of-scrot/Makefile echo x - scrot/pkg-comment sed 's/^X//' >scrot/pkg-comment << 'END-of-scrot/pkg-comment' XA screen capture utility that utilizes Imlib2 END-of-scrot/pkg-comment echo x - scrot/pkg-descr sed 's/^X//' >scrot/pkg-descr << 'END-of-scrot/pkg-descr' XA screen capture utility that utilizes Imlib2. X XWWW: http://www.linuxbrit.co.uk/scrot/ END-of-scrot/pkg-descr echo x - scrot/pkg-plist sed 's/^X//' >scrot/pkg-plist << 'END-of-scrot/pkg-plist' Xbin/scrot Xshare/doc/scrot/AUTHORS Xshare/doc/scrot/ChangeLog Xshare/doc/scrot/README Xshare/doc/scrot/TODO X@dirrm share/doc/scrot END-of-scrot/pkg-plist echo x - scrot/distinfo sed 's/^X//' >scrot/distinfo << 'END-of-scrot/distinfo' XMD5 (scrot-0.4.tar.gz) = a50cb44e190902f28f54e013a2dc16be END-of-scrot/distinfo exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message