gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7091: cgoban to cgoban1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7091: cgoban to cgoban1
Date: Thu, 2 Jul 2020 20:36:51 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7091
revision-id: carl@aurora-20200703003647-ndhai338o8mqzaa1
parent: carl@aurora-20200703003536-6ogiq76pbucpdgjh
committer: carl <carl@aurora>
branch nick: trunk
timestamp: Thu 2020-07-02 17:36:47 -0700
message:
  cgoban to cgoban1
removed:
  pkg/other/cgoban/sha256sums    sha256sums-20190528234116-qsfr2e4zvwoaejgx-4
renamed:
  pkg/other/cgoban/ => pkg/other/cgoban1/ 
cgoban-20190528234116-qsfr2e4zvwoaejgx-1
modified:
  pkg/other/cgoban1/Makefile     makefile-20190528234116-qsfr2e4zvwoaejgx-3
  pkg/other/guile-dsv/Makefile   makefile-20200512220547-x7xs0r19qige18i3-3
  pkg/other/root/Makefile        makefile-20161025063657-4wx3eeqz615u34a7-3
  pkg/other/root/sha256sums      sha256sums-20161025063657-4wx3eeqz615u34a7-4
  pkg/other/wildmidi/Makefile    makefile-20170325002156-32apgsccpux6q0zk-3
=== removed file 'pkg/other/cgoban/sha256sums'
--- a/pkg/other/cgoban/sha256sums       2019-05-28 23:41:32 +0000
+++ b/pkg/other/cgoban/sha256sums       1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-b9e8b0d2f793fecbc26803d673de11d8cdc88af9d286a6d49b7523f8b4fa20e1  
download/cgoban-1.9.12.tar.gz
-6426fc0803b14396798503a0d8c07b30faf91b13e70ab2304c7ef46a1086fc93  
download/Makefile.in.patch

=== renamed directory 'pkg/other/cgoban' => 'pkg/other/cgoban1'
=== modified file 'pkg/other/cgoban1/Makefile'
--- a/pkg/other/cgoban/Makefile 2019-05-28 23:41:32 +0000
+++ b/pkg/other/cgoban1/Makefile        2020-07-03 00:36:47 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2019,2020 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -17,14 +17,15 @@
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 #
 #
-#
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
-NAME =    Complete Goban
-GARNAME = cgoban
-GARVERSION = 1.9.12
-HOME_URL =  http://www.igoweb.org/~wms/comp/cgoban/index.html
-DESCRIPTION = Graphical interface to a Go game program, such as GNUGo 
+NAME =    Complete Goban 1
+GARNAME = cgoban1
+GARVERSION = 1.9.14
+#HOME_URL =  http://www.igoweb.org/~wms/comp/cgoban/index.html
+#HOME_URL =  https://sourceforge.net/projects/cgoban1/
+HOME_URL =     http://cgoban1.sourceforge.net/
+DESCRIPTION = Graphical Go board, and interface to Go program such as GNUGo 
 define BLURB
 Graphical interface to a Go game program, such as GNUGo. This is the old
 original C version. Play, store, replay games, connect to Go server
@@ -32,24 +33,35 @@
 endef
 
 ######################################################################
+#defunct:
 #http://www.igoweb.org/~wms/comp/cgoban/cgoban-1.9.12.tar.gz
-
-MASTER_SITES = http://www.igoweb.org/
-MASTER_SUBDIR = ~wms/comp/cgoban/
-DISTFILES = $(DISTNAME).tar.gz 
-SIGFILES = 
+#git clone https://git.code.sf.net/p/cgoban1/git cgoban1-git
+
+MASTER_SITES = git://git.code.sf.net/
+MASTER_SUBDIR = p/cgoban1/
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)git
+GIT_REVISION =         master
+DISTNAME = $(GARNAME)-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+NOCHECKSUM = $(DISTFILES)
+SIGFILES =
+
+
 INSTALL_SCRIPTS =
 BUILDDEPS =
 LIBDEPS =
 
-
-LICENSE = GNU GPL2
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
-
+pre-configure:
+       cd $(WORKSRC) && aclocal
+       cd $(WORKSRC) && autoheader
+       cd $(WORKSRC) && automake --add-missing
+       cd $(WORKSRC) && autoconf
+       $(MAKECOOKIE)
 
 custom-pre-install:  build
        mkdir -p $(prefix)/packages/$(DISTNAME)

=== modified file 'pkg/other/guile-dsv/Makefile'
--- a/pkg/other/guile-dsv/Makefile      2020-05-12 22:06:12 +0000
+++ b/pkg/other/guile-dsv/Makefile      2020-07-03 00:36:47 +0000
@@ -31,6 +31,7 @@
 MASTER_SITES = $(MASTER_GITHUB_GIT)
 MASTER_SUBDIR = artyom-poptsov/
 GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+GIT_VERSION = master   
 
 
 DISTNAME = $(GARNAME)-$(GARVERSION)

=== modified file 'pkg/other/root/Makefile'
--- a/pkg/other/root/Makefile   2020-04-04 01:43:23 +0000
+++ b/pkg/other/root/Makefile   2020-07-03 00:36:47 +0000
@@ -21,7 +21,7 @@
 
 NAME = ROOT
 GARNAME = root
-GARVERSION = 6.20.04
+GARVERSION = 6.20.06
 
 HOME_URL = https://root.cern.ch 
 DESCRIPTION = Scientific data framework from CERN, includes a C++ interpreter.

=== modified file 'pkg/other/root/sha256sums'
--- a/pkg/other/root/sha256sums 2020-04-04 01:43:23 +0000
+++ b/pkg/other/root/sha256sums 2020-07-03 00:36:47 +0000
@@ -1,1 +1,1 @@
-1f8c76ccdb550e64e6ddb092b4a7e9d0a10655ef80044828cba12d5e7c874472  
download/root_v6.20.04.source.tar.gz
+9a734758a91598d8a58a3d64d7d606aeb17bdf6fd8214e33f5c4d9947d391951  
download/root_v6.20.06.source.tar.gz

=== modified file 'pkg/other/wildmidi/Makefile'
--- a/pkg/other/wildmidi/Makefile       2020-05-12 17:40:43 +0000
+++ b/pkg/other/wildmidi/Makefile       2020-07-03 00:36:47 +0000
@@ -31,6 +31,7 @@
 LICENSE = GPLv3+ and LGPLv3
 
 ######################################################################
+# https://github.com/Mindwerks/wildmidi.git
 
 # TO FIX;workdir
 MASTER_SITES =  https://github.com/


reply via email to

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