diff options
author | nivit <nivit@FreeBSD.org> | 2007-04-10 15:28:24 +0000 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-04-10 15:28:24 +0000 |
commit | 0d52e752c37f5e3f39e1046140b772bb6bbc7094 (patch) | |
tree | 0f7bb0eae1366169632eff84721c5b5df340fe6b /math | |
parent | d1d554fe5e16bfa260a2a8556d1732ef55606277 (diff) | |
download | FreeBSD-ports-0d52e752c37f5e3f39e1046140b772bb6bbc7094.zip FreeBSD-ports-0d52e752c37f5e3f39e1046140b772bb6bbc7094.tar.gz |
- Update to 1.25
- Add CONFIGURE_TARGET to Makefile
Diffstat (limited to 'math')
-rw-r--r-- | math/asymptote/Makefile | 5 | ||||
-rw-r--r-- | math/asymptote/distinfo | 6 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 56b0934..6db7cf2 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,8 +33,9 @@ USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-latex=${LOCALBASE}/share/texmf-local/tex/latex --enable-gc=system +CONFIGURE_ARGS= --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}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ENV+= ${CONFIGURE_ENV} MKTEXLSR= ${LOCALBASE}/bin/mktexlsr diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index 56860f5..39630f3 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -1,3 +1,3 @@ -MD5 (asymptote-1.23.tar.gz) = 64d1c0ec4458dfe93f31aedb6180505a -SHA256 (asymptote-1.23.tar.gz) = 672e80af25ec599bfaba3a5840598de0cbd2a7b7e5b65f9ca76ae6f9df26de43 -SIZE (asymptote-1.23.tar.gz) = 896895 +MD5 (asymptote-1.25.tar.gz) = 32a89bbec5a66d754c61ab7d9bfd1dbf +SHA256 (asymptote-1.25.tar.gz) = 240a83641e6135e3734f1300b9408a00486b9f53dfbb2ddea30db5795c7cfbd5 +SIZE (asymptote-1.25.tar.gz) = 925462 diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index 8b97e23..3207ad8 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -24,6 +24,7 @@ bin/xasy %%DATADIR%%/graph3.asy %%DATADIR%%/graph_settings.asy %%DATADIR%%/grid3.asy +%%DATADIR%%/interpolate.asy %%DATADIR%%/labelpath.asy %%DATADIR%%/latin1.asy %%DATADIR%%/light.asy @@ -56,6 +57,7 @@ bin/xasy %%DATADIR%%/solids.asy %%DATADIR%%/stats.asy %%DATADIR%%/surface.asy +%%DATADIR%%/syzygy.asy %%DATADIR%%/texcolors.asy %%DATADIR%%/three.asy %%DATADIR%%/tree.asy @@ -85,6 +87,7 @@ bin/xasy %%EXAMPLESDIR%%/GaussianSurface.asy %%EXAMPLESDIR%%/Gouraud.asy %%EXAMPLESDIR%%/Gouraudcontour.asy +%%EXAMPLESDIR%%/Klein.asy %%EXAMPLESDIR%%/Pythagoras.asy %%EXAMPLESDIR%%/PythagoreanTree.asy %%EXAMPLESDIR%%/Sierpinski.asy @@ -160,9 +163,11 @@ bin/xasy %%EXAMPLESDIR%%/imagecontour.asy %%EXAMPLESDIR%%/imagehistogram.asy %%EXAMPLESDIR%%/integraltest.asy +%%EXAMPLESDIR%%/interpolate1.asy %%EXAMPLESDIR%%/intro.asy %%EXAMPLESDIR%%/join.asy %%EXAMPLESDIR%%/join3.asy +%%EXAMPLESDIR%%/knots.asy %%EXAMPLESDIR%%/labelbox.asy %%EXAMPLESDIR%%/labelsquare.asy %%EXAMPLESDIR%%/laserlattice.asy |