pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mongrel-upload-progress Initial import of mongrel-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10f295ba8583
branches:  trunk
changeset: 540564:10f295ba8583
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 04 15:25:54 2008 +0000

description:
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:

 www/mongrel-upload-progress/DESCR    |   2 ++
 www/mongrel-upload-progress/Makefile |  17 +++++++++++++++++
 www/mongrel-upload-progress/PLIST    |  15 +++++++++++++++
 www/mongrel-upload-progress/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r e4f5513e4b09 -r 10f295ba8583 www/mongrel-upload-progress/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mongrel-upload-progress/DESCR Fri Apr 04 15:25:54 2008 +0000
@@ -0,0 +1,2 @@
+This package is a Mongrel plugin to keep track of the status of all
+currently processing file uploads.
diff -r e4f5513e4b09 -r 10f295ba8583 www/mongrel-upload-progress/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mongrel-upload-progress/Makefile      Fri Apr 04 15:25:54 2008 +0000
@@ -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@localhost
+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 -r e4f5513e4b09 -r 10f295ba8583 www/mongrel-upload-progress/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mongrel-upload-progress/PLIST Fri Apr 04 15:25:54 2008 +0000
@@ -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 -r e4f5513e4b09 -r 10f295ba8583 www/mongrel-upload-progress/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mongrel-upload-progress/distinfo      Fri Apr 04 15:25:54 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index