From nobody@FreeBSD.org  Sun Sep 18 14:29:59 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DAF4B16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Sep 2005 14:29:59 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8D3D643D46
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Sep 2005 14:29:59 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j8IETx9Z046525
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Sep 2005 14:29:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j8IETxHL046524;
	Sun, 18 Sep 2005 14:29:59 GMT
	(envelope-from nobody)
Message-Id: <200509181429.j8IETxHL046524@www.freebsd.org>
Date: Sun, 18 Sep 2005 14:29:59 GMT
From: Mikhail Zakharov <zmey20000@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port for empty project
X-Send-Pr-Version: www-2.3

>Number:         86295
>Category:       ports
>Synopsis:       new port: lang/empty
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    vsevolod
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 18 14:30:08 GMT 2005
>Closed-Date:    Mon Sep 19 10:45:46 GMT 2005
>Last-Modified:  Mon Sep 19 10:45:46 GMT 2005
>Originator:     Mikhail Zakharov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
FreeBSD ns.interpromtorg.ru 5.4-STABLE FreeBSD 5.4-STABLE #4: Tue Sep 13 21:26:41 UTC 2005     zmey@ns.interpromtorg.ru:/usr/src/sys/i386/compile/NS  i386
   
>Description:
Port for the project "empty":
empty - run applications under pseudo-terminal (PTY) sessions and replace
TCL/Expect with a simple tool and use your favorite shell (sh, bash, csh, tcsh, ksh, zsh, etc)
 
>How-To-Repeat:
# 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=    misc 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 <bsd.port.mk>
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
  
>Fix:
      
>Release-Note:
>Audit-Trail:

From: linimon@lonesome.com (Mark Linimon)
To: Mikhail Zakharov <zmey20000@yahoo.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/86295: port for empty project
Date: Sun, 18 Sep 2005 10:49:00 -0500

 On Sun, Sep 18, 2005 at 02:29:59PM +0000, Mikhail Zakharov wrote:
 > XCATEGORIES=    misc lang
 
 'misc' can't be the primary category here as it is intended as a catch-all
 for things that fit in no other category.  This should simply be 'lang'.
 
 mcl

From: "Mikhail E. Zakharov" <meza8ntrop@infoline.su>
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 <bsd.port.mk>
 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
 
 
 
Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod 
Responsible-Changed-By: vsevolod 
Responsible-Changed-When: Mon Sep 19 07:57:52 GMT 2005 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86295 

From: Vsevolod Stakhov <vsevolod@FreeBSD.org>
To: bug-followup@FreeBSD.org, zmey20000@yahoo.com
Cc:  
Subject: Re: ports/86295: new port: lang/empty
Date: Mon, 19 Sep 2005 11:59:44 +0400

 I assume that net category is the best for this port, as it is
 not some kind of programming language like expect. So, can I change this?
State-Changed-From-To: open->closed 
State-Changed-By: vsevolod 
State-Changed-When: Mon Sep 19 10:44:41 GMT 2005 
State-Changed-Why:  
Committed with some modifications. 
Please, try to run portlint -A before submitting port. 
Also note that ports must respect ${CC}, ${CFLAGS} and 
${PREFIX} environment variables. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86295 
>Unformatted:
