Bug 86295 - new port: lang/empty
Summary: new port: lang/empty
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 15:30 UTC by zmey20000
Modified: 2005-09-19 11:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zmey20000 2005-09-18 15:30:08 UTC
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
Comment 1 Mark Linimon 2005-09-18 16:49:00 UTC
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
Comment 2 meza8ntrop 2005-09-18 17:13:28 UTC
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
Comment 3 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 08:57:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

I'll handle this.
Comment 4 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 08:59:44 UTC
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?
Comment 5 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 11:44:41 UTC
State Changed
From-To: open->closed

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.