Hi,

This update package asymptote to the latest release 2.15.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/asymptote/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    16 Sep 2011 10:02:36 -0000      1.10
+++ Makefile    19 Nov 2011 20:57:34 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=               powerful descriptive vector graphics language
 
-DISTNAME=              asymptote-2.10.src
+DISTNAME=              asymptote-2.15.src
 PKGNAME=               ${DISTNAME:S/.src//g}
-REVISION =             3
 CATEGORIES=            graphics
 
 HOMEPAGE=              http://asymptote.sourceforge.net/
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/asymptote/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    30 May 2011 11:04:14 -0000      1.2
+++ distinfo    19 Nov 2011 20:57:34 -0000
@@ -1,5 +1,5 @@
-MD5 (asymptote-2.10.src.tgz) = d0Bnow5UMIoGGu0gCYwB2Q==
-RMD160 (asymptote-2.10.src.tgz) = iiFJR/91mZVrtcJ87hPbI6pisfI=
-SHA1 (asymptote-2.10.src.tgz) = RuFNP/13Ec7oODJRVgjybnMXKQY=
-SHA256 (asymptote-2.10.src.tgz) = ISjCoP3NJUiJ6KXesEl/Cov5QSFiCWDoEmvIfxT2XW0=
-SIZE (asymptote-2.10.src.tgz) = 1729028
+MD5 (asymptote-2.15.src.tgz) = GtuWmk17F6OumHKNGVa9dw==
+RMD160 (asymptote-2.15.src.tgz) = GRb0FgA01NdigL/tjr4LuJj8gM4=
+SHA1 (asymptote-2.15.src.tgz) = 4PszbBlfsho549DzrNSIHOXhcKc=
+SHA256 (asymptote-2.15.src.tgz) = iQNLfwcv4EdrwAqcTFIYn2fNwcucB7qx/Yi8ULLgyIc=
+SIZE (asymptote-2.15.src.tgz) = 1763773
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/graphics/asymptote/patches/patch-configure,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure
--- patches/patch-configure     30 May 2011 11:04:14 -0000      1.2
+++ patches/patch-configure     19 Nov 2011 20:57:34 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-configure,v 1.2 2011/05/
 
 Remove $latexdir here, so it's possible to set it with kpsewhich(1), as 
intended.
 
---- configure.orig     Fri May 27 11:32:57 2011
-+++ configure  Sat May 28 18:08:32 2011
-@@ -3794,7 +3794,6 @@ $as_echo "$ac_res" >&6; }
+--- configure.orig     Thu Nov 17 03:40:11 2011
++++ configure  Sat Nov 19 16:58:11 2011
+@@ -3796,7 +3796,6 @@ $as_echo "$ac_res" >&6; }
  if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
  
  else
@@ -12,3 +12,21 @@ Remove $latexdir here, so it's possible 
    as_ac_File=`$as_echo "ac_cv_file_$latexdir/base/latex.ltx" | $as_tr_sh`
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 
$latexdir/base/latex.ltx" >&5
  $as_echo_n "checking for $latexdir/base/latex.ltx... " >&6; }
+@@ -5922,7 +5921,7 @@ if test "${ac_cv_lib_pthread_pthread_create+set}" = se
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lpthread  $LIBS"
++LIBS="-pthread  $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+@@ -5957,7 +5956,7 @@ if test "x$ac_cv_lib_pthread_pthread_create" = x""yes;
+ #define HAVE_LIBPTHREAD 1
+ _ACEOF
+ 
+-  LIBS="-lpthread $LIBS"
++  LIBS="-pthread $LIBS"
+ 
+ fi
+ 
Index: patches/patch-runtime_in
===================================================================
RCS file: patches/patch-runtime_in
diff -N patches/patch-runtime_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-runtime_in    19 Nov 2011 20:57:34 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- runtime.in.orig    Thu Nov 17 03:35:43 2011
++++ runtime.in Sat Nov 19 16:49:41 2011
+@@ -85,7 +85,7 @@ stringarray2* => stringArray2()
+ #include "process.h"
+ #include "arrayop.h"
+    
+-#ifdef __APPLE__
++#if defined(__APPLE__) || defined(__OpenBSD__)
+ extern "C" int isnan(double);  
+ #endif
+ 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/asymptote/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   1 Aug 2011 11:35:34 -0000       1.3
+++ pkg/PLIST   19 Nov 2011 20:57:34 -0000
@@ -121,6 +121,7 @@ share/doc/asymptote/asy-faq.html/section
 share/doc/asymptote/asy-faq.html/section8.html
 share/doc/asymptote/asy-faq.html/section9.html
 share/doc/asymptote/asy-latex.pdf
+share/doc/asymptote/asyRefCard.pdf
 share/doc/asymptote/asymptote.pdf
 share/examples/asymptote/
 share/examples/asymptote/100d.views
@@ -342,6 +343,7 @@ share/examples/asymptote/poster.asy
 share/examples/asymptote/progrid.asy
 share/examples/asymptote/projectelevation.asy
 share/examples/asymptote/projectrevolution.asy
+share/examples/asymptote/pseudosphere.asy
 share/examples/asymptote/quartercircle.asy
 share/examples/asymptote/quilt.asy
 share/examples/asymptote/rainbow.asy
@@ -435,7 +437,6 @@ share/examples/asymptote/xxsq01.asy
 share/examples/asymptote/xxsq01x-1.asy
 share/examples/asymptote/xxsq01y.asy
 share/examples/asymptote/yingyang.asy
-share/texmf/tex/context/
 share/texmf/tex/context/third/
 share/texmf/tex/context/third/asymptote/
 share/texmf/tex/context/third/asymptote/colo-asy.tex

Reply via email to