- Update to 1.12
PR: ports/101246 Submitted by: Nicola Vitale <nivit(at)email.it> Approved by: krion (mentor)
This commit is contained in:
parent
065041d22c
commit
7299d1eb94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169759
3 changed files with 20 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= asymptote
|
||||
PORTVERSION= 1.11
|
||||
PORTVERSION= 1.12
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (asymptote-1.11.tar.gz) = e4fe386fcd87a8738f30ebc168d8a507
|
||||
SHA256 (asymptote-1.11.tar.gz) = 6c151a7c5ffdf07e31ed45b960aa2ced2774de7564528dc90a6c092d3ec2c3bd
|
||||
SIZE (asymptote-1.11.tar.gz) = 718660
|
||||
MD5 (asymptote-1.12.tar.gz) = 9639ec7a834c6f4eb46d4af3c9c4ce67
|
||||
SHA256 (asymptote-1.12.tar.gz) = 8935d2eaa9e16e20c3a67355bf4d6035714e9f46d51a8978d5581b0b832b2898
|
||||
SIZE (asymptote-1.12.tar.gz) = 723349
|
||||
|
|
|
@ -1,24 +1,17 @@
|
|||
@comment $FreeBSD$
|
||||
bin/asy
|
||||
bin/xasy
|
||||
%%DATADIR%%/Label.asy
|
||||
%%DATADIR%%/animate.asy
|
||||
%%DATADIR%%/arcs.asy
|
||||
%%DATADIR%%/arrows.asy
|
||||
%%DATADIR%%/asy-init.el
|
||||
%%DATADIR%%/asy-mode.el
|
||||
%%DATADIR%%/asy.vim
|
||||
%%DATADIR%%/asymptote.py
|
||||
%%DATADIR%%/babel.asy
|
||||
%%DATADIR%%/boxes.asy
|
||||
%%DATADIR%%/constants.asy
|
||||
%%DATADIR%%/contour.asy
|
||||
%%DATADIR%%/debugger.asy
|
||||
%%DATADIR%%/drawtree.asy
|
||||
%%DATADIR%%/embed.asy
|
||||
%%DATADIR%%/featpost3D.asy
|
||||
%%DATADIR%%/feynman.asy
|
||||
%%DATADIR%%/filldraw.asy
|
||||
%%DATADIR%%/flowchart.asy
|
||||
%%DATADIR%%/fontsize.asy
|
||||
%%DATADIR%%/geometry.asy
|
||||
|
@ -26,25 +19,32 @@ bin/xasy
|
|||
%%DATADIR%%/graph3.asy
|
||||
%%DATADIR%%/latin1.asy
|
||||
%%DATADIR%%/light.asy
|
||||
%%DATADIR%%/margins.asy
|
||||
%%DATADIR%%/markers.asy
|
||||
%%DATADIR%%/math.asy
|
||||
%%DATADIR%%/metapost.asy
|
||||
%%DATADIR%%/palette.asy
|
||||
%%DATADIR%%/paths.asy
|
||||
%%DATADIR%%/patterns.asy
|
||||
%%DATADIR%%/pens.asy
|
||||
%%DATADIR%%/picture.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%%/shipout.asy
|
||||
%%DATADIR%%/simplex.asy
|
||||
%%DATADIR%%/slide.asy
|
||||
%%DATADIR%%/slopefield.asy
|
||||
%%DATADIR%%/solids.asy
|
||||
%%DATADIR%%/stats.asy
|
||||
%%DATADIR%%/strings.asy
|
||||
%%DATADIR%%/texcolors.asy
|
||||
%%DATADIR%%/three.asy
|
||||
%%DATADIR%%/tree.asy
|
||||
|
@ -63,6 +63,7 @@ bin/xasy
|
|||
%%EXAMPLESDIR%%/animations/wheel.asy
|
||||
%%EXAMPLESDIR%%/axis3.asy
|
||||
%%EXAMPLESDIR%%/bezier.asy
|
||||
%%EXAMPLESDIR%%/bezier2.asy
|
||||
%%EXAMPLESDIR%%/bigsquare.asy
|
||||
%%EXAMPLESDIR%%/brokenaxis.asy
|
||||
%%EXAMPLESDIR%%/cardiod.asy
|
||||
|
@ -183,6 +184,7 @@ bin/xasy
|
|||
%%EXAMPLESDIR%%/thermodynamics.asy
|
||||
%%EXAMPLESDIR%%/tile.asy
|
||||
%%EXAMPLESDIR%%/torus.asy
|
||||
%%EXAMPLESDIR%%/transparency.asy
|
||||
%%EXAMPLESDIR%%/treetest.asy
|
||||
%%EXAMPLESDIR%%/triads.asy
|
||||
%%EXAMPLESDIR%%/triangle.asy
|
||||
|
|
Loading…
Reference in a new issue