diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:25:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:25:54 +0000 |
commit | 3956bc8679decc076f25996a66c8ab95f8a530eb (patch) | |
tree | db72fd85831772bb1b490881acf1e2e038bc5821 /www/mongrel-upload-progress | |
parent | 96791afb8a05623c18beef2aaf0deb2325c6f52d (diff) | |
download | pkgsrc-3956bc8679decc076f25996a66c8ab95f8a530eb.tar.gz |
Initial import of mongrel-upload-progress-0.2.2 as
www/mongrel-upload-progress.
This package is a Mongrel plugin to keep track of the status of all
currently processing file uploads.
Diffstat (limited to 'www/mongrel-upload-progress')
-rw-r--r-- | www/mongrel-upload-progress/DESCR | 2 | ||||
-rw-r--r-- | www/mongrel-upload-progress/Makefile | 17 | ||||
-rw-r--r-- | www/mongrel-upload-progress/PLIST | 15 | ||||
-rw-r--r-- | www/mongrel-upload-progress/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/mongrel-upload-progress/DESCR b/www/mongrel-upload-progress/DESCR new file mode 100644 index 00000000000..ccbb30ec153 --- /dev/null +++ b/www/mongrel-upload-progress/DESCR @@ -0,0 +1,2 @@ +This package is a Mongrel plugin to keep track of the status of all +currently processing file uploads. diff --git a/www/mongrel-upload-progress/Makefile b/www/mongrel-upload-progress/Makefile new file mode 100644 index 00000000000..96e8ae88b95 --- /dev/null +++ b/www/mongrel-upload-progress/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:54 jlam Exp $ + +DISTNAME= mongrel_upload_progress-0.2.2 +PKGNAME= ${DISTNAME:S/_/-/g} +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mongrel.rubyforge.org/ +COMMENT= Mongrel plugin to track file upload status + +DEPENDS+= mongrel>=0.3.13.3:../../www/mongrel +DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.1:../../misc/ruby-gem_plugin + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/mongrel-upload-progress/PLIST b/www/mongrel-upload-progress/PLIST new file mode 100644 index 00000000000..39178673934 --- /dev/null +++ b/www/mongrel-upload-progress/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:25:54 jlam Exp $ +${GEM_HOME}/cache/mongrel_upload_progress-${PKGVERSION}.gem +${GEM_LIBDIR}/CHANGELOG +${GEM_LIBDIR}/COPYING +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/Manifest +${GEM_LIBDIR}/README +${GEM_LIBDIR}/lib/mongrel_upload_progress/init.rb +${GEM_LIBDIR}/mongrel_upload_progress.gemspec +${GEM_LIBDIR}/resources/defaults.yaml +${GEM_HOME}/specifications/mongrel_upload_progress-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/resources +@dirrm ${GEM_LIBDIR}/lib/mongrel_upload_progress +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR} diff --git a/www/mongrel-upload-progress/distinfo b/www/mongrel-upload-progress/distinfo new file mode 100644 index 00000000000..732e953cf78 --- /dev/null +++ b/www/mongrel-upload-progress/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:25:54 jlam Exp $ + +SHA1 (mongrel_upload_progress-0.2.2.gem) = 7a40e6d0bfcfaa055681a3575f152df63261f676 +RMD160 (mongrel_upload_progress-0.2.2.gem) = a257f8b7ddae0719e045e64c64230e26324f3302 +Size (mongrel_upload_progress-0.2.2.gem) = 8704 bytes |