pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby26-base lang/ruby26-base: remove Ruby 2.6 pac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/45705b1b7bd1
branches: trunk
changeset: 386554:45705b1b7bd1
user: taca <taca%pkgsrc.org@localhost>
date: Mon Oct 10 03:29:29 2022 +0000
description:
lang/ruby26-base: remove Ruby 2.6 packages from pkgsrc
Ruby 2.6 reached to EOL on 22th April 2022.
diffstat:
lang/ruby26-base/ALTERNATIVES | 9 -
lang/ruby26-base/DEINSTALL | 14 -
lang/ruby26-base/DESCR | 19 -
lang/ruby26-base/INSTALL | 13 -
lang/ruby26-base/MESSAGE | 12 -
lang/ruby26-base/Makefile | 120 -
lang/ruby26-base/PLIST | 1769 ----------
lang/ruby26-base/distinfo | 21 -
lang/ruby26-base/hacks.mk | 44 -
lang/ruby26-base/options.mk | 15 -
lang/ruby26-base/patches/patch-configure | 152 -
lang/ruby26-base/patches/patch-ext_dbm_extconf.rb | 15 -
lang/ruby26-base/patches/patch-ext_openssl_ossl__pkey__rsa.c | 16 -
lang/ruby26-base/patches/patch-lib_mkmf.rb | 21 -
lang/ruby26-base/patches/patch-lib_rdoc_encoding.rb | 15 -
lang/ruby26-base/patches/patch-lib_rdoc_ri_driver.rb | 37 -
lang/ruby26-base/patches/patch-lib_rubygems.rb | 44 -
lang/ruby26-base/patches/patch-lib_rubygems_commands_build__command.rb | 38 -
lang/ruby26-base/patches/patch-lib_rubygems_commands_setup__command.rb | 41 -
lang/ruby26-base/patches/patch-lib_rubygems_defaults.rb | 15 -
lang/ruby26-base/patches/patch-lib_rubygems_dependency__installer.rb | 36 -
lang/ruby26-base/patches/patch-lib_rubygems_install__update__options.rb | 20 -
lang/ruby26-base/patches/patch-lib_rubygems_installer.rb | 41 -
lang/ruby26-base/patches/patch-lib_rubygems_platform.rb | 29 -
lang/ruby26-base/patches/patch-test_rubygems_test__gem.rb | 21 -
lang/ruby26-base/patches/patch-thread__pthread.c | 16 -
26 files changed, 0 insertions(+), 2593 deletions(-)
diffs (truncated from 2697 to 300 lines):
diff -r 039736b3300d -r 45705b1b7bd1 lang/ruby26-base/ALTERNATIVES
--- a/lang/ruby26-base/ALTERNATIVES Mon Oct 10 03:28:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-bin/bundle @PREFIX@/bin/bundle@RUBY_SUFFIX@
-bin/bundler @PREFIX@/bin/bundler@RUBY_SUFFIX@
-bin/erb @PREFIX@/bin/erb@RUBY_SUFFIX@
-bin/gem @PREFIX@/bin/gem@RUBY_SUFFIX@
-bin/irb @PREFIX@/bin/irb@RUBY_SUFFIX@
-bin/rake @PREFIX@/bin/rake@RUBY_SUFFIX@
-bin/rdoc @PREFIX@/bin/rdoc@RUBY_SUFFIX@
-bin/ri @PREFIX@/bin/ri@RUBY_SUFFIX@
-bin/ruby @PREFIX@/bin/@RUBY_NAME@
diff -r 039736b3300d -r 45705b1b7bd1 lang/ruby26-base/DEINSTALL
--- a/lang/ruby26-base/DEINSTALL Mon Oct 10 03:28:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.1 2019/02/03 13:41:33 taca Exp $
-
-RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@"
-RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
-
-case ${STAGE} in
-DEINSTALL)
- ${RM} -f ${RUBY_SITERIDIR}/created.rid
- ;;
-POST-DEINSTALL)
- ${RM} -rf ${GEM_HOME}
- ${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true
- ;;
-esac
diff -r 039736b3300d -r 45705b1b7bd1 lang/ruby26-base/DESCR
--- a/lang/ruby26-base/DESCR Mon Oct 10 03:28:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-Ruby is the interpreted scripting language for quick and
-easy object-oriented programming. It has many features to
-process text files and to do system management tasks (as in
-Perl). It is simple, straight-forward, and extensible.
-
-Features of Ruby are shown below.
-
- + Simple Syntax
- + *Normal* Object-Oriented features (ex. class, method calls)
- + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
- + Operator Overloading
- + Exception Handling
- + Iterators and Closures
- + Garbage Collection
- + Dynamic Loading of Object files (on some architecture)
- + Highly Portable (works on many UNIX machines, and on DOS,
- Windows, Mac, BeOS etc.)
-
-This package is Ruby 2.6 release minimum base package.
diff -r 039736b3300d -r 45705b1b7bd1 lang/ruby26-base/INSTALL
--- a/lang/ruby26-base/INSTALL Mon Oct 10 03:28:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: INSTALL,v 1.1 2019/02/03 13:41:33 taca Exp $
-
-DATE="@DATE@"
-RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
-rid="${RUBY_SITERIDIR}/created.rid"
-
-case ${STAGE} in
-POST-INSTALL)
- if [ -d ${RUBY_SITERIDIR} ]; then
- ${DATE} > ${rid}
- fi
- ;;
-esac
diff -r 039736b3300d -r 45705b1b7bd1 lang/ruby26-base/MESSAGE
--- a/lang/ruby26-base/MESSAGE Mon Oct 10 03:28:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2022/01/16 14:22:46 taca Exp $
-
-Note that this is a minimal package.
-
-The original ${RUBY_DISTNAME} distribution includes more extension
-libraries, some of which are provided as separate packages:
-
- databases/ruby-gdbm: GDBM module
- devel/ruby-readline: readline module
-
-===========================================================================
diff -r 039736b3300d -r 45705b1b7bd1 lang/ruby26-base/Makefile
--- a/lang/ruby26-base/Makefile Mon Oct 10 03:28:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,120 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2022/04/12 14:16:43 taca Exp $
-
-DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-CATEGORIES= lang ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-
-MAINTAINER= taca%NetBSD.org@localhost
-HOMEPAGE= ${RUBY_HOMEPAGE}
-COMMENT= Ruby ${RUBY_VERSION} release minimum base package
-
-CONFLICTS+= ${RUBY_PKGPREFIX}-fiddle-[0-9]*
-
-RUBY_VERSIONS_ACCEPTED= 26
-
-MAKE_JOBS_SAFE= no
-USE_GCC_RUNTIME= yes
-# error: 'for' loop initial declarations are only allowed in C99 mode
-USE_LANGUAGES= c99
-USE_TOOLS+= pax yacc pkg-config
-GNU_CONFIGURE= yes
-TEST_TARGET= test
-CONFIGURE_ARGS+= --enable-shared --enable-install-static-library
-WRKSRC= ${RUBY_WRKSRC}
-
-.include "options.mk"
-.include "../../lang/ruby/platform.mk"
-
-.if !empty(RUBY_SUFFIX)
-CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX}
-CONFIGURE_ARGS+= --with-soname=${RUBY_NAME}
-CONFIGURE_ARGS+= --with-ruby-version=${RUBY_VER_DIR}
-CONFIGURE_ARGS+= --with-ruby-pc="ruby-${RUBY_VERSION}.pc"
-.endif
-
-CONFIGURE_ENV.Darwin+= ac_cv_prog_dsymutil=
-
-DOCS= BSDL COPYING COPYING.ja ChangeLog LEGAL NEWS README.EXT README.EXT.ja \
- README.ja.md README.md doc/ChangeLog-1.8.0 doc/ChangeLog-1.9.3 \
- doc/ChangeLog-2.0.0 doc/ChangeLog-2.1.0 doc/ChangeLog-2.2.0 \
- doc/ChangeLog-2.3.0 doc/ChangeLog-2.4.0 doc/ChangeLog-2016 \
- doc/ChangeLog-YARV doc/NEWS-1.8.7 doc/NEWS-1.9.1 doc/NEWS-1.9.2 \
- doc/NEWS-1.9.3 doc/NEWS-2.0.0 doc/NEWS-2.1.0 doc/NEWS-2.2.0 \
- doc/NEWS-2.3.0 doc/NEWS-2.4.0 doc/NEWS-2.5.0 \
- doc/contributing.rdoc doc/contributors.rdoc doc/dtrace_probes.rdoc \
- doc/etc.rd.ja doc/forwardable.rd.ja doc/globals.rdoc \
- doc/images/boottime-classes.png doc/irb/irb-tools.rd.ja \
- doc/irb/irb.rd.ja doc/keywords.rdoc doc/maintainers.rdoc \
- doc/marshal.rdoc doc/pty/README.expect.ja doc/pty/README.ja \
- doc/regexp.rdoc doc/security.rdoc doc/shell.rd.ja \
- doc/standard_library.rdoc doc/syntax/assignment.rdoc \
- doc/syntax/calling_methods.rdoc doc/syntax/control_expressions.rdoc \
- doc/syntax/exceptions.rdoc doc/syntax/literals.rdoc \
- doc/syntax/methods.rdoc doc/syntax/miscellaneous.rdoc \
- doc/syntax/modules_and_classes.rdoc doc/syntax/precedence.rdoc \
- doc/syntax/refinements.rdoc doc/syntax.rdoc
-EXT_DOCS= syslog/syslog.txt
-
-BIGDECIMAL_EXAMPLES= linear.rb nlsolve.rb pi.rb
-OPENSSL_EXAMPLES= c_rehash.rb cert2text.rb certstore.rb cipher.rb \
- crlstore.rb echo_cli.rb echo_svr.rb gen_csr.rb \
- smime_read.rb smime_write.rb wget.rb
-REPLACE_RUBY= libexec/bundle libexec/bundle_ruby \
- libexec/bundler libexec/irb libexec/rdoc libexec/ri \
- gems/rake-${RUBY_RAKE_VER}/exe/rake \
- gems/net-telnet-${RUBY_NET_TELNET_VER}/bin/console \
- gems/net-telnet-${RUBY_NET_TELNET_VER}/bin/setup
-REPLACE_RUBY_DIRS= ext lib sample
-INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man1 ${RUBY_DOC}/images \
- ${RUBY_DOC}/irb ${RUBY_DOC}/pty ${RUBY_DOC}/ripper \
- ${RUBY_DOC}/stringio ${RUBY_DOC}/syntax \
- ${RUBY_EG}/bigdecimal ${RUBY_EG}/pty
-# ${RUBY_ARCHINC} ${RUBY_ARCHLIB}
-EMPTY_DIRS= generator/template markup/simple_markup
-
-NOT_PAX_MPROTECT_SAFE+= bin/${RUBY_NAME}
-
-pre-configure:
- ${RM} -f ${WRKSRC}/ext/gdbm/extconf.rb
- ${RM} -f ${WRKSRC}/ext/readline/extconf.rb
- ${TOUCH} ${WRKSRC}/prelude.c
- ${CHMOD} -x ${WRKSRC}/sample/test.rb
-
-pre-install:
- cd ${WRKSRC}/lib; \
- ${FIND} . \( -name '*.orig' -o -name '*.orig_dist' \) \
- -exec ${RM} -f {} \;
-.for f in ${EMPTY_DIRS}
- ${RMDIR} ${WRKSRC}/lib/rdoc/${f} 2>/dev/null || ${TRUE}
-.endfor
-
-post-install:
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/${f:C/^doc\///}
-.endfor
-.for f in ${EXT_DOCS}
- ${INSTALL_DATA} ${WRKSRC}/ext/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}
-.endfor
- cd ${WRKSRC}/ext/ripper; ${PAX} -rw README ${DESTDIR}${PREFIX}/${RUBY_DOC}/ripper
- cd ${WRKSRC}/ext/stringio; ${PAX} -rw README.md ${DESTDIR}${PREFIX}/${RUBY_DOC}/stringio
- cd ${WRKSRC}/sample; ${PAX} -rw . ${DESTDIR}${PREFIX}/${RUBY_EG}
-.for f in ${BIGDECIMAL_EXAMPLES}
- ${INSTALL_DATA} ${RUBY_WRKSRC}/ext/bigdecimal/sample/${f} \
- ${DESTDIR}${PREFIX}/${RUBY_EG}/bigdecimal
-.endfor
-.for f in ${OPENSSL_EXAMPLES}
- ${INSTALL_DATA} ${RUBY_WRKSRC}/sample/openssl/${f} \
- ${DESTDIR}${PREFIX}/${RUBY_EG}/openssl
-.endfor
- ${CHMOD} -R g-w ${DESTDIR}${PREFIX}/${GEM_HOME}/gems
- ${RUBY_GENERATE_PLIST}
-
-.include "../../mk/bdb.buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/libffi/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../textproc/libyaml/buildlink3.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff -r 039736b3300d -r 45705b1b7bd1 lang/ruby26-base/PLIST
--- a/lang/ruby26-base/PLIST Mon Oct 10 03:28:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1769 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2022/01/14 16:14:34 taca Exp $
-bin/bundle${RUBY_SUFFIX}
-bin/bundler${RUBY_SUFFIX}
-bin/erb${RUBY_SUFFIX}
-bin/gem${RUBY_SUFFIX}
-bin/irb${RUBY_SUFFIX}
-bin/rake${RUBY_SUFFIX}
-bin/rdoc${RUBY_SUFFIX}
-bin/ri${RUBY_SUFFIX}
-bin/${RUBY_NAME}
-${PLIST.win32}bin/rubyw${RUBY_SUFFIX}
-${RUBY_INC}/ruby.h
-${RUBY_INC}/ruby/backward.h
-${RUBY_INC}/ruby/backward/classext.h
-${RUBY_INC}/ruby/backward/rubyio.h
-${RUBY_INC}/ruby/backward/rubysig.h
-${RUBY_INC}/ruby/backward/st.h
-${RUBY_INC}/ruby/backward/util.h
-${RUBY_INC}/ruby/debug.h
-${RUBY_INC}/ruby/defines.h
-${RUBY_INC}/ruby/digest.h
-${RUBY_INC}/ruby/encoding.h
-${RUBY_INC}/ruby/intern.h
-${RUBY_INC}/ruby/io.h
-${RUBY_INC}/ruby/missing.h
-${RUBY_INC}/ruby/onigmo.h
-${RUBY_INC}/ruby/oniguruma.h
-${RUBY_INC}/ruby/re.h
-${RUBY_INC}/ruby/regex.h
-${RUBY_INC}/ruby/ruby.h
-${RUBY_INC}/ruby/st.h
-${RUBY_INC}/ruby/subst.h
-${RUBY_INC}/ruby/thread.h
-${RUBY_INC}/ruby/thread_native.h
-${RUBY_INC}/ruby/util.h
-${RUBY_INC}/ruby/version.h
-${RUBY_INC}/ruby/vm.h
-${RUBY_ARCHINC}/rb_mjit_min_header-${RUBY_VERSION}.h
-${RUBY_ARCHINC}/ruby/config.h
-lib/libruby${RUBY_STATICLIB}
-lib/libruby${RUBY_SUFFIX}.${RUBY_SLEXT}
-${RUBY_SHLIBALIAS}
-lib/libruby${RUBY_SHLIB}
-lib/pkgconfig/ruby-${RUBY_VERSION}.pc
-${RUBY_LIB}/English.rb
-${RUBY_LIB}/abbrev.rb
-${RUBY_LIB}/base64.rb
-${RUBY_LIB}/benchmark.rb
-${RUBY_LIB}/bigdecimal.rb
-${RUBY_LIB}/bigdecimal/jacobian.rb
-${RUBY_LIB}/bigdecimal/ludcmp.rb
-${RUBY_LIB}/bigdecimal/math.rb
-${RUBY_LIB}/bigdecimal/newton.rb
-${RUBY_LIB}/bigdecimal/util.rb
-${RUBY_LIB}/bundler.rb
-${RUBY_LIB}/bundler/build_metadata.rb
-${RUBY_LIB}/bundler/capistrano.rb
-${RUBY_LIB}/bundler/cli.rb
-${RUBY_LIB}/bundler/cli/add.rb
-${RUBY_LIB}/bundler/cli/binstubs.rb
-${RUBY_LIB}/bundler/cli/cache.rb
-${RUBY_LIB}/bundler/cli/check.rb
-${RUBY_LIB}/bundler/cli/clean.rb
-${RUBY_LIB}/bundler/cli/common.rb
-${RUBY_LIB}/bundler/cli/config.rb
-${RUBY_LIB}/bundler/cli/console.rb
-${RUBY_LIB}/bundler/cli/doctor.rb
-${RUBY_LIB}/bundler/cli/exec.rb
-${RUBY_LIB}/bundler/cli/gem.rb
-${RUBY_LIB}/bundler/cli/info.rb
-${RUBY_LIB}/bundler/cli/init.rb
-${RUBY_LIB}/bundler/cli/inject.rb
-${RUBY_LIB}/bundler/cli/install.rb
-${RUBY_LIB}/bundler/cli/issue.rb
-${RUBY_LIB}/bundler/cli/list.rb
-${RUBY_LIB}/bundler/cli/lock.rb
-${RUBY_LIB}/bundler/cli/open.rb
-${RUBY_LIB}/bundler/cli/outdated.rb
-${RUBY_LIB}/bundler/cli/package.rb
-${RUBY_LIB}/bundler/cli/platform.rb
-${RUBY_LIB}/bundler/cli/plugin.rb
-${RUBY_LIB}/bundler/cli/pristine.rb
-${RUBY_LIB}/bundler/cli/remove.rb
-${RUBY_LIB}/bundler/cli/show.rb
-${RUBY_LIB}/bundler/cli/update.rb
Home |
Main Index |
Thread Index |
Old Index