diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-11 07:52:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-11 07:52:17 +0000 |
commit | 298b0e0a73f2b4d6eb206917301113bd65fe5ed1 (patch) | |
tree | 4e57385ec228e19bbc89692a4797c3de40e24eb0 /devel | |
parent | * Fix the build with the new Heimdal on -CURRENT [1] (diff) |
- Remove devel/swigruby
2008-05-10 devel/swigruby: use devel/swig13 instead, last release was 8 years ago
Notes
Notes:
svn path=/head/; revision=212898
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/swigruby/Makefile | 50 | ||||
-rw-r--r-- | devel/swigruby/distinfo | 3 | ||||
-rw-r--r-- | devel/swigruby/files/patch-ruby.cxx | 29 | ||||
-rw-r--r-- | devel/swigruby/pkg-descr | 10 | ||||
-rw-r--r-- | devel/swigruby/pkg-plist | 26 |
6 files changed, 0 insertions, 119 deletions
diff --git a/devel/Makefile b/devel/Makefile index f3de34961b6d..47cccd8ad337 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2357,7 +2357,6 @@ SUBDIR += svnkit SUBDIR += swig11 SUBDIR += swig13 - SUBDIR += swigruby SUBDIR += synfig SUBDIR += sysconftool SUBDIR += sysfsutils diff --git a/devel/swigruby/Makefile b/devel/swigruby/Makefile deleted file mode 100644 index 2f0c9aff7357..000000000000 --- a/devel/swigruby/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: SWIGRuby -# Date created: 9 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= swigruby -PORTVERSION= 0.4.4 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/ -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby module for SWIG 1.1 - -DEPRECATED= use devel/swig13 instead, last release was 8 years ago -EXPIRATION_DATE=2008-05-10 - -BUILD_DEPENDS= swig1.1:${PORTSDIR}/devel/swig11 -RUN_DEPENDS= swig1.1:${PORTSDIR}/devel/swig11 - -USE_RUBY= yes - -USE_GMAKE= yes - -DOCS_EN= ChangeLog README -DOCS_JA= README.ja - -.include <bsd.port.pre.mk> - -do-configure: - @cd ${WRKSRC}; \ - ${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb --with-swig=swig1.1 - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/swigruby/distinfo b/devel/swigruby/distinfo deleted file mode 100644 index 97b3fc6d2c2c..000000000000 --- a/devel/swigruby/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/swigruby-0.4.4.tar.gz) = b3258913d48b9752686e0c7b45d425b4 -SHA256 (ruby/swigruby-0.4.4.tar.gz) = 2417ef9c3aff09bd55dfbbfb500820fbf64f25295af82bfcc541d61086ab7405 -SIZE (ruby/swigruby-0.4.4.tar.gz) = 25202 diff --git a/devel/swigruby/files/patch-ruby.cxx b/devel/swigruby/files/patch-ruby.cxx deleted file mode 100644 index 367078e70a74..000000000000 --- a/devel/swigruby/files/patch-ruby.cxx +++ /dev/null @@ -1,29 +0,0 @@ ---- ruby.cxx.orig Wed May 24 19:18:29 2000 -+++ ruby.cxx Wed Aug 17 11:08:17 2005 -@@ -24,7 +24,7 @@ - - static char *extconf_rb = "\ - require 'mkmf'\n\ -- -+\ - #%ext%_dir = with_config('%ext%-dir')\n\ - #%ext%_include_dir = %ext%_dir + '/include' if %ext%_dir\n\ - #%ext%_include_dir = with_config('%ext%-include-dir', %ext%_include_dir)\n\ -@@ -838,7 +838,7 @@ - // target = a string containing the target value - // f = a wrapper function object (optional) - // --------------------------------------------------------------------- --char *RUBY::ruby_typemap_lookup(char *op, DataType *type, char *pname, char *source, char *target, WrapperFunction *f = 0) { -+char *RUBY::ruby_typemap_lookup(char *op, DataType *type, char *pname, char *source, char *target, WrapperFunction *f) { - static String s; - char *tm; - String target_replace = target; -@@ -901,7 +901,7 @@ - // value = C value (as a string) - // raw = value is raw string (not quoted) ? - // --------------------------------------------------------------------- --char *RUBY::to_VALUE(DataType *type, char *value, int raw = 0) { -+char *RUBY::to_VALUE(DataType *type, char *value, int raw) { - static String str; - - str = ""; diff --git a/devel/swigruby/pkg-descr b/devel/swigruby/pkg-descr deleted file mode 100644 index bdd47608507e..000000000000 --- a/devel/swigruby/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Swigruby is the Ruby module for SWIG 1.1. - -SWIG (http://www.swig.org/) is an interface compiler that connects -programs written in C and C++ with scripting languages. This module -extends SWIG to produce wrapper code for Ruby. - -Note that swigruby was merged into SWIG 1.3 and you don't need to -install this package if you use SWIG 1.3 or later. - -WWW: http://www.goto.info.waseda.ac.jp/~fukusima/ruby/swig-e.html diff --git a/devel/swigruby/pkg-plist b/devel/swigruby/pkg-plist deleted file mode 100644 index ac577a10c260..000000000000 --- a/devel/swigruby/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/swigruby -lib/libswigrb.a -lib/libswigrb.so -lib/swig_lib/ruby/Makefile.swig -lib/swig_lib/ruby/exception.i -lib/swig_lib/ruby/lang.map -lib/swig_lib/ruby/ptrlang.i -lib/swig_lib/ruby/ruby.swg -lib/swig_lib/ruby/typemaps.i -@dirrm lib/swig_lib/ruby -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dbm/Makefile.swig -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dbm/DBM.i -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dbm/extconf.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dbm/dbmtest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qt/Makefile.swig -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qt/qt.i -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qt/extconf.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qt/hello.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/dbm -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/qt -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% |