upgrade to 0.5.2
This commit is contained in:
parent
62dc14736f
commit
200f06bd40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43715
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= spar
|
||||
PORTVERSION= 0.5.1
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (spar-0.5.1.tar.gz) = 767856a532b6cbada739255cd6c25f25
|
||||
MD5 (spar-0.5.2.tar.gz) = c0c5fa489e66d9900d330a9d42cee5e6
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- spar/readline.c.orig Fri Jun 1 11:25:10 2001
|
||||
+++ spar/readline.c Fri Jun 1 11:25:24 2001
|
||||
--- text-fe/readline.c.orig Fri Jun 1 11:25:10 2001
|
||||
+++ text-fe/readline.c Fri Jun 1 11:25:24 2001
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "cmd_table.h"
|
||||
|
||||
|
@ -1,25 +1,27 @@
|
||||
bin/spar
|
||||
include/sl/sl.h
|
||||
include/sl/sl_chartype.h
|
||||
include/sl/sl_conf.h
|
||||
include/sl/sl_constant.h
|
||||
include/sl/sl_error.h
|
||||
include/sl/sl_function.h
|
||||
include/sl/sl_init.h
|
||||
include/sl/sl_input.h
|
||||
include/sl/sl_memory.h
|
||||
include/sl/sl_module.h
|
||||
include/sl/sl_module_loader.h
|
||||
include/sl/sl_module_manager.h
|
||||
include/sl/sl_parser.h
|
||||
include/sl/sl_util.h
|
||||
include/sl/sl_variable.h
|
||||
include/sl/sl_writer.h
|
||||
include/sl_math.h
|
||||
include/sl_math_library.h
|
||||
include/sl_poly.h
|
||||
include/sl_sort.h
|
||||
include/sl_table.h
|
||||
include/spar/sl.h
|
||||
include/spar/sl_btree.h
|
||||
include/spar/sl_chartype.h
|
||||
include/spar/sl_conf.h
|
||||
include/spar/sl_constant.h
|
||||
include/spar/sl_errno.h
|
||||
include/spar/sl_error.h
|
||||
include/spar/sl_function.h
|
||||
include/spar/sl_init.h
|
||||
include/spar/sl_input.h
|
||||
include/spar/sl_math.h
|
||||
include/spar/sl_math_library.h
|
||||
include/spar/sl_memory.h
|
||||
include/spar/sl_module.h
|
||||
include/spar/sl_module_loader.h
|
||||
include/spar/sl_module_manager.h
|
||||
include/spar/sl_parser.h
|
||||
include/spar/sl_poly.h
|
||||
include/spar/sl_sort.h
|
||||
include/spar/sl_table.h
|
||||
include/spar/sl_util.h
|
||||
include/spar/sl_variable.h
|
||||
include/spar/sl_writer.h
|
||||
lib/libspar.a
|
||||
lib/libspar.la
|
||||
lib/libspar.so
|
||||
@ -30,6 +32,6 @@ lib/spar/solve_q.a
|
||||
lib/spar/solve_q.la
|
||||
lib/spar/solve_q.so
|
||||
share/spar/modules_config
|
||||
@dirrm include/sl
|
||||
@dirrm include/spar
|
||||
@dirrm lib/spar
|
||||
@dirrm share/spar
|
||||
|
Loading…
Reference in New Issue
Block a user