diff options
author | knu <knu@FreeBSD.org> | 2000-11-02 19:16:43 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-02 19:16:43 +0000 |
commit | f829b905f99ff59175028a6603185f2fe9bfd25d (patch) | |
tree | 10cbbbfd99875cf10cdd7fce7d82ece0172045dd /converters | |
parent | 8b1f09971204db882196933880539139fb5e0068 (diff) | |
download | FreeBSD-ports-f829b905f99ff59175028a6603185f2fe9bfd25d.zip FreeBSD-ports-f829b905f99ff59175028a6603185f2fe9bfd25d.tar.gz |
Add ruby-sha1, a Ruby interface to the SHA-1 Secure Hash Algorithm.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/ruby-sha1/Makefile | 29 | ||||
-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 |
6 files changed, 43 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index a04eab6..159c25e 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -28,6 +28,7 @@ SUBDIR += p5-Unicode-String SUBDIR += recode SUBDIR += ruby-iconv + SUBDIR += ruby-sha1 SUBDIR += tcs SUBDIR += tnef SUBDIR += trans diff --git a/converters/ruby-sha1/Makefile b/converters/ruby-sha1/Makefile new file mode 100644 index 0000000..ed5ffba --- /dev/null +++ b/converters/ruby-sha1/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ruby-sha1 +# Date created: 3 Nov 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= sha1 +PORTVERSION= 2000.11.03 +CATEGORIES= converters ruby +MASTER_SITES= http://www.omcl.org/~spcoltri/ruby/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby-${PORTNAME} +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 new file mode 100644 index 0000000..c15d353 --- /dev/null +++ b/converters/ruby-sha1/distinfo @@ -0,0 +1 @@ +MD5 (ruby/ruby-sha1.tar.gz) = 031aa13a823972e05c7a3cb0727ebda7 diff --git a/converters/ruby-sha1/pkg-comment b/converters/ruby-sha1/pkg-comment new file mode 100644 index 0000000..0f98a1b --- /dev/null +++ b/converters/ruby-sha1/pkg-comment @@ -0,0 +1 @@ +Ruby interface to the SHA-1 Secure Hash Algorithm diff --git a/converters/ruby-sha1/pkg-descr b/converters/ruby-sha1/pkg-descr new file mode 100644 index 0000000..168dda1 --- /dev/null +++ b/converters/ruby-sha1/pkg-descr @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000..f27f149 --- /dev/null +++ b/converters/ruby-sha1/pkg-plist @@ -0,0 +1,3 @@ +%%RUBY_SITEARCHLIBDIR%%/sha1.so +%%RUBY_DOCDIR%%/sha1/README +@dirrm %%RUBY_DOCDIR%%/sha1 |