summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 07:24:27 +0000
committertaca <taca@pkgsrc.org>2010-09-10 07:24:27 +0000
commitf298b8332ea33cf23fe251632ed20fb4be7621f3 (patch)
tree9e91487cf9215f72d4b80f2ab8b95b5909234d1e /misc
parent729aa304b7ad2e04c6ad2301a5750eec6ee5fcc5 (diff)
downloadpkgsrc-f298b8332ea33cf23fe251632ed20fb4be7621f3.tar.gz
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
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-launchy/Makefile10
-rw-r--r--misc/ruby-launchy/PLIST22
-rw-r--r--misc/ruby-launchy/distinfo8
3 files changed, 25 insertions, 15 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile
index 2c105baffbc..447e3dba777 100644
--- a/misc/ruby-launchy/Makefile
+++ b/misc/ruby-launchy/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2008/06/22 16:10:16 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/10 07:24:27 taca Exp $
-DISTNAME= launchy-0.3.2
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+DISTNAME= launchy-0.3.7
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://copiousfreetime.rubyforge.org/launchy/
COMMENT= Ruby class for launching applications
+LICENSE= isc
-GEM_BUILD= gemspec
+DEPENDS+= ${RUBY_PKGPREFIX}-configuration>=0.0.5:../../misc/ruby-configuration
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-launchy/PLIST b/misc/ruby-launchy/PLIST
index d2555671770..6d7e5c40d24 100644
--- a/misc/ruby-launchy/PLIST
+++ b/misc/ruby-launchy/PLIST
@@ -1,20 +1,30 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:30 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/09/10 07:24:27 taca Exp $
bin/launchy
-${GEM_HOME}/cache/launchy-${PKGVERSION}.gem
-${GEM_LIBDIR}/CHANGES
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/HISTORY
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/launchy
+${GEM_LIBDIR}/gemspec.rb
${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/paths.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/paths_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/tattle-host-os.yml
${GEM_LIBDIR}/spec/version_spec.rb
-${GEM_HOME}/specifications/launchy-${PKGVERSION}.gemspec
+${GEM_LIBDIR}/tasks/announce.rake
+${GEM_LIBDIR}/tasks/config.rb
+${GEM_LIBDIR}/tasks/distribution.rake
+${GEM_LIBDIR}/tasks/documentation.rake
+${GEM_LIBDIR}/tasks/rspec.rake
+${GEM_LIBDIR}/tasks/rubyforge.rake
+${GEM_LIBDIR}/tasks/utils.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-launchy/distinfo b/misc/ruby-launchy/distinfo
index 743c8fa0498..6603aa011ba 100644
--- a/misc/ruby-launchy/distinfo
+++ b/misc/ruby-launchy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/06/22 16:10:16 taca Exp $
+$NetBSD: distinfo,v 1.3 2010/09/10 07:24:27 taca Exp $
-SHA1 (launchy-0.3.2.gem) = bcb8a1eb531c29f3d2061df736d15370acac7f72
-RMD160 (launchy-0.3.2.gem) = 68c994ca42bccdbbfe618506fe2068227304a7d2
-Size (launchy-0.3.2.gem) = 12288 bytes
+SHA1 (launchy-0.3.7.gem) = 58cd12c5ca4db2114ba6d18704f0081d54975c7e
+RMD160 (launchy-0.3.7.gem) = 61910a1e385de98124967abf086766b844c3887a
+Size (launchy-0.3.7.gem) = 17920 bytes