aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-memoize/Makefile36
-rw-r--r--devel/ruby-memoize/distinfo2
-rw-r--r--devel/ruby-memoize/pkg-descr3
5 files changed, 1 insertions, 42 deletions
diff --git a/MOVED b/MOVED
index c8f66bd32ade..88b800def516 100644
--- a/MOVED
+++ b/MOVED
@@ -6993,3 +6993,4 @@ games/vdrift||2014-09-01|Not staged
net-mgmt/zenpack-graphportlet||2014-09-01|Not staged
sysutils/boxbackup||2014-09-01|Not staged
www/webcalendar-devel|www/webcalendar|2014-09-04|Removed, use www/webcalendar instead
+devel/ruby-memoize||2014-09-06|Has expired: RubyForge shutdown May 15 2014
diff --git a/devel/Makefile b/devel/Makefile
index 59e7feba62c7..c0df58623e4e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4195,7 +4195,6 @@
SUBDIR += ruby-langscan
SUBDIR += ruby-locale
SUBDIR += ruby-locale2
- SUBDIR += ruby-memoize
SUBDIR += ruby-multi
SUBDIR += ruby-ncurses
SUBDIR += ruby-property
diff --git a/devel/ruby-memoize/Makefile b/devel/ruby-memoize/Makefile
deleted file mode 100644
index 73168f07ca3b..000000000000
--- a/devel/ruby-memoize/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= memoize
-PORTVERSION= 1.3.1
-CATEGORIES= devel ruby
-MASTER_SITES= RF
-MASTER_SITE_SUBDIR= shards
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ${RUBY_PKGNAMEPREFIX:S|${RUBY_SUFFIX}-||}
-
-MAINTAINER= tota@FreeBSD.org
-COMMENT= Method that speeds methods up at the cost of memory
-
-USE_RUBY= yes
-USE_RAKE= yes
-NO_BUILD= yes
-
-PLIST_FILES= %%RUBY_SITELIBDIR%%/memoize.rb
-
-PORTEXAMPLES= example_fibonacci.rb \
- example_memoize.rb
-EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR}
-
-do-install:
- ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
- ${INSTALL_DATA} ${WRKSRC}/lib/memoize.rb ${STAGEDIR}${RUBY_SITELIBDIR}/
- ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
-.for f in ${PORTEXAMPLES}
- @${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
-.endfor
-
-DEPRECATED= RubyForge shutdown May 15 2014
-EXPIRATION_DATE= 2014-09-20
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-memoize/distinfo b/devel/ruby-memoize/distinfo
deleted file mode 100644
index 25dd8f609418..000000000000
--- a/devel/ruby-memoize/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/memoize-1.3.1.tar.gz) = 4bb6e2e9e2a8d7d99a08f82b961b73f6a0431fde5606433b32171e62169d2376
-SIZE (ruby/memoize-1.3.1.tar.gz) = 4492
diff --git a/devel/ruby-memoize/pkg-descr b/devel/ruby-memoize/pkg-descr
deleted file mode 100644
index 4a09ba750f26..000000000000
--- a/devel/ruby-memoize/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A method that speeds methods up at the cost of memory (or disk space).
-
-WWW: http://www.rubyforge.org/projects/shards