From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 18 16:20:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A648916A41F for ; Sun, 18 Sep 2005 16:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6852243D45 for ; Sun, 18 Sep 2005 16:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8IGKBYn075668 for ; Sun, 18 Sep 2005 16:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8IGKBNE075667; Sun, 18 Sep 2005 16:20:11 GMT (envelope-from gnats) Date: Sun, 18 Sep 2005 16:20:11 GMT Message-Id: <200509181620.j8IGKBNE075667@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Mikhail E. Zakharov" Cc: Subject: Re: ports/86295: new port: lang/empty X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Mikhail E. Zakharov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 16:20:11 -0000 The following reply was made to PR ports/86295; it has been noted by GNATS. From: "Mikhail E. Zakharov" To: bug-followup@FreeBSD.org, zmey20000@yahoo.com Cc: Subject: Re: ports/86295: new port: lang/empty Date: Sun, 18 Sep 2005 20:13:28 +0400 Ok. There is no more "misc" # 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: # # empty # empty/Makefile # empty/distinfo # empty/pkg-descr # echo c - empty mkdir -p empty > /dev/null 2>&1 echo x - empty/Makefile sed 's/^X//' >empty/Makefile << 'END-of-empty/Makefile' X# New ports collection makefile for: empty X# Date created: 17 September 2005 X# Whom: zmey20000@yahoo.com X# X# $FreeBSD$ X XPORTNAME= empty XPORTVERSION= 0.6.0b XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XEXTRACT_SUFX= .tgz X XMAINTAINER= zmey20000@yahoo.com XCOMMENT= expect-like tool for pure shell X XMAN1= empty.1 XMANCOMPRESSED= no X XPLIST_FILES= bin/empty X X.include END-of-empty/Makefile echo x - empty/distinfo sed 's/^X//' >empty/distinfo << 'END-of-empty/distinfo' XMD5 (empty-0.6.0b.tgz) = 3c151388372b83c60f1f18d3210cb28d XSIZE (empty-0.6.0b.tgz) = 8951 END-of-empty/distinfo echo x - empty/pkg-descr sed 's/^X//' >empty/pkg-descr << 'END-of-empty/pkg-descr' Xempty - run applications under pseudo-terminal (PTY) sessions and replace XTCL/Expect with a simple tool and use your favorite shell (sh, bash, csh, tcsh,Xksh, zsh, etc) X XWWW: http://empty.sourceforge.net/ X X- Mikhail Zakharov Xzmey20000@yahoo.com END-of-empty/pkg-descr exit