diff options
author | knu <knu@FreeBSD.org> | 2001-04-07 10:47:35 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-07 10:47:35 +0000 |
commit | b9cdaa1a00d3029e9e0514e73b71fdb2f1d5ad55 (patch) | |
tree | d0d1be1d1659cc894eb0fc614310f6e05f362cc1 | |
parent | 2f6eb8165225697360ab04e0ff6c4c6e0c4e52d1 (diff) | |
download | FreeBSD-ports-b9cdaa1a00d3029e9e0514e73b71fdb2f1d5ad55.zip FreeBSD-ports-b9cdaa1a00d3029e9e0514e73b71fdb2f1d5ad55.tar.gz |
Move ruby-sha1 from converters to security.
PR: ports/26239
Submitted by: Steve Coltrin <spcoltri@omcl.org>
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/ruby-sha1/Makefile | 30 | ||||
-rw-r--r-- | converters/ruby-sha1/distinfo | 1 | ||||
-rw-r--r-- | converters/ruby-sha1/pkg-comment | 1 | ||||
-rw-r--r-- | converters/ruby-sha1/pkg-descr | 8 | ||||
-rw-r--r-- | converters/ruby-sha1/pkg-plist | 3 | ||||
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-sha1/Makefile | 2 |
8 files changed, 2 insertions, 45 deletions
diff --git a/converters/Makefile b/converters/Makefile index 58bc2a9..34ab4a1 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -36,7 +36,6 @@ SUBDIR += p5-Unicode-String SUBDIR += recode SUBDIR += ruby-iconv - SUBDIR += ruby-sha1 SUBDIR += siconv SUBDIR += tcs SUBDIR += tnef diff --git a/converters/ruby-sha1/Makefile b/converters/ruby-sha1/Makefile deleted file mode 100644 index 7e26f46..0000000 --- a/converters/ruby-sha1/Makefile +++ /dev/null @@ -1,30 +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.1 -PORTEPOCH= 1 -CATEGORIES= converters 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 - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/sha1 - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/sha1/ -.endif - -.include <bsd.port.mk> diff --git a/converters/ruby-sha1/distinfo b/converters/ruby-sha1/distinfo deleted file mode 100644 index 34d3f0d..0000000 --- a/converters/ruby-sha1/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/ruby-sha1-1.1.tar.gz) = 26d0b4616ffaed69069de2277dc5b727 diff --git a/converters/ruby-sha1/pkg-comment b/converters/ruby-sha1/pkg-comment deleted file mode 100644 index 0f98a1b..0000000 --- a/converters/ruby-sha1/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to the SHA-1 Secure Hash Algorithm diff --git a/converters/ruby-sha1/pkg-descr b/converters/ruby-sha1/pkg-descr deleted file mode 100644 index 168dda1..0000000 --- a/converters/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/converters/ruby-sha1/pkg-plist b/converters/ruby-sha1/pkg-plist deleted file mode 100644 index c109ce1..0000000 --- a/converters/ruby-sha1/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/sha1.so -%%PORTDOCS%%%%RUBY_DOCDIR%%/sha1/README -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/sha1 diff --git a/security/Makefile b/security/Makefile index 3dc792c..bd2d06d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -129,6 +129,7 @@ SUBDIR += rid SUBDIR += rsaref SUBDIR += ruby-acl + SUBDIR += ruby-sha1 SUBDIR += ruby-ssl SUBDIR += ruby-tcpwrap SUBDIR += saint diff --git a/security/ruby-sha1/Makefile b/security/ruby-sha1/Makefile index 7e26f46..360c421 100644 --- a/security/ruby-sha1/Makefile +++ b/security/ruby-sha1/Makefile @@ -8,7 +8,7 @@ PORTNAME= sha1 PORTVERSION= 1.1 PORTEPOCH= 1 -CATEGORIES= converters ruby +CATEGORIES= security ruby MASTER_SITES= http://www.omcl.org/~spcoltri/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} |