From bjk@m-net.arbornet.org  Tue Nov  5 14:12:35 2002
Return-Path: <bjk@m-net.arbornet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7878637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Nov 2002 14:12:35 -0800 (PST)
Received: from arbornet.org (m-net.arbornet.org [209.142.209.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D661543E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Nov 2002 14:12:34 -0800 (PST)
	(envelope-from bjk@m-net.arbornet.org)
Received: from m-net.arbornet.org (localhost [127.0.0.1])
	by arbornet.org (8.12.3/8.11.2) with ESMTP id gA5MEhrb046364
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 5 Nov 2002 17:14:43 -0500 (EST)
	(envelope-from bjk@m-net.arbornet.org)
Received: (from bjk@localhost)
	by m-net.arbornet.org (8.12.3/8.12.3/Submit) id gA5MEhbj046363;
	Tue, 5 Nov 2002 17:14:43 -0500 (EST)
Message-Id: <200211052214.gA5MEhbj046363@m-net.arbornet.org>
Date: Tue, 5 Nov 2002 17:14:43 -0500 (EST)
From: Ben Kibbey <bjk@m-net.arbornet.org>
Reply-To: Ben Kibbey <bjk@m-net.arbornet.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44956
>Category:       ports
>Synopsis:       ports
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 14:20:12 PST 2002
>Closed-Date:    Wed Nov 20 01:03:17 PST 2002
>Last-Modified:  Wed Nov 20 01:03:17 PST 2002
>Originator:     Ben Kibbey
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD m-net.arbornet.org 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #4: Tue Sep 3 12:18:24 EDT 2002 root@m-net.arbornet.org:/source/stable/src/sys/compile/MNET i386


	
>Description:
	A daemon to watch files for changes.
>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:
#
#	bubblegum
#	bubblegum/pkg-plist
#	bubblegum/pkg-descr
#	bubblegum/pkg-comment
#	bubblegum/distinfo
#	bubblegum/Makefile
#	bubblegum/patch-doc-Makefile.in
#
echo c - bubblegum
mkdir -p bubblegum > /dev/null 2>&1
echo x - bubblegum/pkg-plist
sed 's/^X//' >bubblegum/pkg-plist << 'END-of-bubblegum/pkg-plist'
Xbin/bubblegum
END-of-bubblegum/pkg-plist
echo x - bubblegum/pkg-descr
sed 's/^X//' >bubblegum/pkg-descr << 'END-of-bubblegum/pkg-descr'
XBubblegum is a daemon which watches a file for changes in access, modification
Xand inode change times and MD5 checksums. It can run a command upon a change
Xa specified number of times, read from a file list and more.
X
XWWW: http://arbornet.org/~bjk/bubblegum/
END-of-bubblegum/pkg-descr
echo x - bubblegum/pkg-comment
sed 's/^X//' >bubblegum/pkg-comment << 'END-of-bubblegum/pkg-comment'
XWatch a file for changes
END-of-bubblegum/pkg-comment
echo x - bubblegum/distinfo
sed 's/^X//' >bubblegum/distinfo << 'END-of-bubblegum/distinfo'
XMD5 (bubblegum-1.12.tar.gz) = b0cea809735aa3ab85cbc3a577ef8aeb
END-of-bubblegum/distinfo
echo x - bubblegum/Makefile
sed 's/^X//' >bubblegum/Makefile << 'END-of-bubblegum/Makefile'
X# Ports collection Makefile for:	bubblegum
X# Date created:		5 November 2002
X# Whom:			Ben Kibbey <bjk@arbornet.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bubblegum
XPORTVERSION=	1.12
XCATEGORIES=	security
XMASTER_SITES=	http://arbornet.org/~bjk/bubblegum/
X
XMAINTAINER=	ports@FreeBSD.org
X
XGNU_CONFIGURE=	yes
X
XMAN1=		bubblegum.1
XMANCOMPRESSED=	no
X
XCONFIGURE_TARGET=
X
Xpre-build:
X	${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1
X
X.include <bsd.port.mk>
END-of-bubblegum/Makefile
echo x - bubblegum/patch-doc-Makefile.in
sed 's/^X//' >bubblegum/patch-doc-Makefile.in << 'END-of-bubblegum/patch-doc-Makefile.in'
Xdiff -ru bubblegum-1.12.orig/doc/Makefile.in bubblegum-1.12/doc/Makefile.in
X--- bubblegum-1.12.orig/doc/Makefile.in	Tue Oct  8 09:51:06 2002
X+++ bubblegum-1.12/doc/Makefile.in	Tue Nov  5 16:59:24 2002
X@@ -114,7 +114,7 @@
X target_cpu = @target_cpu@
X target_os = @target_os@
X target_vendor = @target_vendor@
X-dist_man1_MANS = bubblegum.man
X+dist_man1_MANS = bubblegum.1
X subdir = doc
X mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs
X CONFIG_HEADER = $(top_builddir)/config.h
END-of-bubblegum/patch-doc-Makefile.in
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Wed Nov 20 01:03:08 PST 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44956 
>Unformatted:
