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

(-)plplot/Makefile (-2 / +11 lines)
Lines 11-17 Link Here
11
CATEGORIES=	math science
11
CATEGORIES=	math science
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
13
14
MAINTAINER=	giffunip@tutopia.com
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A scientific plotting package
15
COMMENT=	A scientific plotting package
16
16
17
LIB_DEPENDS=	unicode.0:${PORTSDIR}/devel/libunicode \
17
LIB_DEPENDS=	unicode.0:${PORTSDIR}/devel/libunicode \
Lines 67-74 Link Here
67
CONFIGURE_ARGS+=	--disable-gcw
67
CONFIGURE_ARGS+=	--disable-gcw
68
.endif
68
.endif
69
69
70
.if defined(WITH_OCTAVE)
71
CONFIGURE_ARGS+=	--enable-octave
72
BUILD_DEPENDS+=	octave:${PORTSDIR}/math/octave
73
PLIST_SUB+=	OCTAVE=""
74
.else
75
PLIST_SUB+=	OCTAVE="@comment "
76
.endif
77
70
.if defined(WITH_PYTHON)
78
.if defined(WITH_PYTHON)
71
BROKEN= 	does not build
79
BROKEN= 	Broken with PYTHON
72
USE_PYTHON=	yes
80
USE_PYTHON=	yes
73
PLIST_SUB+=	PYTHON=""
81
PLIST_SUB+=	PYTHON=""
74
CONFIGURE_ENV+=	PYTHON_VERSION="${PYTHON_VERSION}"
82
CONFIGURE_ENV+=	PYTHON_VERSION="${PYTHON_VERSION}"
Lines 114-119 Link Here
114
	@${ECHO_MSG} "	WITHOUT_X11=yes		Turns off X11 support"
122
	@${ECHO_MSG} "	WITHOUT_X11=yes		Turns off X11 support"
115
	@${ECHO_MSG} "	WITH_FORTRAN=yes	Turns on Fortran support"
123
	@${ECHO_MSG} "	WITH_FORTRAN=yes	Turns on Fortran support"
116
	@${ECHO_MSG} "	WITH_GNOME=yes		Turns on GNOME driver support"
124
	@${ECHO_MSG} "	WITH_GNOME=yes		Turns on GNOME driver support"
125
	@${ECHO_MSG} "	WITH_OCTAVE=yes		Turns on Octave support"
117
	@${ECHO_MSG} "	WITH_PYTHON=yes		Turns on Python support"
126
	@${ECHO_MSG} "	WITH_PYTHON=yes		Turns on Python support"
118
	@${ECHO_MSG} "	WITH_SVGALIB=yes	Turns on SVGAlib support"
127
	@${ECHO_MSG} "	WITH_SVGALIB=yes	Turns on SVGAlib support"
119
	@${ECHO_MSG} "	WITH_TCLTK=yes		Turns on Tcl/Tk support"
128
	@${ECHO_MSG} "	WITH_TCLTK=yes		Turns on Tcl/Tk support"
(-)plplot/pkg-plist (+178 lines)
Lines 422-427 Link Here
422
%%GNOME%%%%DATADIR%%%%VERSION%%/examples/c/plplotcanvas_demo.c
422
%%GNOME%%%%DATADIR%%%%VERSION%%/examples/c/plplotcanvas_demo.c
423
%%FORTRAN%%@dirrm %%DATADIR%%%%VERSION%%/examples/f95
423
%%FORTRAN%%@dirrm %%DATADIR%%%%VERSION%%/examples/f95
424
%%FORTRAN%%@dirrm %%DATADIR%%%%VERSION%%/examples/f77
424
%%FORTRAN%%@dirrm %%DATADIR%%%%VERSION%%/examples/f77
425
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/diffn.m
426
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/gradn.m
427
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/lena.img
428
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p1.m
429
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p10.m
430
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p11.m
431
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p12.m
432
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p13.m
433
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p14.m
434
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p15.m
435
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p16.m
436
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p17.m
437
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p18.m
438
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p19.m
439
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p2.m
440
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p20.m
441
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p21.m
442
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p3.m
443
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p4.m
444
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p5.m
445
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p6.m
446
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p7.m
447
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p8.m
448
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/p9.m
449
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/plplot_octave_demo.m
450
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/rosenbrock.m
451
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x01c.m
452
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x02c.m
453
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x03c.m
454
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x04c.m
455
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x05c.m
456
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x06c.m
457
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x07c.m
458
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x08c.m
459
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x09c.m
460
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x10c.m
461
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x11c.m
462
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x12c.m
463
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x13c.m
464
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x14c.m
465
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x15c.m
466
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x16c.m
467
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x17c.m
468
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x18c.m
469
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x19c.m
470
%%OCTAVE%%share/plplot%%VERSION%%/examples/octave/x22c.m
471
%%OCTAVE%%share/plplot%%VERSION%%/examples/test_octave.sh
472
%%OCTAVE%%@dirrm share/plplot%%VERSION%%/examples/octave/
473
%%OCTAVE%%share/plplot_octave/arrow.m
474
%%OCTAVE%%share/plplot_octave/arrows.m
475
%%OCTAVE%%share/plplot_octave/autostyle.m
476
%%OCTAVE%%share/plplot_octave/axis.m
477
%%OCTAVE%%share/plplot_octave/axis_set.m
478
%%OCTAVE%%share/plplot_octave/bgr.m
479
%%OCTAVE%%share/plplot_octave/blue.m
480
%%OCTAVE%%share/plplot_octave/bone.m
481
%%OCTAVE%%share/plplot_octave/bottom_title.m
482
%%OCTAVE%%share/plplot_octave/clip.m
483
%%OCTAVE%%share/plplot_octave/closeallfig.m
484
%%OCTAVE%%share/plplot_octave/closefig.m
485
%%OCTAVE%%share/plplot_octave/colormap.m
486
%%OCTAVE%%share/plplot_octave/comet.m
487
%%OCTAVE%%share/plplot_octave/contour.m
488
%%OCTAVE%%share/plplot_octave/cool.m
489
%%OCTAVE%%share/plplot_octave/copper.m
490
%%OCTAVE%%share/plplot_octave/drawnow.m
491
%%OCTAVE%%share/plplot_octave/fig.m
492
%%OCTAVE%%share/plplot_octave/fig_raise.m
493
%%OCTAVE%%share/plplot_octave/fig_state.m
494
%%OCTAVE%%share/plplot_octave/figure.m
495
%%OCTAVE%%share/plplot_octave/fill.m
496
%%OCTAVE%%share/plplot_octave/free_fig.m
497
%%OCTAVE%%share/plplot_octave/ginput.m
498
%%OCTAVE%%share/plplot_octave/green.m
499
%%OCTAVE%%share/plplot_octave/grid.m
500
%%OCTAVE%%share/plplot_octave/griddata.m
501
%%OCTAVE%%share/plplot_octave/gtext.m
502
%%OCTAVE%%share/plplot_octave/hls2rgb.m
503
%%OCTAVE%%share/plplot_octave/hot.m
504
%%OCTAVE%%share/plplot_octave/hsv.m
505
%%OCTAVE%%share/plplot_octave/label_plot.m
506
%%OCTAVE%%share/plplot_octave/legend.m
507
%%OCTAVE%%share/plplot_octave/loglog.m
508
%%OCTAVE%%share/plplot_octave/lp_setup.m
509
%%OCTAVE%%share/plplot_octave/mesh.m
510
%%OCTAVE%%share/plplot_octave/meshc.m
511
%%OCTAVE%%share/plplot_octave/meshz.m
512
%%OCTAVE%%share/plplot_octave/mplot.m
513
%%OCTAVE%%share/plplot_octave/multiplot.m
514
%%OCTAVE%%share/plplot_octave/oneplot.m
515
%%OCTAVE%%share/plplot_octave/peaks.m
516
%%OCTAVE%%share/plplot_octave/pink.m
517
%%OCTAVE%%share/plplot_octave/plclearplot.m
518
%%OCTAVE%%share/plplot_octave/plclg.m
519
%%OCTAVE%%share/plplot_octave/plcolormap.m
520
%%OCTAVE%%share/plplot_octave/pldef.m
521
%%OCTAVE%%share/plplot_octave/plimage.m
522
%%OCTAVE%%share/plplot_octave/plot.m
523
%%OCTAVE%%share/plplot_octave/plot3.m
524
%%OCTAVE%%share/plplot_octave/plot_border.m
525
%%OCTAVE%%share/plplot_octave/plot_margin.m
526
%%OCTAVE%%share/plplot_octave/plplot_stub.m
527
%%OCTAVE%%share/plplot_octave/plrb.m
528
%%OCTAVE%%share/plplot_octave/plsetopt.m
529
%%OCTAVE%%share/plplot_octave/polar.m
530
%%OCTAVE%%share/plplot_octave/prism.m
531
%%OCTAVE%%share/plplot_octave/red.m
532
%%OCTAVE%%share/plplot_octave/rgb2hls.m
533
%%OCTAVE%%share/plplot_octave/rgbplot.m
534
%%OCTAVE%%share/plplot_octave/save_fig.m
535
%%OCTAVE%%share/plplot_octave/semilogx.m
536
%%OCTAVE%%share/plplot_octave/semilogy.m
537
%%OCTAVE%%share/plplot_octave/set_view.m
538
%%OCTAVE%%share/plplot_octave/shade.m
539
%%OCTAVE%%share/plplot_octave/shading.m
540
%%OCTAVE%%share/plplot_octave/shg.m
541
%%OCTAVE%%share/plplot_octave/stopdraw.m
542
%%OCTAVE%%share/plplot_octave/stripc.m
543
%%OCTAVE%%share/plplot_octave/stripc_add.m
544
%%OCTAVE%%share/plplot_octave/stripc_del.m
545
%%OCTAVE%%share/plplot_octave/struct_contains.m
546
%%OCTAVE%%share/plplot_octave/subplot.m
547
%%OCTAVE%%share/plplot_octave/subwindow.m
548
%%OCTAVE%%share/plplot_octave/support/__comet.m
549
%%OCTAVE%%share/plplot_octave/support/__pl_contour.m
550
%%OCTAVE%%share/plplot_octave/support/__pl_draw_legend.m
551
%%OCTAVE%%share/plplot_octave/support/__pl_fill.m
552
%%OCTAVE%%share/plplot_octave/support/__pl_init.m
553
%%OCTAVE%%share/plplot_octave/support/__pl_logplotit.m
554
%%OCTAVE%%share/plplot_octave/support/__pl_matstr.m
555
%%OCTAVE%%share/plplot_octave/support/__pl_mesh.m
556
%%OCTAVE%%share/plplot_octave/support/__pl_meshplotit.m
557
%%OCTAVE%%share/plplot_octave/support/__pl_opt.m
558
%%OCTAVE%%share/plplot_octave/support/__pl_plenv.m
559
%%OCTAVE%%share/plplot_octave/support/__pl_plot3.m
560
%%OCTAVE%%share/plplot_octave/support/__pl_plotit.m
561
%%OCTAVE%%share/plplot_octave/support/__pl_pltext.m
562
%%OCTAVE%%share/plplot_octave/support/__pl_polargrid.m
563
%%OCTAVE%%share/plplot_octave/support/__pl_store.m
564
%%OCTAVE%%share/plplot_octave/support/__plr1__.m
565
%%OCTAVE%%share/plplot_octave/support/__plr2__.m
566
%%OCTAVE%%share/plplot_octave/support/__plr__.m
567
%%OCTAVE%%share/plplot_octave/support/__plt1__.m
568
%%OCTAVE%%share/plplot_octave/support/__plt2__.m
569
%%OCTAVE%%share/plplot_octave/support/__plt2mm__.m
570
%%OCTAVE%%share/plplot_octave/support/__plt2mv__.m
571
%%OCTAVE%%share/plplot_octave/support/__plt2ss__.m
572
%%OCTAVE%%share/plplot_octave/support/__plt2vm__.m
573
%%OCTAVE%%share/plplot_octave/support/__plt2vv__.m
574
%%OCTAVE%%share/plplot_octave/support/__plt__.m
575
%%OCTAVE%%share/plplot_octave/support/is_strmatrix.m
576
%%OCTAVE%%share/plplot_octave/support/is_strvector.m
577
%%OCTAVE%%share/plplot_octave/surf.m
578
%%OCTAVE%%share/plplot_octave/surfc.m
579
%%OCTAVE%%share/plplot_octave/surfl.m
580
%%OCTAVE%%share/plplot_octave/tdeblank.m
581
%%OCTAVE%%share/plplot_octave/text.m
582
%%OCTAVE%%share/plplot_octave/title.m
583
%%OCTAVE%%share/plplot_octave/top_title.m
584
%%OCTAVE%%share/plplot_octave/xlabel.m
585
%%OCTAVE%%share/plplot_octave/xticks.m
586
%%OCTAVE%%share/plplot_octave/ylabel.m
587
%%OCTAVE%%share/plplot_octave/yticks.m
588
%%OCTAVE%%share/plplot_octave/zlabel.m
589
%%OCTAVE%%share/plplot_octave/zoom.m
590
%%OCTAVE%%%%DOCSDIR%%/BUGS.octave
591
%%OCTAVE%%%%DOCSDIR%%/FGA.octave
592
%%OCTAVE%%%%DOCSDIR%%/INSTALL.octave
593
%%OCTAVE%%%%DOCSDIR%%/README.octave
594
%%OCTAVE%%%%DOCSDIR%%/ToDo.octave
595
%%OCTAVE%%%%DOCSDIR%%/USAGE.octave
596
%%OCTAVE%%PLplot/toggle_plplot_use.m
597
%%OCTAVE%%PLplot/use_plplot.m
598
%%OCTAVE%%PLplot/plplot_octave_path.m
599
%%OCTAVE%%@dirrm PLplot
600
%%OCTAVE%%plplot_octave.oct
601
%%OCTAVE%%@dirrm share/plplot_octave/support/
602
%%OCTAVE%%@dirrm share/plplot_octave
425
@dirrm %%DATADIR%%%%VERSION%%/examples/c++
603
@dirrm %%DATADIR%%%%VERSION%%/examples/c++
426
@dirrm %%DATADIR%%%%VERSION%%/examples/c
604
@dirrm %%DATADIR%%%%VERSION%%/examples/c
427
@dirrm %%DATADIR%%%%VERSION%%/examples
605
@dirrm %%DATADIR%%%%VERSION%%/examples

Return to bug 134195