head	1.6;
access;
symbols
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2001.08.16.11.40.29;	author knu;	state dead;
branches;
next	1.5;

1.5
date	2001.05.17.21.16.46;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2001.05.01.08.35.51;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.07.10.47.35;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.03.18.14.37;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.02.19.16.43;	author knu;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Retire ruby-sha1, which has been integrated into ruby's standard
distribution.
@
text
@# New ports collection makefile for:	ruby-sha1
# Date created:		3 Nov 2000
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/security/ruby-sha1/Makefile,v 1.5 2001/05/17 21:16:46 knu Exp $
#

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>
@


1.5
log
@Update lang/ruby and lang/ruby-devel to the latest snapshots.

Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)

Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-sha1/Makefile,v 1.4 2001/05/01 08:35:51 knu Exp $
@


1.4
log
@Update to 1.2.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-sha1/Makefile,v 1.3 2001/04/07 10:47:35 knu Exp $
d24 8
d38 1
a38 1
.include <bsd.port.mk>
@


1.3
log
@Move ruby-sha1 from converters to security.

PR:		ports/26239
Submitted by:	Steve Coltrin <spcoltri@@omcl.org>
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-sha1/Makefile,v 1.2 2000/11/03 18:14:37 knu Exp $
d9 1
a9 1
PORTVERSION=	1.1
@


1.2
log
@Seems the author has started using version numbers.  Bump PORTEPOCH
and update to the new version `1.1'.
@
text
@d5 1
a5 1
# $FreeBSD: ports/converters/ruby-sha1/Makefile,v 1.1 2000/11/02 19:16:43 knu Exp $
d11 1
a11 1
CATEGORIES=	converters ruby
@


1.1
log
@Add ruby-sha1, a Ruby interface to the SHA-1 Secure Hash Algorithm.
@
text
@d5 1
a5 1
# $FreeBSD$
d9 2
a10 1
PORTVERSION=	2000.11.03
d14 1
a14 1
DISTNAME=	ruby-${PORTNAME}
@

