From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 30 20:00:17 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 E722F16A479 for ; Sat, 30 Jul 2005 20:00:16 +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 709D643D46 for ; Sat, 30 Jul 2005 20:00:16 +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 j6UK0GJ3079490 for ; Sat, 30 Jul 2005 20:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6UK0GEG079487; Sat, 30 Jul 2005 20:00:16 GMT (envelope-from gnats) Resent-Date: Sat, 30 Jul 2005 20:00:16 GMT Resent-Message-Id: <200507302000.j6UK0GEG079487@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A400D16A420 for ; Sat, 30 Jul 2005 19:50:57 +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 233BD43D4C for ; Sat, 30 Jul 2005 19:50:57 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 50135 invoked from network); 30 Jul 2005 19:50:55 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 30 Jul 2005 19:50:55 -0000 Message-Id: <1122753061.0@phobos.mars.bsd> Date: Sat, 30 Jul 2005 16:51:01 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/84352: [NEW PORT] games/pmars-doc - The pMARS Documentation (references, warriors, man pages, etc.) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 20:00:17 -0000 >Number: 84352 >Category: ports >Synopsis: [NEW PORT] games/pmars-doc - The pMARS Documentation (references, warriors, man pages, etc.) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 30 20:00:15 GMT 2005 >Closed-Date: >Last-Modified: >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: pmars-doc X# Date created: 30 Jul 2005 X# Whom: Alejandro Pulver 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= The pMARS Documentation (references, warriors, man pages, etc.) 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 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/ 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: >Unformatted: