gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6764: assorted improvements, taco fix


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6764: assorted improvements, taco fix
Date: Fri, 8 Nov 2019 00:47:03 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6764
revision-id: address@hidden-20191108054656-3jk87fhp10rzrs9s
parent: address@hidden-20191107030423-vd6anjux0uaq9l1t
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Thu 2019-11-07 21:46:56 -0800
message:
  assorted improvements, taco fix
removed:
  pkg/other/taco/sha256sums      sha256sums-20171104211510-tz03d6qot1xo50eo-4
modified:
  pkg/gnu/readline/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1635
  pkg/other/flex/Makefile        makefile-20170805044405-1ctlwo4dxukdjekg-3
  pkg/other/gsequencer/Makefile  makefile-20170404081001-mr4jrzxutgqe0il2-3
  pkg/other/gsequencer/sha256sums sha256sums-20170404081001-mr4jrzxutgqe0il2-4
  pkg/other/guile-json/Makefile  makefile-20180701212225-s9gxmmiqbt4tvpwt-4
  pkg/other/libgit2/Makefile     makefile-20171103232537-7jx9pv7yu7oaooua-3
  pkg/other/nyacc/Makefile       makefile-20171111234847-ddaxaq043uks6dhp-3
  pkg/other/taco/Makefile        makefile-20171104211510-tz03d6qot1xo50eo-3
=== modified file 'pkg/gnu/readline/Makefile'
--- a/pkg/gnu/readline/Makefile 2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/readline/Makefile 2019-11-08 05:46:56 +0000
@@ -41,25 +41,20 @@
 SIGFILE_SITES = $(MASTER_GNU)
 SIGFILE_SUBDIR = $(PATCHFILE_SUBDIR)
 DISTFILES = $(DISTNAME).tar.gz
-#ifneq ($(PATCHNUM),)
-#      patchnums = $(shell seq -w 001 $(PATCHNUM))
-#      upstream_patches = $(foreach num, $(patchnums), \
-#                      $(GARNAME)$(subst .,,$(GARVERSION))-$(num))
-#      PATCHFILES = $(upstream_patches) \
-#                   $(DISTNAME)-link-ncurses.diff
-#endif
-SIGFILES = $(DISTNAME).tar.gz.sig #\
-          #$(foreach patchfile, $(upstream_patches), $(patchfile).sig)
+ifneq ($(PATCHNUM),)
+       patchnums = $(shell seq -w 001 $(PATCHNUM))
+       upstream_patches = $(foreach num, $(patchnums), \
+                       $(GARNAME)$(subst .,,$(GARVERSION))-$(num))
+       PATCHFILES = $(upstream_patches) \
+                    $(DISTNAME)-link-ncurses.diff
+endif
+SIGFILES = $(DISTNAME).tar.gz.sig \
+          $(foreach patchfile, $(upstream_patches), $(patchfile).sig)
 INFO_FILES = $(GARNAME).info history.info rluserman.info
 
 BUILDDEPS = ncurses
 LIBDEPS = 
 
-# bugs, complete.c needs #include <dirent.h>
-# still doesn't compile
-#
-#
-# # TODO FIXME...
 
 ######################################################################
 

=== modified file 'pkg/other/flex/Makefile'
--- a/pkg/other/flex/Makefile   2017-08-05 04:48:29 +0000
+++ b/pkg/other/flex/Makefile   2019-11-08 05:46:56 +0000
@@ -25,6 +25,7 @@
 analysis.
 endef
 ######################################################################
+# also nongnu flex... same?
 
 # https://github.com/westes/flex/files/981163/flex-2.6.4.tar.gz
 MASTER_SITES = https://github.com/

=== modified file 'pkg/other/gsequencer/Makefile'
--- a/pkg/other/gsequencer/Makefile     2019-07-15 19:06:37 +0000
+++ b/pkg/other/gsequencer/Makefile     2019-11-08 05:46:56 +0000
@@ -21,7 +21,7 @@
 
 NAME = gsequencer
 GARNAME = gsequencer
-GARVERSION = 2.2.20
+GARVERSION = 2.4.0
 HOME_URL = http://www.nongnu.org/gsequencer/ 
 DESCRIPTION = Audio processing, editing.
 define BLURB 
@@ -39,8 +39,8 @@
 
 ######################################################################
 
#https://download.savannah.gnu.org/releases/gsequencer/2.2.x/gsequencer-2.2.6.tar.gz
-MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)
-MASTER_SUBDIR = $(GARNAME)/2.2.x/
+MASTER_SITES = $(MASTER_SAVANNAH_NONGNU_RELEASES)/
+MASTER_SUBDIR = $(GARNAME)/2.4.x/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES  = $(DISTNAME).tar.gz.sig
 

=== modified file 'pkg/other/gsequencer/sha256sums'
--- a/pkg/other/gsequencer/sha256sums   2019-07-15 19:06:37 +0000
+++ b/pkg/other/gsequencer/sha256sums   2019-11-08 05:46:56 +0000
@@ -1,2 +0,0 @@
-5d71f284d992ee14b1f4dfd9520ce58d8399aca964e4cc85c9985e9b671c9fc3  
download/gsequencer-2.2.20.tar.gz
-1ca04e6c143fdac50d87328bea5a65534921a4c123e501e5a4d02c18ce7ae7c9  
download/gsequencer-2.2.20.tar.gz.sig

=== modified file 'pkg/other/guile-json/Makefile'
--- a/pkg/other/guile-json/Makefile     2018-12-31 02:08:42 +0000
+++ b/pkg/other/guile-json/Makefile     2019-11-08 05:46:56 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018 Carl Hansen <address@hidden>
+# Copyright ©2018, 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -19,7 +19,7 @@
 
 NAME =    guile-json
 GARNAME = guile-json
-GARVERSION = 3.0.0
+GARVERSION = 3.3.0
 HOME_URL =  http://savannah.nongnu.org/projects/guile-json
 DESCRIPTION = guile scheme JSON module 
 define BLURB
@@ -31,7 +31,7 @@
 
 ######################################################################
 
#https://download.savannah.gnu.org/releases/guile-json/guile-json-1.0.1.tar.gz.sig
-MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SITES = $(MASTER_SAVANNAH_NONGNU_RELEASES)/
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz 
 SIGFILES  = $(DISTNAME).tar.gz.sig

=== modified file 'pkg/other/libgit2/Makefile'
--- a/pkg/other/libgit2/Makefile        2019-07-15 00:02:19 +0000
+++ b/pkg/other/libgit2/Makefile        2019-11-08 05:46:56 +0000
@@ -21,7 +21,7 @@
 
 NAME    = libgit2
 GARNAME = libgit2
-GARVERSION = 0.27.3
+GARVERSION = 0.27.9
 HOME_URL = https://libgit2.github.com/
 DESCRIPTION = libgit2 is a portable, pure C implementation of the Git core 
methods    
 LICENSE = GPLv2 with Linking Exception
@@ -36,7 +36,7 @@
 
 GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
 
-DISTNAME = libgit2-0.27.3
+DISTNAME = $(GARNAME)-$(GARVERSION)
 DISTFILES = $(DISTNAME).tar.gz
 NOCHECKSUM = $(DISTFILES)
 SIGFILES =
@@ -44,7 +44,7 @@
 WORKSRC = $(WORKDIR)/$(DISTNAME)/
 CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
 
-LICENSE = GPLv2 with Linking Exception. 
+LICENSE = GPLv2 with Linking Exception
 BUILDDEPS = openssl
 LIBDEPS =
 USE_AUTORECONF = y

=== modified file 'pkg/other/nyacc/Makefile'
--- a/pkg/other/nyacc/Makefile  2019-07-20 23:16:09 +0000
+++ b/pkg/other/nyacc/Makefile  2019-11-08 05:46:56 +0000
@@ -21,7 +21,7 @@
 
 NAME = nyacc
 GARNAME = nyacc
-GARVERSION =  0.99.0
+GARVERSION =  0.99.2
 HOME_URL =  http://www.nongnu.org/nyacc
 DESCRIPTION =  Guile modules for nyacc compiler creation and parsers
 define BLURB
@@ -35,7 +35,7 @@
 endef
 ######################################################################
 # http://download.savannah.nongnu.org/releases/nyacc/nyacc-0.92.0.tar.gz
-MASTER_SITES =  $(MASTER_SAVANNAH_NONGNU_RELEASES)/
+MASTER_SITES =  $(MASTER_SAVANNAH_NONGNU_RELEASES)
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig

=== modified file 'pkg/other/taco/Makefile'
--- a/pkg/other/taco/Makefile   2019-05-26 03:39:56 +0000
+++ b/pkg/other/taco/Makefile   2019-11-08 05:46:56 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2017,2018,2019 Carl Hansen <address@hidden>
+# Copyright © 2017, 2018, 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -19,17 +19,10 @@
 #
 # Send bug reports and comments about GSRC problems to address@hidden
 #
-# Known problem: The way the "master.zip" file from github is handled
-# will lead to problems. It should be fixed. When I think of the right
-# answer.
  
 NAME = Tensor Compiler, taco
 GARNAME = taco
-#UPSTREAMNAME=master
-#GARVERSION = 2019-03-31
-
-# HINT: be sure to delete old master.zip from downloads and archive first
-GARVERSION =
+GARVERSION = master
 HOME_URL = http://tensor-compiler.org/ 
 DESCRIPTION =  converts tensor expressions to C++ code
 define BLURB
@@ -39,15 +32,22 @@
 LICENSE = MIT
 
 ######################################################################
-#https://github.com/tensor-compiler/taco/archive/master.zip
-#https://github.com/tensor-compiler/taco.git
-
-
-MASTER_SITES = http://github.com/
-MASTER_SUBDIR = tensor-compiler/$(GARNAME)/archive/
-DISTFILES = master.zip
-
-WORKSRC = $(WORKDIR)/taco-master/
+
+
+MASTER_SITES = git://github.com/
+MASTER_SUBDIR = tensor-compiler/
+
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+
+DISTNAME = $(GARNAME)-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+NOCHECKSUM = $(DISTFILES)
+SIGFILES =
+
+GIT_REVISION = master  
+
+WORKSRC = $(WORKDIR)/$(DISTNAME)/
+CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
 
 BUILDDEPS =
 LIBDEPS =

=== removed file 'pkg/other/taco/sha256sums'
--- a/pkg/other/taco/sha256sums 2019-05-26 03:39:56 +0000
+++ b/pkg/other/taco/sha256sums 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-8b0ad552466c20f63ecd95977e2b0601c17077f5c4314b4a8d05db69b8a9ac7d  
download/master.zip


reply via email to

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