From owner-svn-ports-head@freebsd.org Tue Oct 25 18:31:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00360C21640; Tue, 25 Oct 2016 18:31:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4AD39C9; Tue, 25 Oct 2016 18:31:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9PIVsn2006949; Tue, 25 Oct 2016 18:31:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9PIVsW0006943; Tue, 25 Oct 2016 18:31:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610251831.u9PIVsW0006943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 25 Oct 2016 18:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424643 - in head/games: . gnubik gnubik/files 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.23 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: Tue, 25 Oct 2016 18:31:56 -0000 Author: amdmi3 Date: Tue Oct 25 18:31:54 2016 New Revision: 424643 URL: https://svnweb.freebsd.org/changeset/ports/424643 Log: The GNUbik program is an interactive, graphical, single player puzzle. Yes, this is another implementation of the classic game like that invented by Erno Rubik. You have to manipulate the cube using the mouse. When each face shows only one colour, the game is solved. WWW: https://www.gnu.org/software/gnubik/ Added: head/games/gnubik/ head/games/gnubik/Makefile (contents, props changed) head/games/gnubik/distinfo (contents, props changed) head/games/gnubik/files/ head/games/gnubik/files/patch-src_guile-hooks.c (contents, props changed) head/games/gnubik/pkg-descr (contents, props changed) head/games/gnubik/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Oct 25 18:18:56 2016 (r424642) +++ head/games/Makefile Tue Oct 25 18:31:54 2016 (r424643) @@ -355,6 +355,7 @@ SUBDIR += gnomekiss SUBDIR += gnono SUBDIR += gnubg + SUBDIR += gnubik SUBDIR += gnuchess SUBDIR += gnudoku SUBDIR += gnugo Added: head/games/gnubik/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnubik/Makefile Tue Oct 25 18:31:54 2016 (r424643) @@ -0,0 +1,39 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= gnubik +PORTVERSION= 2.4.1 +CATEGORIES= games +MASTER_SITES= GNU + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= 3D Rubik's cube game + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libguile.so:lang/guile \ + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext + +GNU_CONFIGURE= yes +USES= gettext gmake localbase pkgconfig +USE_GNOME= gtk20 +USE_GL= gl glu + +PORTDOCS= AUTHORS ChangeLog NEWS README TODO + +INFO= gnubik + +OPTIONS_DEFINE= DOCS + +post-install: + @${RMDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24/apps + @${RMDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24 + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include Added: head/games/gnubik/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnubik/distinfo Tue Oct 25 18:31:54 2016 (r424643) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477328506 +SHA256 (gnubik-2.4.1.tar.gz) = a59e7858c39fdd10aa4863cf00e2d98eb4130bbb543f2ce2bf38c440c6e7d755 +SIZE (gnubik-2.4.1.tar.gz) = 412615 Added: head/games/gnubik/files/patch-src_guile-hooks.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnubik/files/patch-src_guile-hooks.c Tue Oct 25 18:31:54 2016 (r424643) @@ -0,0 +1,14 @@ +--- src/guile-hooks.c.orig 2012-01-07 17:29:10 UTC ++++ src/guile-hooks.c +@@ -202,9 +202,9 @@ read_script_directory (const char *dir_n + + scm_primitive_load (scm_from_locale_string (buffer)); + } +- } + +- closedir (directory); ++ closedir (directory); ++ } + } + + Added: head/games/gnubik/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnubik/pkg-descr Tue Oct 25 18:31:54 2016 (r424643) @@ -0,0 +1,7 @@ +The GNUbik program is an interactive, graphical, single player +puzzle. Yes, this is another implementation of the classic game +like that invented by Erno Rubik. You have to manipulate the cube +using the mouse. When each face shows only one colour, the game is +solved. + +WWW: https://www.gnu.org/software/gnubik/ Added: head/games/gnubik/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnubik/pkg-plist Tue Oct 25 18:31:54 2016 (r424643) @@ -0,0 +1,38 @@ +bin/gnubik +share/applications/gnubik.desktop +%%DATADIR%%/scripts/debug.scm +%%DATADIR%%/scripts/flubrd.scm +%%DATADIR%%/scripts/mellor-solve.scm +%%DATADIR%%/scripts/rand.scm +share/icons/hicolor/16x16/apps/gnubik.png +share/icons/hicolor/22x22/apps/gnubik.png +share/icons/hicolor/32x32/apps/gnubik.png +share/icons/hicolor/48x48/apps/gnubik.png +share/locale/bg/LC_MESSAGES/gnubik.mo +share/locale/ca/LC_MESSAGES/gnubik.mo +share/locale/da/LC_MESSAGES/gnubik.mo +share/locale/de/LC_MESSAGES/gnubik.mo +share/locale/el/LC_MESSAGES/gnubik.mo +share/locale/en_US/LC_MESSAGES/gnubik.mo +share/locale/eo/LC_MESSAGES/gnubik.mo +share/locale/es/LC_MESSAGES/gnubik.mo +share/locale/eu/LC_MESSAGES/gnubik.mo +share/locale/fi/LC_MESSAGES/gnubik.mo +share/locale/fr/LC_MESSAGES/gnubik.mo +share/locale/he/LC_MESSAGES/gnubik.mo +share/locale/hr/LC_MESSAGES/gnubik.mo +share/locale/it/LC_MESSAGES/gnubik.mo +share/locale/ms/LC_MESSAGES/gnubik.mo +share/locale/nb/LC_MESSAGES/gnubik.mo +share/locale/nl/LC_MESSAGES/gnubik.mo +share/locale/pl/LC_MESSAGES/gnubik.mo +share/locale/pt/LC_MESSAGES/gnubik.mo +share/locale/pt_BR/LC_MESSAGES/gnubik.mo +share/locale/ro/LC_MESSAGES/gnubik.mo +share/locale/ru/LC_MESSAGES/gnubik.mo +share/locale/sl/LC_MESSAGES/gnubik.mo +share/locale/sr/LC_MESSAGES/gnubik.mo +share/locale/sv/LC_MESSAGES/gnubik.mo +share/locale/tr/LC_MESSAGES/gnubik.mo +share/locale/uk/LC_MESSAGES/gnubik.mo +share/locale/zh_CN/LC_MESSAGES/gnubik.mo