diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 06:27:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 06:27:02 +0000 |
commit | 85a33e4ee312817709041545bc9defeaa9d24b23 (patch) | |
tree | 1cb39ca2c68a30eaf8c4dce008d3b82d47106050 /security | |
parent | d8fb948c8fa7033ee6b79005ac40be29c0366e88 (diff) | |
download | pkgsrc-85a33e4ee312817709041545bc9defeaa9d24b23.tar.gz |
Remove packages which is part of Ruby 1.6.8.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby16-digest/DESCR | 2 | ||||
-rw-r--r-- | security/ruby16-digest/Makefile | 30 | ||||
-rw-r--r-- | security/ruby16-digest/PLIST | 12 | ||||
-rw-r--r-- | security/ruby16-digest/distinfo | 6 | ||||
-rw-r--r-- | security/ruby16-digest/patches/patch-aa | 23 | ||||
-rw-r--r-- | security/ruby16-openssl/DESCR | 1 | ||||
-rw-r--r-- | security/ruby16-openssl/Makefile | 32 | ||||
-rw-r--r-- | security/ruby16-openssl/PLIST | 13 | ||||
-rw-r--r-- | security/ruby16-openssl/distinfo | 5 |
9 files changed, 0 insertions, 124 deletions
diff --git a/security/ruby16-digest/DESCR b/security/ruby16-digest/DESCR deleted file mode 100644 index 4f7d62738f9..00000000000 --- a/security/ruby16-digest/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This is a Ruby extension of message digest library, which is actually -a part of the Ruby 1.6.X distribution. diff --git a/security/ruby16-digest/Makefile b/security/ruby16-digest/Makefile deleted file mode 100644 index 24c5d3af260..00000000000 --- a/security/ruby16-digest/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:19 tv Exp $ -# - -DISTNAME= ${RUBY_DISTNAME} -PKGNAME= ${RUBY_PKGPREFIX}-digest-${RUBY_VERSION} -CATEGORIES= security ruby -MASTER_SITES= ${MASTER_SITE_RUBY} - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= ${RUBY_HOMEPAGE} -COMMENT= Ruby extension to message digest library for ${RUBY_VERSION} - -RUBY_HAS_ARCHLIB= yes -RUBY_VERSION= ${RUBY16_VERSION} -USE_RUBY_EXTCONF= yes -RUBY_EXTCONF_SUBDIRS= . md5 rmd160 sha1 sha2 -EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/digest -WRKSRC= ${RUBY_WRKSRC}/ext/digest - -RUBY_DOCS= digest.txt digest.txt.ja - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/digest -.for f in ${RUBY_DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/digest -.endfor - -.include "../../lang/ruby/modules.mk" -.include "../../lang/ruby/Makefile.common" -.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby16-digest/PLIST b/security/ruby16-digest/PLIST deleted file mode 100644 index adcb40403f3..00000000000 --- a/security/ruby16-digest/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/18 05:25:32 taca Exp $ -${RUBY_SITEARCHLIBDIR}/digest.${RUBY_DLEXT} -${RUBY_SITEARCHLIBDIR}/digest/md5.${RUBY_DLEXT} -${RUBY_SITEARCHLIBDIR}/digest/rmd160.${RUBY_DLEXT} -${RUBY_SITEARCHLIBDIR}/digest/sha1.${RUBY_DLEXT} -${RUBY_SITEARCHLIBDIR}/digest/sha2.${RUBY_DLEXT} -@dirrm ${RUBY_SITEARCHLIBDIR}/digest -${RUBY_SITELIBDIR}/md5.rb -${RUBY_SITELIBDIR}/sha1.rb -${RUBY_DOCDIR}/digest/digest.txt -${RUBY_DOCDIR}/digest/digest.txt.ja -@dirrm ${RUBY_DOCDIR}/digest diff --git a/security/ruby16-digest/distinfo b/security/ruby16-digest/distinfo deleted file mode 100644 index 6eb8ef892f7..00000000000 --- a/security/ruby16-digest/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/03/18 05:25:32 taca Exp $ - -SHA1 (ruby/ruby-1.6.8.tar.gz) = 4b475ac1c837cd62b6dfe85359e1502a71b08cd1 -RMD160 (ruby/ruby-1.6.8.tar.gz) = be087ca8f852caf9fc7a35b51839f5af079dbbc1 -Size (ruby/ruby-1.6.8.tar.gz) = 1023403 bytes -SHA1 (patch-aa) = f6fde3f3b302fdf8a5c816e49cd8802b263ca430 diff --git a/security/ruby16-digest/patches/patch-aa b/security/ruby16-digest/patches/patch-aa deleted file mode 100644 index fc1622d858a..00000000000 --- a/security/ruby16-digest/patches/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/03/18 05:25:32 taca Exp $ - ---- defs.h.orig 2002-01-16 18:22:41.000000000 +0900 -+++ defs.h -@@ -19,7 +19,9 @@ - #if defined(HAVE_INTTYPES_H) - # include <inttypes.h> - #else -+# if !defined(__sgi) - typedef unsigned char uint8_t; -+# endif - typedef unsigned int uint32_t; - # if SIZEOF_LONG == 8 - typedef unsigned long uint64_t; -@@ -27,6 +29,8 @@ - typedef unsigned long long uint64_t; - # elif defined(_MSC_VER) - typedef unsigned _int64 uint64_t; -+# elif defined(__sgi) -+ typedef unsigned long long int uint64_t; - # else - # define NO_UINT64_T - # endif diff --git a/security/ruby16-openssl/DESCR b/security/ruby16-openssl/DESCR deleted file mode 100644 index b87d3d21739..00000000000 --- a/security/ruby16-openssl/DESCR +++ /dev/null @@ -1 +0,0 @@ -This is a Ruby module for OpenSSL, handling SSL sockets and more. diff --git a/security/ruby16-openssl/Makefile b/security/ruby16-openssl/Makefile deleted file mode 100644 index a846a4066f4..00000000000 --- a/security/ruby16-openssl/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:19 tv Exp $ - -DISTNAME= ossl-0.1.4a -PKGNAME= ${RUBY_PKGPREFIX}-openssl-0.1.4a -PKGREVISION= 2 -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_HAS_ARCHLIB= yes -RUBY_VERSION= ${RUBY16_VERSION} -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 deleted file mode 100644 index 8920323e4a2..00000000000 --- a/security/ruby16-openssl/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2005/01/04 06:22:56 taca Exp $ -${RUBY_SITEARCHLIBDIR}/openssl.${RUBY_DLEXT} -${RUBY_SITELIBDIR}/net/https.rb -${RUBY_SITELIBDIR}/net/protocols.rb -${RUBY_SITELIBDIR}/net/telnets.rb -@dirrm ${RUBY_SITELIBDIR}/net -${RUBY_SITELIBDIR}/openssl.rb -${RUBY_SITELIBDIR}/openssl/buffering.rb -@dirrm ${RUBY_SITELIBDIR}/openssl -${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 deleted file mode 100644 index 65b0b3b8c38..00000000000 --- a/security/ruby16-openssl/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:10:12 agc Exp $ - -SHA1 (ruby/ossl-0.1.4a.tar.gz) = b7b54f6c83f1d176299a176aee7dd5564cbd76f4 -RMD160 (ruby/ossl-0.1.4a.tar.gz) = 8592594f3c43d397bbb54cc86ae0bcf4adaa168b -Size (ruby/ossl-0.1.4a.tar.gz) = 84122 bytes |