From nobody@FreeBSD.org  Fri Apr 17 11:00:55 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 03B70106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Apr 2009 11:00:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E56AE8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Apr 2009 11:00:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3HB0s9N018048
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Apr 2009 11:00:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3HB0sPx018047;
	Fri, 17 Apr 2009 11:00:54 GMT
	(envelope-from nobody)
Message-Id: <200904171100.n3HB0sPx018047@www.freebsd.org>
Date: Fri, 17 Apr 2009 11:00:54 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]graphics/deegree-wfs:Deegree Web Feature Service(WFS)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133806
>Category:       ports
>Synopsis:       [NEW PORT]graphics/deegree-wfs:Deegree Web Feature Service(WFS)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 17 11:10:00 UTC 2009
>Closed-Date:    Thu Apr 23 09:20:24 UTC 2009
>Last-Modified:  Thu Apr 23 09:30:03 UTC 2009
>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 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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 17 11:55:48 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133806 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Apr 23 09:20:23 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133806 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133806: commit references a PR
Date: Thu, 23 Apr 2009 09:20:40 +0000 (UTC)

 miwi        2009-04-23 09:20:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/deegree-wfs Makefile distinfo pkg-descr pkg-message 
   Log:
   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
   
   Revision  Changes    Path
   1.1244    +1 -0      ports/graphics/Makefile
   1.1       +46 -0     ports/graphics/deegree-wfs/Makefile (new)
   1.1       +3 -0      ports/graphics/deegree-wfs/distinfo (new)
   1.1       +5 -0      ports/graphics/deegree-wfs/pkg-descr (new)
   1.1       +10 -0     ports/graphics/deegree-wfs/pkg-message (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
