gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5497: skribilo and guile-reader


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5497: skribilo and guile-reader
Date: Thu, 3 May 2018 17:28:00 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5497
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2018-05-03 14:27:55 -0700
message:
  skribilo and guile-reader
added:
  pkg/other/guile-reader/        guilereader-20180503212644-gcnhbsicq2dvfnct-1
  pkg/other/guile-reader/Makefile makefile-20180503212644-gcnhbsicq2dvfnct-4
  pkg/other/guile-reader/bug     bug-20180503212644-gcnhbsicq2dvfnct-2
  pkg/other/guile-reader/config.mk config.mk-20180503212644-gcnhbsicq2dvfnct-3
  pkg/other/guile-reader/sha256sums sha256sums-20180503212644-gcnhbsicq2dvfnct-5
  pkg/other/skribilo/            skribilo-20180503212700-aldvw9kzj2vu2oba-1
  pkg/other/skribilo/Makefile    makefile-20180503212700-aldvw9kzj2vu2oba-3
  pkg/other/skribilo/config.mk   config.mk-20180503212700-aldvw9kzj2vu2oba-2
  pkg/other/skribilo/sha256sums  sha256sums-20180503212700-aldvw9kzj2vu2oba-4
modified:
  pkg/other/gnans/Makefile       makefile-20160618014253-m957jv97a3n1v2u7-3
=== modified file 'pkg/other/gnans/Makefile'
--- a/pkg/other/gnans/Makefile  2016-06-18 02:30:21 +0000
+++ b/pkg/other/gnans/Makefile  2018-05-03 21:27:55 +0000
@@ -18,7 +18,6 @@
 NAME = gnans
 GARNAME = gnans
 GARVERSION = 1.6.2
-#HOME_URL = http://www.gnu.org/software/gnans/
 HOME_URL = http://www.bengt-martensson.de/software/gnans/
 
 DESCRIPTION = Numerical study of dynamical systems.

=== added directory 'pkg/other/guile-reader'
=== added file 'pkg/other/guile-reader/Makefile'
--- a/pkg/other/guile-reader/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-reader/Makefile   2018-05-03 21:27:55 +0000
@@ -0,0 +1,49 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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-reader 
+GARNAME = guile-reader
+GARVERSION = 0.6.2
+HOME_URL = https://www.nongnu.org/guile-reader/
+DESCRIPTION = framework for building readers for GNU Guile
+define BLURB
+Guile-Reader is a simple framework for building readers for GNU Guile.
+The idea is to make it easy to build procedures that extend Guile_s
+read procedure. Readers supporting various syntax variants can easily be
+written, possibly by re-using existing “token readers” of a standard
+Scheme readers. For example, it is used to implement Skribilo_s
+R5RS-derived document syntax.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES  = $(DISTNAME).tar.gz.sig 
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+

=== added file 'pkg/other/guile-reader/bug'
--- a/pkg/other/guile-reader/bug        1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-reader/bug        2018-05-03 21:27:55 +0000
@@ -0,0 +1,15 @@
+  CC       compat.lo
+In file included from reader.c:1946:
+make-reader-flags.c:86:1: error: conflicting types for 
'_scm_to_make_reader_flag'
+ _scm_to_make_reader_flag (register const char *str, register size_t len)
+ ^~~~~~~~~~~~~~~~~~~~~~~~
+reader.c:1943:1: note: previous declaration of '_scm_to_make_reader_flag' was 
here
+ _scm_to_make_reader_flag (const char *, unsigned int);
+ ^~~~~~~~~~~~~~~~~~~~~~~~
+In file included from token-readers.c:1145:
+token-reader-lookup.c:122:1: error: conflicting types for 
'_scm_token_reader_lookup'
+ _scm_token_reader_lookup (register const char *str, register size_t len)
+ ^~~~~~~~~~~~~~~~~~~~~~~~
+token-readers.c:1142:1: note: previous declaration of 
'_scm_token_reader_lookup' was here
+ _scm_token_reader_lookup (const char *, unsigned int);
+ ^~~~~~~~~~~~~~~~~~~~~~~~

=== added file 'pkg/other/guile-reader/config.mk'
--- a/pkg/other/guile-reader/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-reader/config.mk  2018-05-03 21:27:55 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=

=== added file 'pkg/other/guile-reader/sha256sums'
--- a/pkg/other/guile-reader/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-reader/sha256sums 2018-05-03 21:27:55 +0000
@@ -0,0 +1,2 @@
+fdcda586d8b5b15976df26b674fc4b2b9b4623db8e301a39aef85685b4d02215  
download/guile-reader-0.6.2.tar.gz
+97e8dd142b8b0170a8f78d730ef9c7a68a4fb91d1478c950bfa6be3c492c0917  
download/guile-reader-0.6.2.tar.gz.sig

=== added directory 'pkg/other/skribilo'
=== added file 'pkg/other/skribilo/Makefile'
--- a/pkg/other/skribilo/Makefile       1970-01-01 00:00:00 +0000
+++ b/pkg/other/skribilo/Makefile       2018-05-03 21:27:55 +0000
@@ -0,0 +1,47 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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 =   skribilo 
+GARNAME = skribilo
+GARVERSION = 0.9.4
+HOME_URL = https://www.nongnu.org/skribilo/
+DESCRIPTION = document production tool using guile (scheme) 
+define BLURB
+Skribilo is a free document production tool that takes a structured
+document representation as its input and renders that document in a
+variety of output formats: HTML and Info for on-line browsing, and Lout
+and LaTeX for high-quality hard copies.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES  = $(DISTNAME).tar.gz.sig 
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+

=== added file 'pkg/other/skribilo/config.mk'
--- a/pkg/other/skribilo/config.mk      1970-01-01 00:00:00 +0000
+++ b/pkg/other/skribilo/config.mk      2018-05-03 21:27:55 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=

=== added file 'pkg/other/skribilo/sha256sums'
--- a/pkg/other/skribilo/sha256sums     1970-01-01 00:00:00 +0000
+++ b/pkg/other/skribilo/sha256sums     2018-05-03 21:27:55 +0000
@@ -0,0 +1,2 @@
+ced67fe89f5a0b83273195a5501e40c318f1becfbaacafdbcf5d27e5a4b3dc1b  
download/skribilo-0.9.4.tar.gz
+b457b2e252486f4dfa213ce6e5cb9481c83f865d959d82b30ed446b2e54e8326  
download/skribilo-0.9.4.tar.gz.sig


reply via email to

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