summaryrefslogtreecommitdiff
path: root/net/ruby-spread
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-03 06:49:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-03 06:49:58 +0000
commit8b6dad2efd740371a66991b8f15c44c8c0b2ef77 (patch)
tree49f932f1ed2cfbbb69ddb3acec3025799de905d4 /net/ruby-spread
parentRemove KAKASI option, as ruby-kakasi has expired (diff)
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Notes
Notes: svn path=/head/; revision=278849
Diffstat (limited to 'net/ruby-spread')
-rw-r--r--net/ruby-spread/Makefile43
-rw-r--r--net/ruby-spread/distinfo2
-rw-r--r--net/ruby-spread/files/patch-extconf.rb9
-rw-r--r--net/ruby-spread/pkg-descr3
-rw-r--r--net/ruby-spread/pkg-plist6
5 files changed, 0 insertions, 63 deletions
diff --git a/net/ruby-spread/Makefile b/net/ruby-spread/Makefile
deleted file mode 100644
index c150d861ca3c..000000000000
--- a/net/ruby-spread/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: ruby-spread
-# Date created: 2002 July 22
-# Whom: seanc@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= spread
-PORTVERSION= 1.0
-CATEGORIES= net ruby
-MASTER_SITES= http://www.omniti.com/~george/rb_spread/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= rb_${PORTNAME}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby interface to the Spread library
-
-DEPRECATED= Doesn't work with Ruby 1.9
-EXPIRATION_DATE= 2011-08-03
-
-LIB_DEPENDS= tspread.1:${PORTSDIR}/net/spread
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION}
-
-INSTALL_TARGET= site-install
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/flooder.rb ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/user.rb ${RUBY_MODEXAMPLESDIR}
- ${MKDIR} ${RUBY_MODDOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}
-.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/net/ruby-spread/distinfo b/net/ruby-spread/distinfo
deleted file mode 100644
index c95240623007..000000000000
--- a/net/ruby-spread/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/rb_spread.tar.gz) = 34da0e9ff1f829a8f590031f508287fb07d5ff06660b563c0928909c0f306412
-SIZE (ruby/rb_spread.tar.gz) = 5183
diff --git a/net/ruby-spread/files/patch-extconf.rb b/net/ruby-spread/files/patch-extconf.rb
deleted file mode 100644
index 571c59a32b99..000000000000
--- a/net/ruby-spread/files/patch-extconf.rb
+++ /dev/null
@@ -1,9 +0,0 @@
---- extconf.rb.orig Tue Feb 21 00:34:57 2006
-+++ extconf.rb Tue Feb 21 00:35:07 2006
-@@ -1,5 +1,5 @@
- require "mkmf"
- #$LDFLAGS = "-lsp"
--$LOCAL_LIBS = "-ltsp -lpthread"
-+$LOCAL_LIBS = "-ltspread -lpthread"
- create_makefile("spread")
-
diff --git a/net/ruby-spread/pkg-descr b/net/ruby-spread/pkg-descr
deleted file mode 100644
index a716451fef9c..000000000000
--- a/net/ruby-spread/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Ruby Spread is a library interface for the Ruby.
-
-WWW: http://www.spread.org/
diff --git a/net/ruby-spread/pkg-plist b/net/ruby-spread/pkg-plist
deleted file mode 100644
index dbc0bf51eec9..000000000000
--- a/net/ruby-spread/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/spread.so
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/flooder.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/user.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%