Commit graph

16 commits

Author SHA1 Message Date
taca
5066625cdc Remove RUBY_RDOC_VERSION since All RUBY_VERSION_DEFAULT versions of Ruby
are satisfy minimum RUBY_RDOC_VERSION now.
2016-11-19 14:38:03 +00:00
agc
23064a80b9 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-11-03 23:49:31 +00:00
taca
842e2780ce 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
2015-02-04 15:27:06 +00:00
tsutsui
4b18edc678 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>
2014-01-17 18:13:34 +00:00
taca
a42daeed09 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
2013-09-15 14:10:09 +00:00
taca
1582dcffb8 Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
2013-02-27 03:58:12 +00:00
taca
56ac26bce6 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
2013-02-13 15:37:05 +00:00
taca
543b4f5192 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)
2012-09-16 06:46:02 +00:00
taca
f65b6006e9 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
2012-08-03 10:44:56 +00:00
taca
3cc04232d2 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
2012-03-20 13:10:54 +00:00
taca
758bcbc875 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.
2011-08-12 16:59:14 +00:00
taca
a867890347 Update ruby-launchy package to 0.4.0.
= Launchy Changlog

== Version 0.4.0 - 2011-01-27

* Add support for file:/// schema (postmodern)
2011-06-19 01:49:27 +00:00
taca
1bdbc8a0d8 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
2010-09-10 07:24:27 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
taca
b1e4dc3090 Update ruby-launchy package to 0.3.2.
== Changes
=== Version 0.3.2 - 2008-05-21

* detect aix and mingw as known operating systems.
2008-06-22 16:10:16 +00:00
jlam
103ec37cf4 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.
2008-04-04 15:20:05 +00:00