summaryrefslogtreecommitdiff
path: root/textproc/ruby-diff
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-diff')
-rw-r--r--textproc/ruby-diff/Makefile23
-rw-r--r--textproc/ruby-diff/distinfo2
-rw-r--r--textproc/ruby-diff/pkg-descr6
-rw-r--r--textproc/ruby-diff/pkg-plist2
4 files changed, 0 insertions, 33 deletions
diff --git a/textproc/ruby-diff/Makefile b/textproc/ruby-diff/Makefile
deleted file mode 100644
index 98751ebd3dea..000000000000
--- a/textproc/ruby-diff/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Makoto Matsushita <matusita@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= diff
-PORTVERSION= 0.4
-CATEGORIES= textproc ruby
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= ports/ruby-diff
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby implementation of Perl's Algorithm::Diff
-
-BROKEN= Does not fetch
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2014-11-26
-
-USE_RUBY= YES
-USE_RUBY_SETUP= YES
-RUBY_SETUP= install.rb
-
-.include <bsd.port.mk>
diff --git a/textproc/ruby-diff/distinfo b/textproc/ruby-diff/distinfo
deleted file mode 100644
index f338ec895e7e..000000000000
--- a/textproc/ruby-diff/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/diff-0.4.tar.gz) = b6e215f76dc5cd266a3cddf2602f07b6a1a75dff7796021482abe5a658f630b0
-SIZE (ruby/diff-0.4.tar.gz) = 12504
diff --git a/textproc/ruby-diff/pkg-descr b/textproc/ruby-diff/pkg-descr
deleted file mode 100644
index 25f0d498a5be..000000000000
--- a/textproc/ruby-diff/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The diff algorithm computes the differences between two arrays of elements,
-like the unix program "diff". diff.rb is a Ruby conversion of the Perl's
-Algorithm::Diff. It can diff Arrays by each element or Strings by each
-character, or your own class if you implement the interface. The algorithm
-is complete, stable (TestUnit test available), but the interface may change
-before a 1.0 release.
diff --git a/textproc/ruby-diff/pkg-plist b/textproc/ruby-diff/pkg-plist
deleted file mode 100644
index eff858dc7926..000000000000
--- a/textproc/ruby-diff/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%RUBY_SITELIBDIR%%/algorithm/diff.rb
-@dirrm %%RUBY_SITELIBDIR%%/algorithm