xtail stable port information

Package: xtail
Version: 2.1
Revision: 2
Maintainer: Brian Redman
Source: http://www.unicom.com/sw/xtail/xtail-%v.tar.gz
Source-MD5: 2e4717c591a2cbbd4aeb63d00c87a0cb
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 169b23e3b1cc2842c9e7906a42d6f013
DocFiles: README
Description: Watches the growth of files
DescDetail: <<
Author: Chip Rosenthal
"xtail" watches the growth of files.
You can specify both filenames and directories on the command line.
If you specify a directory, it watches all the files in that
directory. It will notice when new files are created (and start
watching them) or when old files are deleted (and stop watching
them).

This program is an oldie but goodie. It was posted to comp.sources.misc
in July 1989 (see ftp.uu.net:/usenet/comp.sources.misc/volume7/xtail.Z).
I remember posting an even earlier version to alt.sources. It has been
published in the O'Reilly & Associates "Unix Power Tools" collection
(book and CD-ROM).

Over the years, some fly-by-night organizations (such as the MIT X
Consortium and SGI) have tried to steal the "xtail" name. Don't be
fooled! Insist on the original.

The 1989 release credited David Dykstra for his contributions.
<<
License: BSD
Homepage: http://www.unicom.com/sw/xtail/

xtail stable port .patch

diff -c xtail-2.1/Makefile.in /tmp/xtail-2.1/Makefile.in
*** xtail-2.1/Makefile.in Mon Jun 5 03:13:20 2000
--- /tmp/xtail-2.1/Makefile.in Sun Jan 27 22:34:34 2002
***************
*** 39,50 ****
entryfuncs.o : entryfuncs.c xtail.h config.h
miscfuncs.o : miscfuncs.c xtail.h config.h

! install : $(bindir)/xtail $(mandir)/man1/xtail.1

$(bindir)/xtail : xtail
$(INSTALL_PROGRAM) $? $@

! $(mandir)/man1/xtail.1 : xtail.1
$(INSTALL_DATA) $? $@

clean :
--- 39,53 ----
entryfuncs.o : entryfuncs.c xtail.h config.h
miscfuncs.o : miscfuncs.c xtail.h config.h

! install : $(bindir) $(prefix)/share/man/man1 $(bindir)/xtail $(prefix)/share/man/man1/xtail.1

$(bindir)/xtail : xtail
$(INSTALL_PROGRAM) $? $@

! $(prefix)/share/man/man1 $(bindir):
! mkdir -p $@
!
! $(prefix)/share/man/man1/xtail.1 : xtail.1
$(INSTALL_DATA) $? $@

clean :

xtail _unstable_ port .patch