View | Details | Raw Unified | Return to bug 64810
Collapse All | Expand All

(-)/data/home/andi/ownports/geonext/Makefile (-9 / +7 lines)
Lines 6-42 Link Here
6
#
6
#
7
7
8
PORTNAME=	geonext
8
PORTNAME=	geonext
9
PORTVERSION=	1.0
9
PORTVERSION=	1.11
10
CATEGORIES=	german
10
CATEGORIES=	german
11
MASTER_SITES=	http://geonext.uni-bayreuth.de/data/download/linux/
11
MASTER_SITES=	http://geonext.uni-bayreuth.de/data/download/
12
PKGNAMEPREFIX?=	de-
12
PKGNAMEPREFIX?=	de-
13
DISTNAME=	geonext
13
DISTNAME=	geonext.${PORTVERSION}
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.zip
15
15
16
MAINTAINER=	fehlner@gmx.de
16
MAINTAINER=	fehlner@gmx.de
17
COMMENT=	Interactive (dynamic) elementary Geometry Software
17
COMMENT=	Interactive (dynamic) elementary Geometry Software
18
18
19
WRKSRC=		${WRKDIR}/geonext_install
19
WRKSRC=		${WRKDIR}/geonext_install
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
USE_ZIP=	yes
21
USE_JAVA=	1.4
22
USE_JAVA=	1.4
22
JAVA=		${JAVA_HOME}/bin/java
23
JAVA=		${JAVA_HOME}/bin/java
23
GNAME=		geonext-de
24
GNAME=		geonext-de
24
GLOCATE=	${PREFIX}/share/${GNAME}
25
GLOCATE=	${PREFIX}/share/${GNAME}
25
DATA=	cacerts didmat.crt geonext.html geonext.jar license.txt index.html
26
DATA=	cacerts didmat.crt geonext.html geonext.jar license.txt index.html
26
GIF=	pixel.gif gx.gif gni.gif gn.gif g.gif x.ico
27
IMG=	g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico
27
28
28
do-install:
29
do-install:
29
	${MKDIR} ${PREFIX}/share/${GNAME}
30
	${MKDIR} ${PREFIX}/share/${GNAME}
30
	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
31
	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
31
	cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE}
32
	cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE}
32
	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME}
33
	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME}
33
	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\
34
	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\
34
	>>${GLOCATE}/${GNAME}
35
	>>${GLOCATE}/${GNAME}
35
	${CHMOD} a+x ${GLOCATE}/${GNAME}
36
	${CHMOD} a+x ${GLOCATE}/${GNAME}
36
	${SED} -e 's/GEONExT.html/geonext.html/' ${GLOCATE}/index.html > \
37
	${GLOCATE}/index.tmp
38
	${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext
37
	${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext
39
	${MV} ${GLOCATE}/index.tmp ${GLOCATE}/index.html
40
	${INSTALL_SCRIPT} ${GLOCATE}/geonext-de ${PREFIX}/bin
38
	${INSTALL_SCRIPT} ${GLOCATE}/geonext-de ${PREFIX}/bin
41
	@${ECHO_MSG} "---------------------------------------------------------"
39
	@${ECHO_MSG} "---------------------------------------------------------"
42
	@${ECHO_MSG} "Application:	${GLOCATE}/geonext or geonext-de"
40
	@${ECHO_MSG} "Application:	${GLOCATE}/geonext or geonext-de"
(-)/data/home/andi/ownports/geonext/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (geonext.tgz) = 82edd8a852bb6eff6e7edae3a5caa32d
1
MD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871
2
SIZE (geonext.1.11.zip) = 1157656
(-)/data/home/andi/ownports/geonext/pkg-descr (-1 / +1 lines)
Lines 13-17 Link Here
13
13
14
WWW: http://www.geonext.de
14
WWW: http://www.geonext.de
15
15
16
- Andreas Fehlner
16
-Andreas Fehlner
17
fehlner@gmx.de
17
fehlner@gmx.de
(-)/data/home/andi/ownports/geonext/pkg-plist (+3 lines)
Lines 8-16 Link Here
8
share/geonext-de/geonext.jar
8
share/geonext-de/geonext.jar
9
share/geonext-de/gn.gif
9
share/geonext-de/gn.gif
10
share/geonext-de/gni.gif
10
share/geonext-de/gni.gif
11
share/geonext-de/geoint.png
11
share/geonext-de/gx.gif
12
share/geonext-de/gx.gif
13
share/geonext-de/gxt.gif
12
share/geonext-de/index.html
14
share/geonext-de/index.html
13
share/geonext-de/license.txt
15
share/geonext-de/license.txt
14
share/geonext-de/pixel.gif
16
share/geonext-de/pixel.gif
15
share/geonext-de/x.ico
17
share/geonext-de/x.ico
18
share/geonext-de/ubt.gif
16
@dirrm share/geonext-de
19
@dirrm share/geonext-de

Return to bug 64810