summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-21 16:24:14 +0000
committerjlam <jlam@pkgsrc.org>2008-04-21 16:24:14 +0000
commit73d39bc25d1fd830a4d853192d87543ce1de66b6 (patch)
treefb5739eff2f417ffaba322321bc7e89fd9bbdfc1 /www
parenteb7f7fc68d60019b1d28b13a6b1c03c9d6190d42 (diff)
downloadpkgsrc-73d39bc25d1fd830a4d853192d87543ce1de66b6.tar.gz
Update www/heel to 1.0.0. Changes from version 0.6.0 include converting
heel into a Rack application built on top of Thin.
Diffstat (limited to 'www')
-rw-r--r--www/heel/DESCR10
-rw-r--r--www/heel/Makefile8
-rw-r--r--www/heel/PLIST29
-rw-r--r--www/heel/distinfo8
4 files changed, 34 insertions, 21 deletions
diff --git a/www/heel/DESCR b/www/heel/DESCR
index 603926a778c..a0542e29e29 100644
--- a/www/heel/DESCR
+++ b/www/heel/DESCR
@@ -1,5 +1,5 @@
-Heel is a mongrel based web server to quickly and easily serve up the
-contents of a directory as webpages. Beyond just serving up webpages
-heel uses an ERB template and famfamfam icons to create useful index
-pages. And to make things even easier it launches your browser for
-you so no cut and paste necessary.
+Heel is a small static web server for use when you need a quick web
+server for a directory. Heel is built using Rack and Thin. Beyond just
+serving up webpages, heel uses an ERB template and famfamfam icons to
+create useful index pages. And to make things even easier it launches
+your browser for you so no cut and paste necessary.
diff --git a/www/heel/Makefile b/www/heel/Makefile
index 4103e8b5fc4..26666e700a0 100644
--- a/www/heel/Makefile
+++ b/www/heel/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:22:53 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/21 16:24:14 jlam Exp $
-DISTNAME= heel-0.6.0
+DISTNAME= heel-1.0.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://copiousfreetime.rubyforge.org/heel/
-COMMENT= Static file web server based on mongrel
+COMMENT= Static file web server based on Rack and Thin
-DEPENDS+= mongrel>=1.0.1:../../www/mongrel
+DEPENDS+= thin>=0.7.0:../../www/thin
DEPENDS+= rake>=0.7.3:../../devel/rake
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=0.7.4.215:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.0:../../misc/ruby-launchy
diff --git a/www/heel/PLIST b/www/heel/PLIST
index 8d248529723..5b042974d4c 100644
--- a/www/heel/PLIST
+++ b/www/heel/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:22:53 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/04/21 16:24:14 jlam Exp $
bin/heel
${GEM_HOME}/cache/heel-${PKGVERSION}.gem
-${GEM_LIBDIR}/CHANGES
+${GEM_LIBDIR}/HISTORY
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/bin/heel
@@ -26,18 +26,31 @@ ${GEM_LIBDIR}/data/famfamfam/icons/xhtml.png
${GEM_LIBDIR}/data/famfamfam/readme.html
${GEM_LIBDIR}/data/famfamfam/readme.txt
${GEM_LIBDIR}/data/listing.rhtml
+${GEM_LIBDIR}/gemspec.rb
${GEM_LIBDIR}/lib/heel.rb
-${GEM_LIBDIR}/lib/heel/dir_handler.rb
-${GEM_LIBDIR}/lib/heel/error_handler.rb
-${GEM_LIBDIR}/lib/heel/gemspec.rb
+${GEM_LIBDIR}/lib/heel/configuration.rb
+${GEM_LIBDIR}/lib/heel/directory_indexer.rb
+${GEM_LIBDIR}/lib/heel/error_response.rb
+${GEM_LIBDIR}/lib/heel/logger.rb
+${GEM_LIBDIR}/lib/heel/mime_map.rb
+${GEM_LIBDIR}/lib/heel/rackapp.rb
+${GEM_LIBDIR}/lib/heel/request.rb
${GEM_LIBDIR}/lib/heel/server.rb
-${GEM_LIBDIR}/lib/heel/specification.rb
${GEM_LIBDIR}/lib/heel/version.rb
-${GEM_LIBDIR}/spec/dir_handler_spec.rb
-${GEM_LIBDIR}/spec/error_handler_spec.rb
+${GEM_LIBDIR}/spec/configuration_spec.rb
+${GEM_LIBDIR}/spec/directory_indexer_spec.rb
+${GEM_LIBDIR}/spec/rackapp_spec.rb
${GEM_LIBDIR}/spec/server_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/tasks/announce.rake
+${GEM_LIBDIR}/tasks/config.rb
+${GEM_LIBDIR}/tasks/distribution.rake
+${GEM_LIBDIR}/tasks/documentation.rake
+${GEM_LIBDIR}/tasks/rspec.rb
+${GEM_LIBDIR}/tasks/rubyforge.rb
+${GEM_LIBDIR}/tasks/utils.rb
${GEM_HOME}/specifications/heel-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/tasks
@dirrm ${GEM_LIBDIR}/spec
@dirrm ${GEM_LIBDIR}/lib/heel
@dirrm ${GEM_LIBDIR}/lib
diff --git a/www/heel/distinfo b/www/heel/distinfo
index efcf9dc06bb..5902e5def8a 100644
--- a/www/heel/distinfo
+++ b/www/heel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:22:53 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/04/21 16:24:14 jlam Exp $
-SHA1 (heel-0.6.0.gem) = 6ec097853c4ee0bfee9203ebeb1fe2a04307b4ee
-RMD160 (heel-0.6.0.gem) = ca9a4c846e654ac476ef39ecd335a160af79f6f2
-Size (heel-0.6.0.gem) = 43520 bytes
+SHA1 (heel-1.0.0.gem) = c5903df3e65898e373a3214664557f4ad8c93251
+RMD160 (heel-1.0.0.gem) = af879a1e621fb95aa2753ad5f4217da0b8583b08
+Size (heel-1.0.0.gem) = 47104 bytes