[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10211: update guile-curl to 0.9
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10211: update guile-curl to 0.9 |
Date: |
Sun, 12 May 2024 14:36:11 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10211
revision-id: carlhansen1234@gmail.com-20240512183606-hq09byt437zyas89
parent: carlhansen1234@gmail.com-20240512181455-j46e06bx1o7wtro0
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2024-05-12 11:36:06 -0700
message:
update guile-curl to 0.9
added:
pkg/other/guile-curl/ guilecurl-20240512183600-txibcsmjug8noho9-1
pkg/other/guile-curl/Makefile makefile-20240512183600-txibcsmjug8noho9-3
pkg/other/guile-curl/config.mk config.mk-20240512183600-txibcsmjug8noho9-2
pkg/other/guile-curl/sha256sums sha256sums-20240512183600-txibcsmjug8noho9-4
=== added directory 'pkg/other/guile-curl'
=== added file 'pkg/other/guile-curl/Makefile'
--- a/pkg/other/guile-curl/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-curl/Makefile 2024-05-12 18:36:06 +0000
@@ -0,0 +1,51 @@
+# Copyright ©2024 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 = guile-curl
+GARNAME = guile-curl
+GARVERSION = 0.9
+HOME_URL = https://github.com/spk121/guile-curl
+
+DESCRIPTION = a Guile interface to libcurl
+define BLURB
+‘guile-curl’ provides bindings for the underlying libcurl library,
+which provides functionality for accessing files via urls.
+endef
+
+######################################################################
+# https://github.com/spk121/guile-curl/archive/refs/tags/v0.9.tar.gz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = spk121/guile-curl/archive/refs/tags/
+DISTFILES = v$(GARVERSION).tar.gz
+SIGFILES =
+
+
+BUILDDEPS =
+LIBDEPS =
+#WORKSRC = $(WORKDIR)/$(OTHERNAME)-$(GARVERSION)
+#WORKOBJ = $(WORKDIR)/$(OTHERNAME)-$(GARVERSION)-build
+USE_AUTORECONF = yes
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
=== added file 'pkg/other/guile-curl/config.mk'
--- a/pkg/other/guile-curl/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-curl/config.mk 2024-05-12 18:36:06 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/guile-curl/sha256sums'
--- a/pkg/other/guile-curl/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-curl/sha256sums 2024-05-12 18:36:06 +0000
@@ -0,0 +1,1 @@
+d241f27c2a6d2ac768ce1ae64fd27e6854b34ace6ce35ce810fb41a2a7b20ed6
download/v0.9.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10211: update guile-curl to 0.9,
Carl Hansen <=