From owner-cvs-ports@FreeBSD.ORG Thu Apr 23 09:17:47 2009 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 C91C71065675; Thu, 23 Apr 2009 09:17:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B83148FC1F; Thu, 23 Apr 2009 09:17:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3N9Hlik072587; Thu, 23 Apr 2009 09:17:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3N9HlVo072586; Thu, 23 Apr 2009 09:17:47 GMT (envelope-from miwi) Message-Id: <200904230917.n3N9HlVo072586@repoman.freebsd.org> From: Martin Wilke Date: Thu, 23 Apr 2009 09:17:47 +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/deegree-csw Makefile distinfo pkg-descr pkg-message 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: Thu, 23 Apr 2009 09:17:48 -0000 miwi 2009-04-23 09:17:47 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/deegree-csw Makefile distinfo pkg-descr pkg-message Log: Deegree is a Java Framework offering the main building blocks for Spatial Data Infrastructures (SDIs). Its entire architecture is developed using standards of the Open Geospatial Consortium (OGC) and ISO Technical Committee 211-Geographic information/Geoinformatics (ISO/TC 211). deegree encompasses OGC Web Services as well as clients. deegree is Free Software protected by the GNU Lesser General Public License (GNU LGPL) and is accessible at http://www.deegree.org. Deegree's Web Catalogue Service implementation (Catalogue Service - Web profile, therefore CS-W) is able to serve different metadata formats in parallel based on the same physical datastore. This is possible because deegree CS-W uses XSLT processing to transform requests as well as responses into the desired format. deegree CS-W does not contain its a data access modul of its own. It uses an OGC WFS (at the moment limited to deegree WFS) as datasource. So in future it will be possible to use deegree CS-W on top of any other OGC compliant WFS to offer catalogue functionalities. WWW: http://www.deegree.org/ PR: ports/133802 Submitted by: wenheping at gmail.com Revision Changes Path 1.1241 +1 -0 ports/graphics/Makefile 1.1 +46 -0 ports/graphics/deegree-csw/Makefile (new) 1.1 +3 -0 ports/graphics/deegree-csw/distinfo (new) 1.1 +19 -0 ports/graphics/deegree-csw/pkg-descr (new) 1.1 +10 -0 ports/graphics/deegree-csw/pkg-message (new)