Path to this page:
./
lang/ruby193-base,
Ruby 1.9.3 release minimum base package
Branch: pkgsrc-2015Q1,
Version: 1.9.3p551nb2,
Package name: ruby193-base-1.9.3p551nb2,
Maintainer: tacaRuby 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.9.3 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2011/11/13 15:45:49 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
Required to run:[
textproc/libyaml]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: 35600f4e2ac98653fa8a634104cb6ab3d47a1535
RMD160: 59cfcaf4e02957f53bf83557962b0d428156bc01
Filesize: 9813.801 KB
Version history: (Expand)
- (2015-05-25) Updated to version: ruby193-base-1.9.3p551nb2
- (2015-04-03) Package added to pkgsrc.se, version ruby193-base-1.9.3p551nb1 (created)
CVS history: (Expand)
2015-05-25 03:04:35 by Hiramatsu Yoshifumi | Files touched by this commit (4) |
Log message:
Pullup ticket #4720 - requested by taca
lang/ruby193-base: build fix
Revisions pulled up:
- pkgsrc/lang/ruby193-base/Makefile 1.50
- pkgsrc/lang/ruby193-base/distinfo 1.42-1.44
- pkgsrc/lang/ruby193-base/patches/patch-configure 1.12
- pkgsrc/lang/ruby193-base/patches/patch-lib_mkmf.rb 1.3
---
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Apr 3 08:59:08 UTC 2015
Modified Files:
pkgsrc/lang/ruby193-base: distinfo
pkgsrc/lang/ruby193-base/patches: patch-configure
Log message:
Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 30 03:25:56 UTC 2015
Modified Files:
pkgsrc/lang/ruby193-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby193-base/patches: patch-lib_mkmf.rb
Log message:
Avoid to generate empty command line on some platforms:
$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)
And POSTLINK is empty macro. In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.
Bump PKGREVISION.
|