From owner-freebsd-ports Wed May 23 1:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4DCD37B42C for ; Wed, 23 May 2001 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N8o2m47273; Wed, 23 May 2001 01:50:02 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id E021437B422 for ; 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 ; 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 X-Send-Pr-Version: 3.113 Subject: ports/27566: sysutils/xin: Splits standard input and pipes into a command Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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