- Update to 0.89

PR:		ports/86837
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-10-02 23:09:50 +00:00
parent c9224784f6
commit 14be8da996
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144018
6 changed files with 38 additions and 27 deletions

View file

@ -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>

View file

@ -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

View file

@ -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@

View file

@ -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

View file

@ -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
************************************************************************

View file

@ -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