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

(-)lang/basic256/Makefile (-5 / +4 lines)
Lines 2-13 Link Here
2
# $FreeBSD: lang/basic256/Makefile 335118 2013-11-28 18:16:33Z makc $
2
# $FreeBSD: lang/basic256/Makefile 335118 2013-11-28 18:16:33Z makc $
3
3
4
PORTNAME=	basic256
4
PORTNAME=	basic256
5
PORTVERSION=	1.0.0.0
5
PORTVERSION=	1.1.0.0
6
CATEGORIES=	lang
6
CATEGORIES=	lang
7
MASTER_SITES=	SF
7
MASTER_SITES=	SF
8
MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
8
MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
9
DISTNAME=	${PORTNAME}_${PORTVERSION}
9
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
10
EXTRACT_SUFX=	.tgz
11
10
12
MAINTAINER=	fernando.apesteguia@gmail.com
11
MAINTAINER=	fernando.apesteguia@gmail.com
13
COMMENT=	Easy to use BASIC language and IDE for education
12
COMMENT=	Easy to use BASIC language and IDE for education
Lines 16-31 Link Here
16
		sqlite3:${PORTSDIR}/databases/sqlite3 \
15
		sqlite3:${PORTSDIR}/databases/sqlite3 \
17
		flex:${PORTSDIR}/textproc/flex
16
		flex:${PORTSDIR}/textproc/flex
18
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
19
USES=		bison dos2unix qmake
20
USES=		bison dos2unix qmake
20
USE_SDL=	sdl mixer
21
USE_SDL=	sdl mixer
21
USE_QT4=	corelib gui network xml webkit moc_build rcc_build uic_build
22
USE_QT4=	corelib gui network xml webkit moc_build rcc_build uic_build
22
QMAKE_SOURCE_PATH=	BASIC256.pro
23
QMAKE_SOURCE_PATH=	BASIC256.pro
23
24
24
NO_WRKSUBDIR=	yes
25
MAKE_JOBS_UNSAFE=	yes
25
MAKE_JOBS_UNSAFE=	yes
26
26
27
post-patch:
27
post-patch:
28
	@${REINPLACE_CMD} -e 's/mutex/mymutex/' ${WRKSRC}/*.cpp
29
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro
28
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)lang/basic256/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (basic256_1.0.0.0.tgz) = 4eda84360eb576b38b7e514aeb8f2700681f81521932532d60693bc6c85a6652
1
SHA256 (basic256_1.1.0.0.orig.tar.gz) = e89d039a055c74b13a23890d0200af37f171b5a48a7174fb08acfb35c1506c63
2
SIZE (basic256_1.0.0.0.tgz) = 1848926
2
SIZE (basic256_1.1.0.0.orig.tar.gz) = 2043561
(-)lang/basic256/files/patch-BASIC256.pro (-4 / +4 lines)
Lines 1-5 Link Here
1
--- BASIC256.pro.orig	2013-11-13 18:26:47.000000000 +0100
1
--- BASIC256.pro.orig	2014-02-15 18:45:35.000000000 +0100
2
+++ BASIC256.pro	2013-11-13 18:36:29.000000000 +0100
2
+++ BASIC256.pro	2014-02-15 18:46:10.000000000 +0100
3
@@ -82,7 +82,7 @@
3
@@ -82,7 +82,7 @@
4
 
4
 
5
 	## TTS Option 2 - use the espeak library
5
 	## TTS Option 2 - use the espeak library
Lines 9-15 Link Here
9
 	LIBS					+=	-lespeak
9
 	LIBS					+=	-lespeak
10
 
10
 
11
 	LIBS					+=	-lm
11
 	LIBS					+=	-lm
12
@@ -113,19 +113,19 @@
12
@@ -117,19 +117,19 @@
13
 	# rules for make install
13
 	# rules for make install
14
 	########
14
 	########
15
 	exampleFiles.files		=	./Examples
15
 	exampleFiles.files		=	./Examples
Lines 28-34 Link Here
28
 	INSTALLS				+=	transFiles
28
 	INSTALLS				+=	transFiles
29
 
29
 
30
 	# main program executable
30
 	# main program executable
31
-	target.path				=	/usr/local/bin
31
-	target.path				=	/usr/bin
32
+	target.path				=	$$PREFIX/bin
32
+	target.path				=	$$PREFIX/bin
33
 	INSTALLS				+=	target
33
 	INSTALLS				+=	target
34
 
34
 
(-)lang/basic256/files/patch-BasicGraph.cpp (-10 lines)
Lines 1-10 Link Here
1
--- BasicGraph.cpp.orig	2013-09-28 18:25:56.000000000 +0200
2
+++ BasicGraph.cpp	2013-09-28 18:26:06.000000000 +0200
3
@@ -37,7 +37,6 @@
4
     #include <QPrinter>
5
 #endif
6
 
7
-using namespace std;
8
 
9
 #include "BasicGraph.h"
10
 
(-)lang/basic256/pkg-plist (-22 / +123 lines)
Lines 1-4 Link Here
1
bin/BASIC256
1
bin/basic256
2
%%DATADIR%%/Examples/15puzzle.kbs
2
%%DATADIR%%/Examples/15puzzle.kbs
3
%%DATADIR%%/Examples/15puzzle_new.kbs
3
%%DATADIR%%/Examples/15puzzle_new.kbs
4
%%DATADIR%%/Examples/BASICtest1.kbs
4
%%DATADIR%%/Examples/BASICtest1.kbs
Lines 47-52 Link Here
47
%%DATADIR%%/Examples/poly.kbs
47
%%DATADIR%%/Examples/poly.kbs
48
%%DATADIR%%/Examples/polytest.kbs
48
%%DATADIR%%/Examples/polytest.kbs
49
%%DATADIR%%/Examples/quotations.kbs
49
%%DATADIR%%/Examples/quotations.kbs
50
%%DATADIR%%/Examples/quotations.sqlite3
50
%%DATADIR%%/Examples/rainbow.kbs
51
%%DATADIR%%/Examples/rainbow.kbs
51
%%DATADIR%%/Examples/ring_01.kbs
52
%%DATADIR%%/Examples/ring_01.kbs
52
%%DATADIR%%/Examples/rotating3dcube.kbs
53
%%DATADIR%%/Examples/rotating3dcube.kbs
Lines 73-78 Link Here
73
%%DATADIR%%/Examples/subroutine_global.kbs
74
%%DATADIR%%/Examples/subroutine_global.kbs
74
%%DATADIR%%/Examples/subroutine_squares.kbs
75
%%DATADIR%%/Examples/subroutine_squares.kbs
75
%%DATADIR%%/Examples/teamdatabase.kbs
76
%%DATADIR%%/Examples/teamdatabase.kbs
77
%%DATADIR%%/Examples/teamdatabase.sqlite3
76
%%DATADIR%%/Examples/testing/2darraytest.kbs
78
%%DATADIR%%/Examples/testing/2darraytest.kbs
77
%%DATADIR%%/Examples/testing/2dstrarraytest.kbs
79
%%DATADIR%%/Examples/testing/2dstrarraytest.kbs
78
%%DATADIR%%/Examples/testing/KalRGB.kbs
80
%%DATADIR%%/Examples/testing/KalRGB.kbs
Lines 105-112 Link Here
105
%%DATADIR%%/Examples/testing/testplusplus.kbs
107
%%DATADIR%%/Examples/testing/testplusplus.kbs
106
%%DATADIR%%/Examples/testing/testplusplus2.kbs
108
%%DATADIR%%/Examples/testing/testplusplus2.kbs
107
%%DATADIR%%/Examples/testing/testsubroutinebyref.kbs
109
%%DATADIR%%/Examples/testing/testsubroutinebyref.kbs
108
%%DATADIR%%/Examples/testing/testsuite.kbs
109
%%DATADIR%%/Examples/testing/testsuite_functions.kbs
110
%%DATADIR%%/Examples/testing/testtextfont.kbs
110
%%DATADIR%%/Examples/testing/testtextfont.kbs
111
%%DATADIR%%/Examples/testing/testtime.kbs
111
%%DATADIR%%/Examples/testing/testtime.kbs
112
%%DATADIR%%/Examples/testing/uaarray.kbs
112
%%DATADIR%%/Examples/testing/uaarray.kbs
Lines 289-294 Link Here
289
%%DATADIR%%/help/en_commandline.html
289
%%DATADIR%%/help/en_commandline.html
290
%%DATADIR%%/help/en_compileerrorcodes.html
290
%%DATADIR%%/help/en_compileerrorcodes.html
291
%%DATADIR%%/help/en_confirm.html
291
%%DATADIR%%/help/en_confirm.html
292
%%DATADIR%%/help/en_continuedo.html
293
%%DATADIR%%/help/en_continuefor.html
294
%%DATADIR%%/help/en_continuewhile.html
292
%%DATADIR%%/help/en_cos.html
295
%%DATADIR%%/help/en_cos.html
293
%%DATADIR%%/help/en_count.html
296
%%DATADIR%%/help/en_count.html
294
%%DATADIR%%/help/en_countx.html
297
%%DATADIR%%/help/en_countx.html
Lines 320-325 Link Here
320
%%DATADIR%%/help/en_eof.html
323
%%DATADIR%%/help/en_eof.html
321
%%DATADIR%%/help/en_errorcodes.html
324
%%DATADIR%%/help/en_errorcodes.html
322
%%DATADIR%%/help/en_exists.html
325
%%DATADIR%%/help/en_exists.html
326
%%DATADIR%%/help/en_exitdo.html
327
%%DATADIR%%/help/en_exitfor.html
328
%%DATADIR%%/help/en_exitwhile.html
323
%%DATADIR%%/help/en_exp.html
329
%%DATADIR%%/help/en_exp.html
324
%%DATADIR%%/help/en_explode.html
330
%%DATADIR%%/help/en_explode.html
325
%%DATADIR%%/help/en_explodex.html
331
%%DATADIR%%/help/en_explodex.html
Lines 357-362 Link Here
357
%%DATADIR%%/help/en_imgload.html
363
%%DATADIR%%/help/en_imgload.html
358
%%DATADIR%%/help/en_imgsave.html
364
%%DATADIR%%/help/en_imgsave.html
359
%%DATADIR%%/help/en_implode.html
365
%%DATADIR%%/help/en_implode.html
366
%%DATADIR%%/help/en_include.html
360
%%DATADIR%%/help/en_input.html
367
%%DATADIR%%/help/en_input.html
361
%%DATADIR%%/help/en_instr.html
368
%%DATADIR%%/help/en_instr.html
362
%%DATADIR%%/help/en_instrx.html
369
%%DATADIR%%/help/en_instrx.html
Lines 405-410 Link Here
405
%%DATADIR%%/help/en_portin.html
412
%%DATADIR%%/help/en_portin.html
406
%%DATADIR%%/help/en_portout.html
413
%%DATADIR%%/help/en_portout.html
407
%%DATADIR%%/help/en_print.html
414
%%DATADIR%%/help/en_print.html
415
%%DATADIR%%/help/en_printercancel.html
416
%%DATADIR%%/help/en_printeroff.html
417
%%DATADIR%%/help/en_printeron.html
418
%%DATADIR%%/help/en_printerpage.html
408
%%DATADIR%%/help/en_programsyntax.html
419
%%DATADIR%%/help/en_programsyntax.html
409
%%DATADIR%%/help/en_prompt.html
420
%%DATADIR%%/help/en_prompt.html
410
%%DATADIR%%/help/en_putslice.html
421
%%DATADIR%%/help/en_putslice.html
Lines 439-444 Link Here
439
%%DATADIR%%/help/en_spriteload.html
450
%%DATADIR%%/help/en_spriteload.html
440
%%DATADIR%%/help/en_spritemove.html
451
%%DATADIR%%/help/en_spritemove.html
441
%%DATADIR%%/help/en_spriteplace.html
452
%%DATADIR%%/help/en_spriteplace.html
453
%%DATADIR%%/help/en_spritepoly.html
442
%%DATADIR%%/help/en_spriter.html
454
%%DATADIR%%/help/en_spriter.html
443
%%DATADIR%%/help/en_sprites.html
455
%%DATADIR%%/help/en_sprites.html
444
%%DATADIR%%/help/en_spriteshow.html
456
%%DATADIR%%/help/en_spriteshow.html
Lines 458-463 Link Here
458
%%DATADIR%%/help/en_tan.html
470
%%DATADIR%%/help/en_tan.html
459
%%DATADIR%%/help/en_techinformation.html
471
%%DATADIR%%/help/en_techinformation.html
460
%%DATADIR%%/help/en_text.html
472
%%DATADIR%%/help/en_text.html
473
%%DATADIR%%/help/en_textheight.html
461
%%DATADIR%%/help/en_textwidth.html
474
%%DATADIR%%/help/en_textwidth.html
462
%%DATADIR%%/help/en_then.html
475
%%DATADIR%%/help/en_then.html
463
%%DATADIR%%/help/en_throwerror.html
476
%%DATADIR%%/help/en_throwerror.html
Lines 643-655 Link Here
643
%%DATADIR%%/help/es_year.html
656
%%DATADIR%%/help/es_year.html
644
%%DATADIR%%/help/fr_abs.html
657
%%DATADIR%%/help/fr_abs.html
645
%%DATADIR%%/help/fr_acos.html
658
%%DATADIR%%/help/fr_acos.html
659
%%DATADIR%%/help/fr_alert.html
646
%%DATADIR%%/help/fr_anonymousarrays.html
660
%%DATADIR%%/help/fr_anonymousarrays.html
661
%%DATADIR%%/help/fr_arc.html
647
%%DATADIR%%/help/fr_arrays.html
662
%%DATADIR%%/help/fr_arrays.html
648
%%DATADIR%%/help/fr_asc.html
663
%%DATADIR%%/help/fr_asc.html
649
%%DATADIR%%/help/fr_asin.html
664
%%DATADIR%%/help/fr_asin.html
650
%%DATADIR%%/help/fr_atan.html
665
%%DATADIR%%/help/fr_atan.html
666
%%DATADIR%%/help/fr_call.html
651
%%DATADIR%%/help/fr_ceil.html
667
%%DATADIR%%/help/fr_ceil.html
652
%%DATADIR%%/help/fr_changedir.html
668
%%DATADIR%%/help/fr_changedir.html
669
%%DATADIR%%/help/fr_chord.html
653
%%DATADIR%%/help/fr_chr.html
670
%%DATADIR%%/help/fr_chr.html
654
%%DATADIR%%/help/fr_circle.html
671
%%DATADIR%%/help/fr_circle.html
655
%%DATADIR%%/help/fr_clg.html
672
%%DATADIR%%/help/fr_clg.html
Lines 660-666 Link Here
660
%%DATADIR%%/help/fr_close.html
677
%%DATADIR%%/help/fr_close.html
661
%%DATADIR%%/help/fr_cls.html
678
%%DATADIR%%/help/fr_cls.html
662
%%DATADIR%%/help/fr_color.html
679
%%DATADIR%%/help/fr_color.html
680
%%DATADIR%%/help/fr_commandline.html
681
%%DATADIR%%/help/fr_compileerrorcodes.html
682
%%DATADIR%%/help/fr_confirm.html
663
%%DATADIR%%/help/fr_cos.html
683
%%DATADIR%%/help/fr_cos.html
684
%%DATADIR%%/help/fr_count.html
685
%%DATADIR%%/help/fr_countx.html
664
%%DATADIR%%/help/fr_currentdir.html
686
%%DATADIR%%/help/fr_currentdir.html
665
%%DATADIR%%/help/fr_day.html
687
%%DATADIR%%/help/fr_day.html
666
%%DATADIR%%/help/fr_dbclose.html
688
%%DATADIR%%/help/fr_dbclose.html
Lines 668-673 Link Here
668
%%DATADIR%%/help/fr_dbexecute.html
690
%%DATADIR%%/help/fr_dbexecute.html
669
%%DATADIR%%/help/fr_dbfloat.html
691
%%DATADIR%%/help/fr_dbfloat.html
670
%%DATADIR%%/help/fr_dbint.html
692
%%DATADIR%%/help/fr_dbint.html
693
%%DATADIR%%/help/fr_dbnull.html
671
%%DATADIR%%/help/fr_dbopen.html
694
%%DATADIR%%/help/fr_dbopen.html
672
%%DATADIR%%/help/fr_dbopenset.html
695
%%DATADIR%%/help/fr_dbopenset.html
673
%%DATADIR%%/help/fr_dbrow.html
696
%%DATADIR%%/help/fr_dbrow.html
Lines 675-704 Link Here
675
%%DATADIR%%/help/fr_decimal.html
698
%%DATADIR%%/help/fr_decimal.html
676
%%DATADIR%%/help/fr_degrees.html
699
%%DATADIR%%/help/fr_degrees.html
677
%%DATADIR%%/help/fr_dim.html
700
%%DATADIR%%/help/fr_dim.html
701
%%DATADIR%%/help/fr_dir.html
678
%%DATADIR%%/help/fr_dountil.html
702
%%DATADIR%%/help/fr_dountil.html
703
%%DATADIR%%/help/fr_editvisible.html
704
%%DATADIR%%/help/fr_else.html
679
%%DATADIR%%/help/fr_end.html
705
%%DATADIR%%/help/fr_end.html
706
%%DATADIR%%/help/fr_endfunction.html
707
%%DATADIR%%/help/fr_endif.html
708
%%DATADIR%%/help/fr_endsubroutine.html
709
%%DATADIR%%/help/fr_endwhile.html
680
%%DATADIR%%/help/fr_eof.html
710
%%DATADIR%%/help/fr_eof.html
681
%%DATADIR%%/help/fr_errorcodes.html
711
%%DATADIR%%/help/fr_errorcodes.html
682
%%DATADIR%%/help/fr_exists.html
712
%%DATADIR%%/help/fr_exists.html
713
%%DATADIR%%/help/fr_exp.html
714
%%DATADIR%%/help/fr_explode.html
715
%%DATADIR%%/help/fr_explodex.html
683
%%DATADIR%%/help/fr_fastgraphics.html
716
%%DATADIR%%/help/fr_fastgraphics.html
684
%%DATADIR%%/help/fr_float.html
717
%%DATADIR%%/help/fr_float.html
685
%%DATADIR%%/help/fr_floor.html
718
%%DATADIR%%/help/fr_floor.html
686
%%DATADIR%%/help/fr_font.html
719
%%DATADIR%%/help/fr_font.html
687
%%DATADIR%%/help/fr_fornext.html
720
%%DATADIR%%/help/fr_fornext.html
721
%%DATADIR%%/help/fr_freedb.html
722
%%DATADIR%%/help/fr_freedbset.html
723
%%DATADIR%%/help/fr_freefile.html
724
%%DATADIR%%/help/fr_freenet.html
725
%%DATADIR%%/help/fr_frombinary.html
726
%%DATADIR%%/help/fr_fromhex.html
727
%%DATADIR%%/help/fr_fromoctal.html
728
%%DATADIR%%/help/fr_fromradix.html
729
%%DATADIR%%/help/fr_function.html
730
%%DATADIR%%/help/fr_getbrushcolor.html
688
%%DATADIR%%/help/fr_getcolor.html
731
%%DATADIR%%/help/fr_getcolor.html
732
%%DATADIR%%/help/fr_getpenwidth.html
733
%%DATADIR%%/help/fr_getsetting.html
689
%%DATADIR%%/help/fr_getslice.html
734
%%DATADIR%%/help/fr_getslice.html
735
%%DATADIR%%/help/fr_global.html
736
%%DATADIR%%/help/fr_gosub.html
690
%%DATADIR%%/help/fr_gosubreturn.html
737
%%DATADIR%%/help/fr_gosubreturn.html
691
%%DATADIR%%/help/fr_goto.html
738
%%DATADIR%%/help/fr_goto.html
692
%%DATADIR%%/help/fr_graphheight.html
739
%%DATADIR%%/help/fr_graphheight.html
693
%%DATADIR%%/help/fr_graphsize.html
740
%%DATADIR%%/help/fr_graphsize.html
741
%%DATADIR%%/help/fr_graphvisible.html
694
%%DATADIR%%/help/fr_graphwidth.html
742
%%DATADIR%%/help/fr_graphwidth.html
695
%%DATADIR%%/help/fr_hour.html
743
%%DATADIR%%/help/fr_hour.html
696
%%DATADIR%%/help/fr_ifthen.html
744
%%DATADIR%%/help/fr_ifthen.html
697
%%DATADIR%%/help/fr_imgload.html
745
%%DATADIR%%/help/fr_imgload.html
746
%%DATADIR%%/help/fr_imgsave.html
747
%%DATADIR%%/help/fr_implode.html
698
%%DATADIR%%/help/fr_input.html
748
%%DATADIR%%/help/fr_input.html
699
%%DATADIR%%/help/fr_instr.html
749
%%DATADIR%%/help/fr_instr.html
750
%%DATADIR%%/help/fr_instrx.html
700
%%DATADIR%%/help/fr_int.html
751
%%DATADIR%%/help/fr_int.html
701
%%DATADIR%%/help/fr_key.html
752
%%DATADIR%%/help/fr_key.html
753
%%DATADIR%%/help/fr_kill.html
702
%%DATADIR%%/help/fr_lasterror.html
754
%%DATADIR%%/help/fr_lasterror.html
703
%%DATADIR%%/help/fr_lasterrorextra.html
755
%%DATADIR%%/help/fr_lasterrorextra.html
704
%%DATADIR%%/help/fr_lasterrorline.html
756
%%DATADIR%%/help/fr_lasterrorline.html
Lines 709-752 Link Here
709
%%DATADIR%%/help/fr_log.html
761
%%DATADIR%%/help/fr_log.html
710
%%DATADIR%%/help/fr_log10.html
762
%%DATADIR%%/help/fr_log10.html
711
%%DATADIR%%/help/fr_lower.html
763
%%DATADIR%%/help/fr_lower.html
764
%%DATADIR%%/help/fr_md5.html
712
%%DATADIR%%/help/fr_mid.html
765
%%DATADIR%%/help/fr_mid.html
713
%%DATADIR%%/help/fr_minute.html
766
%%DATADIR%%/help/fr_minute.html
714
%%DATADIR%%/help/fr_month.html
767
%%DATADIR%%/help/fr_month.html
715
%%DATADIR%%/help/fr_mouseb.html
768
%%DATADIR%%/help/fr_mouseb.html
716
%%DATADIR%%/help/fr_mousex.html
769
%%DATADIR%%/help/fr_mousex.html
717
%%DATADIR%%/help/fr_mousey.html
770
%%DATADIR%%/help/fr_mousey.html
771
%%DATADIR%%/help/fr_msec.html
772
%%DATADIR%%/help/fr_netaddress.html
718
%%DATADIR%%/help/fr_netclose.html
773
%%DATADIR%%/help/fr_netclose.html
719
%%DATADIR%%/help/fr_netconnect.html
774
%%DATADIR%%/help/fr_netconnect.html
720
%%DATADIR%%/help/fr_netdata.html
775
%%DATADIR%%/help/fr_netdata.html
721
%%DATADIR%%/help/fr_netlisten.html
776
%%DATADIR%%/help/fr_netlisten.html
722
%%DATADIR%%/help/fr_netread.html
777
%%DATADIR%%/help/fr_netread.html
723
%%DATADIR%%/help/fr_netwrite.html
778
%%DATADIR%%/help/fr_netwrite.html
779
%%DATADIR%%/help/fr_next.html
724
%%DATADIR%%/help/fr_numericconstants.html
780
%%DATADIR%%/help/fr_numericconstants.html
725
%%DATADIR%%/help/fr_offerror.html
781
%%DATADIR%%/help/fr_offerror.html
726
%%DATADIR%%/help/fr_onerror.html
782
%%DATADIR%%/help/fr_onerror.html
727
%%DATADIR%%/help/fr_open.html
783
%%DATADIR%%/help/fr_open.html
728
%%DATADIR%%/help/fr_operators.html
784
%%DATADIR%%/help/fr_operators.html
785
%%DATADIR%%/help/fr_ostype.html
786
%%DATADIR%%/help/fr_outputvisible.html
729
%%DATADIR%%/help/fr_pause.html
787
%%DATADIR%%/help/fr_pause.html
788
%%DATADIR%%/help/fr_penwidth.html
789
%%DATADIR%%/help/fr_pie.html
730
%%DATADIR%%/help/fr_pixel.html
790
%%DATADIR%%/help/fr_pixel.html
731
%%DATADIR%%/help/fr_plot.html
791
%%DATADIR%%/help/fr_plot.html
732
%%DATADIR%%/help/fr_poly.html
792
%%DATADIR%%/help/fr_poly.html
793
%%DATADIR%%/help/fr_portin.html
794
%%DATADIR%%/help/fr_portout.html
733
%%DATADIR%%/help/fr_print.html
795
%%DATADIR%%/help/fr_print.html
734
%%DATADIR%%/help/fr_programsyntax.html
796
%%DATADIR%%/help/fr_programsyntax.html
797
%%DATADIR%%/help/fr_prompt.html
735
%%DATADIR%%/help/fr_putslice.html
798
%%DATADIR%%/help/fr_putslice.html
736
%%DATADIR%%/help/fr_radians.html
799
%%DATADIR%%/help/fr_radians.html
737
%%DATADIR%%/help/fr_rand.html
800
%%DATADIR%%/help/fr_rand.html
738
%%DATADIR%%/help/fr_read.html
801
%%DATADIR%%/help/fr_read.html
802
%%DATADIR%%/help/fr_readbyte.html
739
%%DATADIR%%/help/fr_readline.html
803
%%DATADIR%%/help/fr_readline.html
740
%%DATADIR%%/help/fr_rect.html
804
%%DATADIR%%/help/fr_rect.html
741
%%DATADIR%%/help/fr_redim.html
805
%%DATADIR%%/help/fr_redim.html
806
%%DATADIR%%/help/fr_ref.html
807
%%DATADIR%%/help/fr_ref0.9.6.32.html
742
%%DATADIR%%/help/fr_refresh.html
808
%%DATADIR%%/help/fr_refresh.html
743
%%DATADIR%%/help/fr_rem.html
809
%%DATADIR%%/help/fr_rem.html
810
%%DATADIR%%/help/fr_removedfeatures.html
811
%%DATADIR%%/help/fr_replace.html
812
%%DATADIR%%/help/fr_replacex.html
744
%%DATADIR%%/help/fr_reset.html
813
%%DATADIR%%/help/fr_reset.html
814
%%DATADIR%%/help/fr_return.html
745
%%DATADIR%%/help/fr_rgb.html
815
%%DATADIR%%/help/fr_rgb.html
746
%%DATADIR%%/help/fr_right.html
816
%%DATADIR%%/help/fr_right.html
747
%%DATADIR%%/help/fr_say.html
817
%%DATADIR%%/help/fr_say.html
748
%%DATADIR%%/help/fr_second.html
818
%%DATADIR%%/help/fr_second.html
749
%%DATADIR%%/help/fr_seek.html
819
%%DATADIR%%/help/fr_seek.html
820
%%DATADIR%%/help/fr_setsetting.html
750
%%DATADIR%%/help/fr_sin.html
821
%%DATADIR%%/help/fr_sin.html
751
%%DATADIR%%/help/fr_singlepage.html
822
%%DATADIR%%/help/fr_singlepage.html
752
%%DATADIR%%/help/fr_size.html
823
%%DATADIR%%/help/fr_size.html
Lines 758-786 Link Here
758
%%DATADIR%%/help/fr_spriteload.html
829
%%DATADIR%%/help/fr_spriteload.html
759
%%DATADIR%%/help/fr_spritemove.html
830
%%DATADIR%%/help/fr_spritemove.html
760
%%DATADIR%%/help/fr_spriteplace.html
831
%%DATADIR%%/help/fr_spriteplace.html
832
%%DATADIR%%/help/fr_spriter.html
833
%%DATADIR%%/help/fr_sprites.html
761
%%DATADIR%%/help/fr_spriteshow.html
834
%%DATADIR%%/help/fr_spriteshow.html
762
%%DATADIR%%/help/fr_spriteslice.html
835
%%DATADIR%%/help/fr_spriteslice.html
763
%%DATADIR%%/help/fr_spritev.html
836
%%DATADIR%%/help/fr_spritev.html
764
%%DATADIR%%/help/fr_spritew.html
837
%%DATADIR%%/help/fr_spritew.html
765
%%DATADIR%%/help/fr_spritex.html
838
%%DATADIR%%/help/fr_spritex.html
766
%%DATADIR%%/help/fr_spritey.html
839
%%DATADIR%%/help/fr_spritey.html
840
%%DATADIR%%/help/fr_sqr.html
767
%%DATADIR%%/help/fr_stamp.html
841
%%DATADIR%%/help/fr_stamp.html
768
%%DATADIR%%/help/fr_start.html
842
%%DATADIR%%/help/fr_start.html
843
%%DATADIR%%/help/fr_step.html
769
%%DATADIR%%/help/fr_string.html
844
%%DATADIR%%/help/fr_string.html
770
%%DATADIR%%/help/fr_stringconstants.html
845
%%DATADIR%%/help/fr_stringconstants.html
846
%%DATADIR%%/help/fr_subroutine.html
771
%%DATADIR%%/help/fr_system.html
847
%%DATADIR%%/help/fr_system.html
772
%%DATADIR%%/help/fr_systemrequirements.html
848
%%DATADIR%%/help/fr_systemrequirements.html
773
%%DATADIR%%/help/fr_tan.html
849
%%DATADIR%%/help/fr_tan.html
774
%%DATADIR%%/help/fr_techinformation.html
850
%%DATADIR%%/help/fr_techinformation.html
775
%%DATADIR%%/help/fr_text.html
851
%%DATADIR%%/help/fr_text.html
852
%%DATADIR%%/help/fr_textwidth.html
853
%%DATADIR%%/help/fr_then.html
854
%%DATADIR%%/help/fr_throwerror.html
855
%%DATADIR%%/help/fr_tobinary.html
856
%%DATADIR%%/help/fr_tohex.html
857
%%DATADIR%%/help/fr_tooctal.html
858
%%DATADIR%%/help/fr_toradix.html
859
%%DATADIR%%/help/fr_until.html
776
%%DATADIR%%/help/fr_upper.html
860
%%DATADIR%%/help/fr_upper.html
777
%%DATADIR%%/help/fr_variables.html
861
%%DATADIR%%/help/fr_variables.html
862
%%DATADIR%%/help/fr_version.html
778
%%DATADIR%%/help/fr_volume.html
863
%%DATADIR%%/help/fr_volume.html
779
%%DATADIR%%/help/fr_wavplay.html
864
%%DATADIR%%/help/fr_wavplay.html
780
%%DATADIR%%/help/fr_wavstop.html
865
%%DATADIR%%/help/fr_wavstop.html
781
%%DATADIR%%/help/fr_wavwait.html
866
%%DATADIR%%/help/fr_wavwait.html
782
%%DATADIR%%/help/fr_whileendwhile.html
867
%%DATADIR%%/help/fr_whileendwhile.html
783
%%DATADIR%%/help/fr_write.html
868
%%DATADIR%%/help/fr_write.html
869
%%DATADIR%%/help/fr_writebyte.html
784
%%DATADIR%%/help/fr_writeline.html
870
%%DATADIR%%/help/fr_writeline.html
785
%%DATADIR%%/help/fr_year.html
871
%%DATADIR%%/help/fr_year.html
786
%%DATADIR%%/help/galleryjmreneau.html
872
%%DATADIR%%/help/galleryjmreneau.html
Lines 804-813 Link Here
804
%%DATADIR%%/help/graphicsutilitiesstampmaker.html
890
%%DATADIR%%/help/graphicsutilitiesstampmaker.html
805
%%DATADIR%%/help/graphicsutility.html
891
%%DATADIR%%/help/graphicsutility.html
806
%%DATADIR%%/help/index.html
892
%%DATADIR%%/help/index.html
893
%%DATADIR%%/help/lib/exe/alert.png
807
%%DATADIR%%/help/lib/exe/arc_example.png
894
%%DATADIR%%/help/lib/exe/arc_example.png
808
%%DATADIR%%/help/lib/exe/basic256.png
895
%%DATADIR%%/help/lib/exe/basic256.png
809
%%DATADIR%%/help/lib/exe/chord_example.png
896
%%DATADIR%%/help/lib/exe/chord_example.png
897
%%DATADIR%%/help/lib/exe/circle.png
898
%%DATADIR%%/help/lib/exe/color.png
899
%%DATADIR%%/help/lib/exe/confirm.png
810
%%DATADIR%%/help/lib/exe/css1353871590.css
900
%%DATADIR%%/help/lib/exe/css1353871590.css
901
%%DATADIR%%/help/lib/exe/css1364650667.css
811
%%DATADIR%%/help/lib/exe/de.png
902
%%DATADIR%%/help/lib/exe/de.png
812
%%DATADIR%%/help/lib/exe/en.png
903
%%DATADIR%%/help/lib/exe/en.png
813
%%DATADIR%%/help/lib/exe/en_cir.png
904
%%DATADIR%%/help/lib/exe/en_cir.png
Lines 833-843 Link Here
833
%%DATADIR%%/help/lib/exe/es_sin.jpg
924
%%DATADIR%%/help/lib/exe/es_sin.jpg
834
%%DATADIR%%/help/lib/exe/es_tan.jpg
925
%%DATADIR%%/help/lib/exe/es_tan.jpg
835
%%DATADIR%%/help/lib/exe/fr.png
926
%%DATADIR%%/help/lib/exe/fr.png
927
%%DATADIR%%/help/lib/exe/fr_confirm-fr.png
836
%%DATADIR%%/help/lib/exe/fr_cos.jpg
928
%%DATADIR%%/help/lib/exe/fr_cos.jpg
929
%%DATADIR%%/help/lib/exe/fr_prompt-fr.png
837
%%DATADIR%%/help/lib/exe/fr_sin.jpg
930
%%DATADIR%%/help/lib/exe/fr_sin.jpg
838
%%DATADIR%%/help/lib/exe/fr_tan.jpg
931
%%DATADIR%%/help/lib/exe/fr_tan.jpg
932
%%DATADIR%%/help/lib/exe/gamesballoons.png
933
%%DATADIR%%/help/lib/exe/gamescopycat.png
934
%%DATADIR%%/help/lib/exe/gamesspinner.png
935
%%DATADIR%%/help/lib/exe/graphicsutilitiesstamp2sprite.png
839
%%DATADIR%%/help/lib/exe/jmreneau_mobius.png
936
%%DATADIR%%/help/lib/exe/jmreneau_mobius.png
840
%%DATADIR%%/help/lib/exe/jmreneau_morie.png
937
%%DATADIR%%/help/lib/exe/jmreneau_morie.png
938
%%DATADIR%%/help/lib/exe/line.png
841
%%DATADIR%%/help/lib/exe/nl.png
939
%%DATADIR%%/help/lib/exe/nl.png
842
%%DATADIR%%/help/lib/exe/nl_array.png
940
%%DATADIR%%/help/lib/exe/nl_array.png
843
%%DATADIR%%/help/lib/exe/nl_arrays_disp.png
941
%%DATADIR%%/help/lib/exe/nl_arrays_disp.png
Lines 856-862 Link Here
856
%%DATADIR%%/help/lib/exe/nl_wrong_string.png
954
%%DATADIR%%/help/lib/exe/nl_wrong_string.png
857
%%DATADIR%%/help/lib/exe/opensearch.php
955
%%DATADIR%%/help/lib/exe/opensearch.php
858
%%DATADIR%%/help/lib/exe/pie_chart.png
956
%%DATADIR%%/help/lib/exe/pie_chart.png
957
%%DATADIR%%/help/lib/exe/prompt.png
859
%%DATADIR%%/help/lib/exe/pt.png
958
%%DATADIR%%/help/lib/exe/pt.png
959
%%DATADIR%%/help/lib/exe/rect.png
860
%%DATADIR%%/help/lib/exe/ro.png
960
%%DATADIR%%/help/lib/exe/ro.png
861
%%DATADIR%%/help/lib/exe/ru.png
961
%%DATADIR%%/help/lib/exe/ru.png
862
%%DATADIR%%/help/lib/exe/ru_cir.png
962
%%DATADIR%%/help/lib/exe/ru_cir.png
Lines 866-871 Link Here
866
%%DATADIR%%/help/lib/exe/ru_radians.png
966
%%DATADIR%%/help/lib/exe/ru_radians.png
867
%%DATADIR%%/help/lib/exe/ru_stamp.png
967
%%DATADIR%%/help/lib/exe/ru_stamp.png
868
%%DATADIR%%/help/lib/exe/sp.png
968
%%DATADIR%%/help/lib/exe/sp.png
969
%%DATADIR%%/help/lib/exe/stampmaker.png
869
%%DATADIR%%/help/lib/images/license/button/cc-by-nc-sa.png
970
%%DATADIR%%/help/lib/images/license/button/cc-by-nc-sa.png
870
%%DATADIR%%/help/lib/images/smileys/fixme.gif
971
%%DATADIR%%/help/lib/images/smileys/fixme.gif
871
%%DATADIR%%/help/lib/images/smileys/icon_exclaim.gif
972
%%DATADIR%%/help/lib/images/smileys/icon_exclaim.gif
Lines 1600-1621 Link Here
1600
%%DATADIR%%/help/ru_writeline.html
1701
%%DATADIR%%/help/ru_writeline.html
1601
%%DATADIR%%/help/ru_year.html
1702
%%DATADIR%%/help/ru_year.html
1602
%%DATADIR%%/help/start.html
1703
%%DATADIR%%/help/start.html
1603
@dirrm %%DATADIR%%/help/lib/tpl/dokuwiki/images
1704
@dirrmtry %%DATADIR%%/help/lib/tpl/dokuwiki/images
1604
@dirrm %%DATADIR%%/help/lib/tpl/dokuwiki
1705
@dirrmtry %%DATADIR%%/help/lib/tpl/dokuwiki
1605
@dirrm %%DATADIR%%/help/lib/tpl
1706
@dirrmtry %%DATADIR%%/help/lib/tpl
1606
@dirrm %%DATADIR%%/help/lib/plugins/odt
1707
@dirrmtry %%DATADIR%%/help/lib/plugins/odt
1607
@dirrm %%DATADIR%%/help/lib/plugins
1708
@dirrmtry %%DATADIR%%/help/lib/plugins
1608
@dirrm %%DATADIR%%/help/lib/images/smileys
1709
@dirrmtry %%DATADIR%%/help/lib/images/smileys
1609
@dirrm %%DATADIR%%/help/lib/images/license/button
1710
@dirrmtry %%DATADIR%%/help/lib/images/license/button
1610
@dirrm %%DATADIR%%/help/lib/images/license
1711
@dirrmtry %%DATADIR%%/help/lib/images/license
1611
@dirrm %%DATADIR%%/help/lib/images
1712
@dirrmtry %%DATADIR%%/help/lib/images
1612
@dirrm %%DATADIR%%/help/lib/exe
1713
@dirrmtry %%DATADIR%%/help/lib/exe
1613
@dirrm %%DATADIR%%/help/lib
1714
@dirrmtry %%DATADIR%%/help/lib
1614
@dirrm %%DATADIR%%/help
1715
@dirrmtry %%DATADIR%%/help
1615
@dirrm %%DATADIR%%/Examples/testing
1716
@dirrmtry %%DATADIR%%/Examples/testing
1616
@dirrm %%DATADIR%%/Examples/sprites
1717
@dirrmtry %%DATADIR%%/Examples/sprites
1617
@dirrm %%DATADIR%%/Examples/networking
1718
@dirrmtry %%DATADIR%%/Examples/networking
1618
@dirrm %%DATADIR%%/Examples/imgload
1719
@dirrmtry %%DATADIR%%/Examples/imgload
1619
@dirrm %%DATADIR%%/Examples/dice
1720
@dirrmtry %%DATADIR%%/Examples/dice
1620
@dirrm %%DATADIR%%/Examples
1721
@dirrmtry %%DATADIR%%/Examples
1621
@dirrm %%DATADIR%%
1722
@dirrmtry %%DATADIR%%

Return to bug 186849