[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9394: update fibers to 1.3.1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9394: update fibers to 1.3.1 |
Date: |
Wed, 5 Jul 2023 23:59:25 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9394
revision-id: carlhansen1234@gmail.com-20230706035921-73o6n1wnr1hx59gc
parent: carlhansen1234@gmail.com-20230706000245-gtvgig2zgmj2n1gr
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Wed 2023-07-05 20:59:21 -0700
message:
update fibers to 1.3.1
added:
pkg/other/fibers/ fibers-20230706035910-23ufv02u31sv0eft-1
pkg/other/fibers/Makefile makefile-20230706035910-23ufv02u31sv0eft-3
pkg/other/fibers/config.mk config.mk-20230706035910-23ufv02u31sv0eft-2
pkg/other/fibers/sha256sums sha256sums-20230706035910-23ufv02u31sv0eft-4
=== added directory 'pkg/other/fibers'
=== added file 'pkg/other/fibers/Makefile'
--- a/pkg/other/fibers/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/fibers/Makefile 2023-07-06 03:59:21 +0000
@@ -0,0 +1,47 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# 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 bug-gsrc@gnu.org
+
+NAME = fibers
+GARNAME = fibers
+GARVERSION = 1.3.1
+HOME_URL = https://github.com/wingo/fibers/
+DESCRIPTION = Go-like concurrency for Guile Scheme, in the tradition of
Concurrent ML.
+define BLURB
+endef
+
+######################################################################
+#https://github.com/wingo/fibers/releases/download/v1.3.1/fibers-1.3.1.tar.gz
+#MASTER_SITES = https://github.com/
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = wingo/fibers/releases/download/v1.3.1/
+
+
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+LICENSE = LGPLv3+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
=== added file 'pkg/other/fibers/config.mk'
--- a/pkg/other/fibers/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/fibers/config.mk 2023-07-06 03:59:21 +0000
@@ -0,0 +1,5 @@
+## Configuration options for ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/fibers/sha256sums'
--- a/pkg/other/fibers/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/fibers/sha256sums 2023-07-06 03:59:21 +0000
@@ -0,0 +1,1 @@
+a5e1a9c49c0efe7ac6f355662041430d4b64e59baa538d2b8fb5ef7528d81dbf
download/fibers-1.3.1.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9394: update fibers to 1.3.1,
Carl Hansen <=