Add xin 1.0.0, splits standard input and pipes into a command.

PR:		27566
Submitted by:	Mark Pulford <mark@kyne.com.au>
This commit is contained in:
Daniel Harris 2001-05-27 17:22:39 +00:00
parent ee3ce55c03
commit 0ed6d16f6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43157
6 changed files with 31 additions and 0 deletions

View File

@ -168,6 +168,7 @@
SUBDIR += xcpustate
SUBDIR += xdu
SUBDIR += xfsm
SUBDIR += xin
SUBDIR += xloadface
SUBDIR += xlogmaster
SUBDIR += xosview

22
sysutils/xin/Makefile Normal file
View File

@ -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>

1
sysutils/xin/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xin-1.0.0.tar.gz) = 26735ccdfdd5295c2fb344038cad9d30

1
sysutils/xin/pkg-comment Normal file
View File

@ -0,0 +1 @@
Splits standard input and pipes into a command

5
sysutils/xin/pkg-descr Normal file
View File

@ -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

1
sysutils/xin/pkg-plist Normal file
View File

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