Date: Sat, 6 Oct 2012 13:47:52 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305363 - head/games/empire Message-ID: <201210061347.q96Dlqii074364@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <nemysis@gmx.ch> 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 <bsd.port.options.mk> 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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061347.q96Dlqii074364>