From owner-freebsd-ports Tue Nov 5 14:20:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45ED637B404 for ; Tue, 5 Nov 2002 14:20:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E539043E3B for ; Tue, 5 Nov 2002 14:20:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA5MKCx3013538 for ; Tue, 5 Nov 2002 14:20:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA5MKC52013537; Tue, 5 Nov 2002 14:20:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7878637B401 for ; 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 ; 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 ; 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 Reply-To: Ben Kibbey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44956: ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44956 >Category: ports >Synopsis: ports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 05 14:20:12 PST 2002 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message