pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/heel Update www/heel to 1.0.0. Changes from versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7420f7c690a
branches:  trunk
changeset: 541385:e7420f7c690a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 21 16:24:14 2008 +0000

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

 www/heel/DESCR    |  10 +++++-----
 www/heel/Makefile |   8 ++++----
 www/heel/PLIST    |  29 +++++++++++++++++++++--------
 www/heel/distinfo |   8 ++++----
 4 files changed, 34 insertions(+), 21 deletions(-)

diffs (99 lines):

diff -r 44a9cfc6e92b -r e7420f7c690a www/heel/DESCR
--- a/www/heel/DESCR    Mon Apr 21 16:09:42 2008 +0000
+++ b/www/heel/DESCR    Mon Apr 21 16:24:14 2008 +0000
@@ -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 -r 44a9cfc6e92b -r e7420f7c690a www/heel/Makefile
--- a/www/heel/Makefile Mon Apr 21 16:09:42 2008 +0000
+++ b/www/heel/Makefile Mon Apr 21 16:24:14 2008 +0000
@@ -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@localhost
 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 -r 44a9cfc6e92b -r e7420f7c690a www/heel/PLIST
--- a/www/heel/PLIST    Mon Apr 21 16:09:42 2008 +0000
+++ b/www/heel/PLIST    Mon Apr 21 16:24:14 2008 +0000
@@ -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/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 -r 44a9cfc6e92b -r e7420f7c690a www/heel/distinfo
--- a/www/heel/distinfo Mon Apr 21 16:09:42 2008 +0000
+++ b/www/heel/distinfo Mon Apr 21 16:24:14 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index