Date: Sat, 3 Jan 2015 19:30:13 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376157 - in head/games: . xlennart xlennart/files Message-ID: <201501031930.t03JUD3g022258@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Jan 3 19:30:12 2015 New Revision: 376157 URL: https://svnweb.freebsd.org/changeset/ports/376157 QAT: https://qat.redports.org/buildarchive/r376157/ Log: - New port games/xlennart - Pass maintainership to submitter PR: 195977 Submitted by: Neel Chauhan <neel@neelc.org> Added: head/games/xlennart/ head/games/xlennart/Makefile (contents, props changed) head/games/xlennart/distinfo (contents, props changed) head/games/xlennart/files/ head/games/xlennart/files/patch-Makefile.in (contents, props changed) head/games/xlennart/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat Jan 3 19:18:33 2015 (r376156) +++ head/games/Makefile Sat Jan 3 19:30:12 2015 (r376157) @@ -1088,6 +1088,7 @@ SUBDIR += xjumpx SUBDIR += xkoules SUBDIR += xlaby + SUBDIR += xlennart SUBDIR += xlife SUBDIR += xlogical SUBDIR += xmahjongg Added: head/games/xlennart/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xlennart/Makefile Sat Jan 3 19:30:12 2015 (r376157) @@ -0,0 +1,60 @@ +# $FreeBSD$ + +PORTNAME= xlennart +PORTVERSION= 1.1 +CATEGORIES= games + +MAINTAINER= neel@neelc.org +COMMENT= XBill Modification + +LICENSE= GPLv2 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${SCORES_DIR} + +SCORES_DIR?= ${DATADIR}/scores + +DESKTOP_ENTRIES="xLennart" \ + "Save your computers from the evil clutches of Lennart" \ + "${DATADIR}/pixmaps/icon.xpm" \ + "xlennart" \ + "Game;ArcadeGame;" \ + false + +PLIST_FILES= bin/${PORTNAME} \ + man/man6/${PORTNAME}.6.gz + +PORTDATA= * + +OPTIONS_SINGLE= WIDGETSET +OPTIONS_SINGLE_WIDGETSET= ATHENA GTK MOTIF +OPTIONS_DEFAULT= GTK + +ATHENA_DESC= Athena widget set +GTK_DESC= GTK widget set +MOTIF_DESC= Motif widget set + +USE_GITHUB= yes +GH_ACCOUNT= Xylemon +GH_COMMIT= da84384 + +USES= pkgconfig + +ATHENA_CONFIGURE_ON= --disable-gtk --disable-motif +ATHENA_USE= XORG=xaw,xmu,xt,x11,sm,ice + +MOTIF_CONFIGURE_ON= --disable-athena --disable-gtk +MOTIF_USE= XORG=xt,x11,sm,ice,xpm +MOTIF_USES= motif + +GTK_CONFIGURE_ON= --disable-athena --disable-motif +GTK_USE= GNOME=gtk20 XORG=sm,ice + +post-patch: + @${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXm"$$|-lXm -lXpm"|' \ + ${WRKSRC}/configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xlennart + +.include <bsd.port.mk> Added: head/games/xlennart/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xlennart/distinfo Sat Jan 3 19:30:12 2015 (r376157) @@ -0,0 +1,2 @@ +SHA256 (xlennart-1.1.tar.gz) = ee5e6d738a4e6ec7e9e341ecf1f7add416dec553906006ba991c5552ccea2b82 +SIZE (xlennart-1.1.tar.gz) = 177680 Added: head/games/xlennart/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xlennart/files/patch-Makefile.in Sat Jan 3 19:30:12 2015 (r376157) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2014-12-09 13:17:00.000000000 -0500 ++++ Makefile.in 2014-12-14 14:31:27.388377891 -0500 +@@ -43,7 +43,7 @@ + pixmaps/icon.xpm pixmaps/centos.xpm pixmaps/logo.xpm \ + pixmaps/maccpu.xpm pixmaps/debian.xpm pixmaps/nextcpu.xpm \ + pixmaps/gentoo.xpm pixmaps/openbsd.xpm pixmaps/os2cpu.xpm \ +- pixmaps/palm.xpm pixmaps/palmcpu.xpm pixmaps/mandriva.xpm \ ++ pixmaps/mandriva.xpm \ + pixmaps/spark_0.xpm pixmaps/slackware.xpm pixmaps/suse.xpm \ + pixmaps/spark_1.xpm pixmaps/ubuntu.xpm pixmaps/sgicpu.xpm \ + pixmaps/suncpu.xpm pixmaps/toaster.xpm pixmaps/initfail.xpm Added: head/games/xlennart/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xlennart/pkg-descr Sat Jan 3 19:30:12 2015 (r376157) @@ -0,0 +1,11 @@ +Yet again, the fate of the world rests in your hands! An evil computer hacker, +known only by his handle 'Lennart', has created the ultimate computer virus. A +virus so powerful that it has the power to transmute an ordinary computer into +a toaster oven. (oooh!) 'Lennart' has cloned himself into a billion-jillion +micro-Lenns. Their sole purpose is to deliver the nefarious virus, which has +been cleverly diguised as a popularinit system. + +As System Administrator/Exterminator, your job is to keep Lennart from +succeeding at his task. + +WWW: http://www.github.com/Xylemon/xlennart
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501031930.t03JUD3g022258>