Retire ruby-ssl, which has been integrated into ruby-openssl.
This commit is contained in:
parent
4dc189f662
commit
9f3d9d6080
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50262
@ -186,7 +186,6 @@
|
||||
SUBDIR += ruby-mcrypt
|
||||
SUBDIR += ruby-openssl
|
||||
SUBDIR += ruby-pam
|
||||
SUBDIR += ruby-ssl
|
||||
SUBDIR += ruby-tcpwrap
|
||||
SUBDIR += saferpay
|
||||
SUBDIR += saint
|
||||
|
@ -1,51 +0,0 @@
|
||||
# New ports collection makefile for: Ruby-ssl
|
||||
# Date created: 9 Jan 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
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 +0,0 @@
|
||||
MD5 (ruby/ssl-0.3.3.tar.gz) = 3d980ade0497bcde7014b029db9679ff
|
@ -1 +0,0 @@
|
||||
SSL socket module for Ruby
|
@ -1,3 +0,0 @@
|
||||
This is a Ruby module for handling SSL sockets, ported from Python.
|
||||
|
||||
Author: GOTOU YUUZOU <gotoyuzo@notwork.org>
|
@ -1,24 +0,0 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/ssl.so
|
||||
%%RUBY_SITELIBDIR%%/buffering.rb
|
||||
%%RUBY_SITELIBDIR%%/ssl.rb
|
||||
%%RUBY_SITELIBDIR%%/net/https.rb
|
||||
%%RUBY_SITELIBDIR%%/net/protocols.rb
|
||||
%%RUBY_SITELIBDIR%%/net/telnets.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/net
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/cli.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/login.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/sample.crt
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/sample.key
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/svr.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/verify_cb.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/wget.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/wget2.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/x509.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ssl
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ssl/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ssl/ssl.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ssl/ssl.rd
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ssl/ja/ssl.ja.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/ssl/ja/ssl.ja.rd
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/ssl/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/ssl
|
Loading…
Reference in New Issue
Block a user