diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-28 23:01:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-28 23:01:49 +0000 |
commit | 02fe757290c1a4a9a34b5414d1513634838eff1b (patch) | |
tree | f99dcc9e342e0ec51e0d6c0e5ad86773542df9aa /math | |
parent | 5a3e86e39a3a5731ea94688fd1f2f6280a5eeaf2 (diff) | |
download | ports-02fe757290c1a4a9a34b5414d1513634838eff1b.tar.gz ports-02fe757290c1a4a9a34b5414d1513634838eff1b.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/slsc/Makefile | 29 | ||||
-rw-r--r-- | math/slsc/distinfo | 3 | ||||
-rw-r--r-- | math/slsc/files/patch-aa | 11 | ||||
-rw-r--r-- | math/slsc/files/patch-ab | 13 | ||||
-rw-r--r-- | math/slsc/pkg-descr | 10 | ||||
-rw-r--r-- | math/slsc/pkg-plist | 6 |
7 files changed, 0 insertions, 73 deletions
diff --git a/math/Makefile b/math/Makefile index 4584782d3187..52bc3549aa4d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -452,7 +452,6 @@ SUBDIR += sedumi SUBDIR += simd-viterbi SUBDIR += slgrace - SUBDIR += slsc SUBDIR += snns SUBDIR += solitaire SUBDIR += spar diff --git a/math/slsc/Makefile b/math/slsc/Makefile deleted file mode 100644 index bcb363f84d9e..000000000000 --- a/math/slsc/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: slsc -# Date created: 6 January 2000 -# Whom: Jonathan McDowell <noodles@earth.li> -# -# $FreeBSD$ -# - -PORTNAME= slsc -PORTVERSION= 0.2.3 -PORTREVISION= 1 -CATEGORIES= math -MASTER_SITES= ftp://space.mit.edu/pub/davis/slsc/ -DISTNAME= ${PORTNAME} - -MAINTAINER= noodles@earth.li -COMMENT= A enhanced slang-based version of the sc spreadsheet program - -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 - -BROKEN= Does not compile with devel/libslang2 -DEPRECATED= No longer maintained by author -EXPIRATION_DATE= 2009-02-18 - -GNU_CONFIGURE= yes - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/slsc ${PREFIX}/share/slsc/vprint - -.include <bsd.port.mk> diff --git a/math/slsc/distinfo b/math/slsc/distinfo deleted file mode 100644 index 4c03d030d42a..000000000000 --- a/math/slsc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (slsc.tar.gz) = c12c1a0d4f783517965fee6258720014 -SHA256 (slsc.tar.gz) = 118d6284325074e095239dab42e8bfdd379bf9b1b83fe855aa9901518c8740c3 -SIZE (slsc.tar.gz) = 90348 diff --git a/math/slsc/files/patch-aa b/math/slsc/files/patch-aa deleted file mode 100644 index 8c8274ebd279..000000000000 --- a/math/slsc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sc.c.orig Mon Aug 26 16:17:19 1996 -+++ src/sc.c Fri Dec 31 11:34:54 1999 -@@ -870,7 +870,7 @@ - sc_init_keymaps (); - - init_slcmd_table (); -- SLang_Error_Routine = slang_sc_error; -+ /* SLang_Error_Routine = slang_sc_error; */ - - for (i = 0; i < SC_REGION_COLOR; i++) - SLtt_set_mono (i, NULL, 0); diff --git a/math/slsc/files/patch-ab b/math/slsc/files/patch-ab deleted file mode 100644 index 1a5a7662bb18..000000000000 --- a/math/slsc/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.in.orig Thu Jan 6 14:05:10 2000 -+++ src/Makefile.in Thu Jan 6 14:06:54 2000 -@@ -39,8 +39,8 @@ - # Root directory where slsc files are going to be kept. - # MAKE SURE THAT THE '#'IMMEDIATELY FOLLOWS THE PATH. THERE CAN BE NO - # WHITESPACE HERE! You might want to use the second form. --SLSC_ROOT = /usr/local/lib/slsc# <--- Note location of the `#' !!! --SLSC_BIN = /usr/local/bin -+SLSC_ROOT = ${PREFIX}/share/slsc# <--- Note location of the `#' !!! -+SLSC_BIN = ${PREFIX}/bin - #--------------------------------------------------------------------------- - # 5. Misc - #--------------------------------------------------------------------------- diff --git a/math/slsc/pkg-descr b/math/slsc/pkg-descr deleted file mode 100644 index 4f164217d4f6..000000000000 --- a/math/slsc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The spreadsheet calculator slsc 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. - -- Jonathan -noodles@earth.li diff --git a/math/slsc/pkg-plist b/math/slsc/pkg-plist deleted file mode 100644 index d07aec5060d5..000000000000 --- a/math/slsc/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/slsc -share/slsc/slsc.hlp -share/slsc/slsc.rc -share/slsc/tutorial.sc -share/slsc/vprint -@dirrm share/slsc |