From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 27 09:00:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E39916A4D1 for ; Sat, 27 Mar 2004 09:00:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EDF843D2D for ; Sat, 27 Mar 2004 09:00:32 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2RH0Vbv030528 for ; Sat, 27 Mar 2004 09:00:31 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2RH0VN8030527; Sat, 27 Mar 2004 09:00:31 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 27 Mar 2004 09:00:31 -0800 (PST) Resent-Message-Id: <200403271700.i2RH0VN8030527@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F6716A4CE for ; Sat, 27 Mar 2004 08:59:31 -0800 (PST) Received: from btmdx8.mat.uni-bayreuth.de (btmdx8.mat.uni-bayreuth.de [132.180.16.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9CC743D41 for ; Sat, 27 Mar 2004 08:59:30 -0800 (PST) (envelope-from root@btmdx8.mat.uni-bayreuth.de) Received: by btmdx8.mat.uni-bayreuth.de (Postfix, from userid 0) id F1F3D78; Sat, 27 Mar 2004 17:59:28 +0100 (CET) Message-Id: <20040327165928.F1F3D78@btmdx8.mat.uni-bayreuth.de> Date: Sat, 27 Mar 2004 17:59:28 +0100 (CET) From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/64810: [MAINTAINER] german/geonext: update to 1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 17:00:32 -0000 >Number: 64810 >Category: ports >Synopsis: [MAINTAINER] german/geonext: update to 1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 27 09:00:31 PST 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.9-RC i386 >Organization: >Environment: System: FreeBSD btmdx8.mat.uni-bayreuth.de 4.9-RC FreeBSD 4.9-RC #0: Tue Sep 30 12:53:20 CEST 2003 >Description: - Update to 1.11 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- de-geonext-1.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/german/geonext/Makefile /data/home/andi/ownports/geonext/Makefile --- /usr/ports/german/geonext/Makefile Sat Jan 3 11:42:44 2004 +++ /data/home/andi/ownports/geonext/Makefile Sat Mar 27 17:37:30 2004 @@ -6,37 +6,35 @@ # PORTNAME= geonext -PORTVERSION= 1.0 +PORTVERSION= 1.11 CATEGORIES= german -MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/linux/ +MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/ PKGNAMEPREFIX?= de- -DISTNAME= geonext -EXTRACT_SUFX= .tgz +DISTNAME= geonext.${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= fehlner@gmx.de COMMENT= Interactive (dynamic) elementary Geometry Software WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes +USE_ZIP= yes USE_JAVA= 1.4 JAVA= ${JAVA_HOME}/bin/java GNAME= geonext-de GLOCATE= ${PREFIX}/share/${GNAME} DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html -GIF= pixel.gif gx.gif gni.gif gn.gif g.gif x.ico +IMG= g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico do-install: ${MKDIR} ${PREFIX}/share/${GNAME} cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} - cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE} + cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE} @${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME} @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\ >>${GLOCATE}/${GNAME} ${CHMOD} a+x ${GLOCATE}/${GNAME} - ${SED} -e 's/GEONExT.html/geonext.html/' ${GLOCATE}/index.html > \ - ${GLOCATE}/index.tmp ${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext - ${MV} ${GLOCATE}/index.tmp ${GLOCATE}/index.html ${INSTALL_SCRIPT} ${GLOCATE}/geonext-de ${PREFIX}/bin @${ECHO_MSG} "---------------------------------------------------------" @${ECHO_MSG} "Application: ${GLOCATE}/geonext or geonext-de" diff -ruN --exclude=CVS /usr/ports/german/geonext/distinfo /data/home/andi/ownports/geonext/distinfo --- /usr/ports/german/geonext/distinfo Sat Jan 3 11:41:59 2004 +++ /data/home/andi/ownports/geonext/distinfo Fri Mar 26 21:35:20 2004 @@ -1 +1,2 @@ -MD5 (geonext.tgz) = 82edd8a852bb6eff6e7edae3a5caa32d +MD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871 +SIZE (geonext.1.11.zip) = 1157656 diff -ruN --exclude=CVS /usr/ports/german/geonext/pkg-descr /data/home/andi/ownports/geonext/pkg-descr --- /usr/ports/german/geonext/pkg-descr Sat Jan 3 11:41:59 2004 +++ /data/home/andi/ownports/geonext/pkg-descr Sat Mar 27 14:04:59 2004 @@ -13,5 +13,5 @@ WWW: http://www.geonext.de -- Andreas Fehlner +-Andreas Fehlner fehlner@gmx.de diff -ruN --exclude=CVS /usr/ports/german/geonext/pkg-plist /data/home/andi/ownports/geonext/pkg-plist --- /usr/ports/german/geonext/pkg-plist Sat Jan 3 11:41:59 2004 +++ /data/home/andi/ownports/geonext/pkg-plist Sat Mar 27 14:00:33 2004 @@ -8,9 +8,12 @@ share/geonext-de/geonext.jar share/geonext-de/gn.gif share/geonext-de/gni.gif +share/geonext-de/geoint.png share/geonext-de/gx.gif +share/geonext-de/gxt.gif share/geonext-de/index.html share/geonext-de/license.txt share/geonext-de/pixel.gif share/geonext-de/x.ico +share/geonext-de/ubt.gif @dirrm share/geonext-de --- de-geonext-1.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: