aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-28 21:42:30 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-28 21:42:30 +0000
commita9f9e9d8ea2751c1ec72656d861f5b88e98a3aaf (patch)
tree40cbc3924243401682e61c47ef9c8cc160d4f0d8 /math/asymptote
parentd6f831674563e529579282219645e41d9e1b0a3f (diff)
downloadports-a9f9e9d8ea2751c1ec72656d861f5b88e98a3aaf.tar.gz
ports-a9f9e9d8ea2751c1ec72656d861f5b88e98a3aaf.zip
Notes
Diffstat (limited to 'math/asymptote')
-rw-r--r--math/asymptote/Makefile11
-rw-r--r--math/asymptote/distinfo6
-rw-r--r--math/asymptote/files/patch-Makefile.in14
-rw-r--r--math/asymptote/files/patch-doc-Makefile4
-rw-r--r--math/asymptote/pkg-descr3
-rw-r--r--math/asymptote/pkg-plist15
6 files changed, 29 insertions, 24 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index d65c5daf4269..0759f775c640 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= asymptote
-PORTVERSION= 1.04
-PORTREVISION= 1
+PORTVERSION= 1.05
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -60,17 +59,17 @@ LN_OPTS= -sf
GCVERSION= 6.6
GC_DISTNAME= gc${GCVERSION}.tar.gz
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+BROKEN= depends on net/avahi
.endif
pre-configure:
@cd ${WRKSRC}; \
${LN} ${LN_OPTS} ${DISTDIR}/${GC_DISTNAME} ${GC_DISTNAME}
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo
index c685039e2300..d76f226aefc4 100644
--- a/math/asymptote/distinfo
+++ b/math/asymptote/distinfo
@@ -1,3 +1,3 @@
-MD5 (asymptote-1.04.tar.gz) = 408f388a9fea11401a58bc99e2098df5
-SHA256 (asymptote-1.04.tar.gz) = 2046c733cfcc501b72da2e16d43496c16933508ba05a7bf1127cb831bcfb417c
-SIZE (asymptote-1.04.tar.gz) = 628457
+MD5 (asymptote-1.05.tar.gz) = 4fc39ba0f67e0c5cdec0fcf3f72f9486
+SHA256 (asymptote-1.05.tar.gz) = d09938c3c44e5c0e35ab89033e3e8df2321404296e5c7087d58d3ec85b88f7cd
+SIZE (asymptote-1.05.tar.gz) = 640481
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index 16d9303537a9..c43408f904ae 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,17 +1,17 @@
$FreeBSD$
---- Makefile.in Tue Nov 8 08:22:41 2005
-+++ Makefile.in.port Sat Dec 10 19:02:52 2005
-@@ -37,7 +37,7 @@
- datadir = @datadir@
+--- Makefile.in Thu May 18 07:44:26 2006
++++ Makefile.in.port Sun May 21 22:20:49 2006
+@@ -39,7 +39,7 @@
+ datadir = $(DESTDIR)@datadir@
asydir = $(datadir)/asymptote
docdir = $(datadir)/doc/asymptote
--exampledir = $(docdir)
+-exampledir = $(docdir)/examples
+exampledir = $(datadir)/examples/asymptote
animationsdir = $(exampledir)/animations
- latexdir = @latexdir@
+ latexdir = $(DESTDIR)@latexdir@
INSTALL = @INSTALL@
-@@ -64,7 +64,7 @@
+@@ -65,7 +65,7 @@
rm -f $(GC).tar
cd $(GC); \
./configure --disable-threads --disable-shared --enable-cplusplus; \
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
index cc8449f253be..d392b36fb7c4 100644
--- a/math/asymptote/files/patch-doc-Makefile
+++ b/math/asymptote/files/patch-doc-Makefile
@@ -1,7 +1,7 @@
$FreeBSD$
---- doc/Makefile Sun Apr 9 23:00:12 2006
-+++ doc/Makefile.port Mon Apr 24 13:54:07 2006
+--- doc/Makefile Thu May 18 07:44:26 2006
++++ doc/Makefile.port Sun May 21 22:22:53 2006
@@ -52,8 +52,9 @@
rm -rf asymptote
diff --git a/math/asymptote/pkg-descr b/math/asymptote/pkg-descr
index 5dff179feaf9..36c7eb1650a1 100644
--- a/math/asymptote/pkg-descr
+++ b/math/asymptote/pkg-descr
@@ -10,6 +10,3 @@ and graphical user interface (GUI) methods.
Author: Andy Hammerlindl, John Bowman, and Tom Prince
WWW: http://asymptote.sourceforge.net/
-
-- Nicola Vitale
-nivit@email.it
diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist
index b4be0b0bb534..d3a0d0a726da 100644
--- a/math/asymptote/pkg-plist
+++ b/math/asymptote/pkg-plist
@@ -5,9 +5,13 @@ bin/xasy
%%DATADIR%%/animate.asy
%%DATADIR%%/arcs.asy
%%DATADIR%%/arrows.asy
+%%DATADIR%%/asy-mode.el
+%%DATADIR%%/asy.vim
+%%DATADIR%%/asymptote.py
%%DATADIR%%/babel.asy
%%DATADIR%%/boxes.asy
%%DATADIR%%/constants.asy
+%%DATADIR%%/contour.asy
%%DATADIR%%/drawtree.asy
%%DATADIR%%/embed.asy
%%DATADIR%%/featpost3D.asy
@@ -48,11 +52,9 @@ bin/xasy
%%EXAMPLESDIR%%/Gouraud.asy
%%EXAMPLESDIR%%/Pythagoras.asy
%%EXAMPLESDIR%%/PythagoreanTree.asy
+%%EXAMPLESDIR%%/Sierpinski.asy
%%EXAMPLESDIR%%/animations/cube.asy
%%EXAMPLESDIR%%/animations/wheel.asy
-%%EXAMPLESDIR%%/asy-mode.el
-%%EXAMPLESDIR%%/asy.vim
-%%EXAMPLESDIR%%/asymptote.py
%%EXAMPLESDIR%%/axis3.asy
%%EXAMPLESDIR%%/bezier.asy
%%EXAMPLESDIR%%/bigsquare.asy
@@ -63,16 +65,20 @@ bin/xasy
%%EXAMPLESDIR%%/coag.asy
%%EXAMPLESDIR%%/colons.asy
%%EXAMPLESDIR%%/colors.asy
+%%EXAMPLESDIR%%/cones.asy
%%EXAMPLESDIR%%/conicurv.asy
%%EXAMPLESDIR%%/cos2theta.asy
%%EXAMPLESDIR%%/cosaddition.asy
%%EXAMPLESDIR%%/cube.asy
%%EXAMPLESDIR%%/cylinder.asy
+%%EXAMPLESDIR%%/cylinderoutline.asy
+%%EXAMPLESDIR%%/cylinderskeleton.asy
%%EXAMPLESDIR%%/datagraph.asy
%%EXAMPLESDIR%%/delu.asy
%%EXAMPLESDIR%%/diagonal.asy
%%EXAMPLESDIR%%/diatom.asy
%%EXAMPLESDIR%%/diatom.csv
+%%EXAMPLESDIR%%/dimension.asy
%%EXAMPLESDIR%%/dots.asy
%%EXAMPLESDIR%%/dragon.asy
%%EXAMPLESDIR%%/eetomumu.asy
@@ -94,6 +100,7 @@ bin/xasy
%%EXAMPLESDIR%%/helix.asy
%%EXAMPLESDIR%%/hierarchy.asy
%%EXAMPLESDIR%%/histogram.asy
+%%EXAMPLESDIR%%/hyperboloid.asy
%%EXAMPLESDIR%%/icon.asy
%%EXAMPLESDIR%%/image.asy
%%EXAMPLESDIR%%/integraltest.asy
@@ -121,6 +128,7 @@ bin/xasy
%%EXAMPLESDIR%%/lowint.asy
%%EXAMPLESDIR%%/lowupint.asy
%%EXAMPLESDIR%%/makepen.asy
+%%EXAMPLESDIR%%/monthaxis.asy
%%EXAMPLESDIR%%/mosaic.asy
%%EXAMPLESDIR%%/mosquito.asy
%%EXAMPLESDIR%%/mosquito.csv
@@ -161,6 +169,7 @@ bin/xasy
%%EXAMPLESDIR%%/surface.asy
%%EXAMPLESDIR%%/tanh.asy
%%EXAMPLESDIR%%/tile.asy
+%%EXAMPLESDIR%%/torus.asy
%%EXAMPLESDIR%%/treetest.asy
%%EXAMPLESDIR%%/triads.asy
%%EXAMPLESDIR%%/triangle.asy