From boris@brooknet.com.au  Thu Jun 17 16:25:42 2004
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CC22016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jun 2004 16:25:42 +0000 (GMT)
Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 352FE43D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jun 2004 16:25:42 +0000 (GMT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (ppp2235.dyn.pacific.net.au [61.8.34.53])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id i5HGIbNU030596
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Jun 2004 02:18:38 +1000
Received: by localhost (Postfix, from userid 0)
	id 1FA52402; Fri, 18 Jun 2004 02:25:55 +1000 (EST)
Message-Id: <20040617162555.1FA52402@localhost>
Date: Fri, 18 Jun 2004 02:25:55 +1000 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] graphics/jumpgis: A GUI based application for viewing and processing spatial data
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68052
>Category:       ports
>Synopsis:       [NEW PORT] graphics/jumpgis: A GUI based application for viewing and processing spatial data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 17 16:30:35 GMT 2004
>Closed-Date:    Sun Aug 08 20:39:00 GMT 2004
>Last-Modified:  Sun Aug 08 20:39:00 GMT 2004
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Tue May 11 19:56:34 EST 2004
>Description:
The JUMP Unified Mapping Platform (JUMP) is a GUI-based application for
viewing and processing spatial data. It includes many functions common
to other popular GIS products for the analysis and manipulation of
geospatial data. The JUMP also provides a highly extensible framework
for the development and execution of custom spatial data processing
applications.

WWW: http://www.jump-project.org/

>How-To-Repeat:
>Fix:

Notes -
* I've added a couple of sections to look whether gnomelibs are
installed, and if so install Gnome application links (which I
supplied as PATCHFILES). If this is bad let me know. Last minute
thought - maybe it should just install them unconditionally.
* There's already a java port called "jump" so I renamed this port,
its directories and executables to "jumpgis".
* Feedback always welcome

--- jumpgis-1.1.1.shar begins here ---
# 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:
#
#	jumpgis
#	jumpgis/Makefile
#	jumpgis/distinfo
#	jumpgis/pkg-descr
#	jumpgis/pkg-plist
#
echo c - jumpgis
mkdir -p jumpgis > /dev/null 2>&1
echo x - jumpgis/Makefile
sed 's/^X//' >jumpgis/Makefile << 'END-of-jumpgis/Makefile'
X# New ports collection makefile for:	JUMP Unified Mapping Platform
X# Date created:				June 16 2004
X# Whom:					Sam Lawrance <boris@brooknet.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jumpgis
XPORTVERSION=	1.1.1
XCATEGORIES=	graphics java
XMASTER_SITES=	http://www.jump-project.org/downloads/jump/
XDISTNAME=	jump-${PORTVERSION}
X
XPATCH_SITES=	http://sam.stral.net/freebsd/
XPATCHFILES=	jump.png jump.desktop
X
XMAINTAINER=	boris@brooknet.com.au
XCOMMENT=	A GUI based application for viewing and processing spatial data
X
XWRKSRC=		${WRKDIR}/jump
XTARGET_DIR=	${PREFIX}/${PORTNAME}
XUSE_JAVA=	1.4+
XUSE_ZIP=	yes
XNO_BUILD=	yes
XWANT_GNOME=	yes
XPORTDOCS=	*
X
X.include <bsd.port.pre.mk>
X
X.if ${HAVE_GNOME:Mgnomelibs}!=""
XPLIST_SUB+=	PREFIX=${PREFIX}
XPLIST_FILES+=	"@cwd %%X11BASE%%" \
X		share/gnome/applications/jump.desktop \
X		share/gnome/pixmaps/jump.png \
X		"@cwd %%PREFIX%%"
X.endif
X
Xdo-extract:
X		@${MKDIR} ${WRKDIR}
X		@${MKDIR} ${WRKSRC}
X		@${UNZIP_CMD} -q ${DISTDIR}/jump-1.1.1.zip -d ${WRKSRC}
X
Xdo-patch:
X		@${REINPLACE_CMD} -i "" -e "s,#!sh,#!/bin/sh,g" ${WRKSRC}/bin/JUMPWorkbench-unix.sh
X		@${REINPLACE_CMD} -i "" -e "s,^set LIB=../lib,LIB=${TARGET_DIR}/lib,g" ${WRKSRC}/bin/JUMPWorkbench-unix.sh
X		@${REINPLACE_CMD} -i "" -e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g" ${WRKSRC}/bin/JUMPWorkbench-unix.sh
X
Xdo-install:
X		@${ECHO_CMD} "---> Installing JAR files"
X		${MKDIR} ${TARGET_DIR}/lib
X		${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib
X		${INSTALL_DATA} -d ${TARGET_DIR}/lib/ext
X		@${ECHO} "Installing startup script"
X		${INSTALL_SCRIPT} ${WRKSRC}/bin/JUMPWorkbench-unix.sh ${PREFIX}/bin/jumpgis
X
X.if !defined(NOPORTDOCS)
X		@${ECHO} "---> Installing documentation"
X		${MKDIR} ${DOCSDIR}
X		${CP} -r ${WRKSRC}/doc/* ${DOCSDIR}
X.else
X		@${ECHO} "---> Skipping documentation"
X.endif
X
X.if ${HAVE_GNOME:Mgnomelibs}!=""
X		@${ECHO} "---> Installing GNOME application links"
X		${INSTALL_DATA} ${DISTDIR}/jump.desktop ${X11BASE}/share/gnome/applications/
X		${INSTALL_DATA} ${DISTDIR}/jump.png ${X11BASE}/share/gnome/pixmaps/
X.endif
X
X.include <bsd.port.post.mk>
END-of-jumpgis/Makefile
echo x - jumpgis/distinfo
sed 's/^X//' >jumpgis/distinfo << 'END-of-jumpgis/distinfo'
XMD5 (jump-1.1.1.zip) = 0caa05e49036baedba8b61f06ced600c
XSIZE (jump-1.1.1.zip) = 8524734
XMD5 (jump.png) = d9f137f2afd0c1a1c2e109a3360f9e06
XSIZE (jump.png) = 786
XMD5 (jump.desktop) = e9f066dca2aea1f809764a33c1d021fc
XSIZE (jump.desktop) = 232
END-of-jumpgis/distinfo
echo x - jumpgis/pkg-descr
sed 's/^X//' >jumpgis/pkg-descr << 'END-of-jumpgis/pkg-descr'
XThe JUMP Unified Mapping Platform (JUMP) is a GUI-based application for
Xviewing and processing spatial data. It includes many functions common
Xto other popular GIS products for the analysis and manipulation of
Xgeospatial data. The JUMP also provides a highly extensible framework
Xfor the development and execution of custom spatial data processing
Xapplications.
X
XWWW: http://www.jump-project.org/
END-of-jumpgis/pkg-descr
echo x - jumpgis/pkg-plist
sed 's/^X//' >jumpgis/pkg-plist << 'END-of-jumpgis/pkg-plist'
Xbin/jumpgis
Xjumpgis/lib/Jama-1.0.1.jar
Xjumpgis/lib/jdom.jar
Xjumpgis/lib/jts-1.4.0.jar
Xjumpgis/lib/jump-1.1.1.jar
Xjumpgis/lib/junit.jar
Xjumpgis/lib/xercesImpl.jar
Xjumpgis/lib/xml-apis.jar
X@dirrm jumpgis/lib/ext
X@dirrm jumpgis/lib
X@dirrm jumpgis
END-of-jumpgis/pkg-plist
exit
--- jumpgis-1.1.1.shar ends here ---

>Release-Note:
>Audit-Trail:

From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based
	application for viewing and processing spatial data
Date: Fri, 18 Jun 2004 02:53:16 +1000

 Whoops, please add in
 	USE_REINPLACE=yes
 
 -Sam
 
 

From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based
	application for viewing and processing spatial data
Date: Fri, 18 Jun 2004 12:56:52 +1000

 After a question to ports@ I am told that this is the preferred way of
 altering the plist conditionally (also adds USE_REINPLACE):
 
 --- Makefile.old	Fri Jun 18 12:50:43 2004
 +++ Makefile	Fri Jun 18 12:45:04 2004
 @@ -21,6 +21,7 @@
  TARGET_DIR=	${PREFIX}/${PORTNAME}
  USE_JAVA=	1.4+
  USE_ZIP=	yes
 +USE_REINPLACE=	yes
  NO_BUILD=	yes
  WANT_GNOME=	yes
  PORTDOCS=	*
 @@ -28,11 +29,9 @@
  .include <bsd.port.pre.mk>
  
  .if ${HAVE_GNOME:Mgnomelibs}!=""
 -PLIST_SUB+=	PREFIX=${PREFIX}
 -PLIST_FILES+=	"@cwd %%X11BASE%%" \
 -		share/gnome/applications/jump.desktop \
 -		share/gnome/pixmaps/jump.png \
 -		"@cwd %%PREFIX%%"
 +PLIST_SUB+=	GNOMELINKS=""
 +.else
 +PLIST_SUB+=	GNOMELINKS="@comment "
  .endif
  
  do-extract:
 --- pkg-plist.old	Fri Jun 18 12:50:43 2004
 +++ pkg-plist	Fri Jun 18 12:37:24 2004
 @@ -9,3 +9,6 @@
  @dirrm jumpgis/lib/ext
  @dirrm jumpgis/lib
  @dirrm jumpgis
 +@cwd %%X11BASE%%
 +%%GNOMELINKS%%share/gnome/applications/jump.desktop
 +%%GNOMELINKS%%share/gnome/pixmaps/jump.png
 
 
State-Changed-From-To: open->feedback 
State-Changed-By: thierry 
State-Changed-When: Mon Jul 5 19:52:16 GMT 2004 
State-Changed-Why:  

Thanks for your submission. 

But could you please rework it a little? 
Since you have included <bsd.port.mk> (or <bsd.port.pre.mk>), 
you don't have to rewrite the standard targets. 

For example do-extract: seems unnecessary, and you should 
keep do-patch: for eventual patches (put your REINPLACE_CMD 
in a post-patch target). 

Regards, 

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

From: Thierry Thomas <thierry@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based application for viewing and processing spatial data
Date: Sat, 17 Jul 2004 23:03:55 +0200

 [Follow-up already sent, but lost in cyberspace]
 
 Le Ven  9 jul 04   5:16:06 +0200, Sam Lawrance <boris@brooknet.com.au>
  crivait:
 > Apologies for slow response, was on a holiday :)
 
 And I have misfiled your mail...
 
 > > For example do-extract: seems unnecessary
 > 
 > I made the do-extract the way it is because the distfile isn't
 > structured the usual way - it doesn't extract into a single
 > subdirectory. eg:
 > 
 > sam@dirk distfiles$ unzip -t jump-1.1.1.zip
 > Archive:  jump-1.1.1.zip
 >     testing: bin/                     OK
 >     testing: doc/                     OK
 >     testing: lib/                     OK
 >     testing: lib/ext/                 OK
 >     testing: bin/JUMPWorkbench-mac.sh   OK
 >     testing: bin/JUMPWorkbench-unix.sh   OK
 > and so on. So the do-extract creates WRKSRC on top of WRKDIR (usually
 > WRKSRC is created by extracting the archive) and then extracts in to it.
 > 
 > If I can do it a better way drop a hint.
 
 The following patch should do what you want:
 
 --- jumpgis.diff begins here ---
 diff -urN graphics/jumpgis.orig/Makefile graphics/jumpgis/Makefile
 --- graphics/jumpgis.orig/Makefile	Sat Jul 17 11:12:45 2004
 +++ graphics/jumpgis/Makefile	Sat Jul 17 11:29:02 2004
 @@ -18,13 +18,18 @@
  COMMENT=	A GUI based application for viewing and processing spatial data
  
  WRKSRC=		${WRKDIR}/jump
 +EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
  TARGET_DIR=	${PREFIX}/${PORTNAME}
 +
  USE_JAVA=	1.4+
  USE_ZIP=	yes
  NO_BUILD=	yes
  WANT_GNOME=	yes
  PORTDOCS=	*
  
 +USE_REINPLACE=	yes
 +REINPLACE_ARGS=	-i ""
 +
  .include <bsd.port.pre.mk>
  
  .if ${HAVE_GNOME:Mgnomelibs}!=""
 @@ -35,34 +40,30 @@
  		"@cwd %%PREFIX%%"
  .endif
  
 -do-extract:
 -		@${MKDIR} ${WRKDIR}
 -		@${MKDIR} ${WRKSRC}
 -		@${UNZIP_CMD} -q ${DISTDIR}/jump-1.1.1.zip -d ${WRKSRC}
 -
 -do-patch:
 -		@${REINPLACE_CMD} -i "" -e "s,#!sh,#!/bin/sh,g" ${WRKSRC}/bin/JUMPWorkbench-unix.sh
 -		@${REINPLACE_CMD} -i "" -e "s,^set LIB=../lib,LIB=${TARGET_DIR}/lib,g" ${WRKSRC}/bin/JUMPWorkbench-unix.sh
 -		@${REINPLACE_CMD} -i "" -e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g" ${WRKSRC}/bin/JUMPWorkbench-unix.sh
 +post-patch:
 +		@${REINPLACE_CMD} -e "s,#!sh,#!/bin/sh,g"					\
 +			-e "s,^set LIB=../lib,LIB=${TARGET_DIR}/lib,g"				\
 +			-e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g"	\
 +			${WRKSRC}/bin/JUMPWorkbench-unix.sh
  
  do-install:
  		@${ECHO_CMD} "---> Installing JAR files"
  		${MKDIR} ${TARGET_DIR}/lib
  		${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib
  		${INSTALL_DATA} -d ${TARGET_DIR}/lib/ext
 -		@${ECHO} "Installing startup script"
 +		@${ECHO_MSG} "Installing startup script"
  		${INSTALL_SCRIPT} ${WRKSRC}/bin/JUMPWorkbench-unix.sh ${PREFIX}/bin/jumpgis
  
  .if !defined(NOPORTDOCS)
 -		@${ECHO} "---> Installing documentation"
 +		@${ECHO_MSG} "---> Installing documentation"
  		${MKDIR} ${DOCSDIR}
  		${CP} -r ${WRKSRC}/doc/* ${DOCSDIR}
  .else
 -		@${ECHO} "---> Skipping documentation"
 +		@${ECHO_MSG} "---> Skipping documentation"
  .endif
  
  .if ${HAVE_GNOME:Mgnomelibs}!=""
 -		@${ECHO} "---> Installing GNOME application links"
 +		@${ECHO_MSG} "---> Installing GNOME application links"
  		${INSTALL_DATA} ${DISTDIR}/jump.desktop ${X11BASE}/share/gnome/applications/
  		${INSTALL_DATA} ${DISTDIR}/jump.png ${X11BASE}/share/gnome/pixmaps/
  .endif
 --- jumpgis.diff ends here ---
 
 However, the files listed as PATCHFILES don't contain patches: you
 should use DISTFILES and EXTRACT_ONLY.
 
 Regards,
 -- 
 Th. Thomas.

From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To: freebsd-gnats-submit@FreeBSD.org, boris@brooknet.com.au
Cc:  
Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based application for viewing and processing spatial data
Date: Sun, 8 Aug 2004 16:00:15 +0200

 Sam,
 
 Since bsd.java.mk 2.0, the correct syntax would be:
 
   USE_JAVA=	yes
   JAVA_VERSION=	1.4+
 
 The current version of your port would work without such a modification
 but we plan to remove backward compatibility in the near future so
 porters are strongly encouraged to use 2.0 syntax for new ports.
 
 You'll find further information on the subject in [1]. Should you
 require any information that is not (yet) in this document, feel free to
 ask me directly.
 
 Herve
 
 [1] Porter's handbook - Using Java
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-java.html

From: Sam Lawrance <boris@brooknet.com.au>
To: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based
	application for viewing and processing spatial data
Date: Mon, 09 Aug 2004 00:31:46 +1000

 Thanks. I will spend some time on this and prior suggestions now.
 
 Sam
 

From: Sam Lawrance <boris@brooknet.com.au>
To: Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based
	application for viewing and processing spatial data
Date: Mon, 09 Aug 2004 01:06:49 +1000

 Changes incorporated into the shar below.
 - Fixed java variables, and reduced version requirement to 1.3
 - PATCHFILES removed, DISTFILES instead
 - Changed indent under targets from 2 to 1 tab
 - Thomas' patch
 
 # Shell archive.
 #
 echo x - jumpgis/Makefile
 sed 's/^X//' >jumpgis/Makefile << 'END-of-jumpgis/Makefile'
 X# New ports collection makefile for:	JUMP Unified Mapping Platform
 X# Date created:				June 16 2004
 X# Whom:					Sam Lawrance <boris@brooknet.com.au>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	jumpgis
 XPORTVERSION=	1.1.1
 XCATEGORIES=	graphics java
 XMASTER_SITES=	http://www.jump-project.org/downloads/jump/:main \
 X		http://sam.stral.net/freebsd/:extra
 XDISTFILES=	jump-${PORTVERSION}.zip:main \
 X		jump.png:extra jump.desktop:extra
 X
 XMAINTAINER=	boris@brooknet.com.au
 XCOMMENT=	A GUI based application for viewing and processing spatial data
 X
 XWRKSRC=		${WRKDIR}/jump
 XEXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 XTARGET_DIR=	${PREFIX}/${PORTNAME}
 X
 XUSE_JAVA=	yes
 XJAVA_VERSION=	1.3+
 XEXTRACT_ONLY=	jump-${PORTVERSION}.zip
 XUSE_ZIP=	yes
 XUSE_REINPLACE=	yes
 XNO_BUILD=	yes
 XWANT_GNOME=	yes
 XPORTDOCS=	*
 X
 XUSE_REINPLACE=	yes
 XREINPLACE_ARGS=	-i ""
 X
 X.include <bsd.port.pre.mk>
 X
 X.if ${HAVE_GNOME:Mgnomelibs}!=""
 XPLIST_SUB+=	GNOMELINKS=""
 X.else
 XPLIST_SUB+=	GNOMELINKS="@comment "
 X.endif
 X
 Xpost-patch:
 X	@${REINPLACE_CMD} -e "s,#!sh,#!/bin/sh,g" \
 X		-e "s,^set LIB=../lib,LIB=${TARGET_DIR}/lib,g"	\
 X		-e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g" \
 X		${WRKSRC}/bin/JUMPWorkbench-unix.sh
 X
 Xdo-install:
 X	@${ECHO_CMD} "---> Installing JAR files"
 X	${MKDIR} ${TARGET_DIR}/lib
 X	${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib
 X	${INSTALL_DATA} -d ${TARGET_DIR}/lib/ext
 X	@${ECHO_MSG} "Installing startup script"
 X	${INSTALL_SCRIPT} ${WRKSRC}/bin/JUMPWorkbench-unix.sh ${PREFIX}/bin/jumpgis
 X
 X.if !defined(NOPORTDOCS)
 X	@${ECHO_MSG} "---> Installing documentation"
 X	${MKDIR} ${DOCSDIR}
 X	${CP} -r ${WRKSRC}/doc/* ${DOCSDIR}
 X.else
 X	@${ECHO_MSG} "---> Skipping documentation"
 X.endif
 X
 X.if ${HAVE_GNOME:Mgnomelibs}!=""
 X	@${ECHO_MSG} "---> Installing GNOME application links"
 X	${INSTALL_DATA} ${DISTDIR}/jump.desktop ${X11BASE}/share/gnome/applications/
 X	${INSTALL_DATA} ${DISTDIR}/jump.png ${X11BASE}/share/gnome/pixmaps/
 X.endif
 X
 X.include <bsd.port.post.mk>
 END-of-jumpgis/Makefile
 echo x - jumpgis/distinfo
 sed 's/^X//' >jumpgis/distinfo << 'END-of-jumpgis/distinfo'
 XMD5 (jump-1.1.1.zip) = 0caa05e49036baedba8b61f06ced600c
 XSIZE (jump-1.1.1.zip) = 8524734
 XMD5 (jump.png) = d9f137f2afd0c1a1c2e109a3360f9e06
 XSIZE (jump.png) = 786
 XMD5 (jump.desktop) = e9f066dca2aea1f809764a33c1d021fc
 XSIZE (jump.desktop) = 232
 END-of-jumpgis/distinfo
 echo x - jumpgis/pkg-descr
 sed 's/^X//' >jumpgis/pkg-descr << 'END-of-jumpgis/pkg-descr'
 XThe JUMP Unified Mapping Platform (JUMP) is a GUI-based application for
 Xviewing and processing spatial data. It includes many functions common
 Xto other popular GIS products for the analysis and manipulation of
 Xgeospatial data. The JUMP also provides a highly extensible framework
 Xfor the development and execution of custom spatial data processing
 Xapplications.
 X
 XWWW: http://www.jump-project.org/
 END-of-jumpgis/pkg-descr
 echo x - jumpgis/pkg-plist
 sed 's/^X//' >jumpgis/pkg-plist << 'END-of-jumpgis/pkg-plist'
 Xbin/jumpgis
 Xjumpgis/lib/Jama-1.0.1.jar
 Xjumpgis/lib/jdom.jar
 Xjumpgis/lib/jts-1.4.0.jar
 Xjumpgis/lib/jump-1.1.1.jar
 Xjumpgis/lib/junit.jar
 Xjumpgis/lib/xercesImpl.jar
 Xjumpgis/lib/xml-apis.jar
 X@dirrm jumpgis/lib/ext
 X@dirrm jumpgis/lib
 X@dirrm jumpgis
 X@cwd %%X11BASE%%
 X%%GNOMELINKS%%share/gnome/applications/jump.desktop
 X%%GNOMELINKS%%share/gnome/pixmaps/jump.png
 END-of-jumpgis/pkg-plist
 exit
 
 
 
State-Changed-From-To: feedback->open 
State-Changed-By: thierry 
State-Changed-When: Sun Aug 8 19:50:59 GMT 2004 
State-Changed-Why:  

Feedback received. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=68052 
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Sun Aug 8 20:38:25 GMT 2004 
State-Changed-Why:  

New port added, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=68052 
>Unformatted:
