2015-06-12 12:48:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.38 2015/06/12 10:50:00 wiz Exp $
|
1999-01-14 06:00:25 +01:00
|
|
|
|
Update swig to 1.3.38. It required by x11/ruby-wxruby with ruby193.
* Remove descriptino about gnuradio incompatibility since it related
packages are already using swig2.
Version: 1.3.38 (31 January 2009)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3,
Common Lisp (CLISP, Allegro CL, CFFI, UFFI), Octave and R.
SWIG reads annotated C/C++ header files and creates wrapper code (glue
code) in order to make the corresponding C/C++ libraries available to
the listed languages, or to extend C/C++ programs with a scripting
language.
2015-03-10 17:24:57 +01:00
|
|
|
DISTNAME= swig-1.3.38
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 1
|
1999-01-14 06:00:25 +01:00
|
|
|
CATEGORIES= devel
|
2006-01-12 18:35:15 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
|
1999-01-14 06:00:25 +01:00
|
|
|
|
Update swig to 1.3.38. It required by x11/ruby-wxruby with ruby193.
* Remove descriptino about gnuradio incompatibility since it related
packages are already using swig2.
Version: 1.3.38 (31 January 2009)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3,
Common Lisp (CLISP, Allegro CL, CFFI, UFFI), Octave and R.
SWIG reads annotated C/C++ header files and creates wrapper code (glue
code) in order to make the corresponding C/C++ libraries available to
the listed languages, or to extend C/C++ programs with a scripting
language.
2015-03-10 17:24:57 +01:00
|
|
|
# x11/ruby-wxruby-2.0.1 requires 1.3.37 for Ruby 1.9. But SWIG 1.3.39
|
|
|
|
# introduced some incompatibility with wxRuby, sigh.
|
Update swig package to 1.3.36.
Though it isn't latest swig release, some depending packages
(ham/gnuradio-core and x11/wxruby which isn't imported yet) and
needs to stay in this release.
SWIG-1.3.36 summary:
- Enhancement to directors to wrap all protected members
- Optimisation feature for objects returned by value
- A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and
Perl modules
- Other minor generic bug fixes
SWIG-1.3.35 summary:
- Octave language module added
- Bug fixes in Python, Lua, Java, C#, Perl modules
- A few other generic bugs and runtime assertions fixed
SWIG-1.3.34 summary:
- shared_ptr support for Python
- Support for latest R - version 2.6
- Various minor improvements/bug fixes for R, Lua, Python, Java, C#
- A few other generic bug fixes, mainly for templates and using statements
SWIG-1.3.33 summary:
- Fix regression for Perl where C++ wrappers would not compile
- Fix regression parsing macros
SWIG-1.3.32 summary:
- shared_ptr support for Java and C#
- Enhanced STL support for Ruby
- Windows support for R
- Fixed long-standing memory leak in PHP Module
- Numerous fixes and minor enhancements for Allegrocl, C#, cffi, Chicken, Guile,
Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl.
- Improved warning support
2010-02-04 16:39:39 +01:00
|
|
|
#
|
2009-01-23 14:00:11 +01:00
|
|
|
|
2008-08-18 02:55:48 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
1999-01-14 06:00:25 +01:00
|
|
|
HOMEPAGE= http://www.swig.org/
|
2012-11-04 00:44:43 +01:00
|
|
|
COMMENT= Simplified Wrapper and Interface Generator (version 1)
|
Update swig package to 1.3.36.
Though it isn't latest swig release, some depending packages
(ham/gnuradio-core and x11/wxruby which isn't imported yet) and
needs to stay in this release.
SWIG-1.3.36 summary:
- Enhancement to directors to wrap all protected members
- Optimisation feature for objects returned by value
- A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and
Perl modules
- Other minor generic bug fixes
SWIG-1.3.35 summary:
- Octave language module added
- Bug fixes in Python, Lua, Java, C#, Perl modules
- A few other generic bugs and runtime assertions fixed
SWIG-1.3.34 summary:
- shared_ptr support for Python
- Support for latest R - version 2.6
- Various minor improvements/bug fixes for R, Lua, Python, Java, C#
- A few other generic bug fixes, mainly for templates and using statements
SWIG-1.3.33 summary:
- Fix regression for Perl where C++ wrappers would not compile
- Fix regression parsing macros
SWIG-1.3.32 summary:
- shared_ptr support for Java and C#
- Enhanced STL support for Ruby
- Windows support for R
- Fixed long-standing memory leak in PHP Module
- Numerous fixes and minor enhancements for Allegrocl, C#, cffi, Chicken, Guile,
Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl.
- Improved warning support
2010-02-04 16:39:39 +01:00
|
|
|
LICENSE= 2-clause-bsd
|
1999-01-14 06:00:25 +01:00
|
|
|
|
2007-07-10 21:51:22 +02:00
|
|
|
CONFLICTS= swig-build-[0-9]*
|
1999-01-14 06:00:25 +01:00
|
|
|
|
2006-01-12 18:35:15 +01:00
|
|
|
CONFIGURE_ARGS+= --with-swiglibdir=${PREFIX}/share/swig/1.3
|
|
|
|
BUILD_TARGET= swig
|
2002-09-24 12:30:35 +02:00
|
|
|
|
2013-08-04 11:59:24 +02:00
|
|
|
USE_TOOLS+= gmake pax
|
2006-01-12 18:35:15 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= YES
|
2002-09-24 12:30:35 +02:00
|
|
|
|
2006-01-24 23:20:27 +01:00
|
|
|
INSTALLATION_DIRS+= share/doc/swig share/examples/swig
|
|
|
|
|
2006-06-18 12:45:06 +02:00
|
|
|
CHECK_INTERPRETER_SKIP+= share/examples/swig/*
|
2006-01-24 23:20:27 +01:00
|
|
|
|
|
|
|
post-install:
|
2010-02-04 17:10:47 +01:00
|
|
|
cd ${WRKSRC}/Doc/Manual && \
|
2006-02-26 23:37:22 +01:00
|
|
|
${INSTALL_DATA} SWIGDocumentation.html SWIGDocumentation.pdf \
|
2010-02-04 17:10:47 +01:00
|
|
|
*.png ${DESTDIR}${PREFIX}/share/doc/swig
|
|
|
|
cd ${WRKSRC}/Examples && \
|
2008-05-26 04:13:14 +02:00
|
|
|
pax -wr \
|
2006-01-24 23:20:27 +01:00
|
|
|
-s ',.*CVS.*,,' \
|
|
|
|
-s ',.*Makefile\.in$$,,' \
|
|
|
|
-s ',^test-suite.*,,' \
|
2010-02-04 17:10:47 +01:00
|
|
|
. ${DESTDIR}${PREFIX}/share/examples/swig
|
2006-01-24 23:20:27 +01:00
|
|
|
|
1999-01-14 06:00:25 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|