pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Remove swig-build, swig-python, and swig-perl, r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c5b90ec6b24
branches: trunk
changeset: 506339:1c5b90ec6b24
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 14 23:10:47 2006 +0000
description:
Remove swig-build, swig-python, and swig-perl, replaced by swig.
diffstat:
devel/Makefile | 5 +-
devel/swig-build/DESCR | 15 -
devel/swig-build/Makefile | 20 -
devel/swig-build/Makefile.common | 31 -
devel/swig-build/Makefile.version | 3 -
devel/swig-build/PLIST | 143 ---
devel/swig-build/buildlink3.mk | 23 -
devel/swig-build/distinfo | 8 -
devel/swig-build/patches/patch-aa | 191 ----
devel/swig-build/patches/patch-ab | 1479 -------------------------------------
devel/swig-build/patches/patch-ac | 13 -
devel/swig-perl/DESCR | 11 -
devel/swig-perl/Makefile | 17 -
devel/swig-perl/PLIST | 2 -
devel/swig-perl/buildlink3.mk | 20 -
devel/swig-python/DESCR | 11 -
devel/swig-python/Makefile | 17 -
devel/swig-python/PLIST | 2 -
devel/swig-python/buildlink3.mk | 24 -
19 files changed, 1 insertions(+), 2034 deletions(-)
diffs (truncated from 2121 to 300 lines):
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/Makefile
--- a/devel/Makefile Sat Jan 14 23:08:21 2006 +0000
+++ b/devel/Makefile Sat Jan 14 23:10:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.710 2006/01/12 17:36:31 wiz Exp $
+# $NetBSD: Makefile,v 1.711 2006/01/14 23:10:47 wiz Exp $
#
COMMENT= Development utilities
@@ -605,9 +605,6 @@
SUBDIR+= subversion-base
SUBDIR+= svk
SUBDIR+= swig
-SUBDIR+= swig-build
-SUBDIR+= swig-perl
-SUBDIR+= swig-python
SUBDIR+= syncdir
SUBDIR+= sysexits
SUBDIR+= tavrasm
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/DESCR
--- a/devel/swig-build/DESCR Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-SWIG (Simplified Wrapper and Interface Generator)
-
-SWIG is a compiler that integrates C and C++ with languages including
-Perl, Python, Tcl, Guile, Mzscheme, Java, Ruby, PHP, and Ocaml.
-
-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.
-
-This package contains only the swig program itself and the base
-definitions; it is useless alone. You only need this package if you
-are building software that uses SWIG. You will also need a swig-LANG
-package, where LANG is the language you are working with
-(e.g. swig-perl, swig-python, etc.).
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/Makefile
--- a/devel/swig-build/Makefile Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2004/03/07 23:20:55 minskim Exp $
-
-PKGNAME= swig-build-${SWIG_VERSION}
-COMMENT= Simplified Wrapper and Interface Generator, base build files
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-.include "Makefile.common"
-
-CONFIGURE_ARGS+= --without-guile
-CONFIGURE_ARGS+= --without-java
-CONFIGURE_ARGS+= --without-ocaml
-CONFIGURE_ARGS+= --without-perl5
-CONFIGURE_ARGS+= --without-php4
-CONFIGURE_ARGS+= --without-pike
-CONFIGURE_ARGS+= --without-python
-CONFIGURE_ARGS+= --without-ruby
-CONFIGURE_ARGS+= --without-tcl
-
-.include "../../mk/bsd.pkg.mk"
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/Makefile.common
--- a/devel/swig-build/Makefile.common Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile.common,v 1.10 2005/10/29 22:22:08 epg Exp $
-
-DISTNAME= swig-${SWIG_VERSION}
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
-
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.swig.org/
-
-.include "../../devel/swig-build/Makefile.version"
-
-DISTINFO_FILE= ${.CURDIR}/../swig-build/distinfo
-COMMON_FILESDIR= ${.CURDIR}/../swig-build/files
-PATCHDIR= ${.CURDIR}/../swig-build/patches
-
-BUILD_TARGET= swig
-WRKSRC= ${WRKDIR}/SWIG-${SWIG_VERSION}
-
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
-
-CONFIGURE_ARGS+= --without-guile
-CONFIGURE_ARGS+= --without-java
-CONFIGURE_ARGS+= --without-ocaml
-CONFIGURE_ARGS+= --without-perl5
-CONFIGURE_ARGS+= --without-python
-CONFIGURE_ARGS+= --without-php4
-CONFIGURE_ARGS+= --without-pike
-CONFIGURE_ARGS+= --without-ruby
-CONFIGURE_ARGS+= --without-tcl
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/Makefile.version
--- a/devel/swig-build/Makefile.version Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-# $NetBSD: Makefile.version,v 1.2 2003/08/28 22:33:14 epg Exp $
-
-SWIG_VERSION=1.3.19
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/PLIST
--- a/devel/swig-build/PLIST Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,143 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2003/08/28 22:33:14 epg Exp $
-bin/swig
-lib/swig1.3/_std_deque.i
-lib/swig1.3/carrays.i
-lib/swig1.3/cdata.i
-lib/swig1.3/chicken/chicken.swg
-lib/swig1.3/chicken/chickenrun.swg
-lib/swig1.3/chicken/fragments.i
-lib/swig1.3/chicken/typemaps.i
-lib/swig1.3/cmalloc.i
-lib/swig1.3/common.swg
-lib/swig1.3/constraints.i
-lib/swig1.3/cpointer.i
-lib/swig1.3/csharp/csharp.swg
-lib/swig1.3/csharp/csharphead.swg
-lib/swig1.3/csharp/typemaps.i
-lib/swig1.3/cstring.i
-lib/swig1.3/exception.i
-lib/swig1.3/guile/cplusplus.i
-lib/swig1.3/guile/guile.i
-lib/swig1.3/guile/guile.swg
-lib/swig1.3/guile/guiledec.swg
-lib/swig1.3/guile/guilemain.i
-lib/swig1.3/guile/interpreter.i
-lib/swig1.3/guile/list-vector.i
-lib/swig1.3/guile/pointer-in-out.i
-lib/swig1.3/guile/ports.i
-lib/swig1.3/guile/std_common.i
-lib/swig1.3/guile/std_map.i
-lib/swig1.3/guile/std_string.i
-lib/swig1.3/guile/std_vector.i
-lib/swig1.3/guile/typemaps.i
-lib/swig1.3/java/arrays_java.i
-lib/swig1.3/java/java.swg
-lib/swig1.3/java/javahead.swg
-lib/swig1.3/java/std_map.i
-lib/swig1.3/java/std_string.i
-lib/swig1.3/java/std_vector.i
-lib/swig1.3/java/typemaps.i
-lib/swig1.3/java/various.i
-lib/swig1.3/math.i
-lib/swig1.3/mzscheme/mzscheme.i
-lib/swig1.3/mzscheme/mzscheme.swg
-lib/swig1.3/mzscheme/mzschemedec.swg
-lib/swig1.3/mzscheme/std_common.i
-lib/swig1.3/mzscheme/std_map.i
-lib/swig1.3/mzscheme/std_string.i
-lib/swig1.3/mzscheme/std_vector.i
-lib/swig1.3/mzscheme/typemaps.i
-lib/swig1.3/ocaml/carray.i
-lib/swig1.3/ocaml/cstring.i
-lib/swig1.3/ocaml/director.swg
-lib/swig1.3/ocaml/libswigocaml.h
-lib/swig1.3/ocaml/libswigocaml.swg
-lib/swig1.3/ocaml/mlheading.swg
-lib/swig1.3/ocaml/mliheading.swg
-lib/swig1.3/ocaml/ocaml.i
-lib/swig1.3/ocaml/ocaml.swg
-lib/swig1.3/ocaml/ocamldec.swg
-lib/swig1.3/ocaml/std_common.i
-lib/swig1.3/ocaml/std_complex.i
-lib/swig1.3/ocaml/std_deque.i
-lib/swig1.3/ocaml/std_list.i
-lib/swig1.3/ocaml/std_map.i
-lib/swig1.3/ocaml/std_string.i
-lib/swig1.3/ocaml/std_vector.i
-lib/swig1.3/ocaml/typecheck.i
-lib/swig1.3/ocaml/typemaps.i
-lib/swig1.3/ocaml/typeregister.swg
-lib/swig1.3/perl5/Makefile.pl
-lib/swig1.3/perl5/noembed.h
-lib/swig1.3/perl5/perl5.swg
-lib/swig1.3/perl5/perlmain.i
-lib/swig1.3/perl5/perlrun.swg
-lib/swig1.3/perl5/std_map.i
-lib/swig1.3/perl5/std_string.i
-lib/swig1.3/perl5/std_vector.i
-lib/swig1.3/perl5/typemaps.i
-lib/swig1.3/php4/php4.swg
-lib/swig1.3/php4/php4run.swg
-lib/swig1.3/php4/std_map.i
-lib/swig1.3/php4/std_string.i
-lib/swig1.3/php4/std_vector.i
-lib/swig1.3/php4/typemaps.i
-lib/swig1.3/php4/utils.i
-lib/swig1.3/pike/pike.swg
-lib/swig1.3/pike/pikerun.swg
-lib/swig1.3/pointer.i
-lib/swig1.3/python/cstring.i
-lib/swig1.3/python/defarg.swg
-lib/swig1.3/python/director.swg
-lib/swig1.3/python/embed.i
-lib/swig1.3/python/embed15.i
-lib/swig1.3/python/fragments.i
-lib/swig1.3/python/pyrun.swg
-lib/swig1.3/python/python.swg
-lib/swig1.3/python/std_common.i
-lib/swig1.3/python/std_complex.i
-lib/swig1.3/python/std_deque.i
-lib/swig1.3/python/std_list.i
-lib/swig1.3/python/std_map.i
-lib/swig1.3/python/std_string.i
-lib/swig1.3/python/std_vector.i
-lib/swig1.3/python/typemaps.i
-lib/swig1.3/ruby/Makefile.swig
-lib/swig1.3/ruby/embed.i
-lib/swig1.3/ruby/extconf.rb
-lib/swig1.3/ruby/fragments.i
-lib/swig1.3/ruby/ruby.swg
-lib/swig1.3/ruby/rubydec.swg
-lib/swig1.3/ruby/rubydef.swg
-lib/swig1.3/ruby/rubyhead.swg
-lib/swig1.3/ruby/std_common.i
-lib/swig1.3/ruby/std_deque.i
-lib/swig1.3/ruby/std_map.i
-lib/swig1.3/ruby/std_string.i
-lib/swig1.3/ruby/std_vector.i
-lib/swig1.3/ruby/typemaps.i
-lib/swig1.3/std_deque.i
-lib/swig1.3/stl.i
-lib/swig1.3/swig.swg
-lib/swig1.3/tcl/cstring.i
-lib/swig1.3/tcl/std_map.i
-lib/swig1.3/tcl/std_string.i
-lib/swig1.3/tcl/std_vector.i
-lib/swig1.3/tcl/swigtcl8.swg
-lib/swig1.3/tcl/tcl8.swg
-lib/swig1.3/tcl/tclsh.i
-lib/swig1.3/tcl/typemaps.i
-lib/swig1.3/tcl/wish.i
-@dirrm lib/swig1.3/tcl
-@dirrm lib/swig1.3/ruby
-@dirrm lib/swig1.3/python
-@dirrm lib/swig1.3/pike
-@dirrm lib/swig1.3/php4
-@dirrm lib/swig1.3/perl5
-@dirrm lib/swig1.3/ocaml
-@dirrm lib/swig1.3/mzscheme
-@dirrm lib/swig1.3/java
-@dirrm lib/swig1.3/guile
-@dirrm lib/swig1.3/csharp
-@dirrm lib/swig1.3/chicken
-@dirrm lib/swig1.3
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/buildlink3.mk
--- a/devel/swig-build/buildlink3.mk Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/03/18 09:12:11 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-SWIG_BUILD_BUILDLINK3_MK:= ${SWIG_BUILD_BUILDLINK3_MK}+
-
-.include "../../devel/swig-build/Makefile.version"
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= swig-build
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nswig-build}
-BUILDLINK_PACKAGES+= swig-build
-
-.if !empty(SWIG_BUILD_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.swig-build+= swig-build>=${SWIG_VERSION}
-BUILDLINK_PKGSRCDIR.swig-build?= ../../devel/swig-build
-
-# This package contains no run-time components.
-BUILDLINK_DEPMETHOD.swig-build?= build
-.endif # SWIG_BUILD_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/distinfo
--- a/devel/swig-build/distinfo Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:34 agc Exp $
-
-SHA1 (swig-1.3.19.tar.gz) = d27fd1d271938d96d86d7f10c10bbf37353611df
-RMD160 (swig-1.3.19.tar.gz) = 5b7239dc92b975f4242f82577ebe4df8b8f70ec5
-Size (swig-1.3.19.tar.gz) = 1778701 bytes
-SHA1 (patch-aa) = d505ff487b3aa7079d46cbab377a23b1d102603b
-SHA1 (patch-ab) = e3cf3d76885943dba9ec160a0e81ef4fb22fe837
-SHA1 (patch-ac) = 7ba7ffed43bb3bc7e50d1aa79beb7cd5c844c97c
diff -r 263438cfd8fa -r 1c5b90ec6b24 devel/swig-build/patches/patch-aa
--- a/devel/swig-build/patches/patch-aa Sat Jan 14 23:08:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,191 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/08/28 22:33:14 epg Exp $
-
---- configure.in.orig Sun Mar 23 17:47:23 2003
-+++ configure.in
-@@ -350,6 +350,8 @@ AC_ARG_WITH(tclincl,[ --with-tclincl=pa
- AC_ARG_WITH(tcllib,[ --with-tcllib=path Set location of Tcl library directory],[
Home |
Main Index |
Thread Index |
Old Index