pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby18-base Remove ruby18 which is EOL almost 4 y...
details: https://anonhg.NetBSD.org/pkgsrc/rev/12f2c96fe1c9
branches: trunk
changeset: 361586:12f2c96fe1c9
user: taca <taca%pkgsrc.org@localhost>
date: Sat Apr 22 18:23:55 2017 +0000
description:
Remove ruby18 which is EOL almost 4 years ago.
diffstat:
lang/ruby18-base/ALTERNATIVES | 5 -
lang/ruby18-base/DEINSTALL | 10 -
lang/ruby18-base/DESCR | 19 -
lang/ruby18-base/INSTALL | 13 -
lang/ruby18-base/MESSAGE | 14 -
lang/ruby18-base/Makefile | 172 --
lang/ruby18-base/PLIST | 779 ----------
lang/ruby18-base/distinfo | 56 -
lang/ruby18-base/files/CHANGES.pkgsrc | 263 ---
lang/ruby18-base/hacks.mk | 21 -
lang/ruby18-base/options.mk | 15 -
lang/ruby18-base/patches/patch-aa | 71 -
lang/ruby18-base/patches/patch-ab | 71 -
lang/ruby18-base/patches/patch-ac | 43 -
lang/ruby18-base/patches/patch-ad | 26 -
lang/ruby18-base/patches/patch-aw | 15 -
lang/ruby18-base/patches/patch-az | 49 -
lang/ruby18-base/patches/patch-bd | 33 -
lang/ruby18-base/patches/patch-be | 102 -
lang/ruby18-base/patches/patch-dj | 87 -
lang/ruby18-base/patches/patch-dk | 50 -
lang/ruby18-base/patches/patch-dl | 179 --
lang/ruby18-base/patches/patch-dn | 16 -
lang/ruby18-base/patches/patch-do | 41 -
lang/ruby18-base/patches/patch-dp | 41 -
lang/ruby18-base/patches/patch-dq | 461 -----
lang/ruby18-base/patches/patch-dr | 58 -
lang/ruby18-base/patches/patch-ds | 49 -
lang/ruby18-base/patches/patch-dt | 32 -
lang/ruby18-base/patches/patch-du | 15 -
lang/ruby18-base/patches/patch-dv | 46 -
lang/ruby18-base/patches/patch-dy | 15 -
lang/ruby18-base/patches/patch-eb | 15 -
lang/ruby18-base/patches/patch-ec | 29 -
lang/ruby18-base/patches/patch-ed | 38 -
lang/ruby18-base/patches/patch-ee | 42 -
lang/ruby18-base/patches/patch-ef | 35 -
lang/ruby18-base/patches/patch-eg | 34 -
lang/ruby18-base/patches/patch-eh | 34 -
lang/ruby18-base/patches/patch-ei | 70 -
lang/ruby18-base/patches/patch-ej | 71 -
lang/ruby18-base/patches/patch-ek | 89 -
lang/ruby18-base/patches/patch-el | 24 -
lang/ruby18-base/patches/patch-em | 31 -
lang/ruby18-base/patches/patch-en | 40 -
lang/ruby18-base/patches/patch-eo | 96 -
lang/ruby18-base/patches/patch-ep | 11 -
lang/ruby18-base/patches/patch-eq | 43 -
lang/ruby18-base/patches/patch-er | 21 -
lang/ruby18-base/patches/patch-et | 12 -
lang/ruby18-base/patches/patch-eu | 70 -
lang/ruby18-base/patches/patch-ev | 14 -
lang/ruby18-base/patches/patch-ew | 16 -
lang/ruby18-base/patches/patch-ext_openssl_extconf.rb | 16 -
lang/ruby18-base/patches/patch-ext_tk_lib_tkextlib_tktable_tktable.rb | 15 -
lang/ruby18-base/patches/patch-ga | 14 -
lang/ruby18-base/patches/patch-gb | 17 -
lang/ruby18-base/patches/patch-lex.c | 16 -
lang/ruby18-base/patches/patch-lib_rdoc_options.rb | 15 -
lang/ruby18-base/patches/patch-lib_rdoc_rdoc.rb | 15 -
lang/ruby18-base/patches/patch-lib_rexml_entity.rb | 22 -
61 files changed, 0 insertions(+), 3832 deletions(-)
diffs (truncated from 4076 to 300 lines):
diff -r 761534203d13 -r 12f2c96fe1c9 lang/ruby18-base/ALTERNATIVES
--- a/lang/ruby18-base/ALTERNATIVES Sat Apr 22 18:23:29 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-bin/erb @PREFIX@/bin/erb@RUBY_SUFFIX@
-bin/h2rb @PREFIX@/bin/h2rb@RUBY_SUFFIX@
-bin/irb @PREFIX@/bin/irb@RUBY_SUFFIX@
-bin/ruby @PREFIX@/bin/@RUBY_NAME@
-bin/testrb @PREFIX@/bin/testrb@RUBY_SUFFIX@
diff -r 761534203d13 -r 12f2c96fe1c9 lang/ruby18-base/DEINSTALL
--- a/lang/ruby18-base/DEINSTALL Sat Apr 22 18:23:29 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.3 2011/11/13 15:44:58 taca Exp $
-
-RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
-rid="${RUBY_SITERIDIR}/created.rid"
-
-case ${STAGE} in
-DEINSTALL)
- rm -f ${rid}
- ;;
-esac
diff -r 761534203d13 -r 12f2c96fe1c9 lang/ruby18-base/DESCR
--- a/lang/ruby18-base/DESCR Sat Apr 22 18:23:29 2017 +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 1.8.7 release minimum base package.
diff -r 761534203d13 -r 12f2c96fe1c9 lang/ruby18-base/INSTALL
--- a/lang/ruby18-base/INSTALL Sat Apr 22 18:23:29 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: INSTALL,v 1.4 2011/11/13 15:44:58 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 761534203d13 -r 12f2c96fe1c9 lang/ruby18-base/MESSAGE
--- a/lang/ruby18-base/MESSAGE Sat Apr 22 18:23:29 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.6 2011/11/08 15:20:36 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-curses: Curses module
- devel/ruby-readline: readline module
- x11/ruby-tk: Tk modules
-
-===========================================================================
diff -r 761534203d13 -r 12f2c96fe1c9 lang/ruby18-base/Makefile
--- a/lang/ruby18-base/Makefile Sat Apr 22 18:23:29 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,172 +0,0 @@
-# $NetBSD: Makefile,v 1.87 2016/09/08 15:19:18 joerg Exp $
-#
-
-DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL}
-PKGREVISION= 3
-CATEGORIES= lang ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-
-MAINTAINER= taca%NetBSD.org@localhost
-HOMEPAGE= ${RUBY_HOMEPAGE}
-COMMENT= Ruby 1.8 based release minimum package
-LICENSE= gnu-gpl-v2 OR ruby-license
-
-RUBY_VERSIONS_ACCEPTED= 18
-
-CONFLICTS= ${RUBY_PKGPREFIX}-dbm-[0-9]* \
- ${RUBY_PKGPREFIX}-digest-[0-9]* \
- ${RUBY_PKGPREFIX}-iconv-[0-9]* \
- ${RUBY_PKGPREFIX}-openssl-[0-9]* \
- ${RUBY_PKGPREFIX}-tcltk-[0-9]*
-
-USE_GCC_RUNTIME=yes
-USE_LANGUAGES= c
-USE_TOOLS+= pax yacc
-GNU_CONFIGURE= yes
-TEST_TARGET= test
-CONFIGURE_ARGS+= --enable-shared \
- --with-ssl-include="${BUILDLINK_PREFIX.openssl}/include" \
- --with-ssl-lib="${BUILDLINK_PREFIX.openssl}/lib"
-WRKSRC= ${RUBY_WRKSRC}
-
-#
-# Don't reference pkgsrc's INSTALL macro since Ruby expect it could
-# execute by unprivileged user.
-#
-CONFIGURE_ENV+= INSTALL="${INSTALL} ${COPY}" \
- INSTALL_DATA= INSTALL_PROGRAM= INSTALL_SCRIPT=
-
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Msunpro)
-LIBS.SunOS+= -B static -lsunmath -B dynamic -lm
-LDFLAGS.SunOS+= -L${SUNWSPROBASE}/lib ${COMPILER_RPATH_FLAG}${SUNWSPROBASE}/lib
-CONFIGURE_ENV+= LDSHARED="${CC} -G"
-.else
-LIBS.SunOS+= -lm
-.endif
-
-.if !empty(PKGSRC_COMPILER:Mclang)
-CONFIGURE_ARGS+= --enable-frame-address
-.endif
-
-# Avoid segfaults as per https://bugs.ruby-lang.org/issues/6383
-.if !empty(CC_VERSION:Mgcc-4.[7-9].*)
-CFLAGS+= -fno-tree-dce -fno-optimize-sibling-calls
-.endif
-
-# Ruby build process depends on config.status's content
-CONFIG_STATUS_OVERRIDE= # empty
-
-MAKE_DIRS+= ${RUBY_SITERIDIR}
-FILES_SUBST+= DATE=${DATE:Q}
-
-.include "options.mk"
-
-.include "../../lang/ruby/rubyversion.mk"
-
-.if !empty(RUBY_SUFFIX)
-CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX:Q}
-.endif
-
-# bmake doesn't like the codesign/POSTLINK constructs.
-.if ${OPSYS} == "Darwin"
-USE_TOOLS+= gmake
-.endif
-
-#
-# IRIX work around which should be fixed.
-#
-PLIST_VARS+= io
-.if ${OPSYS} != "IRIX"
-PLIST.io= yes
-.endif
-
-#
-# Work around for ucontext(3). It was broken in older DragonFly
-# versions and is slow in newer ones.
-#
-CONFIGURE_ENV.DragonFly+= ac_cv_header_ucontext_h=no
-
-#
-# work around for getaddrinfo(3)
-#
-.if ${OPSYS} == "SunOS" && !empty(OS_VERSION:M5.[6-9])
-CONFIGURE_ARGS+= --enable-wide-getaddrinfo
-.endif
-
-DOCS= COPYING COPYING.ja ChangeLog NEWS README \
- README.EXT README.EXT.ja README.ja ToDo \
- doc/ChangeLog-1.8.0 doc/NEWS-1.8.0 \
- doc/forwardable.rd doc/forwardable.rd.ja \
- doc/irb/irb-tools.rd.ja doc/irb/irb.rd doc/irb/irb.rd.ja \
- doc/shell.rd doc/shell.rd.ja
-EXT_DOCS= bigdecimal/bigdecimal_en.html bigdecimal/bigdecimal_ja.html \
- dl/doc/dl.txt etc/etc.txt etc/etc.txt.ja syslog/syslog.txt \
- zlib/doc/zlib.rd
-
-BIGDECIMAL_EXAMPLES= linear.rb nlsolve.rb pi.rb
-DL_EXAMPLES= c++sample.C c++sample.rb drives.rb getch.rb libc.rb \
- msgbox.rb msgbox2.rb stream.rb
-OPENSSL_EXAMPLES= c_rehash.rb cert2text.rb cert_store_view.rb \
- certstore.rb cipher.rb crlstore.rb echo_cli.rb \
- echo_svr.rb gen_csr.rb smime_read.rb smime_write.rb \
- wget.rb
-PTY_EXAMPLES= expect_sample.rb script.rb shl.rb
-
-REPLACE_RUBY_DIRS= bin ext lib sample
-REPLACE_RUBY= ext/dl/h2rb
-INSTALLATION_DIRS= bin ${RUBY_ARCHLIB} ${RUBY_DOC}/irb ${RUBY_DOC}/pty \
- ${RUBY_EG}/bigdecimal ${RUBY_EG}/dl \
- ${RUBY_EG}/openssl ${RUBY_EG}/pty
-FIX_PERM= ${RUBY_ARCHLIB}/digest.h ${RUBY_ARCHLIB}/dl.h \
- ${RUBY_ARCHLIB}/dlconfig.h
-
-pre-configure:
- ${RM} -f ${WRKSRC}/ext/curses/extconf.rb
- ${RM} -f ${WRKSRC}/ext/gdbm/extconf.rb
- ${RM} -f ${WRKSRC}/ext/readline/extconf.rb
- ${RM} -f ${WRKSRC}/ext/tk/extconf.rb
-
-pre-install:
- cd ${WRKSRC}; ${FIND} . \( -name '*.orig' -o -name '*.orig_dist' \) \
- -exec ${RM} -f {} \;
-
-post-install:
- ${INSTALL_DATA} ${FILESDIR}/CHANGES.pkgsrc ${DESTDIR}${PREFIX}/${RUBY_DOC}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/${f:C/^doc\///}
-.endfor
- ${INSTALL_SCRIPT} ${WRKSRC}/ext/dl/h2rb ${DESTDIR}${PREFIX}/bin/h2rb${RUBY_SUFFIX}
-.for f in ${EXT_DOCS}
- ${INSTALL_DATA} ${WRKSRC}/ext/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}
-.endfor
- cd ${WRKSRC}/ext/pty; ${PAX} -rw README.* ${DESTDIR}${PREFIX}/${RUBY_DOC}/pty
- 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 ${DL_EXAMPLES}
- ${INSTALL_DATA} ${RUBY_WRKSRC}/ext/dl/sample/${f} \
- ${DESTDIR}${PREFIX}/${RUBY_EG}/dl
-.endfor
-.for f in ${OPENSSL_EXAMPLES}
- ${INSTALL_DATA} ${RUBY_WRKSRC}/sample/openssl/${f} \
- ${DESTDIR}${PREFIX}/${RUBY_EG}/openssl
-.endfor
-.for f in ${PTY_EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/ext/pty/${f} ${DESTDIR}${PREFIX}/${RUBY_EG}/pty
-.endfor
-.for f in ${FIX_PERM}
- ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${f}
-.endfor
- ${RUBY_GENERATE_PLIST}
-
-.include "../../mk/bdb.buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff -r 761534203d13 -r 12f2c96fe1c9 lang/ruby18-base/PLIST
--- a/lang/ruby18-base/PLIST Sat Apr 22 18:23:29 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,779 +0,0 @@
-@comment $NetBSD: PLIST,v 1.19 2010/12/26 12:31:20 taca Exp $
-bin/erb${RUBY_VER}
-bin/h2rb${RUBY_VER}
-bin/irb${RUBY_VER}
-bin/rdoc${RUBY_VER}
-bin/ri${RUBY_VER}
-bin/${RUBY_NAME}
-bin/testrb${RUBY_VER}
-lib/libruby${RUBY_STATICLIB}
-lib/libruby${RUBY_VER}.${RUBY_SLEXT}
-${RUBY_SHLIBALIAS}
-lib/libruby${RUBY_SHLIB}
-${RUBY_LIB}/English.rb
-${RUBY_LIB}/Env.rb
-${RUBY_LIB}/abbrev.rb
-${RUBY_LIB}/base64.rb
-${RUBY_LIB}/benchmark.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}/cgi-lib.rb
-${RUBY_LIB}/cgi.rb
-${RUBY_LIB}/cgi/session.rb
-${RUBY_LIB}/cgi/session/pstore.rb
-${RUBY_LIB}/complex.rb
-${RUBY_LIB}/csv.rb
-${RUBY_LIB}/date.rb
-${RUBY_LIB}/date/format.rb
-${RUBY_LIB}/date2.rb
-${RUBY_LIB}/debug.rb
-${RUBY_LIB}/delegate.rb
-${RUBY_LIB}/digest.rb
-${RUBY_LIB}/digest/sha2.rb
-${RUBY_LIB}/dl/import.rb
-${RUBY_LIB}/dl/struct.rb
-${RUBY_LIB}/dl/types.rb
-${RUBY_LIB}/dl/win32.rb
Home |
Main Index |
Thread Index |
Old Index