./misc/ruby-launchy, Ruby class for launching applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.5.2, Package name: ruby31-launchy-2.5.2, Maintainer: pkgsrc-users

Launchy is helper class for launching cross-platform applications in
a fire and forget manner.

There are application concepts (browser, email client, etc.) that are
common across all platforms, and they may be launched differently on
each platform. Launchy is here to make a common approach to launching
external application from within Ruby programs.


Required to run:
[net/ruby-addressable] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 29.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-03 14:59:38 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-launchy: update to 2.5.2

2.5.1 was not released.

2.5.2 (2022-12-27)

* Update Addressable - #145 - JamieKDonnelly
* Fix deprecated usage of Object#=~ - #138 - marcrohloff
* Move to sempahore for matrix builds and macos tests
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2020-03-23 17:49:31 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-launchy: update to 2.5.0

Update ruby-launchy to 2.5.0.
pkgsrc change: add "USE_LANGAUGES=	# none".

## Version 2.5.0 - 2020-02-27

* Update depedencies
* Update minimum ruby level
* Move to `kde-open` on KDE - \ 
<https://github.com/copiousfreetime/launchy/pull/105> - wstephenson
* Applied some grammer / spelling fixes - \ 
<https://github.com/copiousfreetime/launchy/pull/130> - jeremymoritz
* `Pathname` instances do not raise exceptions when opening local files - \ 
<https://github.com/copiousfreetime/launchy/issues/101> - dmke
* Add a fallback console browsers - \ 
<https://github.com/copiousfreetime/launchy/issues/93> - trejkaz
   2019-11-18 17:20:23 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Remove USE_RAKE

Remove USE_RAKE.  It was used to control dependency to ruby-rake package
befor ruby 2.0 days.  Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.
   2016-11-19 15:38:04 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Remove RUBY_RDOC_VERSION since All RUBY_VERSION_DEFAULT versions of Ruby
are satisfy minimum RUBY_RDOC_VERSION now.
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

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-02-04 16:27:06 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-launchy to 2.4.3.

## Version 2.4.3 - 2014-11-03
* Update documentation - \ 
<https://github.com/copiousfreetime/launchy/pull/81> - supremebeing7
* Fix launching of `exo-open` for XFCE - \ 
<https://github.com/copiousfreetime/launchy/issues/82> - dsandstrom
* Add iceweasel as a fallback browser - \ 
<https://github.com/copiousfreetime/launchy/pull/92> -  jackturnbull
* Reopen $stderr in really bad situation - \ 
<https://github.com/copiousfreetime/launchy/pull/77> - infertux