From owner-cvs-all@FreeBSD.ORG Fri Aug 25 16:09:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29DCA16A4E1; Fri, 25 Aug 2006 16:09:01 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF4343D4C; Fri, 25 Aug 2006 16:08:57 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PG8vpD093877; Fri, 25 Aug 2006 16:08:57 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PG8vvf093876; Fri, 25 Aug 2006 16:08:57 GMT (envelope-from sat) Message-Id: <200608251608.k7PG8vvf093876@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 25 Aug 2006 16:08:57 +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/tclgeomap Makefile distinfo pkg-descr pkg-plist ports/astro/tkgeomap Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 16:09:01 -0000 sat 2006-08-25 16:08:57 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/tclgeomap Makefile distinfo pkg-descr pkg-plist astro/tkgeomap Makefile distinfo pkg-descr pkg-plist Log: Add ports astro/tclgeomap and astro/tkgeomap: Tkgeomap is an open source set of extensions to the Tcl/Tk scripting language. It adds commands that read, manipulate, and display geographic data. It provides four packages: * tclgeomap - library written in C adds commands for basic geography calculations and data access. * tclgeomap_procs - library written in Tcl adds procedures that supplement tclgeomap. * tkgeomap - library written in C that adds the ability to draw maps * tkgeomap_procs - library written in Tcl adds procedures that supplement tkgeomap. WWW: http://www.tkgeomap.org/ Revision Changes Path 1.109 +2 -0 ports/astro/Makefile 1.1 +191 -0 ports/astro/tclgeomap/Makefile (new) 1.1 +3 -0 ports/astro/tclgeomap/distinfo (new) 1.1 +16 -0 ports/astro/tclgeomap/pkg-descr (new) 1.1 +12 -0 ports/astro/tclgeomap/pkg-plist (new) 1.1 +46 -0 ports/astro/tkgeomap/Makefile (new) 1.1 +3 -0 ports/astro/tkgeomap/distinfo (new) 1.1 +16 -0 ports/astro/tkgeomap/pkg-descr (new) 1.1 +8 -0 ports/astro/tkgeomap/pkg-plist (new)