From johans@stack.nl  Tue Mar  4 14:24:23 2003
Return-Path: <johans@stack.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 026B937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Mar 2003 14:24:23 -0800 (PST)
Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5333743F75
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Mar 2003 14:24:18 -0800 (PST)
	(envelope-from johans@stack.nl)
Received: by mailhost.stack.nl (Postfix, from userid 65534)
	id 4D8D61F10C; Tue,  4 Mar 2003 23:24:17 +0100 (CET)
Received: from mailhost.gletsjer.net (coyote.ipv6.stack.nl [2001:610:1108:5202:200:e8ff:fe6a:41db])
	by mailhost.stack.nl (Postfix) with ESMTP id 195ED1F0F7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Mar 2003 23:24:16 +0100 (CET)
Received: by mailhost.gletsjer.net (Postfix, from userid 801)
	id 9B8753D0F; Tue,  4 Mar 2003 23:24:15 +0100 (CET)
Message-Id: <20030304222415.9B8753D0F@mailhost.gletsjer.net>
Date: Tue,  4 Mar 2003 23:24:15 +0100 (CET)
From: Johan van Selst <johans@stack.nl>
Reply-To: Johan van Selst <johans@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: games/eif (empire text client) 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48934
>Category:       ports
>Synopsis:       new port: games/eif (empire text client)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 14:30:11 PST 2003
>Closed-Date:    Sun Sep 28 06:14:05 PDT 2003
>Last-Modified:  Sun Sep 28 06:14:05 PDT 2003
>Originator:     Johan van Selst
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD coyote.gletsjer.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Jan 31 11:04:51 CET 2003 johans@coyote.gletsjer.net:/usr/src/sys/compile/coyote i386


	
>Description:
	Classic console client for the Wolfpack Empire game
	
>How-To-Repeat:
	
>Fix:

	

# 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:
#
#	eif
#	eif/Makefile
#	eif/distinfo
#	eif/pkg-plist
#	eif/pkg-descr
#
echo c - eif
mkdir -p eif > /dev/null 2>&1
echo x - eif/Makefile
sed 's/^X//' >eif/Makefile << 'END-of-eif/Makefile'
X# New ports collection makefile for:	eif
X# Date created:				4 March 2003
X# Whom:					johans
X#
X# $FreeBSD$
X#
X
XPORTNAME=	eif
XPORTVERSION=	1.2.2
XCATEGORIES=	games
XCOMMENT= empire text client
XMASTER_SITES=	http://www.stack.nl/~marcolz/empire/
X
XGNU_CONFIGURE=	yes
XMAINTAINER=	johans@stack.nl
X
X.include <bsd.port.mk>
END-of-eif/Makefile
echo x - eif/distinfo
sed 's/^X//' >eif/distinfo << 'END-of-eif/distinfo'
XMD5 (eif-1.2.2.tar.gz) = f7ff5d2f0bc974df819cbc4176f11ebc
END-of-eif/distinfo
echo x - eif/pkg-plist
sed 's/^X//' >eif/pkg-plist << 'END-of-eif/pkg-plist'
Xbin/eif
Xlib/eif/eifrc.include
Xlib/eif/ex
Xlib/eif/mov
Xlib/eif/with
Xlib/eif/mob.sh
Xlib/eif/edu0.sh
Xlib/eif/edu1.sh
Xlib/eif/edu2.sh
Xlib/eif/edu3.pl
Xlib/eif/luse.sh
Xlib/eif/genconf.sector
Xlib/eif/genconf.version
END-of-eif/pkg-plist
echo x - eif/pkg-descr
sed 's/^X//' >eif/pkg-descr << 'END-of-eif/pkg-descr'
Xeif - a Wolfpack Empire text-based client
X
XEmpire is a classic strategy wargame played by a number of people. 
XEif is an improved version of the original text-based client.
X
XThis version works with Wolfpack Empire version 4.2.11 (+ipv6+highlight)
X
XWWW: http://www.stack.nl/~marcolz/empire/
END-of-eif/pkg-descr
exit

>Release-Note:
>Audit-Trail:

From: johans@stack.nl
To: freebsd-gnats-submit@FreeBSD.org, johans@stack.nl
Cc:  
Subject: Re: ports/48934: new port: games/eif (empire text client)
Date: Sun,  9 Mar 2003 12:54:28 +0100 (CET)

 Fixed portlint comments.
 
 
 diff -Nruw eif.old/Makefile eif/Makefile
 --- eif.old/Makefile	Sun Mar  9 12:45:20 2003
 +++ eif/Makefile	Sun Mar  9 12:49:14 2003
 @@ -8,10 +8,11 @@
  PORTNAME=      eif
  PORTVERSION=   1.2.2
  CATEGORIES=    games
 -COMMENT= empire text client
  MASTER_SITES=  http://www.stack.nl/~marcolz/empire/
  
 -GNU_CONFIGURE= yes
  MAINTAINER=    johans@stack.nl
 +COMMENT=	Empire text client
 +
 +GNU_CONFIGURE=	yes
  
  .include <bsd.port.mk>
Class-Changed-From-To: update->change-request 
Class-Changed-By: mat 
Class-Changed-When: Wed Sep 3 00:51:12 PDT 2003 
Class-Changed-Why:  
wrong class 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48934 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 28 06:13:57 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

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