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

(-)math/ploticus/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	ploticus
9
PORTNAME=	ploticus
10
PORTVERSION=	2.20
10
PORTVERSION=	2.30
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	http://ploticus.sourceforge.net/download/
12
MASTER_SITES=	http://ploticus.sourceforge.net/download/
13
DISTNAME=	pl${PORTVERSION:S/.//}src
13
DISTNAME=	pl${PORTVERSION:S/.//}src
(-)math/ploticus/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (pl220src.tar.gz) = a609e1e2328b9bf00966506d1038597f
1
MD5 (pl230src.tar.gz) = 0d345918bba1f2fcdbb3d46cd3563d44
2
SIZE (pl220src.tar.gz) = 397158
2
SIZE (pl230src.tar.gz) = 420104
(-)math/ploticus/files/patch-src::swf.c (-11 lines)
Lines 1-11 Link Here
1
--- swf.c.orig	Tue Oct 28 04:45:58 2003
2
+++ swf.c	Mon Dec  8 00:27:51 2003
3
@@ -15,7 +15,7 @@
4
 */
5
 #ifndef NOSWF
6
 
7
-#include MAX_D_ROWS 1000
8
+#define MAX_D_ROWS 1000
9
 
10
 #include <stdio.h>
11
 #include <math.h>
(-)math/ploticus/pkg-plist (+6 lines)
Lines 31-36 Link Here
31
%%PORTDOCS%%%%EXAMPLESDIR%%/data24
31
%%PORTDOCS%%%%EXAMPLESDIR%%/data24
32
%%PORTDOCS%%%%EXAMPLESDIR%%/data25
32
%%PORTDOCS%%%%EXAMPLESDIR%%/data25
33
%%PORTDOCS%%%%EXAMPLESDIR%%/data26
33
%%PORTDOCS%%%%EXAMPLESDIR%%/data26
34
%%PORTDOCS%%%%EXAMPLESDIR%%/data27
35
%%PORTDOCS%%%%EXAMPLESDIR%%/data28
34
%%PORTDOCS%%%%EXAMPLESDIR%%/data3
36
%%PORTDOCS%%%%EXAMPLESDIR%%/data3
35
%%PORTDOCS%%%%EXAMPLESDIR%%/data4
37
%%PORTDOCS%%%%EXAMPLESDIR%%/data4
36
%%PORTDOCS%%%%EXAMPLESDIR%%/data5
38
%%PORTDOCS%%%%EXAMPLESDIR%%/data5
Lines 41-46 Link Here
41
%%PORTDOCS%%%%EXAMPLESDIR%%/data9
43
%%PORTDOCS%%%%EXAMPLESDIR%%/data9
42
%%PORTDOCS%%%%EXAMPLESDIR%%/devol.dat
44
%%PORTDOCS%%%%EXAMPLESDIR%%/devol.dat
43
%%PORTDOCS%%%%EXAMPLESDIR%%/devol.htm
45
%%PORTDOCS%%%%EXAMPLESDIR%%/devol.htm
46
%%PORTDOCS%%%%EXAMPLESDIR%%/dexa.dat
44
%%PORTDOCS%%%%EXAMPLESDIR%%/distrib.htm
47
%%PORTDOCS%%%%EXAMPLESDIR%%/distrib.htm
45
%%PORTDOCS%%%%EXAMPLESDIR%%/drawcom.dcm
48
%%PORTDOCS%%%%EXAMPLESDIR%%/drawcom.dcm
46
%%PORTDOCS%%%%EXAMPLESDIR%%/drawcom.htm
49
%%PORTDOCS%%%%EXAMPLESDIR%%/drawcom.htm
Lines 72-77 Link Here
72
%%PORTDOCS%%%%EXAMPLESDIR%%/td.htm
75
%%PORTDOCS%%%%EXAMPLESDIR%%/td.htm
73
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_chron
76
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_chron
74
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_cumufrac
77
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_cumufrac
78
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_compare
75
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_dist
79
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_dist
76
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_draw
80
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_draw
77
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_heatmap
81
%%PORTDOCS%%%%EXAMPLESDIR%%/testpf_heatmap
Lines 92-97 Link Here
92
%%PORTDOCS%%%%EXAMPLESDIR%%/windbarbs.htm
96
%%PORTDOCS%%%%EXAMPLESDIR%%/windbarbs.htm
93
%%DATADIR%%/README
97
%%DATADIR%%/README
94
%%DATADIR%%/chron.pl
98
%%DATADIR%%/chron.pl
99
%%DATADIR%%/chron.pl-
95
%%DATADIR%%/chunk_area
100
%%DATADIR%%/chunk_area
96
%%DATADIR%%/chunk_chronfilter
101
%%DATADIR%%/chunk_chronfilter
97
%%DATADIR%%/chunk_doheatmap
102
%%DATADIR%%/chunk_doheatmap
Lines 105-110 Link Here
105
%%DATADIR%%/chunk_vdistfilter
110
%%DATADIR%%/chunk_vdistfilter
106
%%DATADIR%%/chunk_xaxis
111
%%DATADIR%%/chunk_xaxis
107
%%DATADIR%%/chunk_yaxis
112
%%DATADIR%%/chunk_yaxis
113
%%DATADIR%%/compare.pl
108
%%DATADIR%%/cumufrac.pl
114
%%DATADIR%%/cumufrac.pl
109
%%DATADIR%%/dist.pl
115
%%DATADIR%%/dist.pl
110
%%DATADIR%%/draw.pl
116
%%DATADIR%%/draw.pl

Return to bug 71882