diff options
author | taca <taca@pkgsrc.org> | 2003-07-22 17:46:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-07-22 17:46:52 +0000 |
commit | 41ecec9c66680a8d55813350e98d811f28709727 (patch) | |
tree | 8517584877052c3cfb5aa67dcab656aab0dfcfea /security | |
parent | e3bb83cba4928ee5376b5e505306910bcc09dfbf (diff) | |
download | pkgsrc-41ecec9c66680a8d55813350e98d811f28709727.tar.gz |
Remove ruby-ossl since it was back to ruby-openssl.
Since "ossl" is only distribution file's name and real library name is
"openssl", ruby-openssl is better name. I was much confused yesterday.
name
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-ossl/DESCR | 1 | ||||
-rw-r--r-- | security/ruby-ossl/Makefile | 34 | ||||
-rw-r--r-- | security/ruby-ossl/PLIST | 11 | ||||
-rw-r--r-- | security/ruby-ossl/distinfo | 4 |
4 files changed, 0 insertions, 50 deletions
diff --git a/security/ruby-ossl/DESCR b/security/ruby-ossl/DESCR deleted file mode 100644 index b87d3d21739..00000000000 --- a/security/ruby-ossl/DESCR +++ /dev/null @@ -1 +0,0 @@ -This is a Ruby module for OpenSSL, handling SSL sockets and more. diff --git a/security/ruby-ossl/Makefile b/security/ruby-ossl/Makefile deleted file mode 100644 index fa285a4d75c..00000000000 --- a/security/ruby-ossl/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/07/21 17:21:30 taca Exp $ - -DISTNAME= ossl-0.1.4a -PKGNAME= ${RUBY_PKGNAMEPREFIX}ossl-0.1.4.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} -CONFLICTS= ruby-openssl-* - -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-ossl/PLIST b/security/ruby-ossl/PLIST deleted file mode 100644 index cf8fbe9f206..00000000000 --- a/security/ruby-ossl/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/21 17:04:27 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-ossl/distinfo b/security/ruby-ossl/distinfo deleted file mode 100644 index 102230239fd..00000000000 --- a/security/ruby-ossl/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2003/07/21 17:21:31 taca Exp $ - -SHA1 (ruby/ossl-0.1.4a.tar.gz) = b7b54f6c83f1d176299a176aee7dd5564cbd76f4 -Size (ruby/ossl-0.1.4a.tar.gz) = 84122 bytes |