From alejandro@varnet.biz  Tue Jul 19 15:31:00 2005
Return-Path: <alejandro@varnet.biz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7BDE716A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Jul 2005 15:31:00 +0000 (GMT)
	(envelope-from alejandro@varnet.biz)
Received: from relay02.pair.com (relay02.pair.com [209.68.5.16])
	by mx1.FreeBSD.org (Postfix) with SMTP id 2416A43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Jul 2005 15:31:00 +0000 (GMT)
	(envelope-from alejandro@varnet.biz)
Received: (qmail 65447 invoked from network); 19 Jul 2005 15:30:59 -0000
Received: from unknown (HELO phobos.mars.bsd) (unknown)
  by unknown with SMTP; 19 Jul 2005 15:30:58 -0000
Message-Id: <1121787059.0@phobos.mars.bsd>
Date: Tue, 19 Jul 2005 12:30:59 -0300
From: "Alejandro Pulver" <alejandro@varnet.biz>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [NEW PORT] games/pmars-doc - A portable corewar system with ICWS'94 extensions (docs)
X-Send-Pr-Version: gtk-send-pr 0.4.4 
X-GNATS-Notify:

>Number:         83732
>Category:       ports
>Synopsis:       [NEW PORT] games/pmars-doc - A portable corewar system with ICWS'94 extensions (docs)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lesi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 19 15:40:15 GMT 2005
>Closed-Date:    Sat Jul 30 20:20:23 GMT 2005
>Last-Modified:  Sat Jul 30 20:20:23 GMT 2005
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:





>How-To-Repeat:





>Fix:


--- pmars-doc.shar begins here ---
# 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:
#
#	pmars-doc
#	pmars-doc/Makefile
#	pmars-doc/pkg-plist
#	pmars-doc/pkg-descr
#	pmars-doc/distinfo
#
echo c - pmars-doc
mkdir -p pmars-doc > /dev/null 2>&1
echo x - pmars-doc/Makefile
sed 's/^X//' >pmars-doc/Makefile << 'END-of-pmars-doc/Makefile'
X# New ports collection makefile for:	games/pmars-doc
X# Date created:			6 Aug 2005
X# Whom:				Alejandro Pulver <alejandro@varnet.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pmars
XPORTVERSION=	0.9.2
XCATEGORIES=	games
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	corewar
XPKGNAMESUFFIX=	-doc
X
XMAINTAINER=	alejandro@varnet.biz
XCOMMENT=	A portable corewar system with ICWS'94 extensions (docs)
X
XNO_BUILD=	yes
X
XMAN6=		pmars.6
X
Xdo-install:
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X	@${MKDIR} ${DOCSDIR}/config
X.for f in 94x.opt icws.opt mw.mac pmars.mac x.opt
X	@${INSTALL_DATA} ${WRKSRC}/config/${f} ${DOCSDIR}/config
X.endfor
X	@${MKDIR} ${DOCSDIR}/doc
X.for f in corewar-faq.html primer.94 primer.cdb redcode.ref
X	@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/doc
X.endfor
X	@${MKDIR} ${DOCSDIR}/warriors
X.for f in aeka.red flashpaper.red pspace.red rave.red validate.red
X	@${INSTALL_DATA} ${WRKSRC}/warriors/${f} ${DOCSDIR}/warriors
X.endfor
X	@${INSTALL_MAN} ${WRKSRC}/doc/pmars.6 ${PREFIX}/man/man6
X
X.include <bsd.port.mk>
END-of-pmars-doc/Makefile
echo x - pmars-doc/pkg-plist
sed 's/^X//' >pmars-doc/pkg-plist << 'END-of-pmars-doc/pkg-plist'
X%%DOCSDIR%%/README
X%%DOCSDIR%%/config/94x.opt
X%%DOCSDIR%%/config/icws.opt
X%%DOCSDIR%%/config/mw.mac
X%%DOCSDIR%%/config/pmars.mac
X%%DOCSDIR%%/config/x.opt
X%%DOCSDIR%%/doc/corewar-faq.html
X%%DOCSDIR%%/doc/primer.94
X%%DOCSDIR%%/doc/primer.cdb
X%%DOCSDIR%%/doc/redcode.ref
X%%DOCSDIR%%/warriors/aeka.red
X%%DOCSDIR%%/warriors/flashpaper.red
X%%DOCSDIR%%/warriors/pspace.red
X%%DOCSDIR%%/warriors/rave.red
X%%DOCSDIR%%/warriors/validate.red
X@dirrm %%DOCSDIR%%/config
X@dirrm %%DOCSDIR%%/doc
X@dirrm %%DOCSDIR%%/warriors
X@dirrm %%DOCSDIR%%
END-of-pmars-doc/pkg-plist
echo x - pmars-doc/pkg-descr
sed 's/^X//' >pmars-doc/pkg-descr << 'END-of-pmars-doc/pkg-descr'
XpMARS (portable Memory Array Redcode Simulator) is a corewar 
Xinterpreter with multi-platform support.
X
XpMARS implements the  ICWS'94 draft  standard, but can also be
Xused in ICWS'88 mode.
X
XThe base system includes a graphical core display for UNIX (curses, 
XX11 and Linux svgalib), PC/DOS, and the Mac.
X
XA line-oriented debugger is included to help in writing warriors.
X
XContributors:
X * Albert Ma               (ama@mit.edu)
X * Na'ndor Sieben          (sieben@imap1.asu.edu)
X * Stefan Strack           (stst@vuse.vanderbilt.edu)
X * Mintardjo Wangsawidjaja (wangsawm@kira.csos.orst.edu)
X
XWWW: http://www.koth.org/pmars/
X
X- Alejandro Pulver
Xalejandro@varnet.biz
END-of-pmars-doc/pkg-descr
echo x - pmars-doc/distinfo
sed 's/^X//' >pmars-doc/distinfo << 'END-of-pmars-doc/distinfo'
XMD5 (pmars-0.9.2.tar.gz) = a73943a34e9de8f0d3028fc4566cd558
XSIZE (pmars-0.9.2.tar.gz) = 158415
END-of-pmars-doc/distinfo
exit

--- pmars-doc.shar ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lesi 
Responsible-Changed-By: lesi 
Responsible-Changed-When: Fri Jul 29 22:25:06 GMT 2005 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83732 
State-Changed-From-To: open->closed 
State-Changed-By: lesi 
State-Changed-When: Sat Jul 30 20:19:48 GMT 2005 
State-Changed-Why:  
Superseeded by ports/84352. 

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