debian/0000755000000000000000000000000011743360314007170 5ustar debian/rules0000755000000000000000000000060211743360314010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 TLDIR=$(CURDIR)/debian/tilelite %: dh $@ \ --with python2 override_dh_auto_install: dh_auto_install mv $(TLDIR)/usr/bin/liteserv.py $(TLDIR)/usr/bin/liteserv override_dh_fixperms: dh_fixperms chmod a-x $(CURDIR)/debian/tilelite/usr/share/doc/tilelite/examples/tiles_app.py debian/docs0000644000000000000000000000001311743360314010035 0ustar README.txt debian/liteserv.10000644000000000000000000000372211743360314011113 0ustar .TH LITESERV 1 "June 21, 2011" .SH NAME liteserv \- serve tiles using TileLite .SH SYNOPSIS .B liteserv .IR mapfile " [ options ] .SH DESCRIPTION This manual page documents briefly the \fBliteserv\fR command. \fBlitserv\fP is a development server that serves tiles rendered by Mapnik using TileLite. .SH OPTIONS .TP .B \-h, \-\-help Show summary of options. .TP \fB\-i \fIHOST\fR, \fB\-\-ip=\fIHOST\fR Specify an IP address to listen on (defaults to \fI0.0.0.0\fR/\fIlocalhost\fR). .TP \fB\-p \fIPORT\fR, \fB\-\-port=\fIPORT\fR Specify a custom port to run on: eg. \fI8080\fR. .TP \fB\-\-config=\fICONFIG\fR Specify the use of a custom TileLite config file to override default settings. By default looks for a file in the current directory called \fItilelite.cfg\fR. .TP \fB\-s \fISIZE\fR, \fB\-\-size=\fISIZE\fR Specify a custom tile size (defaults to \fI256\fR). .TP \fB\-b \fIBUFFER_SIZE\fR, \fB\-\-buffer\-size=\fIBUFFER_SIZE\fR Specify a custom map buffer_size (defaults to \fI128\fR). .TP \fB\-z \fIMAX_ZOOM\fR, \fB\-\-max\-zoom=\fIMAX_ZOOM\fR Max zoom level to support (defaults to \fI22\fR). .TP \fB\-f \fIFORMAT\fR, \fB\-\-format=\fIFORMAT\fR Specify a custom image format (\fIpng\fR or \fIjpeg\fR) (defaults to \fIpng\fR). .TP \fB\-\-paletted\fR Use paletted/8bit PNG (defaults to \fIFalse\fR). .TP \fB\-d \fIDEBUG\fR, \fB\-\-debug=\fIDEBUG\fR Run in debug mode (defaults to \fITrue\fR). .TP \fB\-c\fR, \fB\-\-caching\fR Turn on tile caching mode (defaults to \fIFalse\fR). .TP \fB\-\-cache\-path=\fICACHE_PATH\fR Path to tile cache directory (defaults to \fI/tmp\fR). .TP \fB\-\-cache\-force\fR Force regeneration of tiles while in caching mode (defaults to \fIFalse\fR). .TP \fB\-\-processes=\fINUM_PROCESSES\fR If \fBwerkzeug\fR is installed, number of rendering processes to allow. .SH SEE ALSO .SH AUTHOR TileLite was written by Dane Springmeyer . .PP This manual page was written by David Paleino , for the Debian project (and may be used by others). debian/watch0000644000000000000000000000012611743360314010220 0ustar version=3 http://pypi.python.org/packages/source/t/tilelite/tilelite-(\d+.*)\.tar\.gz debian/control0000644000000000000000000000152511743360314010576 0ustar Source: tilelite Section: web Priority: extra Maintainer: Debian GIS Project Uploaders: David Paleino , Debian OpenStreetMap Team Build-Depends: debhelper (>= 8.0.0) , python (>= 2.6.6-3~) Standards-Version: 3.9.3 Homepage: https://bitbucket.org/springmeyer/tilelite/wiki/Home Vcs-Git: git://git.debian.org/pkg-grass/tilelite.git Vcs-Browser: http://git.debian.org/?p=pkg-grass/tilelite.git Package: tilelite Architecture: all Depends: ${misc:Depends} , ${python:Depends} , python-mapnik2 Recommends: python-werkzeug Provides: python-tilelite Description: lightweight Mapnik tile-server TileLite is a lightweight Mapnik tile-server written as a WSGI application, designed to serve tiles in the OSM (OpenStreetMap)-scheme or the Google-scheme. debian/changelog0000644000000000000000000000046111743360314011043 0ustar tilelite (0.1.5-2) unstable; urgency=low * Fix dependency on python-mapnik(2). -- David Paleino Tue, 17 Apr 2012 23:29:43 +0200 tilelite (0.1.5-1) unstable; urgency=low * Initial release (Closes: #631182) -- David Paleino Sun, 15 Apr 2012 10:20:22 +0200 debian/copyright0000644000000000000000000000345111743360314011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: TileLite Source: https://bitbucket.org/springmeyer/tilelite/overview Files: * Copyright: © 2009-2010, Dane Springmeyer License: BSD-3 Files: debian/* Copyright: © 2012, David Paleino License: BSD-3 License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the author nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/manpages0000644000000000000000000000002211743360314010700 0ustar debian/liteserv.1 debian/examples0000644000000000000000000000003311743360314010725 0ustar demo/ utils/* tiles_app.py debian/source/0000755000000000000000000000000011743360314010470 5ustar debian/source/format0000644000000000000000000000001411743360314011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211743360314010366 0ustar 8