Date: Sun, 8 Nov 2009 08:05:46 GMT From: Eitan Adler <EitanAdlerList@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/140381: new port: shells/dash Message-ID: <200911080805.nA885kIc067564@www.freebsd.org> Resent-Message-ID: <200911080810.nA88A3ML043713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140381 >Category: ports >Synopsis: new port: shells/dash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 08 08:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: The attached shar file extracts to a Makefile, pkg-descr, etc for the dash shell. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # Makefile # distinfo # files # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# ex:ts=8 X# New ports collection makefile for: dash X# Date created: Nov 08, 2009 X# Whom: Eitan Adler X# X# $FreeBSD$ X# X XPORTNAME= dash XPORTVERSION= 0.5.5.1 XCATEGORIES= shells XMASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ X XMAINTAINER= eitanadlerlist@gmail.com XCOMMENT= A POSIX-compliant implementation of /bin/sh X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XPLIST_FILES= bin/dash X XMAN1= dash.1 X X.include <bsd.port.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (dash-0.5.5.1.tar.gz) = 7ac832b440b91f5a52cf8eb68e172616 XSHA256 (dash-0.5.5.1.tar.gz) = 1c6717a1014c73aa16bc78a4767f1e00b40ff2a01a6c2cf2cce9a5335c24493f XSIZE (dash-0.5.5.1.tar.gz) = 208094 57677d168a5ec21bdf22c9501f075a8f echo c - files mkdir -p files > /dev/null 2>&1 echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XDASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as Xpossible. It does this without sacrificing speed where possible. In fact, it Xis significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. 7f9555c3c1089940396b503dd37f3979 echo This could have been an evil command - check your shars exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911080805.nA885kIc067564>