diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 01:10:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 01:10:33 +0000 |
commit | 789eae7ea7f741e58462e14af0f3f3b1e15b8185 (patch) | |
tree | 8a7b9638cddcfed5f97203e26b5ee137070b94dd /www | |
parent | d6e56be0b95bd922b5461c9456f7205659ff21d9 (diff) | |
download | pkgsrc-789eae7ea7f741e58462e14af0f3f3b1e15b8185.tar.gz |
Remove merb-assets, which is part of merb-* package family.
merb was integrated in Ruby on Rails 3.0 and these packages aren't
updated any more, so life of these packages are already ended.
Diffstat (limited to 'www')
-rw-r--r-- | www/merb-assets/DESCR | 15 | ||||
-rw-r--r-- | www/merb-assets/Makefile | 16 | ||||
-rw-r--r-- | www/merb-assets/PLIST | 17 | ||||
-rw-r--r-- | www/merb-assets/distinfo | 5 |
4 files changed, 0 insertions, 53 deletions
diff --git a/www/merb-assets/DESCR b/www/merb-assets/DESCR deleted file mode 100644 index 86d3c6d44d2..00000000000 --- a/www/merb-assets/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 31cac8f4700..00000000000 --- a/www/merb-assets/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2011/08/13 00:11:40 taca Exp $ - -DISTNAME= merb-assets-1.1.3 -CATEGORIES= www - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.merbivore.com/ -COMMENT= Merb plugin that provides helpers for assets and asset bundling -LICENSE= mit - -DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3<1.2:../../www/merb-core - -CONFLICTS+= merb-assets-[0-9]* - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/merb-assets/PLIST b/www/merb-assets/PLIST deleted file mode 100644 index 752382a336a..00000000000 --- a/www/merb-assets/PLIST +++ /dev/null @@ -1,17 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2010/09/12 02:36:18 taca Exp $ -${GEM_HOME}/cache/${GEM_NAME}.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_LIBDIR}/lib/merb-assets/version.rb -${GEM_LIBDIR}/spec/fixtures/images/merb.jpg -${GEM_LIBDIR}/spec/fixtures/javascripts/jquery.js -${GEM_LIBDIR}/spec/fixtures/stylesheets/style.css -${GEM_LIBDIR}/spec/merb-assets_spec.rb -${GEM_LIBDIR}/spec/spec.opts -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/merb-assets/distinfo b/www/merb-assets/distinfo deleted file mode 100644 index 062f938f40d..00000000000 --- a/www/merb-assets/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2010/09/12 02:36:18 taca Exp $ - -SHA1 (merb-assets-1.1.3.gem) = 751197569b239adf815931053d2d3f67e5975860 -RMD160 (merb-assets-1.1.3.gem) = dbf045ce63084f5dce8bb30c2ce87c41e71ca038 -Size (merb-assets-1.1.3.gem) = 33792 bytes |