summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-02 04:28:59 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-02 04:28:59 +0000
commitfd18c8aea30e1749771b68d75a8a90c97f98ef31 (patch)
tree547e22bb3c9512d510846e6d169bf43beed686bc
parentTurn on the icecast port. (diff)
Import of xtail version 0.1.
Watches the growth of files or directories. PR: 9672 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Notes
Notes: svn path=/head/; revision=17551
Diffstat (limited to '')
-rw-r--r--misc/xtail/Makefile24
-rw-r--r--misc/xtail/distinfo1
-rw-r--r--misc/xtail/pkg-comment1
-rw-r--r--misc/xtail/pkg-descr24
-rw-r--r--misc/xtail/pkg-plist1
5 files changed, 51 insertions, 0 deletions
diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile
new file mode 100644
index 000000000000..ff027d3952e6
--- /dev/null
+++ b/misc/xtail/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xtail
+# Version required: 0.1
+# Date created: 20 January 1999
+# Whom: gmarco@scotty.masternet.it
+#
+# $Id$
+#
+
+DISTNAME= xtail
+PKGNAME= xtail-0.1
+CATEGORIES= misc
+MASTER_SITES= http://www.giovannelli.it/~gmarco/files/
+
+MAINTAINER= freebsd@scotty.masternet.it
+
+NO_WRKSUBDIR= yes
+
+MAN1= xtail.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/misc/xtail/distinfo b/misc/xtail/distinfo
new file mode 100644
index 000000000000..9c53e11888bc
--- /dev/null
+++ b/misc/xtail/distinfo
@@ -0,0 +1 @@
+MD5 (xtail.tar.gz) = 059f6abb404298422ed4c64342250332
diff --git a/misc/xtail/pkg-comment b/misc/xtail/pkg-comment
new file mode 100644
index 000000000000..c24074f82272
--- /dev/null
+++ b/misc/xtail/pkg-comment
@@ -0,0 +1 @@
+Watches the growth of files or directories.
diff --git a/misc/xtail/pkg-descr b/misc/xtail/pkg-descr
new file mode 100644
index 000000000000..060a29e2e42e
--- /dev/null
+++ b/misc/xtail/pkg-descr
@@ -0,0 +1,24 @@
+"xtail" watches the growth of files. It's like running a "tail -f"
+on a bunch of files at once.
+
+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.
+
+Chip Rosenthal
+<chip@unicom.com>
+
+- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it)
diff --git a/misc/xtail/pkg-plist b/misc/xtail/pkg-plist
new file mode 100644
index 000000000000..f4da7796c8b5
--- /dev/null
+++ b/misc/xtail/pkg-plist
@@ -0,0 +1 @@
+bin/xtail