ports/133806: [NEW PORT]graphics/deegree-wfs:Deegree Web Feature Service(WFS)

Wen Heping wenheping at gmail.com
Fri Apr 17 11:10:01 UTC 2009


>Number:         133806
>Category:       ports
>Synopsis:       [NEW PORT]graphics/deegree-wfs:Deegree Web Feature Service(WFS)
>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:10:00 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 at 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 WFS is able to serve vector and attribute data from different
data sources (backends) and deliver it to any client that is able to
perform WFS compliant HTTP-GET or POST requests.

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-wfs
#	deegree-wfs/distinfo
#	deegree-wfs/Makefile
#	deegree-wfs/pkg-descr
#	deegree-wfs/pkg-message
#
echo c - deegree-wfs
mkdir -p deegree-wfs > /dev/null 2>&1
echo x - deegree-wfs/distinfo
sed 's/^X//' >deegree-wfs/distinfo << 'a0055ed9727eceaa2039b8ea13045fe2'
XMD5 (deegree-wfs_v2_2.zip) = db012aad4fb970ab559af289fc66b0f2
XSHA256 (deegree-wfs_v2_2.zip) = f42b48d3b98fcd9fbf155f47afd81ad82e6300a6aa800c316c419182598e36be
XSIZE (deegree-wfs_v2_2.zip) = 18385899
a0055ed9727eceaa2039b8ea13045fe2
echo x - deegree-wfs/Makefile
sed 's/^X//' >deegree-wfs/Makefile << '0df9d800f7ebaf10683fef8cf38964f4'
X# New ports collection makefile for:    deegree-wfs
X# Date created:         17 April, 2009
X# Whom:                 wenheping at gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wfs
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 at gmail.com
XCOMMENT=	Deegree Web Feature Service(WFS)
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-wfs
XPLIST_FILES=	${TOMCATVER}/webapps/deegree-wfs.war
X
Xdo-install:
X	cd ${WRKDIR} && \
X		${INSTALL} -g ${TOMCATGRP} -o ${TOMCATOWN} -m 444 deegree-wfs.war ${WEBAPPDIR};
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/README_WFS.txt ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/deegree_wfs_documentation_en.pdf ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
0df9d800f7ebaf10683fef8cf38964f4
echo x - deegree-wfs/pkg-descr
sed 's/^X//' >deegree-wfs/pkg-descr << '30c0ca3779c7f900e2c8874c6d3bfa2d'
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 WFS is able to serve vector and attribute data from different
Xdata sources (backends) and deliver it to any client that is able to
Xperform WFS compliant HTTP-GET or POST requests.
X
XWWW: http://www.deegree.org/
30c0ca3779c7f900e2c8874c6d3bfa2d
echo x - deegree-wfs/pkg-message
sed 's/^X//' >deegree-wfs/pkg-message << '0c7e4cafac862b8a94d6306292b65d13'
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==========================================================================
0c7e4cafac862b8a94d6306292b65d13
exit



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



More information about the freebsd-ports-bugs mailing list