pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby16-openssl Re-import previous ruby-openss...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6361f2a42a3
branches:  trunk
changeset: 484434:b6361f2a42a3
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 27 14:47:36 2004 +0000

description:
Re-import previous ruby-openssl package as ruby16-openssl package.
This package is for Ruby 1.6.8.

diffstat:

 security/ruby16-openssl/DESCR    |   1 +
 security/ruby16-openssl/Makefile |  31 +++++++++++++++++++++++++++++++
 security/ruby16-openssl/PLIST    |  11 +++++++++++
 security/ruby16-openssl/distinfo |   4 ++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 0fbdcf454674 -r b6361f2a42a3 security/ruby16-openssl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby16-openssl/DESCR     Sat Nov 27 14:47:36 2004 +0000
@@ -0,0 +1,1 @@
+This is a Ruby module for OpenSSL, handling SSL sockets and more.
diff -r 0fbdcf454674 -r b6361f2a42a3 security/ruby16-openssl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby16-openssl/Makefile  Sat Nov 27 14:47:36 2004 +0000
@@ -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@localhost
+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 -r 0fbdcf454674 -r b6361f2a42a3 security/ruby16-openssl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby16-openssl/PLIST     Sat Nov 27 14:47:36 2004 +0000
@@ -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 -r 0fbdcf454674 -r b6361f2a42a3 security/ruby16-openssl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby16-openssl/distinfo  Sat Nov 27 14:47:36 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index