head	1.12;
access;
symbols
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2001.11.20.15.10.19;	author knu;	state dead;
branches;
next	1.11;

1.11
date	2001.09.22.07.48.20;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2001.09.17.17.54.23;	author knu;	state Exp;
branches;
next	1.9;

1.9
date	2001.08.24.05.59.07;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2001.08.18.12.52.48;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2001.07.20.19.37.06;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2001.07.19.18.15.03;	author knu;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.12
log
@Retire ruby-ssl, which has been integrated into ruby-openssl.
@
text
@# New ports collection makefile for:	Ruby-ssl
# Date created:		9 Jan 2001
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.11 2001/09/22 07:48:20 knu Exp $
#

PORTNAME=	ssl
PORTVERSION=	0.3.3
CATEGORIES=	security ruby
MASTER_SITES=	http://www.notwork.org/~gotoyuzo/ruby/src/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	knu@@FreeBSD.org

USE_OPENSSL=	yes
USE_RUBY=	yes
.if !defined(NOPORTDOCS)
USE_RUBY_RD=	yes
.endif
USE_RUBY_EXTCONF=	yes

CONFIGURE_ARGS=	--with-openssl-include="${OPENSSLBASE}/include/openssl" \
		--with-openssl-lib="${OPENSSLBASE}/lib"
INSTALL_TARGET=	site-install

DOCS_EN=	ChangeLog doc/ssl.html doc/ssl.rd
DOCS_JA=	doc/ssl.ja.html doc/ssl.ja.rd

post-build:
.if !defined(NOPORTDOCS)
	cd ${WRKSRC}; \
	${RUBY_RD} doc/ssl.rd > doc/ssl.html; \
	${RUBY_RD} doc/ssl.ja.rd > doc/ssl.ja.html
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
.for f in ${DOCS_EN}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.for f in ${DOCS_JA}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endfor
.endif

.include <bsd.port.mk>
@


1.11
log
@Update to 0.3.3.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.10 2001/09/17 17:54:23 knu Exp $
@


1.10
log
@Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.9 2001/08/24 05:59:07 knu Exp $
d9 1
a9 2
PORTVERSION=	0.3.2
PORTREVISION=	1
@


1.9
log
@Define USE_RUBY_RD unless NOPORTSDOCS.

Found by:	bento
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.8 2001/08/18 12:52:48 knu Exp $
d10 1
@


1.8
log
@Update to 0.3.2.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.7 2001/07/20 19:37:06 knu Exp $
d19 3
@


1.7
log
@Update to 0.3.1c.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.6 2001/07/19 18:15:03 knu Exp $
d9 1
a9 1
PORTVERSION=	0.3.1c
d25 10
d39 7
a45 2
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/${PORTNAME}/
@


1.6
log
@Update to 0.3.1b.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.5 2001/07/16 07:33:21 knu Exp $
d9 1
a9 1
PORTVERSION=	0.3.1b
@


1.5
log
@Update to 0.3.1.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.4 2001/06/18 09:21:10 knu Exp $
d9 1
a9 1
PORTVERSION=	0.3.1
@


1.4
log
@Update to 0.3.0.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.3 2001/03/12 18:29:15 knu Exp $
d9 1
a9 1
PORTVERSION=	0.3.0
@


1.3
log
@Update to 0.2.2.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.2 2001/01/11 20:39:53 knu Exp $
d9 1
a9 1
PORTVERSION=	0.2.2
d27 4
a30 2
	${MKDIR} ${RUBY_EXAMPLESDIR}/ssl
	${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/ssl/
@


1.2
log
@Update to 0.1.2.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-ssl/Makefile,v 1.1 2001/01/09 11:47:15 knu Exp $
d9 1
a9 1
PORTVERSION=	0.1.2
d21 2
a22 2
CONFIGURE_ARGS=	--with-ssl-include="${OPENSSLBASE}/include/openssl" \
		--with-ssl-lib="${OPENSSLBASE}/lib"
@


1.1
log
@Add ruby-ssl, an SSL socket module for Ruby.
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	0.0.1
@

