pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/merb-assets Initial import of merb-assets-0.9.2 as...
details: https://anonhg.NetBSD.org/pkgsrc/rev/937ae7496e7d
branches: trunk
changeset: 540538:937ae7496e7d
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Apr 04 15:23:23 2008 +0000
description:
Initial import of merb-assets-0.9.2 as www/merb-assets.
This package contains a plugin for the Merb framework that provides
support for handling assets and asset bundling.
The key to making a fast web application is to reduce both the amount
of data transfered and the number of client-server interactions. While
having many small, module Javascript or stylesheet files aids in the
development process, your web application will benefit from bundling
those assets in the production environment.
An asset bundle is a set of asset files which are combined into a single
file. This reduces the number of requests required to render a page,
and can reduce the amount of data transfer required if you're using gzip
encoding.
diffstat:
www/merb-assets/DESCR | 15 +++++++++++++++
www/merb-assets/Makefile | 13 +++++++++++++
www/merb-assets/PLIST | 13 +++++++++++++
www/merb-assets/distinfo | 6 ++++++
4 files changed, 47 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r d37eed45a919 -r 937ae7496e7d www/merb-assets/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-assets/DESCR Fri Apr 04 15:23:23 2008 +0000
@@ -0,0 +1,15 @@
+This package contains a plugin for the Merb framework that provides
+support for handling assets and asset bundling.
+
+The key to making a fast web application is to reduce both the amount
+of data transfered and the number of client-server interactions. While
+having many small, module Javascript or stylesheet files aids in the
+development process, your web application will benefit from bundling
+those assets in the production environment.
+
+An asset bundle is a set of asset files which are combined into a single
+file. This reduces the number of requests required to render a page,
+and can reduce the amount of data transfer required if you're using gzip
+encoding.
+
+
diff -r d37eed45a919 -r 937ae7496e7d www/merb-assets/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-assets/Makefile Fri Apr 04 15:23:23 2008 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:23:23 jlam Exp $
+
+DISTNAME= merb-assets-0.9.2
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.merbivore.com/
+COMMENT= Merb plugin that provides helpers for assets and asset bundling
+
+DEPENDS+= merb-core>=0.9.2:../../www/merb-core
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d37eed45a919 -r 937ae7496e7d www/merb-assets/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-assets/PLIST Fri Apr 04 15:23:23 2008 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:23:23 jlam Exp $
+${GEM_HOME}/cache/merb-assets-${PKGVERSION}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/lib/merb-assets.rb
+${GEM_LIBDIR}/lib/merb-assets/assets.rb
+${GEM_LIBDIR}/lib/merb-assets/assets_mixin.rb
+${GEM_HOME}/specifications/merb-assets-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/lib/merb-assets
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff -r d37eed45a919 -r 937ae7496e7d www/merb-assets/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-assets/distinfo Fri Apr 04 15:23:23 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:23:23 jlam Exp $
+
+SHA1 (merb-assets-0.9.2.gem) = c98dfa5a7cbd5fcaf39a05d37b993ad5df316f2d
+RMD160 (merb-assets-0.9.2.gem) = ffc29c8b818359ef7386b064801c433e7cf7dd12
+Size (merb-assets-0.9.2.gem) = 11776 bytes
+SHA1 (patch-aa) = 65d9c04666980ad9a267eadb32eaafef4f16a57a
Home |
Main Index |
Thread Index |
Old Index