gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6850: some guile stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6850: some guile stuff
Date: Fri, 17 Jan 2020 15:50:23 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6850
revision-id: address@hidden-20200117205015-r87zhjopkqty7m1t
parent: carl@aurora-20200115180118-mzi9vj7v6i7zrb30
committer: address@hidden
branch nick: trunk
timestamp: Fri 2020-01-17 12:50:15 -0800
message:
  some guile stuff
added:
  pkg/other/guile-config/        guileconfig-20200117203734-3tkgxrbcsoig7f54-1
  pkg/other/guile-config/Makefile makefile-20200117203734-3tkgxrbcsoig7f54-3
  pkg/other/guile-config/config.mk config.mk-20200117203734-3tkgxrbcsoig7f54-2
  pkg/other/guile-config/sha256sums sha256sums-20200117203734-3tkgxrbcsoig7f54-4
modified:
  pkg/other/guile-git/Makefile   makefile-20180707222735-xzb9t6me5jer0w17-3
  pkg/other/guile-git/sha256sums sha256sums-20180707222735-xzb9t6me5jer0w17-4
  pkg/other/guile-hall/Makefile  makefile-20180701215618-guu3zvxbq0t3lk6c-3
  pkg/other/guile-hall/sha256sums sha256sums-20180701215618-guu3zvxbq0t3lk6c-4
  pkg/other/guile-td/Makefile    makefile-20180819231606-r0bsrrbt5lihegq2-4
=== added directory 'pkg/other/guile-config'
=== added file 'pkg/other/guile-config/Makefile'
--- a/pkg/other/guile-config/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-config/Makefile   2020-01-17 20:50:15 +0000
@@ -0,0 +1,49 @@
+# Copyright © 2020 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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 =    guile-config
+GARNAME = guile-config
+GARVERSION = 0.3.1
+HOME_URL = https://gitlab.com/a-sassmannshausen/guile-config/
+DESCRIPTION =  scripts in guile (scheme) for declarative configuration
+define BLURB
+Guile Config is a library providing a declarative approach to application
+configuration specification.  The library provides clean configuration
+declaration forms, and processors that take care of a bunch of detail.
+endef
+
+######################################################################
+MASTER_SITES =  https://gitlab.com/
+MASTER_SUBDIR = a-sassmannshausen/guile-config/-/archive/v$(GARVERSION)/
+
+DISTFILES = $(GARNAME)-v$(GARVERSION).tar.bz2 
+SIGFILES = 
+WORKSRC = $(WORKDIR)/$(GARNAME)-v$(GARVERSION)
+
+BUILDDEPS =
+LIBDEPS =
+USE_AUTORECONF = yes
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+

=== added file 'pkg/other/guile-config/config.mk'
--- a/pkg/other/guile-config/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-config/config.mk  2020-01-17 20:50:15 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/guile-config/sha256sums'
--- a/pkg/other/guile-config/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-config/sha256sums 2020-01-17 20:50:15 +0000
@@ -0,0 +1,1 @@
+deee387322e2b467541536fe180c8147ab40709bad1a0b26013ee94cb499387a  
download/guile-config-v0.3.1.tar.bz2

=== modified file 'pkg/other/guile-git/Makefile'
--- a/pkg/other/guile-git/Makefile      2019-07-03 03:50:35 +0000
+++ b/pkg/other/guile-git/Makefile      2020-01-17 20:50:15 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018,2019 Carl Hansen <address@hidden>
+# Copyright ©2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -20,7 +20,7 @@
 
 NAME =    guile-git
 GARNAME = guile-git
-GARVERSION = 0.2.0
+GARVERSION = 0.3.0
 HOME_URL = https://gitlab.com/guile-git/guile-git
 DESCRIPTION = a Guile interface to libgit2
 define BLURB

=== modified file 'pkg/other/guile-git/sha256sums'
--- a/pkg/other/guile-git/sha256sums    2019-05-07 06:12:39 +0000
+++ b/pkg/other/guile-git/sha256sums    2020-01-17 20:50:15 +0000
@@ -1,1 +1,1 @@
-a4bb72630900a93e112f9a68deb29286c2a161033c3757a626a66ac2954db067  
download/guile-git-v0.2.0.tar.bz2
+79838766fb093d3de5377c0a4c4c33c2ca36f80270a2629ca9bb610059cfb377  
download/guile-git-v0.3.0.tar.bz2

=== modified file 'pkg/other/guile-hall/Makefile'
--- a/pkg/other/guile-hall/Makefile     2019-02-15 19:54:53 +0000
+++ b/pkg/other/guile-hall/Makefile     2020-01-17 20:50:15 +0000
@@ -1,6 +1,7 @@
-# Copyright ©2018,2019 Carl Hansen <address@hidden>
+# Copyright ©2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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
@@ -19,7 +20,7 @@
 
 NAME =    guile-hall
 GARNAME = guile-hall
-GARVERSION = 0.2
+GARVERSION = 0.2.1
 HOME_URL = https://gitlab.com/a-sassmannshausen/guile-hall/
 DESCRIPTION =  scripts in guile to easily create/build/use guile projects
 define BLURB
@@ -31,17 +32,16 @@
 
 ######################################################################
 MASTER_SITES =  https://gitlab.com/
-MASTER_SUBDIR = a-sassmannshausen/guile-hall/-/archive/v0.2/
+MASTER_SUBDIR = a-sassmannshausen/guile-hall/-/archive/v$(GARVERSION)/
 
 DISTFILES = $(GARNAME)-v$(GARVERSION).tar.bz2 
 SIGFILES = 
 WORKSRC = $(WORKDIR)/$(GARNAME)-v$(GARVERSION)
 
-BUILDDEPS =
+BUILDDEPS = guile-config
 LIBDEPS =
 USE_AUTORECONF = yes
 
-# doesn't quite build in this version; maybe later
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/other/guile-hall/sha256sums'
--- a/pkg/other/guile-hall/sha256sums   2019-02-15 19:54:53 +0000
+++ b/pkg/other/guile-hall/sha256sums   2020-01-17 20:50:15 +0000
@@ -1,1 +1,1 @@
-59916dd401906baa768e1a1ebb996e088a60b8324408ddb6f59407f5cb35da0f  
download/guile-hall-v0.2.tar.bz2
+39398440719d7bb5eaa82f62a1245850db8a898dbc27ecda1b64dc6e56fb52d6  
download/guile-hall-v0.2.1.tar.bz2

=== modified file 'pkg/other/guile-td/Makefile'
--- a/pkg/other/guile-td/Makefile       2018-09-28 00:56:01 +0000
+++ b/pkg/other/guile-td/Makefile       2020-01-17 20:50:15 +0000
@@ -28,6 +28,8 @@
 
 ######################################################################
 # 
http://download.savannah.nongnu.org/releases/guile-td/gtd-src-2018-06-28.tar.gz.sig
+#
+# installation currently not set up
 
 MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
 MASTER_SUBDIR = $(GARNAME)/


reply via email to

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