diff options
author | pav <pav@FreeBSD.org> | 2005-10-02 23:09:50 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-02 23:09:50 +0000 |
commit | eaedd87beb78c3efbcbe29cccf37cc656568cf7f (patch) | |
tree | 42e428307cb1a0bff77e695c9d3f02261ed478eb | |
parent | e64e5ff77227e175a84004bc4dd6460334d31b57 (diff) | |
download | FreeBSD-ports-eaedd87beb78c3efbcbe29cccf37cc656568cf7f.zip FreeBSD-ports-eaedd87beb78c3efbcbe29cccf37cc656568cf7f.tar.gz |
- Update to 0.89
PR: ports/86837
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
-rw-r--r-- | math/asymptote/Makefile | 26 | ||||
-rw-r--r-- | math/asymptote/distinfo | 4 | ||||
-rw-r--r-- | math/asymptote/files/patch-Makefile.in | 4 | ||||
-rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 15 | ||||
-rw-r--r-- | math/asymptote/pkg-message | 9 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 7 |
6 files changed, 38 insertions, 27 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index b5d2535..e26aee9 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 0.87 +PORTVERSION= 0.89 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,14 +16,13 @@ COMMENT= A powerful script-based vector graphics language LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \ fftw3.3:${PORTSDIR}/math/fftw3 -# requires devel/boehm-gc distfile -BUILD_DEPENDS= ${DISTDIR}/${GC_DISTNAME}:${PORTSDIR}/devel/boehm-gc:fetch \ - convert:${PORTSDIR}/graphics/ImageMagick \ +BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ latex:${PORTSDIR}/print/teTeX \ makeinfo:${PORTSDIR}/textproc/texi2html \ ${MKTEXLSR}:${PORTSDIR}/print/teTeX \ texi2dvi:${PORTSDIR}/print/teTeX -RUN_DEPENDS= latex:${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 @@ -35,7 +34,8 @@ USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-latex=${LOCALBASE}/share/texmf-local/tex/latex +CONFIGURE_ARGS= --enable-gc=system \ + --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} @@ -50,14 +50,12 @@ INSTALL_TARGET= install-asy MAN1= asy.1 xasy.1x INFO= ${PORTNAME} -ALL_TARGET+= man -INSTALL_TARGET+= install-man +ALL_TARGET+= doc +INSTALL_TARGET+= install-doc .endif -LN_OPTS= -sf - -GCVERSION= 6.5 # hardcoded in asymptote configure -GC_DISTNAME= gc${GCVERSION}.tar.gz +post-install: + @${CAT} ${PKGMESSAGE} .include <bsd.port.pre.mk> @@ -65,8 +63,4 @@ GC_DISTNAME= gc${GCVERSION}.tar.gz LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif -pre-configure: - @cd ${WRKSRC}; \ - ${LN} ${LN_OPTS} ${DISTDIR}/${GC_DISTNAME} ${GC_DISTNAME} - .include <bsd.port.post.mk> diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index 3172257..41b013b 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -1,2 +1,2 @@ -MD5 (asymptote-0.87.tar.gz) = a1d517de911dd12ae26d462988affe35 -SIZE (asymptote-0.87.tar.gz) = 523841 +MD5 (asymptote-0.89.tar.gz) = c52d23180dc2b2298be57885deb6662b +SIZE (asymptote-0.89.tar.gz) = 538987 diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index cdfe42b..54fd166 100644 --- a/math/asymptote/files/patch-Makefile.in +++ b/math/asymptote/files/patch-Makefile.in @@ -1,6 +1,6 @@ $FreeBSD$ ---- Makefile.in Sat Jul 2 22:23:42 2005 -+++ Makefile.in.port Fri Jul 22 19:15:11 2005 +--- Makefile.in Mon Sep 26 07:45:47 2005 ++++ Makefile.in.port Sun Oct 2 15:01:32 2005 @@ -36,7 +36,7 @@ mandir = @mandir@ datadir = @datadir@ diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile index bc33e2c..32e8f55 100644 --- a/math/asymptote/files/patch-doc-Makefile +++ b/math/asymptote/files/patch-doc-Makefile @@ -1,13 +1,14 @@ $FreeBSD$ ---- doc/Makefile Sat Feb 12 10:21:42 2005 -+++ doc/Makefile.port Sat Jul 23 22:03:59 2005 -@@ -46,7 +46,8 @@ - ${INSTALL} -d $(prefix)/info $(exampledir) $(mandir)/man1 - ${INSTALL} -m 644 asymptote.info $(prefix)/info - install-info --infodir=$(prefix)/info asymptote.info +--- doc/Makefile Thu Sep 29 07:53:39 2005 ++++ doc/Makefile.port Sun Oct 2 15:05:56 2005 +@@ -51,7 +51,8 @@ + rm -rf asymptote + + install-man: man - ${INSTALL} -m 644 asymptote.pdf $(exampledir) + mkdir -p $(prefix)/share/doc/asymptote + ${INSTALL} -m 644 asymptote.pdf $(prefix)/share/doc/asymptote/ ${INSTALL} -m 644 $(MANFILES) $(mandir)/man1 - uninstall: + install: doc install-man + diff --git a/math/asymptote/pkg-message b/math/asymptote/pkg-message new file mode 100644 index 0000000..77624f1 --- /dev/null +++ b/math/asymptote/pkg-message @@ -0,0 +1,9 @@ +************************************************************************ + + To display graphical output in interactive mode or using + the -V option, set the following environment variables: + + ASYMPTOTE_PSVIEWER=ggv + ASYMPTOTE_PDFVIEWER=ggv + +************************************************************************ diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index 716d1b0..555b622 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -26,6 +26,7 @@ bin/xasy %%EXAMPLESDIR%%/PythagoreanTree.asy %%EXAMPLESDIR%%/asy-mode.el %%EXAMPLESDIR%%/asy.vim +%%EXAMPLESDIR%%/axis3.asy %%EXAMPLESDIR%%/bezier.asy %%EXAMPLESDIR%%/bigsquare.asy %%EXAMPLESDIR%%/cardiod.asy @@ -53,7 +54,9 @@ bin/xasy %%EXAMPLESDIR%%/fano.asy %%EXAMPLESDIR%%/fermi.asy %%EXAMPLESDIR%%/fjortoft.asy +%%EXAMPLESDIR%%/flow.asy %%EXAMPLESDIR%%/generalaxis.asy +%%EXAMPLESDIR%%/generalaxis3.asy %%EXAMPLESDIR%%/grid.asy %%EXAMPLESDIR%%/hatch.asy %%EXAMPLESDIR%%/helix.asy @@ -63,12 +66,14 @@ bin/xasy %%EXAMPLESDIR%%/image.asy %%EXAMPLESDIR%%/integraltest.asy %%EXAMPLESDIR%%/join.asy +%%EXAMPLESDIR%%/join3.asy %%EXAMPLESDIR%%/labelbox.asy %%EXAMPLESDIR%%/labelsquare.asy %%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy %%EXAMPLESDIR%%/latexusage.tex %%EXAMPLESDIR%%/latticeshading.asy %%EXAMPLESDIR%%/lever.asy +%%EXAMPLESDIR%%/limit.asy %%EXAMPLESDIR%%/lineargraph.asy %%EXAMPLESDIR%%/lineargraph0.asy %%EXAMPLESDIR%%/lines.asy @@ -77,6 +82,7 @@ bin/xasy %%EXAMPLESDIR%%/loggraph.asy %%EXAMPLESDIR%%/loggrid.asy %%EXAMPLESDIR%%/logo.asy +%%EXAMPLESDIR%%/logticks.asy %%EXAMPLESDIR%%/lowint.asy %%EXAMPLESDIR%%/lowupint.asy %%EXAMPLESDIR%%/mosquito.asy @@ -92,6 +98,7 @@ bin/xasy %%EXAMPLESDIR%%/quartercircle.asy %%EXAMPLESDIR%%/ring.asy %%EXAMPLESDIR%%/sacone.asy +%%EXAMPLESDIR%%/saddle.asy %%EXAMPLESDIR%%/secondaryaxis.asy %%EXAMPLESDIR%%/secondaryaxis.csv %%EXAMPLESDIR%%/shade.asy |