1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

2009-02-18 math/slsc: No longer maintained by author

This commit is contained in:
Martin Wilke 2009-02-28 23:01:49 +00:00
parent 5a3e86e39a
commit 02fe757290
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229259
8 changed files with 1 additions and 73 deletions

1
MOVED
View File

@ -3823,3 +3823,4 @@ net/samba32-devel|net/samba32|2009-02-16|Samba 3.2 became stable enough to be us
editors/sam||2009-02-19|Has expired: distfile and homepage disappeared
misc/bibletime|misc/bibletime-kde3|2009-02-26|Use misc/bibletime-kde3
misc/bibletime-devel|misc/bibletime-kde4|2009-02-26|Use misc/bibletime-kde4
math/slsc||2009-02-28|Has expired: No longer maintained by author

View File

@ -452,7 +452,6 @@
SUBDIR += sedumi
SUBDIR += simd-viterbi
SUBDIR += slgrace
SUBDIR += slsc
SUBDIR += snns
SUBDIR += solitaire
SUBDIR += spar

View File

@ -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>

View File

@ -1,3 +0,0 @@
MD5 (slsc.tar.gz) = c12c1a0d4f783517965fee6258720014
SHA256 (slsc.tar.gz) = 118d6284325074e095239dab42e8bfdd379bf9b1b83fe855aa9901518c8740c3
SIZE (slsc.tar.gz) = 90348

View File

@ -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);

View File

@ -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
#---------------------------------------------------------------------------

View File

@ -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

View File

@ -1,6 +0,0 @@
bin/slsc
share/slsc/slsc.hlp
share/slsc/slsc.rc
share/slsc/tutorial.sc
share/slsc/vprint
@dirrm share/slsc