diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-launchy/DESCR | 7 | ||||
-rw-r--r-- | misc/ruby-launchy/Makefile | 14 | ||||
-rw-r--r-- | misc/ruby-launchy/PLIST | 25 | ||||
-rw-r--r-- | misc/ruby-launchy/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/misc/ruby-launchy/DESCR b/misc/ruby-launchy/DESCR new file mode 100644 index 00000000000..2221bf58fa9 --- /dev/null +++ b/misc/ruby-launchy/DESCR @@ -0,0 +1,7 @@ +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. diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile new file mode 100644 index 00000000000..f52cc292a19 --- /dev/null +++ b/misc/ruby-launchy/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:05 jlam Exp $ + +DISTNAME= launchy-0.3.1 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= misc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://copiousfreetime.rubyforge.org/launchy/ +COMMENT= Ruby class for launching applications + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-launchy/PLIST b/misc/ruby-launchy/PLIST new file mode 100644 index 00000000000..c984c9aec66 --- /dev/null +++ b/misc/ruby-launchy/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:20:05 jlam Exp $ +bin/launchy +${GEM_HOME}/cache/launchy-${PKGVERSION}.gem +${GEM_LIBDIR}/CHANGES +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README +${GEM_LIBDIR}/bin/launchy +${GEM_LIBDIR}/lib/launchy.rb +${GEM_LIBDIR}/lib/launchy/application.rb +${GEM_LIBDIR}/lib/launchy/browser.rb +${GEM_LIBDIR}/lib/launchy/command_line.rb +${GEM_LIBDIR}/lib/launchy/gemspec.rb +${GEM_LIBDIR}/lib/launchy/specification.rb +${GEM_LIBDIR}/lib/launchy/version.rb +${GEM_LIBDIR}/spec/application_spec.rb +${GEM_LIBDIR}/spec/browser_spec.rb +${GEM_LIBDIR}/spec/launchy_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/version_spec.rb +${GEM_HOME}/specifications/launchy-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/spec +@dirrm ${GEM_LIBDIR}/lib/launchy +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR}/bin +@dirrm ${GEM_LIBDIR} diff --git a/misc/ruby-launchy/distinfo b/misc/ruby-launchy/distinfo new file mode 100644 index 00000000000..53ef1bc6854 --- /dev/null +++ b/misc/ruby-launchy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:20:05 jlam Exp $ + +SHA1 (launchy-0.3.1.gem) = ec0dbdd1dcfecc45390245402eb1d393d73a5067 +RMD160 (launchy-0.3.1.gem) = 274543163dd2c5bc194f02def8b512f4b8a8e6db +Size (launchy-0.3.1.gem) = 12288 bytes |