From murray@gls-store.com  Sun Nov 13 12:32:10 2005
Return-Path: <murray@gls-store.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D567416A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Nov 2005 12:32:10 +0000 (GMT)
	(envelope-from murray@gls-store.com)
Received: from gls-store.com (gls-store.com [66.199.244.106])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9120743D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Nov 2005 12:32:10 +0000 (GMT)
	(envelope-from murray@gls-store.com)
Received: by gls-store.com (Postfix, from userid 1002)
	id 9FB3F59; Sun, 13 Nov 2005 04:40:50 -0800 (PST)
Message-Id: <20051113124050.9FB3F59@gls-store.com>
Date: Sun, 13 Nov 2005 04:40:50 -0800 (PST)
From: murray@nesbitt.ca
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: sysutils/flasher New distinfo file
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88926
>Category:       ports
>Synopsis:       Update port: sysutils/flasher New distinfo file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 13 12:40:14 GMT 2005
>Closed-Date:    Tue Nov 15 17:04:42 GMT 2005
>Last-Modified:  Tue Nov 15 17:04:42 GMT 2005
>Originator:     Murray
>Release:        FreeBSD 5.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
	
>How-To-Repeat:
	
>Fix:

# 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:
#
#	sysutils/flasher
#	sysutils/flasher/Makefile
#	sysutils/flasher/distinfo
#	sysutils/flasher/pkg-descr
#	sysutils/flasher/files
#	sysutils/flasher/files/patch-Makefile
#
echo c - sysutils/flasher
mkdir -p sysutils/flasher > /dev/null 2>&1
echo x - sysutils/flasher/Makefile
sed 's/^X//' >sysutils/flasher/Makefile << 'END-of-sysutils/flasher/Makefile'
X# New ports collection makefile for:   flasher
X# Date created:        10 March 2002
X# Whom:                Murray Nesbitt <freebsd@nesbitt.ca>
X#
X# $FreeBSD: ports/sysutils/flasher/Makefile,v 1.4 2004/02/06 13:12:23 trevor Exp $
X#
X
XPORTNAME=	flasher
XPORTVERSION=	1.3
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.unixporting.com/downloads/flasher/
X
XMAINTAINER=	freebsd@nesbitt.ca
XCOMMENT=	Monitors log or mail files for writes, and flashes a keyboard LED
X
XMAN1=		flasher.1
XMANCOMPRESSED=	yes
XPLIST_FILES=	sbin/flasher
X
X.include <bsd.port.mk>
END-of-sysutils/flasher/Makefile
echo x - sysutils/flasher/distinfo
sed 's/^X//' >sysutils/flasher/distinfo << 'END-of-sysutils/flasher/distinfo'
XMD5 (flasher-1.3.tar.gz) = 44b2a7eaf7a9189100d8bde0b929ef63
XSIZE (flasher-1.3.tar.gz) = 6121
END-of-sysutils/flasher/distinfo
echo x - sysutils/flasher/pkg-descr
sed 's/^X//' >sysutils/flasher/pkg-descr << 'END-of-sysutils/flasher/pkg-descr'
XFlasher monitors changes to one or more files, and indicates the
Xnumber of writes to these files by briefly flashing a console LED
Xonce for each write.  The flashing sequence is repeated, after a
Xbrief pause, until the files have been read.  As the files are
Xsubsequently read, the number of LED flashes is reduced.  When all
Xmonitored files have been read, the console LED will be disabled.
X
XThe most obvious use is to monitor specific system log or mail files.
X
XMultiple LEDs can be used. Each possible LED (-c, -n or -s) takes
Xa list of colon-separated file arguments.  For example, when invoked
Xas:
X
X    # ./flasher -s /var/log/messages:/var/mail/root
X
Xthe Scroll Lock LED will flash once for each write made to either
Xof these files, until the files are read.  When /var/log/messages
Xhas been read, the Scroll Lock LED will continue to flash once for
Xeach write that has been made to /var/mail/root, until it also has
Xbeen read.
X
XThe list of files can include files that don't yet exist.
X
XWWW: http://www.unixporting.com/downloads/flasher/
X
END-of-sysutils/flasher/pkg-descr
echo c - sysutils/flasher/files
mkdir -p sysutils/flasher/files > /dev/null 2>&1
echo x - sysutils/flasher/files/patch-Makefile
sed 's/^X//' >sysutils/flasher/files/patch-Makefile << 'END-of-sysutils/flasher/files/patch-Makefile'
X$FreeBSD: ports/sysutils/flasher/files/patch-Makefile,v 1.1 2002/03/18 23:10:09 petef Exp $
X
X--- Makefile.orig	Mon Mar 18 18:03:38 2002
X+++ Makefile	Mon Mar 18 18:04:08 2002
X@@ -1,8 +1,8 @@
X 
X-CFLAGS = -Wall -O
X+CFLAGS += -Wall
X 
X-CC = gcc
X-DESTDIR=/usr/local
X+CC ?= gcc
X+DESTDIR= ${PREFIX}
X 
X all: flasher man
X 
END-of-sysutils/flasher/files/patch-Makefile
exit


>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: freebsd@nesbitt.ca
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/88926: Update port: sysutils/flasher New distinfo file
Date: Sun, 13 Nov 2005 12:42:39 UT

 Maintainer of sysutils/flasher,
 
 Please note that PR ports/88926 just has been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88926
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: mnag 
Class-Changed-When: Sun Nov 13 16:27:40 GMT 2005 
Class-Changed-Why:  
Submitter is maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88926 
State-Changed-From-To: open->feedback 
State-Changed-By: mnag 
State-Changed-When: Sun Nov 13 16:44:29 GMT 2005 
State-Changed-Why:  
Dear maintainer, 

Please, investigate why distfile was rerolled. 

To commiters, diff -ruN below: -- diff -ruN --exclude CVS 
flasher/Makefile sysutils/flasher/Makefile --- flasher/Makefile    Wed 
Nov  2 08:40:27 2005 +++ sysutils/flasher/Makefile   Sun Nov 13 14:36:54 
2005 @@ -8,7 +8,7 @@ 
PORTNAME=      flasher PORTVERSION=   1.3 CATEGORIES=    sysutils 
-MASTER_SITES=  http://www.unixporting.com/downloads/ +MASTER_SITES= 
http://www.unixporting.com/downloads/flasher/ 

MAINTAINER=    freebsd@nesbitt.ca COMMENT=       Monitors log or mail 
files for writes, and flashes a keyboard LED 
diff -ruN --exclude CVS flasher/distinfo sysutils/flasher/distinfo --- 
flasher/distinfo    Wed Mar 31 00:11:22 2004 +++ 
sysutils/flasher/distinfo   Sun Nov 13 14:31:38 2005 @@ -1,2 +1,2 @@ 
-MD5 (flasher-1.3.tar.gz) = 3228a67ef4d7da3c3a1ef561ce968ed8 -SIZE 
(flasher-1.3.tar.gz) = 6137 +MD5 (flasher-1.3.tar.gz) = 
44b2a7eaf7a9189100d8bde0b929ef63 +SIZE (flasher-1.3.tar.gz) = 6121 -- 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88926 
State-Changed-From-To: feedback->closed 
State-Changed-By: mnag 
State-Changed-When: Tue Nov 15 17:04:40 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88926 
>Unformatted:
 
 
 	<machine, os, target, libraries (multiple lines)>
