From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 21:40:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F38F5297; Mon, 21 Oct 2013 21:40:51 +0000 (UTC) (envelope-from nemysis@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 D2EB52886; Mon, 21 Oct 2013 21:40:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LLep6S075322; Mon, 21 Oct 2013 21:40:51 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9LLepTj075319; Mon, 21 Oct 2013 21:40:51 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201310212140.r9LLepTj075319@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 21 Oct 2013 21:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331197 - head/games/euchre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 21:40:52 -0000 Author: nemysis Date: Mon Oct 21 21:40:50 2013 New Revision: 331197 URL: http://svnweb.freebsd.org/changeset/ports/331197 Log: - Bump PORTREVISION - Change master sites, add icon - Pass maintainership to submitter - Add DOCS and Option - Change desktop entry - Fix port and bad C++ code - Change pkg-descr PR: ports/179287 Submitted by: nemysis (self) Approved by: pawel / wg (mentors, implicit) Modified: head/games/euchre/Makefile head/games/euchre/distinfo head/games/euchre/pkg-descr (contents, props changed) Modified: head/games/euchre/Makefile ============================================================================== --- head/games/euchre/Makefile Mon Oct 21 21:31:04 2013 (r331196) +++ head/games/euchre/Makefile Mon Oct 21 21:40:50 2013 (r331197) @@ -3,26 +3,45 @@ PORTNAME= euchre PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ + SF/nemysisfreebsdp/${CATEGORIES}/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@FreeBSD.org COMMENT= Very popular card game with variable skill levels -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2 USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules -PLIST_FILES= bin/euchre +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png -DESKTOP_ENTRIES="Euchre" "" "" "${PORTNAME}" "" true +PORTDOCS= AUTHORS ChangeLog README TODO + +DESKTOP_ENTRIES="Euchre" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;CardGame;" false + +OPTIONS_DEFINE= DOCS -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^AM_/s|-Werror||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|int)|long int)|g' \ + ${WRKSRC}/src/gui/callbacks.cpp ${WRKSRC}/src/lib/Game.cpp + +post-install: + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/euchre/distinfo ============================================================================== --- head/games/euchre/distinfo Mon Oct 21 21:31:04 2013 (r331196) +++ head/games/euchre/distinfo Mon Oct 21 21:40:50 2013 (r331197) @@ -1,2 +1,4 @@ SHA256 (euchre-0.8.tar.gz) = c339d29ea6837f344b98134ecdd7aa52fb958454bd4dd6145430b197752ed78b SIZE (euchre-0.8.tar.gz) = 213490 +SHA256 (euchre.png) = 94b5b20412e4bddc84ad066070843a0a3dd9504fd99fa497d8f32739c610ee31 +SIZE (euchre.png) = 6563 Modified: head/games/euchre/pkg-descr ============================================================================== --- head/games/euchre/pkg-descr Mon Oct 21 21:31:04 2013 (r331196) +++ head/games/euchre/pkg-descr Mon Oct 21 21:40:50 2013 (r331197) @@ -1,3 +1,6 @@ -A very basic interpretation of the game 'Euchre.' +Euchre is a card game played with the 9s, 10s, Jacks, Queens, Kings, +and Aces of all 4 suits. Each player is dealt 5 cards, leaving 4 +cards in the deck. The top card of the remaining 4 is then turned +over and this is the trump candidate. WWW: http://sourceforge.net/projects/euchre/