summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-11-13 14:50:39 +0000
committerpetef <petef@FreeBSD.org>2002-11-13 14:50:39 +0000
commit4235d4fff120e228518d255c9e418c95e1e670f9 (patch)
tree34aa2060f4260e75271a778a3dbb7c5ebf5ad9d1 /sysutils
parent71e376d2b1b4d1ed0406b0ba856164000ac1caa2 (diff)
downloadFreeBSD-ports-4235d4fff120e228518d255c9e418c95e1e670f9.zip
FreeBSD-ports-4235d4fff120e228518d255c9e418c95e1e670f9.tar.gz
Add Tee 3.4, an enhanced version of tee(1).
Submitted by: Stephen Gunn <csg@fedex.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/Tee/Makefile40
-rw-r--r--sysutils/Tee/distinfo1
-rw-r--r--sysutils/Tee/pkg-comment1
-rw-r--r--sysutils/Tee/pkg-descr2
-rw-r--r--sysutils/Tee/pkg-plist1
6 files changed, 46 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index eadec4a..4be39f1 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -4,6 +4,7 @@
SUBDIR += 3dm
SUBDIR += LPRng
SUBDIR += LPRngTool
+ SUBDIR += Tee
SUBDIR += abck
SUBDIR += afio
SUBDIR += ah-tty
diff --git a/sysutils/Tee/Makefile b/sysutils/Tee/Makefile
new file mode 100644
index 0000000..21c6589
--- /dev/null
+++ b/sysutils/Tee/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: Tee
+# Date created: Nov 1 2002
+# Whom: Stephen Gunn <csg@fedex.com>, <csg@waterspout.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tee
+PORTVERSION= 3.4
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \
+ http://archive.progeny.com/pundits/
+DISTNAME= xapply-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= csg@fedex.com
+
+BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \
+ mkcmd:${PORTSDIR}/devel/mkcmd
+
+USE_REINPLACE= yes
+MAKE_FLAGS=
+MAKEFILE=
+MAN1= ${PORTNAME}.1
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' -e 's,^DEBUG,#DEBUG,'\
+ -e 's,gcc,${CC},' ${WRKSRC}/bin/Tee/Make.host
+
+do-build:
+ ( cd ${WRKSRC}/bin/${PORTNAME} && ${SETENV} ${MAKE_ENV} makeme \
+ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} )
+
+do-install:
+ ( cd ${WRKSRC}/bin/Tee && ${SETENV} ${MAKENV} makeme \
+ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} )
+ ${INSTALL_MAN} ${WRKSRC}/bin/${PORTNAME}/${PORTNAME}.man \
+ ${PREFIX}/man/man1/${PORTNAME}.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/Tee/distinfo b/sysutils/Tee/distinfo
new file mode 100644
index 0000000..71994d7
--- /dev/null
+++ b/sysutils/Tee/distinfo
@@ -0,0 +1 @@
+MD5 (xapply-3.4.tgz) = 6e8b976cd3696c3d478e61104cc866e9
diff --git a/sysutils/Tee/pkg-comment b/sysutils/Tee/pkg-comment
new file mode 100644
index 0000000..0d73638
--- /dev/null
+++ b/sysutils/Tee/pkg-comment
@@ -0,0 +1 @@
+An enhanced version of tee(1)
diff --git a/sysutils/Tee/pkg-descr b/sysutils/Tee/pkg-descr
new file mode 100644
index 0000000..f0d7fe6
--- /dev/null
+++ b/sysutils/Tee/pkg-descr
@@ -0,0 +1,2 @@
+Tee is an enhanced version of tee(1). Think of it as a switchboard
+for your pipeline, not just a Y-coupler.
diff --git a/sysutils/Tee/pkg-plist b/sysutils/Tee/pkg-plist
new file mode 100644
index 0000000..842512d
--- /dev/null
+++ b/sysutils/Tee/pkg-plist
@@ -0,0 +1 @@
+bin/Tee
OpenPOWER on IntegriCloud