[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9751: update swig to 4.1.1
|
From: |
Carl Hansen |
|
Subject: |
[Gsrc-commit] trunk r9751: update swig to 4.1.1 |
|
Date: |
Sun, 3 Dec 2023 19:02:27 -0500 (EST) |
|
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9751
revision-id: carlhansen@gnu.org-20231204000221-7372mr51bl8a6unw
parent: carlhansen@gnu.org-20231203192958-qd0cf1pnaqnddan2
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2023-12-03 16:02:21 -0800
message:
update swig to 4.1.1
added:
pkg/other/swig/ swig-20231204000211-z67poegpi23onu55-1
pkg/other/swig/Makefile makefile-20231204000211-z67poegpi23onu55-3
pkg/other/swig/config.mk config.mk-20231204000211-z67poegpi23onu55-2
pkg/other/swig/sha256sums sha256sums-20231204000211-z67poegpi23onu55-4
=== added directory 'pkg/other/swig'
=== added file 'pkg/other/swig/Makefile'
--- a/pkg/other/swig/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/swig/Makefile 2023-12-04 00:02:21 +0000
@@ -0,0 +1,48 @@
+# 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 = swig
+GARNAME = swig
+GARVERSION = 4.1.1
+HOME_URL = http://www.swig.org
+DESCRIPTION = swig
+define BLURB
+SWIG is an interface compiler that connects programs written in C and C++
+with scripting languages such as Perl, Python, Ruby, and Tcl, etc. It works
+by taking the declarations found in C/C++ header files and using them
+to generate the wrapper code that scripting languages need to access
+the underlying C/C++ code.
+endef
+
+######################################################################
+#http://prdownloads.sourceforge.net/swig/swig-4.1.1.tar.gz
+MASTER_SITES = http://prdownloads.sourceforge.net/
+MASTER_SUBDIR = swig/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+
=== added file 'pkg/other/swig/config.mk'
--- a/pkg/other/swig/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/swig/config.mk 2023-12-04 00:02:21 +0000
@@ -0,0 +1,5 @@
+## Configuration options for ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/swig/sha256sums'
--- a/pkg/other/swig/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/swig/sha256sums 2023-12-04 00:02:21 +0000
@@ -0,0 +1,1 @@
+2af08aced8fcd65cdb5cc62426768914bedc735b1c250325203716f78e39ac9b
download/swig-4.1.1.tar.gz
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9751: update swig to 4.1.1,
Carl Hansen <=