summaryrefslogtreecommitdiff
path: root/security/ruby-openssl
diff options
context:
space:
mode:
authortaca <taca>2003-07-21 17:08:56 +0000
committertaca <taca>2003-07-21 17:08:56 +0000
commit9f5c11bc9d537dc6af204b186f6d5f9e3dd4a8d8 (patch)
tree89e889ef1ecb53e6cff9e5b9d3af2c3601b59e54 /security/ruby-openssl
parent2dc876ba5700b6bb3b30a2031507ae8f4959b9ff (diff)
downloadpkgsrc-9f5c11bc9d537dc6af204b186f6d5f9e3dd4a8d8.tar.gz
Deleted ruby-openssl since it renamed to ruby-ossl.
Diffstat (limited to 'security/ruby-openssl')
-rw-r--r--security/ruby-openssl/DESCR1
-rw-r--r--security/ruby-openssl/Makefile34
-rw-r--r--security/ruby-openssl/PLIST11
-rw-r--r--security/ruby-openssl/distinfo5
-rw-r--r--security/ruby-openssl/patches/patch-aa17
5 files changed, 0 insertions, 68 deletions
diff --git a/security/ruby-openssl/DESCR b/security/ruby-openssl/DESCR
deleted file mode 100644
index b87d3d21739..00000000000
--- a/security/ruby-openssl/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This is a Ruby module for OpenSSL, handling SSL sockets and more.
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile
deleted file mode 100644
index 6b3b118e900..00000000000
--- a/security/ruby-openssl/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:14 grant Exp $
-
-DISTNAME= ossl-0.1.3
-PKGNAME= ${RUBY_PKGNAMEPREFIX}openssl-0.1.3
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/ossl
-CATEGORIES= security
-MASTER_SITES= http://freesoftware.fsf.org/download/rubypki/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.freesoftware.fsf.org/rubypki/
-COMMENT= OpenSSL interface module for Ruby
-
-DIST_SUBDIR= ruby
-USE_RUBY_EXTCONF= yes
-RUBY_REQD= 1.6.4
-USE_BUILDLINK2= # defined
-USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
-
-CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_PREFIX.openssl}/include" \
- --with-ssl-lib="${BUILDLINK_PREFIX.openssl}/lib"
-INSTALL_TARGET= site-install
-DOCS= ChangeLog README
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/openssl
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/openssl
-.endfor
-
-.include "../../lang/ruby-base/Makefile.common"
-.include "../../lang/ruby-base/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/ruby-openssl/PLIST b/security/ruby-openssl/PLIST
deleted file mode 100644
index 3868b929f80..00000000000
--- a/security/ruby-openssl/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/07 15:50:07 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
diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo
deleted file mode 100644
index a2586d9e93e..00000000000
--- a/security/ruby-openssl/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2003/07/06 14:22:44 taca Exp $
-
-SHA1 (ruby/ossl-0.1.3.tar.gz) = 1dff416c64f56908f448be76128cf2a1d27f17f2
-Size (ruby/ossl-0.1.3.tar.gz) = 83282 bytes
-SHA1 (patch-aa) = 43fd0b4e97acb1351c9b9cc032c76388fdad7941
diff --git a/security/ruby-openssl/patches/patch-aa b/security/ruby-openssl/patches/patch-aa
deleted file mode 100644
index b556857c8ef..00000000000
--- a/security/ruby-openssl/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/07/06 14:22:44 taca Exp $
-
---- ossl.h.orig 2002-07-23 19:45:25.000000000 +0900
-+++ ossl.h
-@@ -25,9 +25,11 @@ extern "C" {
- #include <openssl/ssl.h>
- #include <openssl/hmac.h>
- #include <openssl/rand.h>
--#include <openssl/e_os.h>
- #if defined(NT)
-+# include <openssl/e_os.h>
- # undef OpenFile
-+#else
-+# define MS_CALLBACK
- #endif
-
- #include "openssl_missing.h"