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

(-)/usr/ports/math/asymptote.update-1.05/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	asymptote
8
PORTNAME=	asymptote
9
PORTVERSION=	1.04
9
PORTVERSION=	1.05
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
(-)/usr/ports/math/asymptote.update-1.05/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (asymptote-1.04.tar.gz) = 408f388a9fea11401a58bc99e2098df5
1
MD5 (asymptote-1.05.tar.gz) = 4fc39ba0f67e0c5cdec0fcf3f72f9486
2
SHA256 (asymptote-1.04.tar.gz) = 2046c733cfcc501b72da2e16d43496c16933508ba05a7bf1127cb831bcfb417c
2
SHA256 (asymptote-1.05.tar.gz) = d09938c3c44e5c0e35ab89033e3e8df2321404296e5c7087d58d3ec85b88f7cd
3
SIZE (asymptote-1.04.tar.gz) = 628457
3
SIZE (asymptote-1.05.tar.gz) = 640481
(-)/usr/ports/math/asymptote.update-1.05/files/patch-Makefile.in (-7 / +7 lines)
Lines 1-17 Link Here
1
$FreeBSD: ports/math/asymptote/files/patch-Makefile.in,v 1.6 2005/12/16 11:53:16 lawrance Exp $
1
$FreeBSD: ports/math/asymptote/files/patch-Makefile.in,v 1.6 2005/12/16 11:53:16 lawrance Exp $
2
2
3
--- Makefile.in	Tue Nov  8 08:22:41 2005
3
--- Makefile.in	Thu May 18 07:44:26 2006
4
+++ Makefile.in.port	Sat Dec 10 19:02:52 2005
4
+++ Makefile.in.port	Sun May 21 22:20:49 2006
5
@@ -37,7 +37,7 @@
5
@@ -39,7 +39,7 @@
6
 datadir = @datadir@
6
 datadir = $(DESTDIR)@datadir@
7
 asydir = $(datadir)/asymptote
7
 asydir = $(datadir)/asymptote
8
 docdir = $(datadir)/doc/asymptote
8
 docdir = $(datadir)/doc/asymptote
9
-exampledir = $(docdir)
9
-exampledir = $(docdir)/examples
10
+exampledir = $(datadir)/examples/asymptote
10
+exampledir = $(datadir)/examples/asymptote
11
 animationsdir = $(exampledir)/animations
11
 animationsdir = $(exampledir)/animations
12
 latexdir = @latexdir@
12
 latexdir = $(DESTDIR)@latexdir@
13
 INSTALL = @INSTALL@
13
 INSTALL = @INSTALL@
14
@@ -64,7 +64,7 @@
14
@@ -65,7 +65,7 @@
15
 	rm -f $(GC).tar
15
 	rm -f $(GC).tar
16
 	cd $(GC); \
16
 	cd $(GC); \
17
 	./configure --disable-threads --disable-shared --enable-cplusplus; \
17
 	./configure --disable-threads --disable-shared --enable-cplusplus; \
(-)/usr/ports/math/asymptote.update-1.05/files/patch-doc-Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
$FreeBSD: ports/math/asymptote/files/patch-doc-Makefile,v 1.6 2006/04/26 21:51:57 erwin Exp $
1
$FreeBSD: ports/math/asymptote/files/patch-doc-Makefile,v 1.6 2006/04/26 21:51:57 erwin Exp $
2
2
3
--- doc/Makefile	Sun Apr  9 23:00:12 2006
3
--- doc/Makefile	Thu May 18 07:44:26 2006
4
+++ doc/Makefile.port	Mon Apr 24 13:54:07 2006
4
+++ doc/Makefile.port	Sun May 21 22:22:53 2006
5
@@ -52,8 +52,9 @@
5
@@ -52,8 +52,9 @@
6
 	rm -rf asymptote
6
 	rm -rf asymptote
7
 
7
 
(-)/usr/ports/math/asymptote.update-1.05/pkg-descr (-3 lines)
Lines 10-15 Link Here
10
10
11
Author:	Andy Hammerlindl, John Bowman, and Tom Prince
11
Author:	Andy Hammerlindl, John Bowman, and Tom Prince
12
WWW:	http://asymptote.sourceforge.net/
12
WWW:	http://asymptote.sourceforge.net/
13
14
- Nicola Vitale
15
nivit@email.it
(-)/usr/ports/math/asymptote.update-1.05/pkg-plist (-3 / +12 lines)
Lines 5-13 Link Here
5
%%DATADIR%%/animate.asy
5
%%DATADIR%%/animate.asy
6
%%DATADIR%%/arcs.asy
6
%%DATADIR%%/arcs.asy
7
%%DATADIR%%/arrows.asy
7
%%DATADIR%%/arrows.asy
8
%%DATADIR%%/asy-mode.el
9
%%DATADIR%%/asy.vim
10
%%DATADIR%%/asymptote.py
8
%%DATADIR%%/babel.asy
11
%%DATADIR%%/babel.asy
9
%%DATADIR%%/boxes.asy
12
%%DATADIR%%/boxes.asy
10
%%DATADIR%%/constants.asy
13
%%DATADIR%%/constants.asy
14
%%DATADIR%%/contour.asy
11
%%DATADIR%%/drawtree.asy
15
%%DATADIR%%/drawtree.asy
12
%%DATADIR%%/embed.asy
16
%%DATADIR%%/embed.asy
13
%%DATADIR%%/featpost3D.asy
17
%%DATADIR%%/featpost3D.asy
Lines 48-58 Link Here
48
%%EXAMPLESDIR%%/Gouraud.asy
52
%%EXAMPLESDIR%%/Gouraud.asy
49
%%EXAMPLESDIR%%/Pythagoras.asy
53
%%EXAMPLESDIR%%/Pythagoras.asy
50
%%EXAMPLESDIR%%/PythagoreanTree.asy
54
%%EXAMPLESDIR%%/PythagoreanTree.asy
55
%%EXAMPLESDIR%%/Sierpinski.asy
51
%%EXAMPLESDIR%%/animations/cube.asy
56
%%EXAMPLESDIR%%/animations/cube.asy
52
%%EXAMPLESDIR%%/animations/wheel.asy
57
%%EXAMPLESDIR%%/animations/wheel.asy
53
%%EXAMPLESDIR%%/asy-mode.el
54
%%EXAMPLESDIR%%/asy.vim
55
%%EXAMPLESDIR%%/asymptote.py
56
%%EXAMPLESDIR%%/axis3.asy
58
%%EXAMPLESDIR%%/axis3.asy
57
%%EXAMPLESDIR%%/bezier.asy
59
%%EXAMPLESDIR%%/bezier.asy
58
%%EXAMPLESDIR%%/bigsquare.asy
60
%%EXAMPLESDIR%%/bigsquare.asy
Lines 63-78 Link Here
63
%%EXAMPLESDIR%%/coag.asy
65
%%EXAMPLESDIR%%/coag.asy
64
%%EXAMPLESDIR%%/colons.asy
66
%%EXAMPLESDIR%%/colons.asy
65
%%EXAMPLESDIR%%/colors.asy
67
%%EXAMPLESDIR%%/colors.asy
68
%%EXAMPLESDIR%%/cones.asy
66
%%EXAMPLESDIR%%/conicurv.asy
69
%%EXAMPLESDIR%%/conicurv.asy
67
%%EXAMPLESDIR%%/cos2theta.asy
70
%%EXAMPLESDIR%%/cos2theta.asy
68
%%EXAMPLESDIR%%/cosaddition.asy
71
%%EXAMPLESDIR%%/cosaddition.asy
69
%%EXAMPLESDIR%%/cube.asy
72
%%EXAMPLESDIR%%/cube.asy
70
%%EXAMPLESDIR%%/cylinder.asy
73
%%EXAMPLESDIR%%/cylinder.asy
74
%%EXAMPLESDIR%%/cylinderoutline.asy
75
%%EXAMPLESDIR%%/cylinderskeleton.asy
71
%%EXAMPLESDIR%%/datagraph.asy
76
%%EXAMPLESDIR%%/datagraph.asy
72
%%EXAMPLESDIR%%/delu.asy
77
%%EXAMPLESDIR%%/delu.asy
73
%%EXAMPLESDIR%%/diagonal.asy
78
%%EXAMPLESDIR%%/diagonal.asy
74
%%EXAMPLESDIR%%/diatom.asy
79
%%EXAMPLESDIR%%/diatom.asy
75
%%EXAMPLESDIR%%/diatom.csv
80
%%EXAMPLESDIR%%/diatom.csv
81
%%EXAMPLESDIR%%/dimension.asy
76
%%EXAMPLESDIR%%/dots.asy
82
%%EXAMPLESDIR%%/dots.asy
77
%%EXAMPLESDIR%%/dragon.asy
83
%%EXAMPLESDIR%%/dragon.asy
78
%%EXAMPLESDIR%%/eetomumu.asy
84
%%EXAMPLESDIR%%/eetomumu.asy
Lines 94-99 Link Here
94
%%EXAMPLESDIR%%/helix.asy
100
%%EXAMPLESDIR%%/helix.asy
95
%%EXAMPLESDIR%%/hierarchy.asy
101
%%EXAMPLESDIR%%/hierarchy.asy
96
%%EXAMPLESDIR%%/histogram.asy
102
%%EXAMPLESDIR%%/histogram.asy
103
%%EXAMPLESDIR%%/hyperboloid.asy
97
%%EXAMPLESDIR%%/icon.asy
104
%%EXAMPLESDIR%%/icon.asy
98
%%EXAMPLESDIR%%/image.asy
105
%%EXAMPLESDIR%%/image.asy
99
%%EXAMPLESDIR%%/integraltest.asy
106
%%EXAMPLESDIR%%/integraltest.asy
Lines 121-126 Link Here
121
%%EXAMPLESDIR%%/lowint.asy
128
%%EXAMPLESDIR%%/lowint.asy
122
%%EXAMPLESDIR%%/lowupint.asy
129
%%EXAMPLESDIR%%/lowupint.asy
123
%%EXAMPLESDIR%%/makepen.asy
130
%%EXAMPLESDIR%%/makepen.asy
131
%%EXAMPLESDIR%%/monthaxis.asy
124
%%EXAMPLESDIR%%/mosaic.asy
132
%%EXAMPLESDIR%%/mosaic.asy
125
%%EXAMPLESDIR%%/mosquito.asy
133
%%EXAMPLESDIR%%/mosquito.asy
126
%%EXAMPLESDIR%%/mosquito.csv
134
%%EXAMPLESDIR%%/mosquito.csv
Lines 161-166 Link Here
161
%%EXAMPLESDIR%%/surface.asy
169
%%EXAMPLESDIR%%/surface.asy
162
%%EXAMPLESDIR%%/tanh.asy
170
%%EXAMPLESDIR%%/tanh.asy
163
%%EXAMPLESDIR%%/tile.asy
171
%%EXAMPLESDIR%%/tile.asy
172
%%EXAMPLESDIR%%/torus.asy
164
%%EXAMPLESDIR%%/treetest.asy
173
%%EXAMPLESDIR%%/treetest.asy
165
%%EXAMPLESDIR%%/triads.asy
174
%%EXAMPLESDIR%%/triads.asy
166
%%EXAMPLESDIR%%/triangle.asy
175
%%EXAMPLESDIR%%/triangle.asy

Return to bug 97593