diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 14:06:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 14:06:00 +0000 |
commit | 49941664859973cbb683dd4789f543fbfbbb0020 (patch) | |
tree | 063906045e71cc5e81a49502e46c5e55c34618d6 /www | |
parent | 6352915694f184b456625b09a785fc96d08b8610 (diff) | |
download | pkgsrc-49941664859973cbb683dd4789f543fbfbbb0020.tar.gz |
Add ruby-url_mount package version 0.2.1.
UrlMount is a universal mount point designed for use in rack applications.
It provides a simple way to pass a url mounting point to the mounted
application.
This means that when you mount an application in the url space, it's a simple
call to url to get the mount point of where the application is.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-url_mount/DESCR | 7 | ||||
-rw-r--r-- | www/ruby-url_mount/Makefile | 14 | ||||
-rw-r--r-- | www/ruby-url_mount/PLIST | 13 | ||||
-rw-r--r-- | www/ruby-url_mount/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/ruby-url_mount/DESCR b/www/ruby-url_mount/DESCR new file mode 100644 index 00000000000..274b8d9f0a9 --- /dev/null +++ b/www/ruby-url_mount/DESCR @@ -0,0 +1,7 @@ +UrlMount is a universal mount point designed for use in rack applications. + +It provides a simple way to pass a url mounting point to the mounted +application. + +This means that when you mount an application in the url space, it's a simple +call to url to get the mount point of where the application is. diff --git a/www/ruby-url_mount/Makefile b/www/ruby-url_mount/Makefile new file mode 100644 index 00000000000..82725e03986 --- /dev/null +++ b/www/ruby-url_mount/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2013/02/11 14:06:00 taca Exp $ + +DISTNAME= url_mount-0.2.1 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/hassox/url_mount/ +COMMENT= Universal mounting points for rack applications +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-url_mount/PLIST b/www/ruby-url_mount/PLIST new file mode 100644 index 00000000000..be7490f736b --- /dev/null +++ b/www/ruby-url_mount/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2013/02/11 14:06:00 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Gemfile.lock +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.textile +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/url_mount.rb +${GEM_LIBDIR}/pkg/url_mount-0.1.0.gem +${GEM_LIBDIR}/test/helper.rb +${GEM_LIBDIR}/test/test_url_mount.rb +${GEM_LIBDIR}/url_mount.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-url_mount/distinfo b/www/ruby-url_mount/distinfo new file mode 100644 index 00000000000..7c656c52030 --- /dev/null +++ b/www/ruby-url_mount/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/02/11 14:06:00 taca Exp $ + +SHA1 (url_mount-0.2.1.gem) = 829d7e478fdc12f2bc0740c2a6e8ce0216a379a6 +RMD160 (url_mount-0.2.1.gem) = b6ad540a2141c5f76628bad208efc79704621a2a +Size (url_mount-0.2.1.gem) = 16896 bytes |