gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5485: update gnubg to 1.06.001


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5485: update gnubg to 1.06.001
Date: Wed, 2 May 2018 02:42:45 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5485
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2018-05-01 23:42:42 -0700
message:
  update gnubg to 1.06.001
removed:
  pkg/gnu/gnubg/                 gnubg-20160617014725-uokjfnggs70iry9h-124
  pkg/gnu/gnubg/Makefile         makefile-20160617014725-uokjfnggs70iry9h-780
  pkg/gnu/gnubg/config.mk        config.mk-20160617015719-b79y7252qiknv056-1
  pkg/gnu/gnubg/sha256sums       sha256sums-20160617014725-uokjfnggs70iry9h-781
added:
  pkg/gnu/gnubg/                 gnubg-20180502064230-qcw2evm55jenihrg-1
  pkg/gnu/gnubg/Makefile         makefile-20180502064230-qcw2evm55jenihrg-3
  pkg/gnu/gnubg/config.mk        config.mk-20180502064230-qcw2evm55jenihrg-2
  pkg/gnu/gnubg/sha256sums       sha256sums-20180502064230-qcw2evm55jenihrg-4
=== added directory 'pkg/gnu/gnubg'
=== removed directory 'pkg/gnu/gnubg'
=== added file 'pkg/gnu/gnubg/Makefile'
--- a/pkg/gnu/gnubg/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnubg/Makefile    2018-05-02 06:42:42 +0000
@@ -0,0 +1,56 @@
+# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+#
+NAME = Backgammon
+GARNAME = gnubg
+GARVERSION = 1.06.001
+HOME_URL = http://www.gnu.org/software/gnubg
+DESCRIPTION = Backgammon game
+define BLURB
+The GNU backgammon application can be used for playing, analyzing
+and teaching the game.  It has an advanced evaluation engine based on
+artificial neural networks suitable for both beginners and advanced
+players.  In addition to a command-line interface, it also features an
+attractive, 3D representation of the playing board.
+endef
+
+######################################################################
+# http://gnubg.org/media/sources/gnubg-release-1.06.001-sources.tar.gz
+MASTER_SITES = http://gnubg.org/
+MASTER_SUBDIR = media/sources/
+DISTFILES = $(GARNAME)-release-$(GARVERSION)-sources.tar.gz
+SIGFILES =
+INSTALL_SCRIPTS += $(WORKOBJ)/Makefile-DESTDIR info
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
+install-info:
+       $(INSTALL_INFO) $(WORKSRC)/doc/$(GARNAME).info
+       $(MAKECOOKIE)
+
+

=== removed file 'pkg/gnu/gnubg/Makefile'
--- a/pkg/gnu/gnubg/Makefile    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnubg/Makefile    1970-01-01 00:00:00 +0000
@@ -1,50 +0,0 @@
-# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
-#
-# This file is part of GSRC.
-#
-# GSRC is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# GSRC is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
-# License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-#
-NAME = Backgammon
-GARNAME = gnubg
-GARVERSION = 1.05.000
-HOME_URL = http://www.gnu.org/software/gnubg
-DESCRIPTION = Backgammon game
-define BLURB
-The GNU backgammon application can be used for playing, analyzing
-and teaching the game.  It has an advanced evaluation engine based on
-artificial neural networks suitable for both beginners and advanced
-players.  In addition to a command-line interface, it also features an
-attractive, 3D representation of the playing board.
-endef
-
-######################################################################
-
-MASTER_SITES = http://files.gnubg.org/
-MASTER_SUBDIR = media/sources/
-DISTFILES = $(GARNAME)-release-$(GARVERSION)-sources.tar.gz
-SIGFILES =
-INSTALL_SCRIPTS += $(WORKOBJ)/Makefile-DESTDIR info
-
-BUILDDEPS =
-LIBDEPS =
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include ../../../gar/gar.lib/info.mk
-include config.mk
-
-install-info:
-       $(INSTALL_INFO) $(WORKSRC)/doc/$(GARNAME).info
-       $(MAKECOOKIE)

=== added file 'pkg/gnu/gnubg/config.mk'
--- a/pkg/gnu/gnubg/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnubg/config.mk   2018-05-02 06:42:42 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnubg ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== removed file 'pkg/gnu/gnubg/config.mk'
--- a/pkg/gnu/gnubg/config.mk   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnubg/config.mk   1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-## Configuration options for gnubg ##
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== added file 'pkg/gnu/gnubg/sha256sums'
--- a/pkg/gnu/gnubg/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnubg/sha256sums  2018-05-02 06:42:42 +0000
@@ -0,0 +1,1 @@
+eb70460ec5e03fca20e0711f76334d5d68519fa04ba0474f9445e4bd821cdf6a  
download/gnubg-release-1.06.001-sources.tar.gz

=== removed file 'pkg/gnu/gnubg/sha256sums'
--- a/pkg/gnu/gnubg/sha256sums  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnubg/sha256sums  1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-a872810b82f17950be64b4f49a10da97634c5d8f39069288f64bd2eb78a4cddb  
download/gnubg-release-1.05.000-sources.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]