summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-11-27 14:47:36 +0000
committertaca <taca@pkgsrc.org>2004-11-27 14:47:36 +0000
commit72357dd926bc337d63fa4668f0e7edcea81e08f3 (patch)
tree45e5a6c85226edc9bf240d3ed1ca3df3ab2ca41e
parentacdc2b3334a039ee7b3ba4dc6186417e1cf59b35 (diff)
downloadpkgsrc-72357dd926bc337d63fa4668f0e7edcea81e08f3.tar.gz
Re-import previous ruby-openssl package as ruby16-openssl package.
This package is for Ruby 1.6.8.
-rw-r--r--security/ruby16-openssl/DESCR1
-rw-r--r--security/ruby16-openssl/Makefile31
-rw-r--r--security/ruby16-openssl/PLIST11
-rw-r--r--security/ruby16-openssl/distinfo4
4 files changed, 47 insertions, 0 deletions
diff --git a/security/ruby16-openssl/DESCR b/security/ruby16-openssl/DESCR
new file mode 100644
index 00000000000..b87d3d21739
--- /dev/null
+++ b/security/ruby16-openssl/DESCR
@@ -0,0 +1 @@
+This is a Ruby module for OpenSSL, handling SSL sockets and more.
diff --git a/security/ruby16-openssl/Makefile b/security/ruby16-openssl/Makefile
new file mode 100644
index 00000000000..aab29a1cc1c
--- /dev/null
+++ b/security/ruby16-openssl/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 14:47:36 taca Exp $
+
+DISTNAME= ossl-0.1.4a
+PKGNAME= ${RUBY_PKGPREFIX}-openssl-0.1.4a
+CATEGORIES= security ruby
+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
+
+CONFLICTS= ruby-ossl-*
+
+RUBY_VERSION= ${RUBY16_VERSION}
+USE_BUILDLINK3= YES
+USE_RUBY_EXTCONF= YES
+WRKSRC= ${WRKDIR}/ossl
+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/modules.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/ruby16-openssl/PLIST b/security/ruby16-openssl/PLIST
new file mode 100644
index 00000000000..9484ddafdda
--- /dev/null
+++ b/security/ruby16-openssl/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/27 14:47: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
diff --git a/security/ruby16-openssl/distinfo b/security/ruby16-openssl/distinfo
new file mode 100644
index 00000000000..e57520f39fc
--- /dev/null
+++ b/security/ruby16-openssl/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/27 14:47:36 taca Exp $
+
+SHA1 (ruby/ossl-0.1.4a.tar.gz) = b7b54f6c83f1d176299a176aee7dd5564cbd76f4
+Size (ruby/ossl-0.1.4a.tar.gz) = 84122 bytes