From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 21:19:15 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40E016A41C; Sun, 26 Jun 2005 21:19:15 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DEC43D49; Sun, 26 Jun 2005 21:19:15 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-29.dynamic.qsc.de [212.202.37.29]) by mail.efacilitas.de (Postfix) with ESMTP id E66B7123A76; Sun, 26 Jun 2005 23:17:33 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 06C8812B0FF; Sun, 26 Jun 2005 23:17:48 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 81036-10; Sun, 26 Jun 2005 23:17:42 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id B43BB12B0F8; Sun, 26 Jun 2005 23:17:42 +0200 (CEST) Message-ID: <42BF1B76.2030308@cs.tu-berlin.de> Date: Sun, 26 Jun 2005 23:17:42 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "sammy!!!" References: <3C97545C-603F-4E32-8561-B70A906603C7@lost-angel.com> In-Reply-To: <3C97545C-603F-4E32-8561-B70A906603C7@lost-angel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: osa@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Patch for FreeBSD Port: misc/seq2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 21:19:15 -0000 sammy!!! wrote: > When running: > seq2 -s 5 -i -1 -e 0 > start is greater than end. Exiting... > is no longer displayed, this is: > 5 > 4 > 3 > 2 > 1 > 0 Hello, my mail has nothing to do with your patch. I just like to say, that I think that a lot of users use 'jot' which is in the base system of FreeBSD and therefore they might not be interested in an extension of the old seq2 port. Another alternative is gseq (well known as 'seq' from linux-based systems) that will be installed by sysutils/corutils. > jot 6 5 0 5 4 3 2 1 0 > gseq 5 -1 0 5 4 3 2 1 0 Regards Björn