Wed Aug 13 13:04:28 2014 UTC ()
Fix help display. Bump PKGREVISION.


(wiz)
diff -r1.1 -r1.2 pkgsrc/games/MyGoGrinder/Makefile
diff -r1.1 -r1.2 pkgsrc/games/MyGoGrinder/PLIST

cvs diff -r1.1 -r1.2 pkgsrc/games/MyGoGrinder/Makefile (expand / switch to unified diff)

--- pkgsrc/games/MyGoGrinder/Makefile 2014/08/10 13:12:31 1.1
+++ pkgsrc/games/MyGoGrinder/Makefile 2014/08/13 13:04:28 1.2
@@ -1,46 +1,49 @@ @@ -1,46 +1,49 @@
1# $NetBSD: Makefile,v 1.1 2014/08/10 13:12:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2014/08/13 13:04:28 wiz Exp $
2 2
3DISTNAME= MyGoGrinder-2-0-0-J6 3DISTNAME= MyGoGrinder-2-0-0-J6
4PKGNAME= ${DISTNAME:S/2-0-0-/2.0.0./} 4PKGNAME= ${DISTNAME:S/2-0-0-/2.0.0./}
 5PKGREVISION= 1
5CATEGORIES= games 6CATEGORIES= games
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mygogrinder/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mygogrinder/}
7EXTRACT_SUFX= .zip 8EXTRACT_SUFX= .zip
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://sourceforge.net/projects/mygogrinder/ 11HOMEPAGE= http://sourceforge.net/projects/mygogrinder/
11COMMENT= Program to solve Go (Weiqi, Baduk) problems 12COMMENT= Program to solve Go (Weiqi, Baduk) problems
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14WRKSRC= ${WRKDIR}/MyGoGrinder 15WRKSRC= ${WRKDIR}/MyGoGrinder
15USE_LANGUAGES= # none 16USE_LANGUAGES= # none
16 17
17USE_JAVA= run 18USE_JAVA= run
18USE_JAVA2= yes 19USE_JAVA2= yes
19USE_TOOLS+= pax 20USE_TOOLS+= pax
20 21
21INSTALLATION_DIRS+= bin 22INSTALLATION_DIRS+= bin
22INSTALLATION_DIRS+= share/${PKGBASE} 23INSTALLATION_DIRS+= share/${PKGBASE}
23INSTALLATION_DIRS+= share/doc/${PKGBASE} 24INSTALLATION_DIRS+= share/doc/${PKGBASE}
24INSTALLATION_DIRS+= share/examples/${PKGBASE} 25INSTALLATION_DIRS+= share/examples/${PKGBASE}
25INSTALLATION_DIRS+= share/pixmaps 26INSTALLATION_DIRS+= share/pixmaps
26 27
27do-build: 28do-build:
28 ${ECHO} '#!/bin/sh' > ${WRKDIR}/MyGoGrinder.sh 29 ${ECHO} '#!/bin/sh' > ${WRKDIR}/MyGoGrinder.sh
29 ${ECHO} "exec ${JAVA_BINPREFIX}-java -jar "'"'"${PREFIX}/share/${PKGBASE}/MyGoGrinder.jar"'" "$$@"' >> ${WRKDIR}/MyGoGrinder.sh 30 ${ECHO} "cd ${PREFIX}/share/doc/${PKGBASE} && exec ${JAVA_BINPREFIX}-java -jar "'"'"${PREFIX}/share/${PKGBASE}/MyGoGrinder.jar"'" "$$@"' >> ${WRKDIR}/MyGoGrinder.sh
30 31
31do-install: 32do-install:
32 ${INSTALL_SCRIPT} ${WRKDIR}/MyGoGrinder.sh ${DESTDIR}${PREFIX}/bin 33 ${INSTALL_SCRIPT} ${WRKDIR}/MyGoGrinder.sh ${DESTDIR}${PREFIX}/bin
33 ${INSTALL_DATA} ${WRKSRC}/*.ico ${DESTDIR}${PREFIX}/share/pixmaps 34 ${INSTALL_DATA} ${WRKSRC}/*.ico ${DESTDIR}${PREFIX}/share/pixmaps
34 ${INSTALL_DATA} ${WRKSRC}/*.png ${DESTDIR}${PREFIX}/share/pixmaps 35 ${INSTALL_DATA} ${WRKSRC}/*.png ${DESTDIR}${PREFIX}/share/pixmaps
35 ${INSTALL_DATA} ${WRKSRC}/Tag*.txt ${DESTDIR}${PREFIX}/share/${PKGBASE} 36 ${INSTALL_DATA} ${WRKSRC}/Tag*.txt ${DESTDIR}${PREFIX}/share/${PKGBASE}
36 ${INSTALL_DATA} ${WRKSRC}/*.jar ${DESTDIR}${PREFIX}/share/${PKGBASE} 37 ${INSTALL_DATA} ${WRKSRC}/*.jar ${DESTDIR}${PREFIX}/share/${PKGBASE}
37 ${INSTALL_DATA} ${WRKSRC}/License.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} 38 ${INSTALL_DATA} ${WRKSRC}/License.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
38 ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} 39 ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
39 ${INSTALL_DATA} ${WRKSRC}/DEMO.WGF ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/demo.wgf 40 ${INSTALL_DATA} ${WRKSRC}/DEMO.WGF ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/demo.wgf
40 ${INSTALL_DATA} ${WRKDIR}/"Xuan-Xuan-Qi-Jing-(problems).zip" ${DESTDIR}${PREFIX}/share/examples/${PKGBASE} 41 ${INSTALL_DATA} ${WRKDIR}/"Xuan-Xuan-Qi-Jing-(problems).zip" ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}
41 cd ${WRKSRC}/docs && pax -pp -rw * ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} 42 cd ${WRKSRC}/docs && pax -pp -rw * ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/docs
 43 ${RM} -f ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/docs/Notizen*
42 ${CHMOD} a-wx ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/*.* 44 ${CHMOD} a-wx ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/*.*
43 ${CHMOD} a-wx ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/*/*.* 45 ${CHMOD} a-wx ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/*/*.*
 46 ${CHMOD} a-wx ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/*/*/*.*
44 47
45.include "../../mk/java-vm.mk" 48.include "../../mk/java-vm.mk"
46.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/games/MyGoGrinder/PLIST (expand / switch to unified diff)

--- pkgsrc/games/MyGoGrinder/PLIST 2014/08/10 13:12:31 1.1
+++ pkgsrc/games/MyGoGrinder/PLIST 2014/08/13 13:04:28 1.2
@@ -1,49 +1,48 @@ @@ -1,49 +1,48 @@
1@comment $NetBSD: PLIST,v 1.1 2014/08/10 13:12:31 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2014/08/13 13:04:28 wiz Exp $
2bin/MyGoGrinder.sh 2bin/MyGoGrinder.sh
3share/MyGoGrinder/MyGoGrinder.jar 3share/MyGoGrinder/MyGoGrinder.jar
4share/MyGoGrinder/Tags list English.txt 4share/MyGoGrinder/Tags list English.txt
5share/MyGoGrinder/Tags-Liste teilw.Deutsch.txt 5share/MyGoGrinder/Tags-Liste teilw.Deutsch.txt
6share/doc/MyGoGrinder/License.txt 6share/doc/MyGoGrinder/License.txt
7share/doc/MyGoGrinder/Notizen HTML.txt 7share/doc/MyGoGrinder/docs/collections.html
8share/doc/MyGoGrinder/collections.html 8share/doc/MyGoGrinder/docs/docs.html
9share/doc/MyGoGrinder/docs.html 9share/doc/MyGoGrinder/docs/download.html
10share/doc/MyGoGrinder/download.html 10share/doc/MyGoGrinder/docs/features.html
11share/doc/MyGoGrinder/features.html 11share/doc/MyGoGrinder/docs/imgs/About.png
12share/doc/MyGoGrinder/imgs/About.png 12share/doc/MyGoGrinder/docs/imgs/AutoAdv.png
13share/doc/MyGoGrinder/imgs/AutoAdv.png 13share/doc/MyGoGrinder/docs/imgs/Banner.png
14share/doc/MyGoGrinder/imgs/Banner.png 14share/doc/MyGoGrinder/docs/imgs/BannerOld.png
15share/doc/MyGoGrinder/imgs/BannerOld.png 15share/doc/MyGoGrinder/docs/imgs/Edit.png
16share/doc/MyGoGrinder/imgs/Edit.png 16share/doc/MyGoGrinder/docs/imgs/Find.png
17share/doc/MyGoGrinder/imgs/Find.png 17share/doc/MyGoGrinder/docs/imgs/Help.png
18share/doc/MyGoGrinder/imgs/Help.png 18share/doc/MyGoGrinder/docs/imgs/Import.png
19share/doc/MyGoGrinder/imgs/Import.png 19share/doc/MyGoGrinder/docs/imgs/NextProb.png
20share/doc/MyGoGrinder/imgs/NextProb.png 20share/doc/MyGoGrinder/docs/imgs/Open.png
21share/doc/MyGoGrinder/imgs/Open.png 21share/doc/MyGoGrinder/docs/imgs/Prefs.png
22share/doc/MyGoGrinder/imgs/Prefs.png 22share/doc/MyGoGrinder/docs/imgs/PrevProb.png
23share/doc/MyGoGrinder/imgs/PrevProb.png 23share/doc/MyGoGrinder/docs/imgs/Save.png
24share/doc/MyGoGrinder/imgs/Save.png 24share/doc/MyGoGrinder/docs/imgs/SelProbs.png
25share/doc/MyGoGrinder/imgs/SelProbs.png 25share/doc/MyGoGrinder/docs/imgs/Split.png
26share/doc/MyGoGrinder/imgs/Split.png 26share/doc/MyGoGrinder/docs/imgs/fullscreen.png
27share/doc/MyGoGrinder/imgs/fullscreen.png 27share/doc/MyGoGrinder/docs/imgs/index2.jpg
28share/doc/MyGoGrinder/imgs/index2.jpg 28share/doc/MyGoGrinder/docs/imgs/probframe.png
29share/doc/MyGoGrinder/imgs/probframe.png 29share/doc/MyGoGrinder/docs/imgs/probframethumb.png
30share/doc/MyGoGrinder/imgs/probframethumb.png 30share/doc/MyGoGrinder/docs/imgs/selectiondialog.png
31share/doc/MyGoGrinder/imgs/selectiondialog.png 31share/doc/MyGoGrinder/docs/imgs/selectiondialogthumb.png
32share/doc/MyGoGrinder/imgs/selectiondialogthumb.png 32share/doc/MyGoGrinder/docs/imgs/settingsdialog.png
33share/doc/MyGoGrinder/imgs/settingsdialog.png 33share/doc/MyGoGrinder/docs/imgs/settingsfolder.png
34share/doc/MyGoGrinder/imgs/settingsfolder.png 34share/doc/MyGoGrinder/docs/imgs/sflogo.png
35share/doc/MyGoGrinder/imgs/sflogo.png 35share/doc/MyGoGrinder/docs/index.html
36share/doc/MyGoGrinder/index.html 36share/doc/MyGoGrinder/docs/license.html
37share/doc/MyGoGrinder/license.html 37share/doc/MyGoGrinder/docs/tagssortorder1.png
 38share/doc/MyGoGrinder/docs/tagssortorder2.png
 39share/doc/MyGoGrinder/docs/tips.html
 40share/doc/MyGoGrinder/docs/wgf.html
38share/doc/MyGoGrinder/readme.txt 41share/doc/MyGoGrinder/readme.txt
39share/doc/MyGoGrinder/tagssortorder1.png 
40share/doc/MyGoGrinder/tagssortorder2.png 
41share/doc/MyGoGrinder/tips.html 
42share/doc/MyGoGrinder/wgf.html 
43share/examples/MyGoGrinder/Xuan-Xuan-Qi-Jing-(problems).zip 42share/examples/MyGoGrinder/Xuan-Xuan-Qi-Jing-(problems).zip
44share/examples/MyGoGrinder/demo.wgf 43share/examples/MyGoGrinder/demo.wgf
45share/pixmaps/Grinder128.png 44share/pixmaps/Grinder128.png
46share/pixmaps/Grinder32.png 45share/pixmaps/Grinder32.png
47share/pixmaps/Grinder48.png 46share/pixmaps/Grinder48.png
48share/pixmaps/Grinder64.png 47share/pixmaps/Grinder64.png
49share/pixmaps/MyGrinder.ico 48share/pixmaps/MyGrinder.ico