From nobody@FreeBSD.org  Sun May 10 02:25:44 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 20E44106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 02:25:44 +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 053268FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 02:25:44 +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 n4A2PhGd034336
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 02:25:43 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4A2PhbK034335;
	Sun, 10 May 2009 02:25:43 GMT
	(envelope-from nobody)
Message-Id: <200905100225.n4A2PhbK034335@www.freebsd.org>
Date: Sun, 10 May 2009 02:25:43 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]graphics/openjump:An open source GIS software written in Java
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134403
>Category:       ports
>Synopsis:       [NEW PORT]graphics/openjump:An open source GIS software written in Java
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 10 02:30:01 UTC 2009
>Closed-Date:    Sun May 10 18:22:17 UTC 2009
>Last-Modified:  Sun May 10 18: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:
OpenJUMP is an open source GIS software written in Java. It is based on
JUMP GIS by Vivid Solutions. It's features include:
    * It is a Vector GIS that can read rasters as well.
    * OpenJUMP is known to work on Windows, Linux and Mac platforms, but
should work on any operating system that runs Java 1.5 or later.
    * It is not just another free demo viewer, but you can edit, save,
analyze etc. with JUMP / OpenJUMP.
    * It works, even with medium size datasets, and with professional
touch.
    * It provides a GIS API with a flexible plugin structure, so that
new features are relatively easy to develope around the sound mapping
platform.
    * It utilises standards like GML, WMS and WFS.
    * It is already translated in English, Finnish, French, German,
Italian, Portugese and Spanish. The translation in other languages is in
progress.

WWW: http://www.openjump.org/

( openjump is based on jumpgis and it seems jumpgis stopped
developpment upstream, maybe repocopy from graphics/jumpgis
is better. )
>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:
#
#	openjump
#	openjump/Makefile
#	openjump/distinfo
#	openjump/pkg-descr
#	openjump/pkg-plist
#
echo c - openjump
mkdir -p openjump > /dev/null 2>&1
echo x - openjump/Makefile
sed 's/^X//' >openjump/Makefile << '24f39e9dd63de0095526fd79585164e2'
X# New ports collection makefile for:	openjump
X# Date created:				08 May, 2009
X# Whom:					Wen Heping<wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	openjump
XPORTVERSION=	1.3
XCATEGORIES=	graphics java geography
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=	jump-pilot
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	An open source GIS software written in Java
X
XTARGET_DIR=	${PREFIX}/${PORTNAME}
XUSE_JAVA=	yes
XJAVA_VERSION=	1.5+
XUSE_ZIP=	yes
XNO_BUILD=	yes
XPORTDOCS=	OJ_improvements_from_v1.2_to_v1.3.txt gpl2_license.txt \
X		Using_MrSIDPlugIn.txt apache_license.txt readme.txt
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	@${ECHO_CMD} "---> Installing JAR files"
X	${MKDIR} ${TARGET_DIR}/lib
X	${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib
X	${MKDIR} ${TARGET_DIR}/lib/ext
X	@cd ${WRKSRC}/lib/ext && ${COPYTREE_SHARE} . ${TARGET_DIR}/lib/ext
X	@${ECHO_MSG} "Installing startup script"
X	${MKDIR} ${TARGET_DIR}/bin
X	${INSTALL_SCRIPT} ${WRKSRC}/bin/openjump.sh ${TARGET_DIR}/bin/openjump
X	${INSTALL_DATA} ${WRKSRC}/bin/workbench-properties.xml ${TARGET_DIR}/bin/
X	${INSTALL_DATA} ${WRKSRC}/bin/default-plugins.xml ${TARGET_DIR}/bin/
X	${INSTALL_DATA} ${WRKSRC}/bin/log4j.xml ${TARGET_DIR}/bin/
X
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} "---> Installing documentation"
X	${MKDIR} ${DOCSDIR}
X.for i in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
X.endfor
X.else
X	@${ECHO_MSG} "---> Skipping documentation"
X.endif
X
X.include <bsd.port.post.mk>
24f39e9dd63de0095526fd79585164e2
echo x - openjump/distinfo
sed 's/^X//' >openjump/distinfo << 'd793b957e6e9ef81259c407211299126'
XMD5 (openjump-1.3.zip) = 71eafced5e08b641566f475b96996013
XSHA256 (openjump-1.3.zip) = 7e403e09be83329938b5a8a0f26f0977147cdce3829c58e5ca7e471a49874f1f
XSIZE (openjump-1.3.zip) = 12427236
d793b957e6e9ef81259c407211299126
echo x - openjump/pkg-descr
sed 's/^X//' >openjump/pkg-descr << 'ba3601d2e85a639053198b8f91ff2b4f'
XOpenJUMP is an open source GIS software written in Java. It is based on
XJUMP GIS by Vivid Solutions. It's features include:
X    * It is a Vector GIS that can read rasters as well.
X    * OpenJUMP is known to work on Windows, Linux and Mac platforms, but
Xshould work on any operating system that runs Java 1.5 or later.
X    * It is not just another free demo viewer, but you can edit, save,
Xanalyze etc. with JUMP / OpenJUMP.
X    * It works, even with medium size datasets, and with professional
Xtouch.
X    * It provides a GIS API with a flexible plugin structure, so that
Xnew features are relatively easy to develope around the sound mapping
Xplatform.
X    * It utilises standards like GML, WMS and WFS.
X    * It is already translated in English, Finnish, French, German, 
XItalian, Portugese and Spanish. The translation in other languages is in 
Xprogress.
X
XWWW: http://www.openjump.org/
ba3601d2e85a639053198b8f91ff2b4f
echo x - openjump/pkg-plist
sed 's/^X//' >openjump/pkg-plist << '700cd244c880c3ae461d1500087ead7a'
Xopenjump/bin/openjump
Xopenjump/bin/workbench-properties.xml
Xopenjump/bin/default-plugins.xml
Xopenjump/bin/log4j.xml
Xopenjump/lib/bsh-2.0b4.jar
Xopenjump/lib/Jama-1.0.1.jar
Xopenjump/lib/jdom.jar
Xopenjump/lib/jts-1.10.jar
Xopenjump/lib/xercesImpl.jar
Xopenjump/lib/xml-apis.jar
Xopenjump/lib/Buoy.jar
Xopenjump/lib/batik-all.jar
Xopenjump/lib/ermapper.jar
Xopenjump/lib/jai_codec.jar
Xopenjump/lib/jai_core.jar
Xopenjump/lib/jmatharray-20070905.jar
Xopenjump/lib/jython.jar
Xopenjump/lib/log4j-1.2.8.jar
Xopenjump/lib/openjump-api-1.3.jar
Xopenjump/lib/openjump-workbench-1.3.jar
Xopenjump/lib/postgis_1_0_0.jar
Xopenjump/lib/postgresql-8.3-603.jdbc3.jar
Xopenjump/lib/xml-apis-ext.jar
Xopenjump/lib/ext/BeanTools/0-Help.bsh
Xopenjump/lib/ext/BeanTools/1-HelloWorld.bsh
Xopenjump/lib/ext/BeanTools/2-NewLayer.bsh
Xopenjump/lib/ext/BeanTools/3-Populate.bsh
Xopenjump/lib/ext/BeanTools/4-AddAttribute.bsh
Xopenjump/lib/ext/BeanTools/5-ChangeAttributeValue.bsh
Xopenjump/lib/ext/BeanTools/6-PushPinPoints.bsh
Xopenjump/lib/ext/BeanTools/7-AddXYAsAttributes.bsh
Xopenjump/lib/ext/BeanTools/RefreshScriptsMenu.bsh
Xopenjump/lib/ext/jython/AlignSelected.py
Xopenjump/lib/ext/jython/ArcTool.py
Xopenjump/lib/ext/jython/CircleTool.py
Xopenjump/lib/ext/jython/DistributeSelected.py
Xopenjump/lib/ext/jython/OvalTool.py
Xopenjump/lib/ext/jython/RightAngleTool.py
Xopenjump/lib/ext/jython/RoadTool.py
Xopenjump/lib/ext/jython/RotatedRectangleTool.py
Xopenjump/lib/ext/jython/SetASHSLabel.py
Xopenjump/lib/ext/jython/UnionSelected.py
Xopenjump/lib/ext/jython/images/DrawArc.gif
Xopenjump/lib/ext/jython/images/DrawCircle.gif
Xopenjump/lib/ext/jython/images/DrawCorner.gif
Xopenjump/lib/ext/jython/images/DrawOval.gif
Xopenjump/lib/ext/jython/images/DrawPoint.gif
Xopenjump/lib/ext/jython/images/DrawRoad.gif
Xopenjump/lib/ext/jython/images/DrawRotRect.gif
Xopenjump/lib/ext/jython/startup.py
Xopenjump/lib/ext/readme.txt
X@dirrm openjump/lib/ext/jython/images
X@dirrm openjump/lib/ext/jython
X@dirrm openjump/lib/ext/BeanTools
X@dirrm openjump/lib/ext
X@dirrm openjump/lib
X@dirrm openjump/bin
X@dirrm openjump
700cd244c880c3ae461d1500087ead7a
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 10 02:30:12 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134403 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 10 18:22:16 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134403: commit references a PR
Date: Sun, 10 May 2009 18:22:52 +0000 (UTC)

 miwi        2009-05-10 18:22:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/openjump    Makefile distinfo pkg-descr pkg-plist 
   Log:
   OpenJUMP is an open source GIS software written in Java. It is based on
   JUMP GIS by Vivid Solutions. It's features include:
       * It is a Vector GIS that can read rasters as well.
       * OpenJUMP is known to work on Windows, Linux and Mac platforms, but
   should work on any operating system that runs Java 1.5 or later.
       * It is not just another free demo viewer, but you can edit, save,
   analyze etc. with JUMP / OpenJUMP.
       * It works, even with medium size datasets, and with professional
   touch.
       * It provides a GIS API with a flexible plugin structure, so that
   new features are relatively easy to develope around the sound mapping
   platform.
       * It utilises standards like GML, WMS and WFS.
       * It is already translated in English, Finnish, French, German,
   Italian, Portugese and Spanish. The translation in other languages is in
   progress.
   
   WWW: http://www.openjump.org/
   
   PR:             ports/134403
   Submitted by:   Wen Heping<wenheping at gmail.com>
   
   Revision  Changes    Path
   1.1254    +1 -0      ports/graphics/Makefile
   1.1       +49 -0     ports/graphics/openjump/Makefile (new)
   1.1       +3 -0      ports/graphics/openjump/distinfo (new)
   1.1       +18 -0     ports/graphics/openjump/pkg-descr (new)
   1.1       +58 -0     ports/graphics/openjump/pkg-plist (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:
