Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 10:57:49 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133805: [NEW PORT]graphics/deegree-wcs:Deegree Web Coverage Service(WCS)
Message-ID:  <200904171057.n3HAvnbx017571@www.freebsd.org>
Resent-Message-ID: <200904171100.n3HB04c3064002@freefall.freebsd.org>

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

>Number:         133805
>Category:       ports
>Synopsis:       [NEW PORT]graphics/deegree-wcs:Deegree Web Coverage Service(WCS)
>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 11:00:04 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 Web Coverage Service (WCS) is able to read coverages from
different storage formats and deliver it to any client that is able to
perform an according HTTP GET or POST request. At the moment supported
formats are limited to several raster data formats; but in general a
coverage has not to be a raster dataset at all.

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-wcs
#	deegree-wcs/distinfo
#	deegree-wcs/Makefile
#	deegree-wcs/pkg-descr
#	deegree-wcs/pkg-message
#
echo c - deegree-wcs
mkdir -p deegree-wcs > /dev/null 2>&1
echo x - deegree-wcs/distinfo
sed 's/^X//' >deegree-wcs/distinfo << 'd04e58d906546ac7d2a3da8f6b2176f7'
XMD5 (deegree-wcs_v2_2.zip) = 05663c70180b86a81b7f8f5f2bf218da
XSHA256 (deegree-wcs_v2_2.zip) = e5fafb3da71b65b63b9e7b44947d3c216fd49cf2fe8f2ee37bed172949ee1b97
XSIZE (deegree-wcs_v2_2.zip) = 121416846
d04e58d906546ac7d2a3da8f6b2176f7
echo x - deegree-wcs/Makefile
sed 's/^X//' >deegree-wcs/Makefile << '89a27c0eb31cb89453a728ed389b3b28'
X# New ports collection makefile for:    deegree-wcs
X# Date created:         17 April, 2009
X# Whom:                 wenheping@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wcs
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 Coverage Service(WCS)
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-wcs
XPLIST_FILES=	${TOMCATVER}/webapps/deegree-wcs.war
X
Xdo-install:
X	cd ${WRKDIR} && \
X		${INSTALL} -g ${TOMCATGRP} -o ${TOMCATOWN} -m 444 deegree-wcs.war ${WEBAPPDIR};
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/README_WCS.txt ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/deegree_wcs_documentation_en.pdf ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
89a27c0eb31cb89453a728ed389b3b28
echo x - deegree-wcs/pkg-descr
sed 's/^X//' >deegree-wcs/pkg-descr << 'ea908bc89c4a12b113e25a5a58487ec0'
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 Web Coverage Service (WCS) is able to read coverages from
Xdifferent storage formats and deliver it to any client that is able to
Xperform an according HTTP GET or POST request. At the moment supported
Xformats are limited to several raster data formats; but in general a
Xcoverage has not to be a raster dataset at all.
X
XWWW: http://www.deegree.org/
ea908bc89c4a12b113e25a5a58487ec0
echo x - deegree-wcs/pkg-message
sed 's/^X//' >deegree-wcs/pkg-message << '3573f2f25107715ee5bb65952ec2a1c2'
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==========================================================================
3573f2f25107715ee5bb65952ec2a1c2
exit



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



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