From mark@aeris.kyne.com.au  Wed May 23 01:48:07 2001
Return-Path: <mark@aeris.kyne.com.au>
Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83])
	by hub.freebsd.org (Postfix) with ESMTP id E021437B422
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2001 01:48:00 -0700 (PDT)
	(envelope-from mark@aeris.kyne.com.au)
Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166])
	by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id SAA30052
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2001 18:17:56 +0930
Received: (from mark@localhost)
	by aeris.kyne.com.au (8.11.3/8.11.3) id f4N8reB86274;
	Wed, 23 May 2001 18:23:40 +0930 (CST)
	(envelope-from mark)
Message-Id: <200105230853.f4N8reB86274@aeris.kyne.com.au>
Date: Wed, 23 May 2001 18:23:40 +0930 (CST)
From: mark@kyne.com.au
Reply-To: mark@kyne.com.au
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sysutils/xin: Splits standard input and pipes into a command
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 01:50:01 PDT 2001
>Closed-Date:    Sun May 27 10:24:38 PDT 2001
>Last-Modified:  Sun May 27 10:24:55 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: dannyboy 
State-Changed-When: Sun May 27 10:24:38 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27566 
>Unformatted:
