diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:23:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:23:23 +0000 |
commit | 4f4e681c8280fa04a4c04c78f0ac05376b1efee0 (patch) | |
tree | 2fd93593c1d0ad217630eceb18287fedb5ba190c /www/merb-assets | |
parent | 37633d71457bbfd33c96ea15012372fe8d818348 (diff) | |
download | pkgsrc-4f4e681c8280fa04a4c04c78f0ac05376b1efee0.tar.gz |
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 (limited to 'www/merb-assets')
-rw-r--r-- | www/merb-assets/DESCR | 15 | ||||
-rw-r--r-- | www/merb-assets/Makefile | 13 | ||||
-rw-r--r-- | www/merb-assets/PLIST | 13 | ||||
-rw-r--r-- | www/merb-assets/distinfo | 6 |
4 files changed, 47 insertions, 0 deletions
diff --git a/www/merb-assets/DESCR b/www/merb-assets/DESCR new file mode 100644 index 00000000000..86d3c6d44d2 --- /dev/null +++ b/www/merb-assets/DESCR @@ -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 --git a/www/merb-assets/Makefile b/www/merb-assets/Makefile new file mode 100644 index 00000000000..ad94e92aa1a --- /dev/null +++ b/www/merb-assets/Makefile @@ -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 +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 --git a/www/merb-assets/PLIST b/www/merb-assets/PLIST new file mode 100644 index 00000000000..df770da91a0 --- /dev/null +++ b/www/merb-assets/PLIST @@ -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 --git a/www/merb-assets/distinfo b/www/merb-assets/distinfo new file mode 100644 index 00000000000..34c2b37de24 --- /dev/null +++ b/www/merb-assets/distinfo @@ -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 |