diff options
Diffstat (limited to 'devel/ruby-textbuf')
-rw-r--r-- | devel/ruby-textbuf/Makefile | 48 | ||||
-rw-r--r-- | devel/ruby-textbuf/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c | 18 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg-descr | 4 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg-plist | 9 |
5 files changed, 0 insertions, 81 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile deleted file mode 100644 index 210121cd1258..000000000000 --- a/devel/ruby-textbuf/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: Ruby-textbuf -# Date created: 19 Jan 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= textbuf -PORTVERSION= 0.3.8 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Gapped text buffer extention for Ruby - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_AMSTD= yes -USE_RUBY_SETUP= yes - -DOCS_EN= README.en -DOCS_JA= README.ja - -do-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja - ${INSTALL_DATA} ${WRKSRC}/stest.rb ${RUBY_MODEXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/ja/ - ${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.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/devel/ruby-textbuf/distinfo b/devel/ruby-textbuf/distinfo deleted file mode 100644 index ba46171611dc..000000000000 --- a/devel/ruby-textbuf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/textbuf-0.3.8.tar.gz) = 2bff66880599319a70b9049c03a86aba0fa69dc9df40a61160a8595d0169afa6 -SIZE (ruby/textbuf-0.3.8.tar.gz) = 31640 diff --git a/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c b/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c deleted file mode 100644 index 5bf99a4a1d7f..000000000000 --- a/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ext/textbuf/sftextbuf.c.orig Thu Mar 15 01:30:08 2001 -+++ ext/textbuf/sftextbuf.c Wed Oct 11 09:07:55 2006 -@@ -1158,7 +1158,6 @@ - OBJSETUP(str, rb_cString, T_STRING); - str->ptr = 0; - str->len = 0; -- str->orig = 0; - OBJ_FREEZE(str); - - CRITICAL_BEGIN(buf); -@@ -1199,7 +1198,6 @@ - OBJSETUP(str, rb_cString, T_STRING); - str->ptr = 0; - str->len = 0; -- str->orig = 0; - OBJ_FREEZE(str); - - CRITICAL_BEGIN(buf); diff --git a/devel/ruby-textbuf/pkg-descr b/devel/ruby-textbuf/pkg-descr deleted file mode 100644 index 469e22a69971..000000000000 --- a/devel/ruby-textbuf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Textbuf is a gapped text buffer extension for Ruby. - -Author: Minero Aoki <aamine@loveruby.net> -WWW: http://www.loveruby.net/en/textbuf.html diff --git a/devel/ruby-textbuf/pkg-plist b/devel/ruby-textbuf/pkg-plist deleted file mode 100644 index 3a197e004bd2..000000000000 --- a/devel/ruby-textbuf/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/textbuf.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/stest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/test.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |