From owner-svn-ports-all@FreeBSD.ORG Mon Jul 22 15:21:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 077689E5; Mon, 22 Jul 2013 15:21:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1BEC2423; Mon, 22 Jul 2013 15:21:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6MFLeqk012888; Mon, 22 Jul 2013 15:21:40 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6MFLekf012886; Mon, 22 Jul 2013 15:21:40 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201307221521.r6MFLekf012886@svn.freebsd.org> From: Martin Wilke Date: Mon, 22 Jul 2013 15:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323462 - head/games/exhaust-doc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 15:21:41 -0000 Author: miwi Date: Mon Jul 22 15:21:40 2013 New Revision: 323462 URL: http://svnweb.freebsd.org/changeset/ports/323462 Log: - Trim Header - Update WWW and MASTER_SITES PR: 180685 Submitted by: ports fury Modified: head/games/exhaust-doc/Makefile (contents, props changed) head/games/exhaust-doc/pkg-descr (contents, props changed) Modified: head/games/exhaust-doc/Makefile ============================================================================== --- head/games/exhaust-doc/Makefile Mon Jul 22 15:20:13 2013 (r323461) +++ head/games/exhaust-doc/Makefile Mon Jul 22 15:21:40 2013 (r323462) @@ -1,14 +1,10 @@ -# New ports collection makefile for: games/exhaust-doc -# Date created: 7 Aug 2005 -# Whom: Alejandro Pulver -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= exhaust PORTVERSION= 1.9.2 CATEGORIES= games -MASTER_SITES= http://www.cs.helsinki.fi/u/jpihlaja/exhaust/ +MASTER_SITES= http://corewar.co.uk/pihlaja/exhaust/ PKGNAMESUFFIX= -doc MAINTAINER= ports@FreeBSD.org Modified: head/games/exhaust-doc/pkg-descr ============================================================================== --- head/games/exhaust-doc/pkg-descr Mon Jul 22 15:20:13 2013 (r323461) +++ head/games/exhaust-doc/pkg-descr Mon Jul 22 15:21:40 2013 (r323462) @@ -1,18 +1,19 @@ -The `exhaust' project is a redcode simulator that is (hopefully) easy to embed -into your applications, as an alternative to pMARS. +The `exhaust' project is a redcode simulator that is (hopefully) +easy to embed into your applications, as an alternative to pMARS. The documentation contains the following: README - Instructions to embed exhaust in a program. -test.pl - Perl script to check for differences between exhaust and pMARS. +test.pl - Perl script to check for differences between exhaust + and pMARS. src/ - The C source code of exhaust (highly commented). warriors/ - Test warriors. -The "warriors" subdirectory contains Redcode assembly files (.red) and parsed -Redcode assembly files (.rc). The last ones can be loaded into exhaust, the -others have to be parsed, for example with pMARS. +The "warriors" subdirectory contains Redcode assembly files (.red) +and parsed Redcode assembly files (.rc). The last ones can be loaded +into exhaust, the others have to be parsed, for example with pMARS. NOTE: this documentation is only useful for developers. Author: M Joonas Pihlaja -WWW: http://www.cs.helsinki.fi/u/jpihlaja/exhaust/exhaust.html +WWW: http://corewar.co.uk/pihlaja/exhaust/