diff options
author | taca <taca> | 2005-02-21 15:44:05 +0000 |
---|---|---|
committer | taca <taca> | 2005-02-21 15:44:05 +0000 |
commit | 955fd243ceab3b7085f4afcc48ff1322a7a8ed22 (patch) | |
tree | 43ebfe5c45d60ef2c8754ad2a08b01ee620b84ac | |
parent | b607219adffa24df1c26336afbb7ac83178c6a6d (diff) | |
download | pkgsrc-955fd243ceab3b7085f4afcc48ff1322a7a8ed22.tar.gz |
Remove ruby-openssl package since it is included in ruby18 package now.
-rw-r--r-- | security/ruby-openssl/DESCR | 2 | ||||
-rw-r--r-- | security/ruby-openssl/Makefile | 37 | ||||
-rw-r--r-- | security/ruby-openssl/PLIST | 28 | ||||
-rw-r--r-- | security/ruby-openssl/distinfo | 4 |
4 files changed, 0 insertions, 71 deletions
diff --git a/security/ruby-openssl/DESCR b/security/ruby-openssl/DESCR deleted file mode 100644 index 4657c48c27b..00000000000 --- a/security/ruby-openssl/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This is a Ruby module for OpenSSL, handling SSL sockets and more. -It is actually a part of the Ruby distribution. diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile deleted file mode 100644 index 0548c5033bd..00000000000 --- a/security/ruby-openssl/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# $NetBSD: Makefile,v 1.18 2005/01/23 17:36:03 taca Exp $ - -DISTNAME= ${RUBY_DISTNAME} -PKGNAME= ${RUBY_PKGPREFIX}-openssl-${RUBY_VERSION} -CATEGORIES= security ruby -MASTER_SITES= ${MASTER_SITE_RUBY} - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= ${RUBY_HOMEPAGE} -COMMENT= OpenSSL interface module for Ruby - -RUBY_HAS_ARCHLIB= yes -RUBY_VERSION_SUPPORTED= 18 -USE_BUILDLINK3= yes -USE_RUBY_EXTCONF= yes -DISTINFO_FILE= ${RUBY_DISTINFO_FILE} -WRKSRC= ${RUBY_WRKSRC}/ext/openssl -EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/openssl \ - ${RUBY_DISTNAME}/sample/openssl - -CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_PREFIX.openssl}/include" \ - --with-ssl-lib="${BUILDLINK_PREFIX.openssl}/lib" -EXAMPLES= c_rehash.rb cert2text.rb cert_store_view.rb certstore.rb \ - cipher.rb crlstore.rb echo_cli.rb echo_svr.rb gen_csr.rb \ - smime_read.rb smime_write.rb wget.rb - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/openssl -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${RUBY_WRKSRC}/sample/openssl/$f \ - ${RUBY_EXAMPLESDIR}/openssl -.endfor - -.include "../../lang/ruby/modules.mk" -.include "../../lang/ruby/Makefile.common" -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-openssl/PLIST b/security/ruby-openssl/PLIST deleted file mode 100644 index 0e377e8d7f4..00000000000 --- a/security/ruby-openssl/PLIST +++ /dev/null @@ -1,28 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2004/12/04 17:20:46 taca Exp $ -${RUBY_SITEARCHLIBDIR}/openssl.${RUBY_DLEXT} -${RUBY_SITELIBDIR}/net/ftptls.rb -${RUBY_SITELIBDIR}/net/https.rb -${RUBY_SITELIBDIR}/net/protocols.rb -${RUBY_SITELIBDIR}/net/telnets.rb -@dirrm ${RUBY_SITELIBDIR}/net -${RUBY_SITELIBDIR}/openssl.rb -${RUBY_SITELIBDIR}/openssl/bn.rb -${RUBY_SITELIBDIR}/openssl/buffering.rb -${RUBY_SITELIBDIR}/openssl/cipher.rb -${RUBY_SITELIBDIR}/openssl/digest.rb -${RUBY_SITELIBDIR}/openssl/ssl.rb -${RUBY_SITELIBDIR}/openssl/x509.rb -@dirrm ${RUBY_SITELIBDIR}/openssl -${RUBY_EXAMPLESDIR}/openssl/c_rehash.rb -${RUBY_EXAMPLESDIR}/openssl/cert2text.rb -${RUBY_EXAMPLESDIR}/openssl/cert_store_view.rb -${RUBY_EXAMPLESDIR}/openssl/certstore.rb -${RUBY_EXAMPLESDIR}/openssl/cipher.rb -${RUBY_EXAMPLESDIR}/openssl/crlstore.rb -${RUBY_EXAMPLESDIR}/openssl/echo_cli.rb -${RUBY_EXAMPLESDIR}/openssl/echo_svr.rb -${RUBY_EXAMPLESDIR}/openssl/gen_csr.rb -${RUBY_EXAMPLESDIR}/openssl/smime_read.rb -${RUBY_EXAMPLESDIR}/openssl/smime_write.rb -${RUBY_EXAMPLESDIR}/openssl/wget.rb -@dirrm ${RUBY_EXAMPLESDIR}/openssl diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo deleted file mode 100644 index c0309781521..00000000000 --- a/security/ruby-openssl/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.6 2003/07/22 17:42:31 taca Exp $ - -SHA1 (ruby/ossl-0.1.4a.tar.gz) = b7b54f6c83f1d176299a176aee7dd5564cbd76f4 -Size (ruby/ossl-0.1.4a.tar.gz) = 84122 bytes |