debian/0000755000000000000000000000000012264077732007200 5ustar debian/docs0000644000000000000000000000005212264075722010045 0ustar README.md benchmark/node-static-0.3.0.txt debian/manpages0000644000000000000000000000002512264077161010707 0ustar debian/node-static.1 debian/examples0000644000000000000000000000001312264075417010731 0ustar examples/* debian/README.source0000644000000000000000000000115212264075417011354 0ustar git-buildpackage layout merged with upstream git ================================================ * First add the upstream repository as a remote: `git remote add upstream git@github.com:cloudhead/node-static.git` * Then for each update, make sure the repository is up to date with upstream repository: `git fetch upstream` and import tarball with the latest upstream tag: `git-import-orig --uscan --pristine-tar --sign-tags --upstream-vcs-tag v0.7.3` See also: https://wiki.debian.org/PackagingWithGit https://wiki.debian.org/CDBS%2Bgit-buildpackage http://www.eyrie.org/~eagle/journal/2013-04/001.html debian/watch0000644000000000000000000000023712264075417010231 0ustar version=3 opts=uversionmangle=s/v?(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ https://github.com/cloudhead/node-static/tags .*/v(\d\S*)\.tar\.gz debian/control0000644000000000000000000000170212264077565010607 0ustar Source: node-static Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 9), nodejs Standards-Version: 3.9.5 Homepage: https://github.com/cloudhead/node-static Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-static.git Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-static.git Package: node-static Architecture: all Depends: ${misc:Depends}, nodejs, node-optimist, node-colors, node-mime Recommends: javascript-common Description: RFC2616 compliant HTTP static-file server module with caching node-static has an in-memory file cache, making it highly efficient. It understands and supports conditional GET and HEAD requests. It was inspired by some of the other static-file serving modules, such as node-paperboy and antinode. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000262412264077655011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: node-static Source: https://github.com/cloudhead/node-static Files: * Copyright: 2010-2013 Alexis Sellier License: Expat Files: debian/* Copyright: 2013 Tonnerre Lombard 2014 Jérémy Lal License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/links0000644000000000000000000000007212264075417010240 0ustar usr/lib/nodejs/node-static/bin/cli.js usr/bin/node-static debian/install0000644000000000000000000000014612264075417010570 0ustar bin usr/lib/nodejs/node-static lib usr/lib/nodejs/node-static package.json usr/lib/nodejs/node-static debian/source/0000755000000000000000000000000012264075417010476 5ustar debian/source/format0000644000000000000000000000001412264075417011704 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212264075417010374 0ustar 9 debian/rules0000755000000000000000000000024212264075417010254 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: dh_install sed -i '1c#!/usr/bin/nodejs' $(CURDIR)/debian/node-static/usr/lib/nodejs/node-static/bin/cli.js debian/node-static.10000644000000000000000000000115312264077113011465 0ustar .TH "NODE\-STATIC" "1" "January 2014" "" "" .SH "NAME" \fBnode-static\fR \- rfc 2616 compliant streaming file server .SH SYNOPSIS .P .RS 2 .EX node\-static [\-p ] [] .EE .RE .SH OPTIONS .RS 0 .IP \(bu 2 \-\-port, \-p .br TCP port at which the files will be served .br [default: 8080] .IP \(bu 2 \-\-cache, \-c .br "Cache\-Control" header setting .br [default: 3600] .IP \(bu 2 \-\-headers, \-H .br additional headers in JSON format .IP \(bu 2 \-\-header\-file, \-f .br JSON file of additional headers .IP \(bu 2 \-\-help, \-h .br display help .IP \(bu 2 \-\-version, \-v .br node\-static version .RE debian/changelog0000644000000000000000000000023312264077732011050 0ustar node-static (0.7.3-1) unstable; urgency=low * Initial release. (Closes: #733772) -- Jérémy Lal Sat, 11 Jan 2014 00:18:08 +0100