aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:38:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:38:36 +0000
commit333c9da312e823d0839d1a2feb1aeb5ef1067f40 (patch)
tree23155db98b77939fd1c1ef2ea37c62359bce09dd /math
parent11025f6b0c8872c20c5de813a5f0ee5806ff81e6 (diff)
downloadports-333c9da312e823d0839d1a2feb1aeb5ef1067f40.tar.gz
ports-333c9da312e823d0839d1a2feb1aeb5ef1067f40.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/sc/Makefile24
-rw-r--r--math/sc/distinfo3
-rw-r--r--math/sc/files/patch-aa137
-rw-r--r--math/sc/files/patch-ab25
-rw-r--r--math/sc/files/patch-ac38
-rw-r--r--math/sc/files/patch-ad19
-rw-r--r--math/sc/files/patch-ae28
-rw-r--r--math/sc/files/patch-af10
-rw-r--r--math/sc/pkg-descr10
-rw-r--r--math/sc/pkg-plist5
11 files changed, 0 insertions, 300 deletions
diff --git a/math/Makefile b/math/Makefile
index c9e2ac9a5959..1f326b798a97 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -346,7 +346,6 @@
SUBDIR += ruby-netcdf
SUBDIR += ruby-numru_misc
SUBDIR += ruby-numru_units
- SUBDIR += sc
SUBDIR += scalapack
SUBDIR += scigraphica
SUBDIR += scilab
diff --git a/math/sc/Makefile b/math/sc/Makefile
deleted file mode 100644
index 6164b847c31e..000000000000
--- a/math/sc/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: sc
-# Date created: 30 July 1998
-# Whom: Heinz Tschabitscher
-#
-# $FreeBSD$
-#
-
-PORTNAME= sc
-PORTVERSION= 6.21
-PORTREVISION= 2
-CATEGORIES= math
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= semper@doubt.com
-COMMENT= A curses-based spreadsheet program
-
-DEPRECATED= distfile disappeared
-EXPIRATION_DATE= 2008-03-29
-
-NO_WRKSUBDIR= yes
-MAN1= sc.1 psc.1
-
-.include <bsd.port.mk>
diff --git a/math/sc/distinfo b/math/sc/distinfo
deleted file mode 100644
index 218ca5d13dcb..000000000000
--- a/math/sc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (sc-6.21.tar.Z) = 8fe8886f0139036717ba09f2fdcb2de7
-SHA256 (sc-6.21.tar.Z) = 6823f86841e3188ff9722273dbd5fbeab459d9f94bedee7348e57cdca161daf6
-SIZE (sc-6.21.tar.Z) = 180360
diff --git a/math/sc/files/patch-aa b/math/sc/files/patch-aa
deleted file mode 100644
index 1ee69d2107d8..000000000000
--- a/math/sc/files/patch-aa
+++ /dev/null
@@ -1,137 +0,0 @@
---- Makefile.orig Mon May 11 20:43:33 1992
-+++ Makefile Thu Jul 30 20:02:22 1998
-@@ -18,18 +18,18 @@
-
- # This is where the install step puts it.
- #EXDIR=/site/bin
--EXDIR=/usr/local/bin
-+EXDIR=${PREFIX}/bin
-
- # This is where the man page goes.
--#MANDIR=/usr/local/src/man/man1 # reno
--#MANEXT=1 # reno
--MANDIR=/usr/man/manl
--MANEXT=l
-+MANDIR=${PREFIX}/man/man1 # reno
-+MANEXT=1 # reno
-+#MANDIR=/usr/man/manl
-+#MANEXT=l
- MANMODE=644
-
- # This is where the library file (tutorial) goes.
- #LIBDIR=/usr/local/share/$(name) # reno
--LIBDIR=/usr/local/lib/$(name)
-+LIBDIR=${PREFIX}/share/$(name)
-
- # Set SIMPLE for lex.c if you don't want arrow keys or lex.c blows up
- SIMPLE=
-@@ -47,8 +47,8 @@
-
- # Set INTERNATIONAL if you need 8 bit characters. You should
- # not set this if you are running 5.3.0. I think it is OK in 5.3.1.
--#INTERNATIONAL=-DINTERNATIONAL
--INTERNATIONAL=
-+INTERNATIONAL=-DINTERNATIONAL
-+#INTERNATIONAL=
-
- # Set SIGVOID if signal routines are type void.
- # use: SIGVOID=-DSIGVOID for:
-@@ -67,30 +67,30 @@
- # Set RINT= on/with (they have rint):
- # SunOS 4.0.3c compiler
- # BSD4.4 (reno)
--#RINT=
--RINT=-DRINT
-+RINT=
-+#RINT=-DRINT
-
- # Set RE_COMP if you have the re_comp/re_exec regular expression routines
- # (most BSD based systems do).
--#RE_COMP=-DRE_COMP
--RE_COMP=
-+RE_COMP=-DRE_COMP
-+#RE_COMP=
-
- # Set REGCMP if you have the regcmp/regex regular expression routines
- # (most System V based systems do)
--REGCMP=-DREGCMP
-+#REGCMP=-DREGCMP
- #REGCMP=
-
- # This is the name of a pager like "more".
- # "pg" may be appropriate for SYSV.
--DFLT_PAGER=-DDFLT_PAGER=\"less\"
--#DFLT_PAGER=-DDFLT_PAGER=\"more\" # generic && reno
-+#DFLT_PAGER=-DDFLT_PAGER=\"less\"
-+DFLT_PAGER=-DDFLT_PAGER=\"more\" # generic && reno
-
- # this is the name to save back ups in
- SAVE=-DSAVENAME=\"$(NAME).SAVE\"
-
- # path to crypt, do not define if you don't have crypt
- # most systems
--CRYPT=-DCRYPT_PATH=\"/bin/crypt\"
-+#CRYPT=-DCRYPT_PATH=\"/bin/crypt\"
- # BSD
- #CRYPT=-DCRYPT_PATH=\"/usr/bin/crypt\"
- # other people?
-@@ -133,8 +133,8 @@
- # noticing the rows become 2, 3, 40, 41, 42... (etc).
- # Known systems/terminfos w/ curses problems:
- # {Esix Rev. D+, AT&T SysV3.2.1}:at386-m,xterm, HP-UX7.0:(not sure)
--IDLOKISBAD=-DIDLOKBAD
--#IDLOKISBAD=
-+#IDLOKISBAD=-DIDLOKBAD
-+IDLOKISBAD=
-
- # If you don't have idlok() in your curses define NOIDLOK
- NO_IDLOK=
-@@ -149,17 +149,17 @@
- # IF you have problems w/ your yacc try bison, Berkeley yacc, or
- # some other yacc. Some systems don't allow you to
- # increase the number of terminals (mostly AT&T), SCO's does though.
--#YACC=yacc
-+YACC=yacc
- # NOTE: Do not use with bison 1.16! Get a new version....
--YACC=bison -y
-+#YACC=bison -y
-
- # MS-DOS needs y_tab instead of the normal y.tab
- #YTAB=y_tab
- YTAB=y.tab
-
- # Command to use to make temporary copies of some source files.
--LN=ln
--#LN=ln -s
-+#LN=ln
-+LN=ln -s
- #LN=cp
-
- #### SYSTEM DEFINES ####
-@@ -178,11 +178,11 @@
- #CFLAGS= -DSYSV2 -g -pipe -traditional
-
- # Use this for system V.3
--CFLAGS= -DSYSV3 -O
--LDFLAGS= -s
-+#CFLAGS= -O -DSYSV3
-+#LDFLAGS= -s
- #CFLAGS= -DSYSV3 -g
- #LDFLAGS= -g
--LIB=-lm -lcurses -lPW
-+LIB=
- # with gcc also use:
- #CC=gcc
- #CFLAGS= -DSYSV3 -O -pipe -traditional
-@@ -221,9 +221,9 @@
- #CFLAGS= -O -DBSD42 -pipe
-
- # Use this for BSD 4.3
--#CFLAGS= -O -DBSD43
-+CFLAGS += -DBSD43
- #LDFLAGS=
--#LIB=-lm -lcurses -ltermcap
-+LIB=-lm -lcurses -ltermcap -lcompat
-
- # Use this for SunOS 4.X if you have the System V package installed.
- # This will link with the System V curses which is preferable to the
diff --git a/math/sc/files/patch-ab b/math/sc/files/patch-ab
deleted file mode 100644
index fe36e0c444b2..000000000000
--- a/math/sc/files/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
---- lex.c.orig Mon May 11 13:43:36 1992
-+++ lex.c Sun Dec 2 15:23:46 2001
-@@ -384,11 +384,11 @@
- ctl('z'), 0
- };
-
--void
-+int
- charout(c)
- int c;
- {
-- (void)putchar(c);
-+ return putchar(c);
- }
-
- void
-@@ -493,7 +493,7 @@
- if (dumpindex && *dumpindex)
- return (*dumpindex++);
-
-- c = toascii(getchar());
-+ c = getchar();
- biggest = 0;
- almost = 0;
-
diff --git a/math/sc/files/patch-ac b/math/sc/files/patch-ac
deleted file mode 100644
index 27fb2928c94a..000000000000
--- a/math/sc/files/patch-ac
+++ /dev/null
@@ -1,38 +0,0 @@
---- interp.c.orig Mon May 11 20:43:36 1992
-+++ interp.c Fri Mar 10 13:23:29 2000
-@@ -476,7 +476,7 @@
- dodts(mo, day, yr)
- int mo, day, yr;
- {
-- long trial;
-+ time_t trial;
- register struct tm *tp;
- register int i;
- register long jdate;
-@@ -484,7 +484,7 @@
- mdays[1] = 28 + (yr%4 == 0);
-
- if (mo < 1 || mo > 12 || day < 1 || day > mdays[--mo] ||
-- yr > 1999 || yr < 1970) {
-+ yr > 2099 || yr < 1970) {
- error("@dts: invalid argument");
- cellerror = CELLERROR;
- return(0.0);
-@@ -551,15 +551,13 @@
- int which;
- double when;
- {
-- long time();
--
- static long t_cache;
- static struct tm tm_cache;
- struct tm *tp;
-- long tloc;
-+ time_t tloc;
-
- if (which == NOW)
-- return (double)time((long *)0);
-+ return (double)time(NULL);
-
- tloc = (long)when;
-
diff --git a/math/sc/files/patch-ad b/math/sc/files/patch-ad
deleted file mode 100644
index bd9f44f41859..000000000000
--- a/math/sc/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
---- cmds.c.orig Mon May 11 20:43:34 1992
-+++ cmds.c Wed Feb 16 21:55:06 2000
-@@ -1800,14 +1800,14 @@
- int infd, outfd;
- int count;
-
-- /* tpath will be the [path/]file ---> [path/]#file~ */
-+ /* tpath will be the [path/]file ---> [path/]file~ */
- strcpy(tpath, path);
- if ((tpp = strrchr(tpath, '/')) == NULL)
- tpp = tpath;
- else
- tpp++;
- strcpy(fname, tpp);
-- (void) sprintf(tpp, "#%s~", fname);
-+ (void) sprintf(tpp, "%s~", fname);
-
- if (stat(path, &statbuf) == 0)
- {
diff --git a/math/sc/files/patch-ae b/math/sc/files/patch-ae
deleted file mode 100644
index d9a814638407..000000000000
--- a/math/sc/files/patch-ae
+++ /dev/null
@@ -1,28 +0,0 @@
---- format.c.orig Mon May 11 11:43:34 1992
-+++ format.c Sun Jun 23 19:38:37 2002
-@@ -256,14 +256,14 @@
-
- case '#':
- width++;
-+ zero_pad++;
- break;
-
- case '0':
-- zero_pad = ++width;
-+ width++;
- break;
- }
- }
-- zero_pad = strlen(decimal) - zero_pad;
- }
- (void) sprintf(prtfmt, "%%.%dlf", width);
- (void) sprintf(mantissa, prtfmt, val);
-@@ -281,6 +281,8 @@
- {
- if (*cp == '0')
- *cp = EOS;
-+ else
-+ break;
- }
- }
-
diff --git a/math/sc/files/patch-af b/math/sc/files/patch-af
deleted file mode 100644
index 00fd2f28a9c3..000000000000
--- a/math/sc/files/patch-af
+++ /dev/null
@@ -1,10 +0,0 @@
---- help.c.orig Mon May 11 11:43:35 1992
-+++ help.c Sat Jun 29 01:43:43 2002
-@@ -579,7 +579,6 @@
- file, row, range, misc, var, rangef, numericf, stringf,
- finf, timef, NULL};
-
--void
- main()
- { int lineno;
- char ***pagep = pages;
diff --git a/math/sc/pkg-descr b/math/sc/pkg-descr
deleted file mode 100644
index 917c1a25fe0d..000000000000
--- a/math/sc/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The spreadsheet calculator sc is based on rectangular tables much like
-a financial spreadsheet. When invoked it presents you with a table
-organized as rows and columns of cells. If invoked without a file
-argument, the table is initially empty. Each cell may have associated
-with it a numeric value, a label string, and/or an expression (formula)
-which evaluates to a numeric value or label string, often based on other
-cell values.
-
-- Heinzl
-semper@doubt.com
diff --git a/math/sc/pkg-plist b/math/sc/pkg-plist
deleted file mode 100644
index 147f0f790db7..000000000000
--- a/math/sc/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/sc
-bin/scqref
-bin/psc
-share/sc/tutorial.sc
-@dirrm share/sc