update to 12.4.2; from maintainer Gerardo Santana
This commit is contained in:
parent
962bb9a1d2
commit
764cee239e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/27 06:04:11 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2005/06/28 16:00:05 naddy Exp $
|
||||
|
||||
COMMENT= "small, portable, general purpose computer algebra system"
|
||||
|
||||
DISTNAME= mathomatic-12.3.3
|
||||
DISTNAME= mathomatic-12.4.2
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://mathomatic.orgserve.de/math/
|
||||
@ -29,7 +29,7 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/mathomatic ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/mathomatic.1 ${PREFIX}/man/man1/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mathomatic
|
||||
${INSTALL_DATA} ${WRKSRC}/changes.txt ${WRKSRC}/doc/*.htm \
|
||||
${INSTALL_DATA} ${WRKSRC}/changes.txt ${WRKSRC}/doc/*.htm* \
|
||||
${PREFIX}/share/doc/mathomatic/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (mathomatic-12.3.3.tgz) = 08fe86615fad0708f2aabf0e82ad2c31
|
||||
RMD160 (mathomatic-12.3.3.tgz) = 8d0f2188619bc19b733db063cfab9c43d5fc24fe
|
||||
SHA1 (mathomatic-12.3.3.tgz) = 6e8bf150f56c83071e2dd307207c97ad5a7a72cf
|
||||
SIZE (mathomatic-12.3.3.tgz) = 126565
|
||||
MD5 (mathomatic-12.4.2.tgz) = ad0df739c64a3db1733f2e290b0549ae
|
||||
RMD160 (mathomatic-12.4.2.tgz) = 12d962945fe48fb6fcf96831d1337324f3e1f198
|
||||
SHA1 (mathomatic-12.4.2.tgz) = 77c868d890d25b469e4735f0026e66c4f24b500f
|
||||
SIZE (mathomatic-12.4.2.tgz) = 128376
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-globals_c,v 1.1.1.1 2005/05/27 06:04:11 naddy Exp $
|
||||
--- globals.c.orig Thu May 26 22:47:30 2005
|
||||
+++ globals.c Thu May 26 22:47:43 2005
|
||||
@@ -37,7 +37,7 @@ int finance_option; /* for displaying
|
||||
int debug_level; /* current debug level */
|
||||
$OpenBSD: patch-globals_c,v 1.2 2005/06/28 16:00:05 naddy Exp $
|
||||
--- globals.c.orig Tue Jun 14 15:23:29 2005
|
||||
+++ globals.c Tue Jun 14 15:24:12 2005
|
||||
@@ -37,7 +37,7 @@ int finance_option; /* for displaying
|
||||
int debug_level; /* current debug level */
|
||||
#endif
|
||||
int domain_check;
|
||||
-int color_flag = true; /* true for color mode */
|
||||
+int color_flag = false; /* true for color mode */
|
||||
int html_flag; /* true for HTML mode */
|
||||
int partial_flag; /* true for partial unfactoring of algebraic fractions */
|
||||
int symb_flag; /* true for "simplify symbolic" */
|
||||
-int color_flag = true; /* true for color mode */
|
||||
+int color_flag = false; /* true for color mode */
|
||||
int html_flag; /* true for HTML mode */
|
||||
int partial_flag; /* true for partial unfactoring of algebraic fractions */
|
||||
int symb_flag; /* true for "simplify symbolic" */
|
||||
|
@ -1,8 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/27 06:04:11 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/06/28 16:00:05 naddy Exp $
|
||||
bin/mathomatic
|
||||
@man man/man1/mathomatic.1
|
||||
share/doc/mathomatic/
|
||||
share/doc/mathomatic/am.htm
|
||||
share/doc/mathomatic/changes.txt
|
||||
share/doc/mathomatic/ctips.html
|
||||
share/doc/mathomatic/index.html
|
||||
share/doc/mathomatic/manual.htm
|
||||
share/doc/mathomatic/notes.htm
|
||||
share/doc/mathomatic/notes.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user