[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4964: update nyacc to 0.82.4
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4964: update nyacc to 0.82.4 |
Date: |
Sat, 11 Nov 2017 18:49:02 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4964
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2017-11-11 15:48:57 -0800
message:
update nyacc to 0.82.4
added:
pkg/other/nyacc/ nyacc-20171111234847-ddaxaq043uks6dhp-1
pkg/other/nyacc/Makefile makefile-20171111234847-ddaxaq043uks6dhp-3
pkg/other/nyacc/config.mk config.mk-20171111234847-ddaxaq043uks6dhp-2
pkg/other/nyacc/sha256sums sha256sums-20171111234847-ddaxaq043uks6dhp-4
=== added directory 'pkg/other/nyacc'
=== added file 'pkg/other/nyacc/Makefile'
--- a/pkg/other/nyacc/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/nyacc/Makefile 2017-11-11 23:48:57 +0000
@@ -0,0 +1,46 @@
+# Copyright © 2017 Carl Hansen <address@hidden>
+#
+# This file is part of BioSRC and thus GSRC.
+#
+# BioSRC 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.
+#
+# BioSRC 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 BioSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = nyacc
+GARNAME = nyacc
+GARVERSION = 0.82.4
+HOME_URL = http://www.nongnu.org/nyacc
+DESCRIPTION = Guile modules for compiler creation and parsers
+define BLURB
+NYACC, for Not Yet Another Compiler Compiler!, is set of guile modules for
+generating parsers and lexical analyzers. It also provides sample parsers
+and pretty-printers using SXML trees as an intermediate representation.
+
+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 config.mk
+
=== added file 'pkg/other/nyacc/config.mk'
--- a/pkg/other/nyacc/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/nyacc/config.mk 2017-11-11 23:48:57 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/nyacc/sha256sums'
--- a/pkg/other/nyacc/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/nyacc/sha256sums 2017-11-11 23:48:57 +0000
@@ -0,0 +1,2 @@
+57087f5af2d7b29af7484fe8d13cc7bee45322ab16648cc7ef77064725317f7a
download/nyacc-0.82.4.tar.gz
+f3cd1bd1e86dcf223b63488e143cfc2148202e0fdf9d12d02ed2505151ed2b36
download/nyacc-0.82.4.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4964: update nyacc to 0.82.4,
Carl Hansen <=