1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

add bubblegum 1.12

Watch a file for changes

PR:		44956
Submitted by:	Ben Kibbey <bjk@m-net.arbornet.org>
This commit is contained in:
Ying-Chieh Liao 2002-11-20 08:59:55 +00:00
parent db21006b82
commit ae5c06adc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70556
7 changed files with 44 additions and 0 deletions

View File

@ -21,6 +21,7 @@
SUBDIR += borzoi
SUBDIR += botan
SUBDIR += bro
SUBDIR += bubblegum
SUBDIR += bugs
SUBDIR += ca-roots
SUBDIR += calife

View File

@ -0,0 +1,24 @@
# Ports collection Makefile for: bubblegum
# Date created: 5 November 2002
# Whom: Ben Kibbey <bjk@arbornet.org>
#
# $FreeBSD$
#
PORTNAME= bubblegum
PORTVERSION= 1.12
CATEGORIES= security
MASTER_SITES= http://arbornet.org/~bjk/bubblegum/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= bubblegum.1
MANCOMPRESSED= no
pre-build:
${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (bubblegum-1.12.tar.gz) = b0cea809735aa3ab85cbc3a577ef8aeb

View File

@ -0,0 +1,11 @@
--- doc/Makefile.in.orig Tue Oct 8 09:51:06 2002
+++ doc/Makefile.in Tue Nov 5 16:59:24 2002
@@ -114,7 +114,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-dist_man1_MANS = bubblegum.man
+dist_man1_MANS = bubblegum.1
subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h

View File

@ -0,0 +1 @@
Watch a file for changes

View File

@ -0,0 +1,5 @@
Bubblegum is a daemon which watches a file for changes in access, modification
and inode change times and MD5 checksums. It can run a command upon a change
a specified number of times, read from a file list and more.
WWW: http://arbornet.org/~bjk/bubblegum/

View File

@ -0,0 +1 @@
bin/bubblegum