summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-16 11:40:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-16 11:40:30 +0000
commit0d6bb222c42faa953af7f9c180b582795fc6804f (patch)
tree6ddf9c213fc07fce3409ab82811d1db8e3b7a746 /security
parentUpdate lang/ruby and lang/ruby-devel to the latest snapshots. (diff)
Retire ruby-sha1, which has been integrated into ruby's standard
distribution.
Notes
Notes: svn path=/head/; revision=46321
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/ruby-sha1/Makefile38
-rw-r--r--security/ruby-sha1/distinfo1
-rw-r--r--security/ruby-sha1/pkg-comment1
-rw-r--r--security/ruby-sha1/pkg-descr8
-rw-r--r--security/ruby-sha1/pkg-plist3
6 files changed, 0 insertions, 52 deletions
diff --git a/security/Makefile b/security/Makefile
index 69f92d3b5dc1..e7c4fb8adb5e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -155,7 +155,6 @@
SUBDIR += ruby-blowfish
SUBDIR += ruby-mcrypt
SUBDIR += ruby-pam
- SUBDIR += ruby-sha1
SUBDIR += ruby-ssl
SUBDIR += ruby-tcpwrap
SUBDIR += saint
diff --git a/security/ruby-sha1/Makefile b/security/ruby-sha1/Makefile
deleted file mode 100644
index f52aa8e61612..000000000000
--- a/security/ruby-sha1/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: ruby-sha1
-# Date created: 3 Nov 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sha1
-PORTVERSION= 1.2
-PORTEPOCH= 1
-CATEGORIES= security ruby
-MASTER_SITES= http://www.omcl.org/~spcoltri/ruby/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-INSTALL_TARGET= site-install
-
-RUBY_REQUIRE= Ruby < 170
-
-.include <bsd.port.pre.mk>
-
-.if !defined(RUBY_PROVIDED)
-BROKEN= "ruby-sha1 is included as a standard module in Ruby >= 1.7.0"
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/sha1
- ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/sha1/
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/ruby-sha1/distinfo b/security/ruby-sha1/distinfo
deleted file mode 100644
index 96e806f163a3..000000000000
--- a/security/ruby-sha1/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-sha1-1.2.tar.gz) = f388fd465563b7459e677b219afabdf6
diff --git a/security/ruby-sha1/pkg-comment b/security/ruby-sha1/pkg-comment
deleted file mode 100644
index 0f98a1bcd897..000000000000
--- a/security/ruby-sha1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby interface to the SHA-1 Secure Hash Algorithm
diff --git a/security/ruby-sha1/pkg-descr b/security/ruby-sha1/pkg-descr
deleted file mode 100644
index 168dda166d3f..000000000000
--- a/security/ruby-sha1/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-ruby-sha1 - A Ruby interface to the SHA-1 Secure Hash Algorithm
-
-This is a Ruby extension which implements the SHA-1 Secure Hash
-Algorithm by NIST (the US' National Institute of Standards and
-Technology), described in FIPS PUB 180-1.
-
-Author: Steve Coltrin <spcoltri@omcl.org>
-WWW: http://www.omcl.org/~spcoltri/ruby/ruby-sha1.html
diff --git a/security/ruby-sha1/pkg-plist b/security/ruby-sha1/pkg-plist
deleted file mode 100644
index c109ce173463..000000000000
--- a/security/ruby-sha1/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/sha1.so
-%%PORTDOCS%%%%RUBY_DOCDIR%%/sha1/README
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/sha1