pkgsrc/www/camping/PLIST
jlam e38c8a0f2b Initial import of camping-1.5 as www/camping.
Camping is a web framework which consistently stays at less than 4kb
of code.  You can probably view the complete source code on a single
page.  But, you know, it's so small that, if you think about it, what
can it really do?

The idea here is to store a complete fledgling web application in a
single file like many small CGIs.  But to organize it as a
Model-View-Controller application like Rails does.  You can then easily
move it to Rails once you've got it going.
2008-04-04 15:22:40 +00:00

30 lines
964 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:22:40 jlam Exp $
bin/camping
${GEM_HOME}/cache/camping-${PKGVERSION}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/camping
${GEM_LIBDIR}/doc/camping.1.gz
${GEM_LIBDIR}/examples/blog.rb
${GEM_LIBDIR}/examples/campsh.rb
${GEM_LIBDIR}/examples/tepee.rb
${GEM_LIBDIR}/extras/Camping.gif
${GEM_LIBDIR}/extras/flipbook_rdoc.rb
${GEM_LIBDIR}/extras/permalink.gif
${GEM_LIBDIR}/lib/camping-unabridged.rb
${GEM_LIBDIR}/lib/camping.rb
${GEM_LIBDIR}/lib/camping/db.rb
${GEM_LIBDIR}/lib/camping/fastcgi.rb
${GEM_LIBDIR}/lib/camping/reloader.rb
${GEM_LIBDIR}/lib/camping/session.rb
${GEM_LIBDIR}/lib/camping/webrick.rb
${GEM_HOME}/specifications/camping-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/lib/camping
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/extras
@dirrm ${GEM_LIBDIR}/examples
@dirrm ${GEM_LIBDIR}/doc
@dirrm ${GEM_LIBDIR}/bin
@dirrm ${GEM_LIBDIR}