Path to this page:
./
devel/ruby-io-console,
Add console capabilities to IO instances
Branch: CURRENT,
Version: 0.8.0,
Package name: ruby32-io-console-0.8.0,
Maintainer: wenAdd console capabilities to IO instances.
Required to run:[
lang/ruby200-base]
Master sites:
Filesize: 26 KB
Version history: (Expand)
- (2024-12-08) Updated to version: ruby32-io-console-0.8.0
- (2024-08-20) Updated to version: ruby32-io-console-0.7.2
- (2024-08-20) Package has been reborn
- (2016-01-04) Package deleted from pkgsrc
- (2014-03-16) Updated to version: ruby200-io-console-0.4.2nb2
- (2013-06-16) Updated to version: ruby193-io-console-0.4.2nb1
CVS history: (Expand)
2024-12-08 17:40:00 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-io-console: update to 0.8.0
pkgsrc change: remove "USE_LANGUGAES= c" since it is default value.
0.8.0 (2024-12-03)
What's Changed
* Move omits by @nobu in #68
* Load the built extension library in noctty tests by @nobu in #69
* Show the correct exception when the stty backend cannot be required by
@eregon in #70
* Skip building extension on WASI by @kateinoigakukun in #71
* Update gperf by @nobu in #73
* Declare as Ractor-safe by @nobu in #74
* Make IO.console Ractor-safe by @nobu in #75
* Support older versions of ruby by @nobu in #77
* Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in
#78
* Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to
9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #79
* Read errno before calling rb_io_path() by @XrXr in #80
* Check if rb_syserr_fail_str is available by @nobu in #81
* Freeze the version string by @nobu in #82
* Add IO#ttyname that returns the tty name or nil by @nobu in #76
New Contributors
* @kateinoigakukun made their first contribution in #71
* @XrXr made their first contribution in #80
|
2024-08-20 04:28:53 by Wen Heping | Files touched by this commit (1) |
Log message:
Update HOMEPAGE
|
2024-08-20 04:14:16 by Wen Heping | Files touched by this commit (4) |
Log message:
Import io-console-0.7.2 as devel/ruby-io-console.
Add console capabilities to IO instances.
|
2016-01-03 07:50:37 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Remove ruby-io-console package.
* io-console gem is bundled in ruby200-base and later ruby base packages.
* No package is depends on ruby-io-console for now.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-03 16:07:28 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Make this package build on Ruby 2.2.
|
2015-03-08 16:17:22 by Takahiro Kambe | Files touched by this commit (58) | |
Log message:
Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
|
2015-01-16 10:18:48 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Fix typo, s/GEM_CLEANBUOLD_EXTENSIONS/GEM_CLEANBUILD_EXTENSIONS/.
|