diff options
author | wxs <wxs@FreeBSD.org> | 2009-12-01 23:26:40 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-12-01 23:26:40 +0800 |
commit | bd262d09c7ab2252b5acd3b8fc9ad160cbf9c03a (patch) | |
tree | 8b3c52633e5d4ffef62591c998879bb76da8f082 /devel/rubygem-launchy/pkg-descr | |
parent | d1cb68790797795d73c3ae40edb02c38d7cb75d4 (diff) | |
download | freebsd-ports-gnome-bd262d09c7ab2252b5acd3b8fc9ad160cbf9c03a.tar.gz freebsd-ports-gnome-bd262d09c7ab2252b5acd3b8fc9ad160cbf9c03a.tar.zst freebsd-ports-gnome-bd262d09c7ab2252b5acd3b8fc9ad160cbf9c03a.zip |
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.
WWW: http://rubyforge.org/projects/copiousfreetime/
PR: ports/140343
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Diffstat (limited to 'devel/rubygem-launchy/pkg-descr')
-rw-r--r-- | devel/rubygem-launchy/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/rubygem-launchy/pkg-descr b/devel/rubygem-launchy/pkg-descr new file mode 100644 index 000000000000..e40428d022e0 --- /dev/null +++ b/devel/rubygem-launchy/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://rubyforge.org/projects/copiousfreetime/ |