From owner-cvs-ports@FreeBSD.ORG Tue May 3 01:44:32 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B981065675; Tue, 3 May 2011 01:44:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7588FC16; Tue, 3 May 2011 01:44:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p431iWco064246; Tue, 3 May 2011 01:44:32 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p431iWnJ064245; Tue, 3 May 2011 01:44:32 GMT (envelope-from amdmi3) Message-Id: <201105030144.p431iWnJ064245@repoman.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 May 2011 01:44:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/mkgmap-splitter Makefile distinfo pkg-descr pkg-plist ports/astro/mkgmap-splitter/files splitter.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 01:44:32 -0000 amdmi3 2011-05-03 01:44:32 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/mkgmap-splitter Makefile distinfo pkg-descr pkg-plist astro/mkgmap-splitter/files splitter.sh.in Log: The format used for Garmin maps has, in effect, a maximum size, meaning that you have to split an .osm file that contains large well mapped regions into a number of smaller tiles. This program does that. WWW: http://www.mkgmap.org.uk/page/tile-splitter Revision Changes Path 1.157 +1 -0 ports/astro/Makefile 1.1 +40 -0 ports/astro/mkgmap-splitter/Makefile (new) 1.1 +2 -0 ports/astro/mkgmap-splitter/distinfo (new) 1.1 +7 -0 ports/astro/mkgmap-splitter/files/splitter.sh.in (new) 1.1 +6 -0 ports/astro/mkgmap-splitter/pkg-descr (new) 1.1 +10 -0 ports/astro/mkgmap-splitter/pkg-plist (new)