From 224190883ef2857349e50b43b27f638a141a68f8 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 7 Apr 2001 10:47:35 +0000 Subject: Move ruby-sha1 from converters to security. PR: ports/26239 Submitted by: Steve Coltrin --- converters/Makefile | 1 - converters/ruby-sha1/Makefile | 30 ------------------------------ converters/ruby-sha1/distinfo | 1 - converters/ruby-sha1/pkg-comment | 1 - converters/ruby-sha1/pkg-descr | 8 -------- converters/ruby-sha1/pkg-plist | 3 --- security/Makefile | 1 + security/ruby-sha1/Makefile | 2 +- 8 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 converters/ruby-sha1/Makefile delete mode 100644 converters/ruby-sha1/distinfo delete mode 100644 converters/ruby-sha1/pkg-comment delete mode 100644 converters/ruby-sha1/pkg-descr delete mode 100644 converters/ruby-sha1/pkg-plist diff --git a/converters/Makefile b/converters/Makefile index 58bc2a957a64..34ab4a18c72e 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 7e26f46be69a..000000000000 --- 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 -# -# $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 diff --git a/converters/ruby-sha1/distinfo b/converters/ruby-sha1/distinfo deleted file mode 100644 index 34d3f0d5eb93..000000000000 --- 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 0f98a1bcd897..000000000000 --- 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 168dda166d3f..000000000000 --- 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 -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 c109ce173463..000000000000 --- 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 3dc792c4feca..bd2d06d04b20 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 7e26f46be69a..360c42140600 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} -- cgit v1.2.3