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/

PR:		ports/133806
Submitted by:	wenheping at gmail.com
This commit is contained in:
Martin Wilke 2009-04-23 09:20:31 +00:00
parent 9780f18e7f
commit 5915b00d97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232566
5 changed files with 65 additions and 0 deletions

View File

@ -93,6 +93,7 @@
SUBDIR += deegree-csw
SUBDIR += deegree-igeoportal
SUBDIR += deegree-wcs
SUBDIR += deegree-wfs
SUBDIR += demeter
SUBDIR += devil
SUBDIR += dia

View File

@ -0,0 +1,46 @@
# New ports collection makefile for: deegree-wfs
# Date created: 17 April, 2009
# Whom: wenheping@gmail.com
#
# $FreeBSD$
#
PORTNAME= wfs
PORTVERSION= 2.2
CATEGORIES= graphics java
MASTER_SITES= http://download.deegree.org/deegree${PORTVERSION}/
PKGNAMEPREFIX= deegree-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_v${PORTVERSION:S/./_/}
MAINTAINER= wenheping@gmail.com
COMMENT= Deegree Web Feature Service(WFS)
RUN_DEPENDS= ${TOMCATDIR}:${PORTSDIR}/www/tomcat55
USE_ZIP= yes
USE_JAVA= 1.5+
NO_BUILD= yes
TOMCATVER= tomcat5.5
TOMCATDIR= ${PREFIX}/${TOMCATVER}
TOMCATOWN= www
TOMCATGRP= www
WEBAPPDIR= ${TOMCATDIR}/webapps
PORTDOCS= *
DOCSDIR= ${PREFIX}/share/doc/deegree-wfs
PLIST_FILES= ${TOMCATVER}/webapps/deegree-wfs.war
do-install:
cd ${WRKDIR} && \
${INSTALL} -g ${TOMCATGRP} -o ${TOMCATOWN} -m 444 deegree-wfs.war ${WEBAPPDIR};
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/README_WFS.txt ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/deegree_wfs_documentation_en.pdf ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (deegree-wfs_v2_2.zip) = db012aad4fb970ab559af289fc66b0f2
SHA256 (deegree-wfs_v2_2.zip) = f42b48d3b98fcd9fbf155f47afd81ad82e6300a6aa800c316c419182598e36be
SIZE (deegree-wfs_v2_2.zip) = 18385899

View File

@ -0,0 +1,5 @@
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/

View File

@ -0,0 +1,10 @@
==========================================================================
To start DeeGree correctly, please set the variable JAVA_OPTS with:
setenv JAVA_OPTS "-server -Xms256m -Xmx512m"
Now you should start your Tomcat server and browse with:
http://your-server:8180/deegree-wcs
Enjoy it !
==========================================================================