Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 10:53:41 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133804: [NEW PORT]graphics/deegree-igeoportal:Browserbased Client Handling WMS, WFS and Proxy Service
Message-ID:  <200904171053.n3HArf0g008819@www.freebsd.org>
Resent-Message-ID: <200904171100.n3HB04fM063957@freefall.freebsd.org>

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

>Number:         133804
>Category:       ports
>Synopsis:       [NEW PORT]graphics/deegree-igeoportal:Browserbased Client Handling WMS, WFS and Proxy Service
>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:03 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 iGeoPortal is the web-based portal framework of deegree. It
offers visualization of geodata through a standard web browser like
Mozilla, Firefox or MSIE.

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-igeoportal
#	deegree-igeoportal/distinfo
#	deegree-igeoportal/Makefile
#	deegree-igeoportal/pkg-descr
#	deegree-igeoportal/pkg-message
#
echo c - deegree-igeoportal
mkdir -p deegree-igeoportal > /dev/null 2>&1
echo x - deegree-igeoportal/distinfo
sed 's/^X//' >deegree-igeoportal/distinfo << '962971780b09f6ca4869a66691774330'
XMD5 (igeoportal-std_v2_2.zip) = 44cbc07e3c4e61adf6721747bf964127
XSHA256 (igeoportal-std_v2_2.zip) = de4cfbbfabfbebb94a9dddf85f30c755ffe357a6618e657b0b9b09e6e2601200
XSIZE (igeoportal-std_v2_2.zip) = 15889141
962971780b09f6ca4869a66691774330
echo x - deegree-igeoportal/Makefile
sed 's/^X//' >deegree-igeoportal/Makefile << '6deaa60774c23250861f2dce97ad400d'
X# New ports collection makefile for:    deegree-igeoportal
X# Date created:         17 April, 2009
X# Whom:                 wenheping@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	igeoportal
XPORTVERSION=	2.2
XCATEGORIES=	graphics java
XMASTER_SITES=	http://download.deegree.org/deegree${PORTVERSION}/
XPKGNAMEPREFIX=	deegree-
XDISTNAME=	${PORTNAME}-std_v${PORTVERSION:S/./_/}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Browserbased Client Handling WMS, WFS and Proxy Service
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-igeoportal
XPLIST_FILES=	${TOMCATVER}/webapps/igeoportal-std.war
X
Xdo-install:
X	cd ${WRKDIR} && \
X		${INSTALL} -g ${TOMCATGRP} -o ${TOMCATOWN} -m 444 igeoportal-std.war ${WEBAPPDIR};
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/README_igeoportal.txt ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/deegree_igeoportal_documentation_en.pdf ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
6deaa60774c23250861f2dce97ad400d
echo x - deegree-igeoportal/pkg-descr
sed 's/^X//' >deegree-igeoportal/pkg-descr << '58f893bcc744009902ff460af4db5429'
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 iGeoPortal is the web-based portal framework of deegree. It
Xoffers visualization of geodata through a standard web browser like
XMozilla, Firefox or MSIE.
X
XWWW: http://www.deegree.org/
58f893bcc744009902ff460af4db5429
echo x - deegree-igeoportal/pkg-message
sed 's/^X//' >deegree-igeoportal/pkg-message << '4eb5f79d0dbe84b367f78058e27e478f'
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==========================================================================
4eb5f79d0dbe84b367f78058e27e478f
exit



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



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