diff options
author | knu <knu@FreeBSD.org> | 2000-11-03 03:16:43 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-03 03:16:43 +0800 |
commit | f829b905f99ff59175028a6603185f2fe9bfd25d (patch) | |
tree | 10cbbbfd99875cf10cdd7fce7d82ece0172045dd | |
parent | 8b1f09971204db882196933880539139fb5e0068 (diff) | |
download | freebsd-ports-gnome-f829b905f99ff59175028a6603185f2fe9bfd25d.tar.gz freebsd-ports-gnome-f829b905f99ff59175028a6603185f2fe9bfd25d.tar.zst freebsd-ports-gnome-f829b905f99ff59175028a6603185f2fe9bfd25d.zip |
Add ruby-sha1, a Ruby interface to the SHA-1 Secure Hash Algorithm.
-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 | ||||
-rw-r--r-- | security/ruby-sha1/Makefile | 29 | ||||
-rw-r--r-- | security/ruby-sha1/distinfo | 1 | ||||
-rw-r--r-- | security/ruby-sha1/pkg-comment | 1 | ||||
-rw-r--r-- | security/ruby-sha1/pkg-descr | 8 | ||||
-rw-r--r-- | security/ruby-sha1/pkg-plist | 3 |
11 files changed, 85 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index a04eab6439a5..159c25e545dd 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 000000000000..ed5ffba03d64 --- /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 000000000000..c15d3532629d --- /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 000000000000..0f98a1bcd897 --- /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 000000000000..168dda166d3f --- /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 000000000000..f27f14968c24 --- /dev/null +++ b/converters/ruby-sha1/pkg-plist @@ -0,0 +1,3 @@ +%%RUBY_SITEARCHLIBDIR%%/sha1.so +%%RUBY_DOCDIR%%/sha1/README +@dirrm %%RUBY_DOCDIR%%/sha1 diff --git a/security/ruby-sha1/Makefile b/security/ruby-sha1/Makefile new file mode 100644 index 000000000000..ed5ffba03d64 --- /dev/null +++ b/security/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/security/ruby-sha1/distinfo b/security/ruby-sha1/distinfo new file mode 100644 index 000000000000..c15d3532629d --- /dev/null +++ b/security/ruby-sha1/distinfo @@ -0,0 +1 @@ +MD5 (ruby/ruby-sha1.tar.gz) = 031aa13a823972e05c7a3cb0727ebda7 diff --git a/security/ruby-sha1/pkg-comment b/security/ruby-sha1/pkg-comment new file mode 100644 index 000000000000..0f98a1bcd897 --- /dev/null +++ b/security/ruby-sha1/pkg-comment @@ -0,0 +1 @@ +Ruby interface to the SHA-1 Secure Hash Algorithm diff --git a/security/ruby-sha1/pkg-descr b/security/ruby-sha1/pkg-descr new file mode 100644 index 000000000000..168dda166d3f --- /dev/null +++ b/security/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/security/ruby-sha1/pkg-plist b/security/ruby-sha1/pkg-plist new file mode 100644 index 000000000000..f27f14968c24 --- /dev/null +++ b/security/ruby-sha1/pkg-plist @@ -0,0 +1,3 @@ +%%RUBY_SITEARCHLIBDIR%%/sha1.so +%%RUBY_DOCDIR%%/sha1/README +@dirrm %%RUBY_DOCDIR%%/sha1 |