head	1.19;
access;
symbols
	RELEASE_4_9_0:1.17
	RELEASE_5_1_0:1.16
	RELEASE_4_8_0:1.16
	RELEASE_5_0_0:1.13
	RELEASE_4_7_0:1.11
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.8;
locks; strict;
comment	@# @;


1.19
date	2003.10.31.18.40.48;	author knu;	state dead;
branches;
next	1.18;

1.18
date	2003.10.03.11.04.58;	author edwin;	state Exp;
branches;
next	1.17;

1.17
date	2003.06.07.20.46.52;	author knu;	state Exp;
branches;
next	1.16;

1.16
date	2003.03.16.05.32.50;	author knu;	state Exp;
branches;
next	1.15;

1.15
date	2003.02.18.05.33.50;	author knu;	state Exp;
branches;
next	1.14;

1.14
date	2003.01.01.16.29.19;	author knu;	state Exp;
branches;
next	1.13;

1.13
date	2002.11.25.18.00.35;	author knu;	state Exp;
branches;
next	1.12;

1.12
date	2002.10.06.21.36.25;	author knu;	state Exp;
branches;
next	1.11;

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

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

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

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

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

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

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

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

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

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

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


desc
@@


1.19
log
@Retire the following ports; they have been integrated into ruby18 and
ruby16-shim-ruby18:

	devel/ruby-yaml
	net/ruby-drb
	net/ruby-gserver
	net/ruby-soap
	net/ruby-xmlrpc
	security/ruby-openssl
	sysutils/ruby-devel-logger
	textproc/ruby-rexml
	www/ruby-webrick
@
text
@# New ports collection makefile for:	Ruby/OpenSSL
# Date created:		20 October 2001
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/security/ruby-openssl/Makefile,v 1.18 2003/10/03 11:04:58 edwin Exp $
#

PORTNAME=	openssl
PORTVERSION=	0.2.0.p2
CATEGORIES=	security ruby
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR=	rubypki
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ossl-${PORTVERSION:S/.p/-pre/}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	ruby

MAINTAINER=	knu@@FreeBSD.org
COMMENT=	A Ruby module which wraps OpenSSL

USE_OPENSSL=	yes
USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

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

DOCS=		ChangeLog LEGAL README ToDo

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
	${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/
	${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.mk>
@


1.18
log
@Chase up new MASTER_SITE_SAVANNAH.

PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@@brutele.be>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@Update to 0.2.0-pre2.
@
text
@d11 2
a12 1
MASTER_SITES=	http://savannah.nongnu.org/download/rubypki/
@


1.16
log
@Update to 0.2.0-pre0 and unbreak for Ruby 1.8 / OpenSSL 0.9.7.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.0.p0
@


1.15
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.3
d13 2
a14 1
DISTNAME=	ossl-${PORTVERSION}
d24 1
a24 2
WRKSRC=		${WRKDIR}/ossl
CONFIGURE_ARGS=	--with-openssl-include="${OPENSSLBASE}/include/openssl" \
d28 1
a28 1
DOCS=		ChangeLog README
d33 1
a33 1
	${CP} -R ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/
@


1.14
log
@Update to 0.1.3.
@
text
@d17 1
@


1.13
log
@Fix MASTER_SITES and WWW.

Submitted by:	fenner's portsurvey
@
text
@d9 1
a9 1
PORTVERSION=	0.1.2a
d22 1
@


1.12
log
@Use RUBY_MOD*.
@
text
@d11 1
a11 1
MASTER_SITES=	http://freesoftware.fsf.org/download/rubypki/
@


1.11
log
@Update to 0.1.2a.
@
text
@d30 3
a32 3
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
	${CP} -R ${WRKSRC}/test/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
d34 1
a34 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
@


1.10
log
@Update to 0.1.2.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.2
@


1.9
log
@Update to 0.1.1.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1
a13 1
EXTRACT_SUFX=	.tgz
a26 4

post-extract:
	${FIND} ${WRKSRC} -type d -name CVS | xargs ${RM} -rf
	${FIND} ${WRKSRC} -type f -name '*~' -delete
@


1.8
log
@Update to 0.1.0.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.0
@


1.7
log
@Update to 0.0.9.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.9
d11 1
a11 1
MASTER_SITES=	http://klokan.sh.cvut.cz/~rokosm/
d30 2
a31 2
	find ${WRKSRC} -type d -name CVS | xargs ${RM} -rf
	find ${WRKSRC} -type f -name '*~' -delete
@


1.6
log
@Update to 0.0.8.  Now the SSLSocket (ruby-ssl) functionality has been
fully merged.  The security/ruby-ssl port will soon be retired.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.8
@


1.5
log
@Update to 0.0.7.

Ruby/OpenSSL is currently forming a merger with the SSLSocket module
(security/ruby-ssl).  The ruby-ssl port will retire when the merger is
completely done.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.7
d31 1
@


1.4
log
@Update to 0.0.6.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.6
@


1.3
log
@Update to 0.0.5.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.5
d27 2
d37 3
a39 1
	${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/${PORTNAME}/
@


1.2
log
@Update to 0.0.4.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.4
@


1.1
log
@Add ruby-openssl, a Ruby module which wraps OpenSSL.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.3
@

