aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-crypt
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-crypt')
-rw-r--r--security/ruby-crypt/Makefile26
-rw-r--r--security/ruby-crypt/distinfo2
-rw-r--r--security/ruby-crypt/pkg-descr10
-rw-r--r--security/ruby-crypt/pkg-plist10
4 files changed, 0 insertions, 48 deletions
diff --git a/security/ruby-crypt/Makefile b/security/ruby-crypt/Makefile
deleted file mode 100644
index c67f088d81fb..000000000000
--- a/security/ruby-crypt/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= crypt
-PORTVERSION= 1.1.4
-CATEGORIES= security ruby
-MASTER_SITES= RF
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= clsung@FreeBSD.org
-COMMENT= Pure-ruby implementation of popular encryption algorithms
-
-BROKEN= not staged
-USE_RUBY= yes
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
-DEPRECATED= RubyForge shutdown May 15 2014
-EXPIRATION_DATE= 2014-09-20
-
-do-install:
- @cd ${WRKSRC}; ${RUBY} install.rb
-
-.include <bsd.port.mk>
diff --git a/security/ruby-crypt/distinfo b/security/ruby-crypt/distinfo
deleted file mode 100644
index 3f51b1e6384b..000000000000
--- a/security/ruby-crypt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/crypt-1.1.4.tar.gz) = 92d6d5f391aba825f55c9c886ce6aeb4f5241822e3b45f8e80a3cd56242fc4fc
-SIZE (ruby/crypt-1.1.4.tar.gz) = 19824
diff --git a/security/ruby-crypt/pkg-descr b/security/ruby-crypt/pkg-descr
deleted file mode 100644
index 7b0c897a7af0..000000000000
--- a/security/ruby-crypt/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The Crypt library is a pure-ruby implementation of a number of
-popular encryption algorithms. Block cyphers currently available
-include Blowfish, GOST, IDEA, and Rijndael (AES).
-Cypher Block Chaining (CBC) has been implemented.
-Twofish, Serpent, and CAST256 are planned for release soon.
-
-Crypt is written entirely in ruby so deployment is simple -
-no platform concerns, no library dependencies, nothing to compile.
-
-WWW: http://crypt.rubyforge.org/
diff --git a/security/ruby-crypt/pkg-plist b/security/ruby-crypt/pkg-plist
deleted file mode 100644
index 7e42137cc1a3..000000000000
--- a/security/ruby-crypt/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%RUBY_SITELIBDIR%%/crypt/blowfish.rb
-%%RUBY_SITELIBDIR%%/crypt/blowfish-tables.rb
-%%RUBY_SITELIBDIR%%/crypt/cbc.rb
-%%RUBY_SITELIBDIR%%/crypt/gost.rb
-%%RUBY_SITELIBDIR%%/crypt/idea.rb
-%%RUBY_SITELIBDIR%%/crypt/noise.rb
-%%RUBY_SITELIBDIR%%/crypt/rijndael-tables.rb
-%%RUBY_SITELIBDIR%%/crypt/rijndael.rb
-%%RUBY_SITELIBDIR%%/crypt/stringxor.rb
-@dirrm %%RUBY_SITELIBDIR%%/crypt