Up to [cvs.NetBSD.org] / pkgsrc / misc / ruby-launchy
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
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
misc: Remove SHA1 hashes for distfiles
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
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.
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
Update ruby-launchy to 2.4.2. Part of PR/48447. pkgsrc change: Update HOMEPAGE per http://rubygems.org/gems/launchy (the old page is 403) Changes from HISTORY.md: ## Version 2.4.2 - 2013-11-28 * Fix kde issue - <https://github.com/copiousfreetime/launchy/issues/72> - colbell ## Version 2.4.1 - 2013-11-26 * Abstract out the argv of the commandline - <https://github.com/copiousfreetime/launchy/issues/71> ## Version 2.4.0 - 2013-11-12 * Support `Launchy.open( url, :debug => true )` - <http://github.com/copiousfreetime/launchy/issues/63> - schmich * Fix inconsistencies in `debug?` and `dry_run?` methods - <http://github.com/copiousfreetime/launchy/issues/63> - schmich * Fix detection of missing *nix desktops - <http://github.com/copiousfreetime/launchy/issues/70> * Fix running tests in bare Linux environment - <http://github.com/copiousfreetime/launchy/issues/67> - gioele * Fix mistaking windows drive as uri schema - <http://github.com/copiousfreetime/launchy/issues/65> * Attempt fixing windows `start` command oddities, again - <http://github.com/copiousfreetime/launchy/issues/62>
Update ruby-launchy to 2.3.0. ## Version 2.3.0 - 2013-04-11 * Add the option to call a block on error instead of raising an exception
Update ruby-launchy to 2.2.0. = Launchy Changlog == Version 2.2.0 - 2013-02-06 * Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 - thanks bogdan) * Suppress forked process output (copiousfreetime/launchy#51) * Display help/usage if no url is given (copiousfreetime/launchy#54) * Detect the fluxbox environment (copiousfreetime/launchy#53) * Automatically detect 'http' url's if they are missing the 'http://' (copiousfreetime/launchy#55) * Update to latest project management rake tasks
Update ruby-launchy to 2.1.2. = Launchy Changlog == Version 2.1.2 - 2012-08-06 * Fix where HostOS would fail to convert to string on JRuby in 1.9 mode (copiousfreetime/launchy#45)
Update ruby-launchy to 2.1.1. = Launchy Changlog == Version 2.1.1 - 2012-07-28 * Update addressable runtime dependency (copiousfreetime/launchy#47) * Bring minitest and ffi development dependencies up to date
Update ruby-launchy to 2.1.0. = Launchy Changlog == Version 2.1.0 - 2012-03-18 * Fix raising exception when no browser program found (copiousfreetime/launchy#42) * Add LAUNCHY_DRY_RUN environment variable (thanks Mariusz Pietrzyk / wijet) * Update dependencies
Update misc/ruby-launchy package to 2.0.5. == Version 2.0.5 - 2011-07-24 * Fix the case where $BROWSER is set and no *nix desktop was found (copiousfreetime/launchy#33) == Version 2.0.4 - 2011-07-23 * Fix windows 'start' commandline (copiousfreetime/launchy#5) * Add capability to open local files with no file: scheme present (copiousfreetime/launchy#29) * Added 'rake how_to_contribute' task (copiousfreetime/launchy#30) * Make better decisions on when to do shell escaping (copiousfreetime/launchy#31) * Switch to Addressable::URI so UTF-8 urls may be parsed. (copiousfreetime/launchy#32) == Version 2.0.3 - 2011-07-17 * Add in Deprecated API wrappers that warn the user == Version 2.0.2 - 2011-07-17 * Typo fixes from @mtorrent * Documentation updates explicitly stating the Public API * Increase test coverage == Version 2.0.1 - 2011-07-16 * Almost a complete rewrite * JRuby Support * Organization is such that it will be easier to add additional applications * Windows behavior possibly fixed, again == Version 1.0.0 - 2011-03-17 * Add JRuby support (Stephen Judkins) * Remove unused Paths module * Switch to using bones * Switch to use minitest * NOTE, this version was never released.
Update ruby-launchy package to 0.4.0. = Launchy Changlog == Version 0.4.0 - 2011-01-27 * Add support for file:/// schema (postmodern)
Update misc/ruby-launchy to 0.3.7. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Update dependency according to gemspec. = Launchy Changlog == Version 0.3.7 - 2010-07-19 * Fix launchy on windows (mikefarmer) == Version 0.3.6 - 2010-02-22 * add a test:spec task to run tests without rcov support * added 'testing' os family for running tests == Version 0.3.5 - 2009-12-17 * clarify that launchy is under ISC license * fix missing data file in released gem needed for running specs == Version 0.3.3 - 2009-02-19 * pass command line as discrete items to system() to avoid string interpretation by the system shell. (Suraj N. Kurapati) * rework project layout and tasks
Update ruby-launchy package to 0.3.2. == Changes === Version 0.3.2 - 2008-05-21 * detect aix and mingw as known operating systems.
Initial import of ruby18-launchy-0.3.1 as misc/ruby-launchy. 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.
Initial revision