As previously announced, remove devel/ruby-flex_rb. It has been marked

broken for several months with no sign of a fix.
This commit is contained in:
Mark Linimon 2004-11-27 08:02:31 +00:00
parent eccc165874
commit 749b9fe2a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122582
5 changed files with 0 additions and 70 deletions

View file

@ -1262,7 +1262,6 @@
SUBDIR += ruby-fam
SUBDIR += ruby-filelock
SUBDIR += ruby-filemagic
SUBDIR += ruby-flex_rb
SUBDIR += ruby-gconf2
SUBDIR += ruby-gemfinder
SUBDIR += ruby-gems

View file

@ -1,52 +0,0 @@
# New ports collection makefile for: flex_rb
# Date created: 20 July 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= flex_rb
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= devel ruby
MASTER_SITES= http://www.inf.bme.hu/~pts/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby flex regular expression matching extension
BROKEN= Does not compile
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${BROKEN}
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= README
EXAMPLES= examples/*.rb test*.rb
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-patch:
${RUBY} -i -pe 'gsub /-ansi\b/, ""' ${WRKSRC}/${RUBY_EXTCONF}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
MD5 (ruby/flex_rb-0.10.tar.gz) = 54a5f2fcf59e2e1663d3f4e7e9b3248e
SIZE (ruby/flex_rb-0.10.tar.gz) = 145883

View file

@ -1,4 +0,0 @@
flex_rb is Ruby flex regular expression matching extension.
Author: Szabo Peter <pts@fazekas.hu>
WWW: http://www.inf.bme.hu/~pts/

View file

@ -1,11 +0,0 @@
%%RUBY_SITEARCHLIBDIR%%/flex.so
%%RUBY_SITELIBDIR%%/flex2.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ex_fr.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ex_rr.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test01.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test02.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test03.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test04.rb
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%