forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
= 2.1 === 19th Aug, 2010 (whyday) * Helpers#R now calls to_param on any object it passes in * Fix route generation issue with routes including "." (#22) * Improved tests * Improved 1.9 support * Camping::Server is now built upon Rack::Server * Add support for ERB, Haml etc through Tilt * Introducing Camping.options and Camping#set * Camping::Server only loads ActiveRecord when needed
- Loading branch information
taca
committed
Sep 15, 2013
1 parent
4bb573c
commit 4d00646
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# $NetBSD: Makefile,v 1.7 2013/03/14 16:18:12 taca Exp $ | ||
# $NetBSD: Makefile,v 1.8 2013/09/15 16:42:23 taca Exp $ | ||
|
||
DISTNAME= camping-2.1.531 | ||
DISTNAME= camping-2.1.532 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://camping.io/ | ||
COMMENT= Ruby micro-framework for web applications | ||
LICENSE= mit | ||
|
||
DEPENDS+= ${RUBY_PKGPREFIX}-mab>=0:../../textproc/ruby-mab | ||
DEPENDS+= ${RUBY_PKGPREFIX}-mab>=0.0.3:../../textproc/ruby-mab | ||
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0:../../www/ruby-rack | ||
|
||
CONFLICTS+= ruby[1-9][0-9]-camping-[0-9]* camping-[0-9]* | ||
CONFLICTS+= ruby[1-9][0-9]*-camping-[0-9]* camping-[0-9]* | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2013/03/14 16:18:13 taca Exp $ | ||
$NetBSD: distinfo,v 1.6 2013/09/15 16:42:23 taca Exp $ | ||
|
||
SHA1 (camping-2.1.531.gem) = 430cb95c52c82d727c6ba089b4a71a3a62b2577b | ||
RMD160 (camping-2.1.531.gem) = fd875f7e99d540d57843ae6fa1dd4e6f1701010f | ||
Size (camping-2.1.531.gem) = 375808 bytes | ||
SHA1 (camping-2.1.532.gem) = 3d34a10169a822e3946da6da885dd949a4ed3c7d | ||
RMD160 (camping-2.1.532.gem) = 40258c02af7ba95fb31d76a7243aacddacb529d0 | ||
Size (camping-2.1.532.gem) = 375808 bytes |