From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 13:47:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98902106566B; Sat, 6 Oct 2012 13:47:52 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8139B8FC0A; Sat, 6 Oct 2012 13:47:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96DlqeN074367; Sat, 6 Oct 2012 13:47:52 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96Dlqii074364; Sat, 6 Oct 2012 13:47:52 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210061347.q96Dlqii074364@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 6 Oct 2012 13:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305363 - head/games/empire X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 06 Oct 2012 13:47:52 -0000 Author: jhale Date: Sat Oct 6 13:47:51 2012 New Revision: 305363 URL: http://svn.freebsd.org/changeset/ports/305363 Log: - Remove LICENSE_FILES as the GPLv2 license is in the ports tree - Update pkg-descr - Convert Makefile header to new format - Pass maintainership to submitter PR: ports/172192 Submitted by: nemysis Approved by: makc (mentor) Modified: head/games/empire/Makefile (contents, props changed) head/games/empire/pkg-descr (contents, props changed) Modified: head/games/empire/Makefile ============================================================================== --- head/games/empire/Makefile Sat Oct 6 13:42:26 2012 (r305362) +++ head/games/empire/Makefile Sat Oct 6 13:47:51 2012 (r305363) @@ -11,17 +11,21 @@ CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ DISTNAME= vms-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Solitaire empire game "VMS Empire" +MAINTAINER= nemysis@gmx.ch +COMMENT= Simulation of a full-scale war between two emperors LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_SAFE= yes MAN6= empire.6 -PORTDOCS= BUGS README -PLIST_FILES= bin/empire + +PORTDOCS= AUTHORS BUGS NEWS README + +PLIST_FILES= bin/empire \ + share/pixmaps/empire.png + +.include post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS/#CFLAGS/ ; \ @@ -30,12 +34,12 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire - ${INSTALL_MAN} ${WRKSRC}/empire.6 ${MAN6PREFIX}/man/man6/empire.6 -.if !defined(NOPORTDOCS) -.for file in ${PORTDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6 + ${INSTALL_DATA} ${WRKSRC}/empire-logo.png ${PREFIX}/share/pixmaps/empire.png + +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Modified: head/games/empire/pkg-descr ============================================================================== --- head/games/empire/pkg-descr Sat Oct 6 13:42:26 2012 (r305362) +++ head/games/empire/pkg-descr Sat Oct 6 13:47:51 2012 (r305363) @@ -1,10 +1,17 @@ +VMS-Empire is a simulation of a full-scale war between two emperors, +the computer and you. Naturally, there is only room for one, so the +object of the game is to destroy the other. The computer plays by +the same rules that you do. This game is the ancestor of all the +multiplayer 4X simulations out there, including Civilization and +Master of Orion. + Apparently, this game was originally written outside of Digital, -probably at a university. The game was ported to DEC's VAX/VMS -from the TOPS-10/20 FORTRAN sources available around fall 1979. -Ed James got hold of the sources at Berkeley and converted -portions of the code to C, mostly to use curses for the screen -handling. He published his modified sources on the net in -December 1986. Because this game ran on VMS machines for so -long, a previous version is known as VMS Empire. +probably at a university. The game was ported to DEC's VAX/VMS from +the TOPS-10/20 FORTRAN sources available around fall 1979. Ed James +got hold of the sources at Berkeley and converted portions of the +code to C, mostly to use curses for the screen handling. He published +his modified sources on the net in December 1986. Because this +game ran on VMS machines for so long, a previous version is known +as VMS Empire. WWW: http://www.catb.org/~esr/vms-empire/