View | Details | Raw Unified | Return to bug 122585
Collapse All | Expand All

(-)math/orpie.new/Makefile (-3 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	orpie
8
PORTNAME=	orpie
9
PORTVERSION=	1.4.3
9
PORTVERSION=	1.5.1
10
PORTREVISION=	3
11
CATEGORIES+=	math
10
CATEGORIES+=	math
12
MASTER_SITES=	http://www.eecs.umich.edu/~pelzlpj/orpie/
11
MASTER_SITES=	http://pessimization.com/software/orpie/
13
12
14
MAINTAINER=	dylan@dylex.net
13
MAINTAINER=	dylan@dylex.net
15
COMMENT=	A fullscreen RPN calculator for the console
14
COMMENT=	A fullscreen RPN calculator for the console
(-)math/orpie.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (orpie-1.4.3.tar.gz) = 1c9d87cf3f8d982a9a3662d48e13de55
1
MD5 (orpie-1.5.1.tar.gz) = 4511626ed853354af1b4b5dbbf143a1f
2
SHA256 (orpie-1.4.3.tar.gz) = beb46341286a8b4c38ce21a2e93cbd9e32924c5d4bb5015baf2dbf756d6dafc3
2
SHA256 (orpie-1.5.1.tar.gz) = f68ee37a5351c1dd32a68edae253a22a913fc2124bace1f6cf19cc2d422100cd
3
SIZE (orpie-1.4.3.tar.gz) = 356721
3
SIZE (orpie-1.5.1.tar.gz) = 370851
(-)math/orpie.new/files/patch-gsl::mlgsl_error.c (-12 lines)
Lines 1-12 Link Here
1
--- gsl/mlgsl_error.c.orig	Sat Oct 29 22:40:23 2005
2
+++ gsl/mlgsl_error.c	Sun Sep 24 14:42:12 2006
3
@@ -43,7 +43,8 @@
4
   exn_arg = alloc_small(2, 0);
5
   Store_field(exn_arg, 0, Val_int(conv_err_code(gsl_errno)));
6
   Store_field(exn_arg, 1, copy_string(ml_gsl_exn_msg));
7
-  CAMLreturn(raise_with_arg(*ml_gsl_exn, exn_arg));
8
+  raise_with_arg(*ml_gsl_exn, exn_arg);
9
+  CAMLreturn0;
10
 }
11
 
12
 static void ml_gsl_error_handler(const char *reason, const char *file,
(-)math/orpie.new/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
rewritten in Ocaml, and offers a number of features that were not available in
7
rewritten in Ocaml, and offers a number of features that were not available in
8
the older program.
8
the older program.
9
9
10
WWW: http://www.eecs.umich.edu/~pelzlpj/orpie/
10
WWW: http://pessimization.com/software/orpie/

Return to bug 122585