Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 12:42:21 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133810: [NEW PORT]graphics/deegree-wps:Deegree Web Processing Service(WPS)
Message-ID:  <200904171242.n3HCgLjI000143@www.freebsd.org>
Resent-Message-ID: <200904171250.n3HCo1OX014811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133810
>Category:       ports
>Synopsis:       [NEW PORT]graphics/deegree-wps:Deegree Web Processing Service(WPS)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 17 12:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1  i386
>Description:
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 WPS is able to process Feature Collections based on arbitrary
processes. OGC's WPS (Schut & Whiteside 2005) specification describes
WPS as follows: "WPS defines a standardized interface that facilitates
the publishing of geospatial processes, and the discovery of and binding
to those processes by clients. "Processes" include any algorithm,
calculation or model that operates on spatially referenced data.
"Publishing" means making available machine-readable binding
information as well as human-readable metadata that allows service
discovery and use."

WWW: http://www.deegree.org/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	deegree-wps
#	deegree-wps/distinfo
#	deegree-wps/Makefile
#	deegree-wps/pkg-descr
#	deegree-wps/pkg-message
#
echo c - deegree-wps
mkdir -p deegree-wps > /dev/null 2>&1
echo x - deegree-wps/distinfo
sed 's/^X//' >deegree-wps/distinfo << '4b649caa9116a9706aa8b4518d7b2123'
XMD5 (deegree-wps_v2_2.zip) = fc741793889206afbdfcd0bb236cd654
XSHA256 (deegree-wps_v2_2.zip) = 835824925db50e7617683c84d08d1678b923731c116e69fa574443a8d299dbaf
XSIZE (deegree-wps_v2_2.zip) = 8132883
4b649caa9116a9706aa8b4518d7b2123
echo x - deegree-wps/Makefile
sed 's/^X//' >deegree-wps/Makefile << 'fd4648f110eb053af1adcb31e80c24db'
X# New ports collection makefile for:    deegree-wps
X# Date created:         17 April, 2009
X# Whom:                 wenheping@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wps
XPORTVERSION=	2.2
XCATEGORIES=	graphics java
XMASTER_SITES=	http://download.deegree.org/deegree${PORTVERSION}/
XPKGNAMEPREFIX=	deegree-
XDISTNAME=	${PKGNAMEPREFIX}${PORTNAME}_v${PORTVERSION:S/./_/}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Deegree Web Processing Service(WPS)
X
XRUN_DEPENDS=	${TOMCATDIR}:${PORTSDIR}/www/tomcat55
X
XUSE_ZIP=	yes
XUSE_JAVA=	1.5+
X
XNO_BUILD=	yes
XTOMCATVER=	tomcat5.5
XTOMCATDIR=	${PREFIX}/${TOMCATVER}
XTOMCATOWN=	www
XTOMCATGRP=	www
XWEBAPPDIR=	${TOMCATDIR}/webapps
XPORTDOCS=	*
XDOCSDIR=	${PREFIX}/share/doc/deegree-wps
XPLIST_FILES=	${TOMCATVER}/webapps/deegree-wps.war
X
Xdo-install:
X	cd ${WRKDIR} && \
X		${INSTALL} -g ${TOMCATGRP} -o ${TOMCATOWN} -m 444 deegree-wps.war ${WEBAPPDIR};
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/README_WPS.txt ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/deegree_wps_documentation_en.pdf ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
fd4648f110eb053af1adcb31e80c24db
echo x - deegree-wps/pkg-descr
sed 's/^X//' >deegree-wps/pkg-descr << '8b1c73a0c76b69bbd69dbe45c3cff16f'
XDeegree is a Java Framework offering the main building blocks for
XSpatial Data Infrastructures (SDIs). Its entire architecture is
Xdeveloped using standards of the Open Geospatial Consortium (OGC) and
XISO Technical Committee 211-Geographic information/Geoinformatics
X(ISO/TC 211). deegree encompasses OGC Web Services as well as clients.
Xdeegree is Free Software protected by the GNU Lesser General Public
XLicense (GNU LGPL) and is accessible at http://www.deegree.org.
X
XDeegree's WPS is able to process Feature Collections based on arbitrary
Xprocesses. OGC's WPS (Schut & Whiteside 2005) specification describes
XWPS as follows: "WPS defines a standardized interface that facilitates
Xthe publishing of geospatial processes, and the discovery of and binding
Xto those processes by clients. "Processes" include any algorithm,
Xcalculation or model that operates on spatially referenced data.
X"Publishing" means making available machine-readable binding
Xinformation as well as human-readable metadata that allows service
Xdiscovery and use."
X
XWWW: http://www.deegree.org/
8b1c73a0c76b69bbd69dbe45c3cff16f
echo x - deegree-wps/pkg-message
sed 's/^X//' >deegree-wps/pkg-message << 'e27eab17ba3dbd550e3ab8a0b234ba2b'
X==========================================================================
XTo start DeeGree correctly, please set the variable JAVA_OPTS with:
X
Xsetenv JAVA_OPTS "-server -Xms256m -Xmx512m"
X
XNow you should start your Tomcat server and browse with:
X   http://your-server:8180/deegree-wcs
X
XEnjoy it !
X==========================================================================
e27eab17ba3dbd550e3ab8a0b234ba2b
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904171242.n3HCgLjI000143>