diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:25:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:25:46 +0000 |
commit | 3a9fffc57178d8d59281613c618faf4e2fd4092d (patch) | |
tree | da60c63ec774c6b3cb3f9ddf3b51b86c054118ce /www/mongrel-console | |
parent | 9fa32185aacb9544118012098a360918e520682f (diff) | |
download | pkgsrc-3a9fffc57178d8d59281613c618faf4e2fd4092d.tar.gz |
Initial import of mongrel-console-0.2.1 as www/mongrel-console.
This package provides a combined Mongrel and Rails IRB console.
Diffstat (limited to 'www/mongrel-console')
-rw-r--r-- | www/mongrel-console/DESCR | 1 | ||||
-rw-r--r-- | www/mongrel-console/Makefile | 17 | ||||
-rw-r--r-- | www/mongrel-console/PLIST | 16 | ||||
-rw-r--r-- | www/mongrel-console/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/mongrel-console/DESCR b/www/mongrel-console/DESCR new file mode 100644 index 00000000000..09f62ade261 --- /dev/null +++ b/www/mongrel-console/DESCR @@ -0,0 +1 @@ +This package provides a combined Mongrel and Rails IRB console. diff --git a/www/mongrel-console/Makefile b/www/mongrel-console/Makefile new file mode 100644 index 00000000000..efdcf1ae403 --- /dev/null +++ b/www/mongrel-console/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:46 jlam Exp $ + +DISTNAME= mongrel_console-0.2.1 +PKGNAME= ${DISTNAME:S/_/-/g} +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mongrel.rubyforge.org/ +COMMENT= Mongrel & Rails IRB console + +DEPENDS+= mongrel>=1.0.2:../../www/mongrel +DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/mongrel-console/PLIST b/www/mongrel-console/PLIST new file mode 100644 index 00000000000..5648aa83740 --- /dev/null +++ b/www/mongrel-console/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:25:46 jlam Exp $ +${GEM_HOME}/cache/mongrel_console-${PKGVERSION}.gem +${GEM_LIBDIR}/CHANGELOG +${GEM_LIBDIR}/COPYING +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/Manifest +${GEM_LIBDIR}/README +${GEM_LIBDIR}/lib/mongrel_console/console.rb +${GEM_LIBDIR}/lib/mongrel_console/init.rb +${GEM_LIBDIR}/mongrel_console.gemspec +${GEM_LIBDIR}/resources/defaults.yaml +${GEM_HOME}/specifications/mongrel_console-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/resources +@dirrm ${GEM_LIBDIR}/lib/mongrel_console +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR} diff --git a/www/mongrel-console/distinfo b/www/mongrel-console/distinfo new file mode 100644 index 00000000000..803a8c925e8 --- /dev/null +++ b/www/mongrel-console/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:25:46 jlam Exp $ + +SHA1 (mongrel_console-0.2.1.gem) = f2f4bc621f98e897f9b7a7e1af3ab681f45275d8 +RMD160 (mongrel_console-0.2.1.gem) = bb88a321da3eb517a17e6cbbcf85dbdc3fca216d +Size (mongrel_console-0.2.1.gem) = 8704 bytes |