Index: head/math/asymptote/Makefile =================================================================== --- head/math/asymptote/Makefile (revision 172568) +++ head/math/asymptote/Makefile (revision 172569) @@ -1,79 +1,79 @@ # New ports collection makefile for: asymptote # Date created: 2005-07-22 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= asymptote -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nivit@email.it COMMENT= A powerful script-based vector graphics language LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${NOEXISTENT}:${PORTSDIR}/devel/boehm-gc:fetch \ convert:${PORTSDIR}/graphics/ImageMagick \ latex:${PORTSDIR}/print/teTeX \ makeinfo:${PORTSDIR}/textproc/texi2html \ ${MKTEXLSR}:${PORTSDIR}/print/teTeX \ texi2dvi:${PORTSDIR}/print/teTeX RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv \ latex:${PORTSDIR}/print/teTeX \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter # devel/boehm-gc ONLY_FOR_ARCHS= i386 USE_GCC= 3.3+ USE_GHOSTSCRIPT=yes USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gc=${GCVERSION} \ --with-latex=${LOCALBASE}/share/texmf-local/tex/latex CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include $${CPPFLAGS}" LFLAGS="-L${LOCALBASE}/lib $${LFLAGS}" CFLAGS="-I${LOCALBASE}/include $${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib $${LDFLAGS}" MAKE_ENV+= ${CONFIGURE_ENV} MKTEXLSR= ${LOCALBASE}/bin/mktexlsr PLIST_SUB= MKTEXLSR=${MKTEXLSR} ALL_TARGET= asy INSTALL_TARGET= install-asy .if defined(WITH_GSL) LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl .endif # Documentation .if !defined(NOPORTDOCS) MAN1= asy.1 xasy.1x -INFO= ${PORTNAME} +INFO= ${PORTNAME} asy-faq ALL_TARGET+= doc INSTALL_TARGET+= install-doc .endif LN_OPTS= -sf GCVERSION= 6.6 GC_DISTNAME= gc${GCVERSION}.tar.gz .include .if ${OSVERSION} < 500000 BROKEN= depends on net/avahi .endif pre-configure: @cd ${WRKSRC}; \ ${LN} ${LN_OPTS} ${DISTDIR}/${GC_DISTNAME} ${GC_DISTNAME} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/math/asymptote/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/math/asymptote/distinfo =================================================================== --- head/math/asymptote/distinfo (revision 172568) +++ head/math/asymptote/distinfo (revision 172569) @@ -1,3 +1,3 @@ -MD5 (asymptote-1.12.tar.gz) = 9639ec7a834c6f4eb46d4af3c9c4ce67 -SHA256 (asymptote-1.12.tar.gz) = 8935d2eaa9e16e20c3a67355bf4d6035714e9f46d51a8978d5581b0b832b2898 -SIZE (asymptote-1.12.tar.gz) = 723349 +MD5 (asymptote-1.13.tar.gz) = c1d2461ac846ab5e16c46fffd1dc1935 +SHA256 (asymptote-1.13.tar.gz) = 0fed6f9f2c8a68143f2dd6c2785c444c9eaa39faeb750de4dc85567b0a540eff +SIZE (asymptote-1.13.tar.gz) = 850662 Property changes on: head/math/asymptote/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/math/asymptote/files/patch-Makefile.in =================================================================== --- head/math/asymptote/files/patch-Makefile.in (revision 172568) +++ head/math/asymptote/files/patch-Makefile.in (revision 172569) @@ -1,45 +1,45 @@ ---- Makefile.in Wed Jun 28 08:04:21 2006 -+++ Makefile.in.port Fri Jun 30 06:59:03 2006 -@@ -20,8 +20,8 @@ - CLEAN = camp.output +--- Makefile.in Wed Sep 6 06:52:39 2006 ++++ Makefile.in.port Wed Sep 6 18:38:24 2006 +@@ -21,8 +21,8 @@ + CLEAN = camp.output asy.list asy.sorted NAME = asy EXTRABIN = x$(NAME) --EXTRA = asy-mode.el,asy-init.el,asy.vim,asymptote.py +-EXTRA = asy-mode.el,asy-keywords.el,asy-init.el,asy.vim,asymptote.py -LATEXFILES = asymptote.sty,asycolors.sty -+EXTRA = base/asy-mode.el base/asy-init.el base/asy.vim base/asymptote.py ++EXTRA = base/asy-mode.el base/asy-keywords.el base/asy-init.el base/asy.vim base/asymptote.py +LATEXFILES = doc/asymptote.sty doc/asycolors.sty DEFS = @DEFS@ @OPTIONS@ CFLAGS = @CPPFLAGS@ @CFLAGS@ -@@ -42,7 +42,7 @@ +@@ -43,7 +43,7 @@ datadir = $(DESTDIR)@datadir@ asydir = $(datadir)/asymptote docdir = $(DESTDIR)@docdir@ -exampledir = $(docdir)/examples +exampledir = $(datadir)/examples/asymptote animationsdir = $(exampledir)/animations latexdir = $(DESTDIR)@latexdir@ INSTALL = @INSTALL@ @@ -68,7 +68,7 @@ rm -f $(GC).tar cd $(GC); \ ./configure --disable-threads --disable-shared --enable-cplusplus; \ - $(MAKE) check + $(MAKE) - doc: asy + html: asy cd doc; $(MAKE) doc -@@ -98,11 +98,11 @@ +@@ -111,11 +111,11 @@ ${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir) -${INSTALL} -d $(latexdir) ${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir) - ${INSTALL} -p -m 644 base/*.asy base/{$(EXTRA)} $(asydir) + ${INSTALL} -p -m 644 base/*.asy $(EXTRA) $(asydir) ${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps \ doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir) ${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir) - -${INSTALL} -p -m 644 doc/{$(LATEXFILES)} $(latexdir) + -${INSTALL} -p -m 644 $(LATEXFILES) $(latexdir) -if test -z "$(DESTDIR)"; then \ texhash; \ fi Property changes on: head/math/asymptote/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/math/asymptote/files/patch-doc-Makefile =================================================================== --- head/math/asymptote/files/patch-doc-Makefile (revision 172568) +++ head/math/asymptote/files/patch-doc-Makefile (revision 172569) @@ -1,15 +1,14 @@ -$FreeBSD$ - ---- doc/Makefile Mon Jun 19 05:36:12 2006 -+++ doc/Makefile.port Tue Jun 20 15:35:52 2006 -@@ -52,8 +52,9 @@ +--- doc/Makefile Wed Sep 6 06:52:34 2006 ++++ doc/Makefile.port Wed Sep 6 18:41:09 2006 +@@ -56,9 +56,10 @@ rm -rf asymptote - install-man: man + install: man faq + mkdir -p $(prefix)/share/doc/asymptote + cd FAQ; $(MAKE) install ${INSTALL} -d -m 755 $(docdir) $(mandir)/man1 - ${INSTALL} -p -m 644 asymptote.pdf $(docdir) + ${INSTALL} -p -m 644 asymptote.pdf $(prefix)/share/doc/asymptote ${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1 - install: doc install-man + install-all: doc install Property changes on: head/math/asymptote/files/patch-doc-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/math/asymptote/pkg-plist =================================================================== --- head/math/asymptote/pkg-plist (revision 172568) +++ head/math/asymptote/pkg-plist (revision 172569) @@ -1,211 +1,234 @@ @comment $FreeBSD$ bin/asy bin/xasy %%DATADIR%%/animate.asy +%%DATADIR%%/annotate.asy %%DATADIR%%/asy-init.el +%%DATADIR%%/asy-keywords.el %%DATADIR%%/asy-mode.el %%DATADIR%%/asy.vim %%DATADIR%%/asymptote.py %%DATADIR%%/babel.asy %%DATADIR%%/contour.asy %%DATADIR%%/drawtree.asy %%DATADIR%%/embed.asy %%DATADIR%%/featpost3D.asy %%DATADIR%%/feynman.asy %%DATADIR%%/flowchart.asy %%DATADIR%%/fontsize.asy %%DATADIR%%/geometry.asy %%DATADIR%%/graph.asy %%DATADIR%%/graph3.asy +%%DATADIR%%/graph_settings.asy %%DATADIR%%/latin1.asy %%DATADIR%%/light.asy %%DATADIR%%/math.asy %%DATADIR%%/metapost.asy %%DATADIR%%/palette.asy %%DATADIR%%/patterns.asy %%DATADIR%%/plain.asy %%DATADIR%%/plain_Label.asy %%DATADIR%%/plain_arcs.asy %%DATADIR%%/plain_arrows.asy %%DATADIR%%/plain_boxes.asy %%DATADIR%%/plain_constants.asy %%DATADIR%%/plain_debugger.asy %%DATADIR%%/plain_filldraw.asy %%DATADIR%%/plain_margins.asy %%DATADIR%%/plain_markers.asy %%DATADIR%%/plain_paths.asy %%DATADIR%%/plain_pens.asy %%DATADIR%%/plain_picture.asy %%DATADIR%%/plain_shipout.asy %%DATADIR%%/plain_strings.asy %%DATADIR%%/pstoedit.asy %%DATADIR%%/roundedpath.asy %%DATADIR%%/simplex.asy %%DATADIR%%/slide.asy %%DATADIR%%/slopefield.asy %%DATADIR%%/solids.asy %%DATADIR%%/stats.asy %%DATADIR%%/texcolors.asy %%DATADIR%%/three.asy %%DATADIR%%/tree.asy %%DATADIR%%/unicode.asy %%DATADIR%%/version.asy %%DATADIR%%/x11colors.asy +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.ascii +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/index.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section1.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section2.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section3.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section4.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section5.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section6.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section7.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section8.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section9.html %%PORTDOCS%%%%DOCSDIR%%/asymptote.pdf %%EXAMPLESDIR%%/Bode.asy %%EXAMPLESDIR%%/Gouraud.asy %%EXAMPLESDIR%%/Pythagoras.asy %%EXAMPLESDIR%%/PythagoreanTree.asy %%EXAMPLESDIR%%/Sierpinski.asy %%EXAMPLESDIR%%/advection.asy %%EXAMPLESDIR%%/animations/cube.asy %%EXAMPLESDIR%%/animations/embeddedmovie.asy %%EXAMPLESDIR%%/animations/wheel.asy +%%EXAMPLESDIR%%/annotation.asy %%EXAMPLESDIR%%/axis3.asy %%EXAMPLESDIR%%/bezier.asy %%EXAMPLESDIR%%/bezier2.asy %%EXAMPLESDIR%%/bigsquare.asy %%EXAMPLESDIR%%/brokenaxis.asy %%EXAMPLESDIR%%/cardiod.asy %%EXAMPLESDIR%%/centroidfg.asy %%EXAMPLESDIR%%/circles.asy %%EXAMPLESDIR%%/coag.asy %%EXAMPLESDIR%%/colons.asy %%EXAMPLESDIR%%/colors.asy %%EXAMPLESDIR%%/cones.asy %%EXAMPLESDIR%%/conicurv.asy %%EXAMPLESDIR%%/contour1.asy %%EXAMPLESDIR%%/contour2.asy %%EXAMPLESDIR%%/contour3.asy %%EXAMPLESDIR%%/cos2theta.asy %%EXAMPLESDIR%%/cosaddition.asy %%EXAMPLESDIR%%/cube.asy %%EXAMPLESDIR%%/cylinder.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 %%EXAMPLESDIR%%/elliptic.asy %%EXAMPLESDIR%%/epix.asy %%EXAMPLESDIR%%/equilateral.asy %%EXAMPLESDIR%%/equilchord.asy %%EXAMPLESDIR%%/errorbars.asy %%EXAMPLESDIR%%/exp.asy %%EXAMPLESDIR%%/fano.asy %%EXAMPLESDIR%%/fermi.asy %%EXAMPLESDIR%%/fjortoft.asy %%EXAMPLESDIR%%/flow.asy %%EXAMPLESDIR%%/flowchartdemo.asy %%EXAMPLESDIR%%/generalaxis.asy %%EXAMPLESDIR%%/generalaxis3.asy %%EXAMPLESDIR%%/grid.asy %%EXAMPLESDIR%%/hatch.asy %%EXAMPLESDIR%%/helix.asy %%EXAMPLESDIR%%/hierarchy.asy %%EXAMPLESDIR%%/histogram.asy %%EXAMPLESDIR%%/hyperboloid.asy %%EXAMPLESDIR%%/icon.asy %%EXAMPLESDIR%%/image.asy %%EXAMPLESDIR%%/imagecontour.asy %%EXAMPLESDIR%%/integraltest.asy %%EXAMPLESDIR%%/join.asy %%EXAMPLESDIR%%/join3.asy %%EXAMPLESDIR%%/labelbox.asy %%EXAMPLESDIR%%/labelsquare.asy %%EXAMPLESDIR%%/laserlattice.asy -%%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy %%EXAMPLESDIR%%/latexusage.tex %%EXAMPLESDIR%%/latticeshading.asy %%EXAMPLESDIR%%/leastsquares.asy %%EXAMPLESDIR%%/leastsquares.dat %%EXAMPLESDIR%%/lever.asy %%EXAMPLESDIR%%/limit.asy %%EXAMPLESDIR%%/lineargraph.asy %%EXAMPLESDIR%%/lineargraph0.asy %%EXAMPLESDIR%%/lines.asy %%EXAMPLESDIR%%/linetype.asy %%EXAMPLESDIR%%/log.asy %%EXAMPLESDIR%%/log2graph.asy %%EXAMPLESDIR%%/loggraph.asy %%EXAMPLESDIR%%/loggrid.asy %%EXAMPLESDIR%%/logimage.asy %%EXAMPLESDIR%%/logo.asy %%EXAMPLESDIR%%/logticks.asy %%EXAMPLESDIR%%/lowint.asy %%EXAMPLESDIR%%/lowupint.asy %%EXAMPLESDIR%%/makepen.asy %%EXAMPLESDIR%%/monthaxis.asy %%EXAMPLESDIR%%/mosaic.asy %%EXAMPLESDIR%%/mosquito.asy %%EXAMPLESDIR%%/mosquito.csv %%EXAMPLESDIR%%/near_earth.asy %%EXAMPLESDIR%%/orthocenter.asy %%EXAMPLESDIR%%/parametricgraph.asy %%EXAMPLESDIR%%/parametricsurface.asy %%EXAMPLESDIR%%/phase.asy %%EXAMPLESDIR%%/piicon.eps %%EXAMPLESDIR%%/planes.asy %%EXAMPLESDIR%%/polararea.asy %%EXAMPLESDIR%%/polarcircle.asy %%EXAMPLESDIR%%/poster.asy %%EXAMPLESDIR%%/progrid.asy %%EXAMPLESDIR%%/quartercircle.asy %%EXAMPLESDIR%%/ring.asy %%EXAMPLESDIR%%/roundpath.asy %%EXAMPLESDIR%%/sacone.asy +%%EXAMPLESDIR%%/sacone3D.asy +%%EXAMPLESDIR%%/sacylinder.asy +%%EXAMPLESDIR%%/sacylinder3D.asy %%EXAMPLESDIR%%/saddle.asy %%EXAMPLESDIR%%/secondaryaxis.asy %%EXAMPLESDIR%%/secondaryaxis.csv %%EXAMPLESDIR%%/shade.asy %%EXAMPLESDIR%%/shadedtiling.asy +%%EXAMPLESDIR%%/shellmethod.asy +%%EXAMPLESDIR%%/shellsqrtx01.asy %%EXAMPLESDIR%%/sin1x.asy %%EXAMPLESDIR%%/sinc.asy %%EXAMPLESDIR%%/sinxlex.asy %%EXAMPLESDIR%%/slidedemo.asy %%EXAMPLESDIR%%/sphere.asy %%EXAMPLESDIR%%/spiral.asy %%EXAMPLESDIR%%/spring.asy %%EXAMPLESDIR%%/spring0.asy %%EXAMPLESDIR%%/spring2.asy %%EXAMPLESDIR%%/sqrtx01.asy %%EXAMPLESDIR%%/sqrtx01y1.asy %%EXAMPLESDIR%%/square.asy %%EXAMPLESDIR%%/star.asy %%EXAMPLESDIR%%/subpictures.asy %%EXAMPLESDIR%%/superpath.asy %%EXAMPLESDIR%%/surface.asy %%EXAMPLESDIR%%/tanh.asy %%EXAMPLESDIR%%/thermodynamics.asy %%EXAMPLESDIR%%/tile.asy %%EXAMPLESDIR%%/torus.asy %%EXAMPLESDIR%%/transparency.asy %%EXAMPLESDIR%%/treetest.asy %%EXAMPLESDIR%%/triads.asy %%EXAMPLESDIR%%/triangle.asy %%EXAMPLESDIR%%/triangulate.asy %%EXAMPLESDIR%%/unitcircle.asy %%EXAMPLESDIR%%/unitcircle3.asy %%EXAMPLESDIR%%/upint.asy %%EXAMPLESDIR%%/venn.asy +%%EXAMPLESDIR%%/washermethod.asy %%EXAMPLESDIR%%/wedge.asy %%EXAMPLESDIR%%/westnile.asy %%EXAMPLESDIR%%/westnile.csv %%EXAMPLESDIR%%/workcone.asy %%EXAMPLESDIR%%/xsin1x.asy %%EXAMPLESDIR%%/xxsq01.asy +%%EXAMPLESDIR%%/xxsq01x-1.asy +%%EXAMPLESDIR%%/xxsq01y.asy %%EXAMPLESDIR%%/yingyang.asy @dirrm %%DATADIR%% +@dirrm %%PORTDOCS%%%%DOCSDIR%%/asy-faq.html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%EXAMPLESDIR%%/animations @dirrm %%EXAMPLESDIR%% share/texmf-local/tex/latex/asymptote/asycolors.sty share/texmf-local/tex/latex/asymptote/asymptote.sty @dirrm share/texmf-local/tex/latex/asymptote @unexec %%MKTEXLSR%% @exec %%MKTEXLSR%% Property changes on: head/math/asymptote/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property