pkgsrc-WIP-changes archive

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

swig4: update to revision 4.0.2.



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Wed Feb 3 23:17:48 2021 +0200
Changeset:	c8a67e1d1e474fdd4900b0ef43306c082eacb647

Modified Files:
	swig4/DESCR
	swig4/Makefile
	swig4/PLIST
	swig4/distinfo

Log Message:
swig4: update to revision 4.0.2.

Summary:
- A few fixes around doxygen comment handling.
- Ruby 2.7 support added.
- Various minor improvements to C#, D, Java, OCaml, Octave, Python,
  R, Ruby.
- Considerable performance improvement running SWIG on large
  interface files.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8a67e1d1e474fdd4900b0ef43306c082eacb647

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 swig4/DESCR    | 2 +-
 swig4/Makefile | 5 ++---
 swig4/PLIST    | 2 ++
 swig4/distinfo | 8 ++++----
 4 files changed, 9 insertions(+), 8 deletions(-)

diffs:
diff --git a/swig4/DESCR b/swig4/DESCR
index 44c7033d6a..f2aac31445 100644
--- a/swig4/DESCR
+++ b/swig4/DESCR
@@ -11,4 +11,4 @@ SWIG reads annotated C/C++ header files and creates wrapper code
 available to the listed languages, or to extend C/C++ programs with
 a scripting language.
 
-This is version 3 of swig.
+This is version 4 of swig.
diff --git a/swig4/Makefile b/swig4/Makefile
index 1dc4710c56..db110cef3d 100644
--- a/swig4/Makefile
+++ b/swig4/Makefile
@@ -1,14 +1,13 @@
 # $NetBSD: Makefile,v 1.6 2019/08/11 13:20:52 wiz Exp $
 
-DISTNAME=	swig-4.0.1
+DISTNAME=	swig-4.0.2
 PKGNAME=	${DISTNAME:S/swig/swig4/}
-PKGREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=swig/}
 
 MAINTAINER=	prlw1%cam.ac.uk@localhost
 HOMEPAGE=	http://www.swig.org/
-COMMENT=	Simplified Wrapper and Interface Generator (version 3)
+COMMENT=	Simplified Wrapper and Interface Generator (version 4)
 LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=		c c++
diff --git a/swig4/PLIST b/swig4/PLIST
index 7d533d6d43..e5f443af45 100644
--- a/swig4/PLIST
+++ b/swig4/PLIST
@@ -262,6 +262,7 @@ share/swig/4.0/octave/octave.swg
 share/swig/4.0/octave/octcomplex.swg
 share/swig/4.0/octave/octcontainer.swg
 share/swig/4.0/octave/octfragments.swg
+share/swig/4.0/octave/octheaders.hpp
 share/swig/4.0/octave/octiterators.swg
 share/swig/4.0/octave/octopers.swg
 share/swig/4.0/octave/octprimtypes.swg
@@ -499,6 +500,7 @@ share/swig/4.0/ruby/rubyuserdir.swg
 share/swig/4.0/ruby/rubywstrings.swg
 share/swig/4.0/ruby/std_alloc.i
 share/swig/4.0/ruby/std_array.i
+share/swig/4.0/ruby/std_auto_ptr.i
 share/swig/4.0/ruby/std_basic_string.i
 share/swig/4.0/ruby/std_char_traits.i
 share/swig/4.0/ruby/std_common.i
diff --git a/swig4/distinfo b/swig4/distinfo
index 927c56f243..4fc58c1658 100644
--- a/swig4/distinfo
+++ b/swig4/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2017/04/01 05:18:19 adam Exp $
 
-SHA1 (swig-4.0.1.tar.gz) = 3915d3ab537c171d6d086a8e93bfc545cebf6172
-RMD160 (swig-4.0.1.tar.gz) = 8dfb658742824cf47f5528d08f88c77e7aa79a35
-SHA512 (swig-4.0.1.tar.gz) = 595ef01cb83adfa960ceed9c325a9429192549e8d1e9aa3ab35a4301512a61d82e2e89a8c7939c2a5a0811254ea1832a443bd387e11459eb2b0bafc563ad1308
-Size (swig-4.0.1.tar.gz) = 8062962 bytes
+SHA1 (swig-4.0.2.tar.gz) = ced6676c625c49d78d73cbd3b9aaab8c30b9b4ee
+RMD160 (swig-4.0.2.tar.gz) = 1a995ebc0ff1a11d9d1002357673e655f6a0d2b2
+SHA512 (swig-4.0.2.tar.gz) = 05e7da70ce6d9a733b96c0bcfa3c1b82765bd859f48c74759bbf4bb1467acb1809caa310cba5e2b3280cd704fca249eaa0624821dffae1d2a75097c7f55d14ed
+Size (swig-4.0.2.tar.gz) = 8097014 bytes


Home | Main Index | Thread Index | Old Index