diff options
author | taca <taca@pkgsrc.org> | 2003-07-22 17:37:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-07-22 17:37:36 +0000 |
commit | 3caaeff527ff9f7599d74d16fc5bf1b340b75024 (patch) | |
tree | ea597901c51aa523f3e9cd555cc510d9a46df652 /security | |
parent | dbef2751bd05b13939e9f49a7b53823530a3aeb2 (diff) | |
download | pkgsrc-3caaeff527ff9f7599d74d16fc5bf1b340b75024.tar.gz |
Re-import security/ruby-openssl 0.1.4.1.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/DESCR | 11 | ||||
-rw-r--r-- | security/openssl/PLIST | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/security/openssl/DESCR b/security/openssl/DESCR index 3de5ffde5bb..b87d3d21739 100644 --- a/security/openssl/DESCR +++ b/security/openssl/DESCR @@ -1,10 +1 @@ -OpenSSL is a descendant of SSLeay, the SSL library by Eric A. Young -and Tim J. Hudson, maintained by a group of volunteers. - -The OpenSSL Project is a collaborative effort to develop a robust, -commercial-grade, full-featured, and Open Source toolkit implementing -the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS -v1) protocols as well as a full-strength general purpose cryptography -library. The project is managed by a worldwide community of -volunteers that use the Internet to communicate, plan, and develop the -OpenSSL toolkit and its related documentation. +This is a Ruby module for OpenSSL, handling SSL sockets and more. diff --git a/security/openssl/PLIST b/security/openssl/PLIST new file mode 100644 index 00000000000..07ee6661c61 --- /dev/null +++ b/security/openssl/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/22 17:37:36 taca Exp $ +${RUBY_SITEARCHLIBDIR}/openssl.so +${RUBY_SITELIBDIR}/net/https.rb +${RUBY_SITELIBDIR}/net/protocols.rb +${RUBY_SITELIBDIR}/net/telnets.rb +${RUBY_SITELIBDIR}/openssl.rb +${RUBY_SITELIBDIR}/openssl/buffering.rb +${RUBY_SITELIBDIR}/ssl.rb +${RUBY_DOCDIR}/openssl/ChangeLog +${RUBY_DOCDIR}/openssl/README +@dirrm ${RUBY_DOCDIR}/openssl |