diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-05-28 01:22:39 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-05-28 01:22:39 +0800 |
commit | 3637242c80dcbf0ea37a921354def100911a18e8 (patch) | |
tree | 8b4fde9fd420f2709829c2d8e489deb423e06f8e /sysutils | |
parent | e04d7ee8eb9d72b2cd6b191ec049085d244e4b9e (diff) | |
download | freebsd-ports-gnome-3637242c80dcbf0ea37a921354def100911a18e8.tar.gz freebsd-ports-gnome-3637242c80dcbf0ea37a921354def100911a18e8.tar.zst freebsd-ports-gnome-3637242c80dcbf0ea37a921354def100911a18e8.zip |
Add xin 1.0.0, splits standard input and pipes into a command.
PR: 27566
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xin/Makefile | 22 | ||||
-rw-r--r-- | sysutils/xin/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xin/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/xin/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/xin/pkg-plist | 1 |
6 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e02b57086981..5927f60549fe 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -168,6 +168,7 @@ SUBDIR += xcpustate SUBDIR += xdu SUBDIR += xfsm + SUBDIR += xin SUBDIR += xloadface SUBDIR += xlogmaster SUBDIR += xosview diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile new file mode 100644 index 000000000000..7cff60d38bc5 --- /dev/null +++ b/sysutils/xin/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xin +# Date created: Apr 27, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= xin +PORTVERSION= 1.0.0 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/file + +MAINTAINER= mark@kyne.com.au + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +MAN1= xin.1 + +.include <bsd.port.mk> diff --git a/sysutils/xin/distinfo b/sysutils/xin/distinfo new file mode 100644 index 000000000000..52e8e5fa3354 --- /dev/null +++ b/sysutils/xin/distinfo @@ -0,0 +1 @@ +MD5 (xin-1.0.0.tar.gz) = 26735ccdfdd5295c2fb344038cad9d30 diff --git a/sysutils/xin/pkg-comment b/sysutils/xin/pkg-comment new file mode 100644 index 000000000000..67f0f590f8f3 --- /dev/null +++ b/sysutils/xin/pkg-comment @@ -0,0 +1 @@ +Splits standard input and pipes into a command diff --git a/sysutils/xin/pkg-descr b/sysutils/xin/pkg-descr new file mode 100644 index 000000000000..7f827b32adf4 --- /dev/null +++ b/sysutils/xin/pkg-descr @@ -0,0 +1,5 @@ +Xin reads from standard input and splits the data up into sections, +piping each section to a separate command. Optionally it can pad each +section with zeros. + +WWW: http://www.kyne.com.au/~mark/software/xin.php diff --git a/sysutils/xin/pkg-plist b/sysutils/xin/pkg-plist new file mode 100644 index 000000000000..1588d35f1f36 --- /dev/null +++ b/sysutils/xin/pkg-plist @@ -0,0 +1 @@ +bin/xin |