From owner-cvs-all@FreeBSD.ORG Thu Mar 13 22:43:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2A51065672; Thu, 13 Mar 2008 22:43:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA1B88FC2A; Thu, 13 Mar 2008 22:43:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DMh5Er031748; Thu, 13 Mar 2008 22:43:05 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DMh5lZ031747; Thu, 13 Mar 2008 22:43:05 GMT (envelope-from gahr) Message-Id: <200803132243.m2DMh5lZ031747@repoman.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2008 22:43:05 +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/graphics Makefile ports/graphics/geoserver Makefile distinfo pkg-descr pkg-message pkg-plist ports/graphics/geoserver/files geoserver.sh.in patch-bin_shutdown.sh patch-bin_startup.sh 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: Thu, 13 Mar 2008 22:43:05 -0000 gahr 2008-03-13 22:43:04 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/geoserver Makefile distinfo pkg-descr pkg-message pkg-plist graphics/geoserver/files geoserver.sh.in patch-bin_shutdown.sh patch-bin_startup.sh Log: GeoServer is a GIS server. It is open source and it allows users to view and edit geographic data. GeoServer is a fully functional WFS-T and WMS server that follows the OGC specifications. GeoServer is a tool you can display maps on web pages, where the user can zoom and pan around. And it is used in conjunction with clients such as OpenLayers, Google Earth, UDig, GVSig and others. WWW: http://docs.codehaus.org/display/GEOS/Home PR: 121586 Submitted by: Wen heping Approved by: miwi (mentor) Revision Changes Path 1.1137 +1 -0 ports/graphics/Makefile 1.1 +45 -0 ports/graphics/geoserver/Makefile (new) 1.1 +3 -0 ports/graphics/geoserver/distinfo (new) 1.1 +15 -0 ports/graphics/geoserver/files/geoserver.sh.in (new) 1.1 +29 -0 ports/graphics/geoserver/files/patch-bin_shutdown.sh (new) 1.1 +29 -0 ports/graphics/geoserver/files/patch-bin_startup.sh (new) 1.1 +10 -0 ports/graphics/geoserver/pkg-descr (new) 1.1 +17 -0 ports/graphics/geoserver/pkg-message (new) 1.1 +938 -0 ports/graphics/geoserver/pkg-plist (new)