debian/0000755000000000000000000000000011425353231007165 5ustar debian/cakephp-instaweb.install0000644000000000000000000000003211425353227014002 0ustar cakephp-instaweb usr/bin/ debian/cakephp-instaweb.manpages0000644000000000000000000000002211425353227014126 0ustar debian/manpages/* debian/rules0000755000000000000000000000003511425353227010250 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011425353227010472 5ustar debian/source/format0000644000000000000000000000001411425353227011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000266111425353227011051 0ustar cakephp-instaweb (0.5-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.1. * Use '3.0 (quilt)' source format. -- Chris Lamb Sun, 01 Aug 2010 16:18:09 -0400 cakephp-instaweb (0.4-1) unstable; urgency=low * New upstream release. * Move to non-native package. - Update Git repository locations * Move to debhelper 7. * Add missing ${misc:Depends} Depends: substitution. * Use © symbol over "(C)" to appease Lintian. * Add Homepage field. * Move to entirely machine-readable debian/copyright, specifying GPLv3 instead of merely 'GPL' for Debian packaging. * Move from XS-Vcs-{Browse,Git} -> Vcs-{Browse,Git}. * New maintainer email address. -- Chris Lamb Sat, 21 Feb 2009 12:57:21 +0000 cakephp-instaweb (0.3) unstable; urgency=low * Rework packaging to use debhelper instead of CDBS * Move to machine-parsable debian/copyright * debian/control: - Simply Depend: on cakephp now that the cakephp1.2 is obsolete - Bump Standards-Version to 3.8.0 -- Chris Lamb Fri, 06 Jun 2008 13:00:55 +0100 cakephp-instaweb (0.2) unstable; urgency=low * Add cakephp1.2 to Recommends:. -- Chris Lamb Mon, 24 Sep 2007 17:54:47 +0100 cakephp-instaweb (0.1) unstable; urgency=low * Initial release. (Closes: #442317) -- Chris Lamb Sat, 15 Sep 2007 02:06:01 +0100 debian/manpages/0000755000000000000000000000000011425353227010765 5ustar debian/manpages/cakephp-instaweb.10000644000000000000000000000256711425353227014306 0ustar .TH CAKEPHP-INSTAWEB 1 "September 15, 2007" .SH NAME cakephp-instaweb \- lightweight HTTP server for developing CakePHP applications .SH SYNOPSIS .B cakephp-instaweb .RI [\-p\ PORT]\ [\-i\ INTERFACE]\ [-r]\ [-q]\ [] .SH DESCRIPTION \fBcakephp-instaweb\fP is a lightweight web server designed for quick development of CakePHP web applications. .PP It is designed to be reasonably intelligent in locating your application's webroot folder: running the program from somewhere near your application's "app" folder without specifying a webroot argument will start a small web server on port 3000 that will point at your application. .PP (If \fBcakephp-instaweb\fP is unsuccessful in locating your application, or you wish to start the server from a different folder, you can specify a precise application webroot location on the command line.) .SH OPTIONS .TP .B \--port, \-p Specify which port to run on. (default: 3000) .TP .B \--interface, \-i Specify which interface to run on. (default: 127.0.0.1) .TP .B \--disable-rewrite, \-r Disables Apache-style rewriting of URLs. You will need to enable the BASE_URL configuration variable in app/config/core.php for URLs to function correctly after disabling rewrites. .TP .B \--quiet, \-q Make as little noise as possible. .TP .B \-help, \-h Shows help message. .SH AUTHOR \fBcakephp-instaweb\fP was written by Chris Lamb . debian/copyright0000644000000000000000000000402211425353227011123 0ustar Author: Chris Lamb Download: http://chris-lamb.co.uk/projects/cakephp-instaweb Files: * Copyright: © 2007, 2009 Chris Lamb License: MIT-other 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. Files: debian/ Copyright: © 2007, 2008, 2009 Chris Lamb License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems the full text of the GPL-3 may be found in the file `/usr/share/common-licenses/GPL-3`. debian/compat0000644000000000000000000000000211425353227010370 0ustar 7 debian/control0000644000000000000000000000152311425353227010576 0ustar Source: cakephp-instaweb Section: web Priority: optional Maintainer: Chris Lamb Build-Depends: debhelper (>= 7) Standards-Version: 3.9.1 Homepage: http://chris-lamb.co.uk/projects/cakephp-instaweb Vcs-Git: git://git.chris-lamb.co.uk/debian/pk-cakephp-instaweb.git Vcs-Browse: http://git.chris-lamb.co.uk/?p=debian/pkg-cakephp-instaweb.git Package: cakephp-instaweb Architecture: all Depends: ${misc:Depends}, php5-cgi, python, python-twisted-web, cakephp Description: Development webserver for CakePHP applications CakePHP is a flexible model-view-controller rapid application development framework for PHP inspired by Ruby on Rails. . This package contains a tiny Python-based webserver suitable for quick development of CakePHP applications, similar to Django's 'runserver' and the 'script/server' script in Ruby on Rails. debian/watch0000644000000000000000000000014111425353227010217 0ustar version=3 http://chris-lamb.co.uk/releases/cakephp-instaweb/LATEST/ cakephp-instaweb-(.*).tar.gz