Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2001 18:23:40 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27566: sysutils/xin: Splits standard input and pipes into a command
Message-ID:  <200105230853.f4N8reB86274@aeris.kyne.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         27566
>Category:       ports
>Synopsis:       sysutils/xin: Splits standard input and pipes into a command
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 01:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Pulford
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD aeris.kyne.com.au 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 02:07:25 CST 2001 root@aeris.kyne.com.au:/usr/obj/usr/src/sys/MAIN i386

>Description:

An old port thats been sitting around doing nothing, so I thought I'd submit
it ;)

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

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xin
#	xin/Makefile
#	xin/pkg-comment
#	xin/pkg-plist
#	xin/pkg-descr
#	xin/distinfo
#
echo c - xin
mkdir -p xin > /dev/null 2>&1
echo x - xin/Makefile
sed 's/^X//' >xin/Makefile << 'END-of-xin/Makefile'
X# New ports collection makefile for:	xin
X# Date created:			Apr 27, 2001
X# Whom:				Mark Pulford <mark@kyne.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xin
XPORTVERSION=	1.0.0
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	utils/file
X
XMAINTAINER=	mark@kyne.com.au
X
XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
XMAN1=		xin.1
X
X.include <bsd.port.mk>
END-of-xin/Makefile
echo x - xin/pkg-comment
sed 's/^X//' >xin/pkg-comment << 'END-of-xin/pkg-comment'
XSplits standard input and pipes into a command
END-of-xin/pkg-comment
echo x - xin/pkg-plist
sed 's/^X//' >xin/pkg-plist << 'END-of-xin/pkg-plist'
Xbin/xin
END-of-xin/pkg-plist
echo x - xin/pkg-descr
sed 's/^X//' >xin/pkg-descr << 'END-of-xin/pkg-descr'
XXin reads from standard input and splits the data up into sections,
Xpiping each section to a separate command. Optionally it can pad each
Xsection with zeros.
X
XWWW: http://www.kyne.com.au/~mark/software/xin.php
END-of-xin/pkg-descr
echo x - xin/distinfo
sed 's/^X//' >xin/distinfo << 'END-of-xin/distinfo'
XMD5 (xin-1.0.0.tar.gz) = 26735ccdfdd5295c2fb344038cad9d30
END-of-xin/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105230853.f4N8reB86274>