summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-02-02 03:32:42 +0000
committerwiz <wiz@pkgsrc.org>2002-02-02 03:32:42 +0000
commit4ebde97225f96a4f75eaf587acd1b7e1cd2b8a2c (patch)
tree332e91fc9ffa86d1ccd4f261f4196097ad2bfacd
parent6dea841634302c3b690b8462c933d09a04784d91 (diff)
downloadpkgsrc-4ebde97225f96a4f75eaf587acd1b7e1cd2b8a2c.tar.gz
Remove abacus -- this package has been BROKEN for 15 months.
-rw-r--r--math/Makefile3
-rw-r--r--math/abacus/DESCR20
-rw-r--r--math/abacus/MESSAGE15
-rw-r--r--math/abacus/Makefile53
-rw-r--r--math/abacus/PLIST111
-rw-r--r--math/abacus/distinfo10
-rw-r--r--math/abacus/patches/patch-aa27
-rw-r--r--math/abacus/patches/patch-ab19
-rw-r--r--math/abacus/patches/patch-ac17
-rw-r--r--math/abacus/patches/patch-ad13
-rw-r--r--math/abacus/patches/patch-ae12
-rw-r--r--math/abacus/patches/patch-af13
12 files changed, 1 insertions, 312 deletions
diff --git a/math/Makefile b/math/Makefile
index a72c249b8c2..517cc282e49 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.73 2002/01/28 14:42:39 agc Exp $
+# $NetBSD: Makefile,v 1.74 2002/02/02 03:32:42 wiz Exp $
#
COMMENT= Mathematics
SUBDIR+= R
-SUBDIR+= abacus
SUBDIR+= abs
SUBDIR+= admesh
SUBDIR+= aribas
diff --git a/math/abacus/DESCR b/math/abacus/DESCR
deleted file mode 100644
index 9e8dd889f98..00000000000
--- a/math/abacus/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-Abacus is a small, light and easy to use spreadsheet being developed
-as graduation project under the tutorship of Prof. Arlindo Oliveira,
-and the spreadsheet is being developed using the Tcl/Tk toolkit, as
-well as plain old C/C++ for all the "number-crunching" tasks.
-
-The following functionalities are available in the latest version:
-
-Multiple spreadsheets, limited by the amount of memory you have
-available. Small set of built-in functions that include statistical,
-financial, and the usual math and trig functions, including a slick
-menu-like interface to make it easy to paste formulas. Cell editing
-with all the usual Cut/Copy/Paste/Delete functions implemented. Cell
-formating with a load of different formats, plus fonts, italics, bold
-font size and borders. Column and Row insertion, deletion, resizing.
-Sorting using all sorts of weird sort methods, so many we find it
-confusing ourselves and we made it! Autosum - you select and press the
-button and it sums the data up the way (we hope!) you want. Graphs you
-can delete, move around and resize. Printing via Postscript.
-Imports/Exports CSV,Tab separated, Wk1 and TinySheet (for the popular
-PalmPilot organizer) formats.
diff --git a/math/abacus/MESSAGE b/math/abacus/MESSAGE
deleted file mode 100644
index 7d85723306b..00000000000
--- a/math/abacus/MESSAGE
+++ /dev/null
@@ -1,15 +0,0 @@
-======================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 00:12:02 zuntum Exp $
-
-Define the following environment variables:
-
- ABACUS_HOME - directory where you installed the Abacus share tcl files.
- ABACUS_EDITOR - external editor to use when editing macros.
- ABACUS_BROWSER - web browser to view WWW pages and info.
-
-e.g.:
- setenv ABACUS_HOME ${PREFIX}/share/abacus
- setenv ABACUS_EDITOR emacs
- setenv ABACUS_BROWSER netscape
-
-======================================================================
diff --git a/math/abacus/Makefile b/math/abacus/Makefile
deleted file mode 100644
index 8e2c2458eca..00000000000
--- a/math/abacus/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2001/05/05 19:51:16 jlam Exp $
-# FreeBSD Id: Makefile,v 1.3 1998/09/25 10:07:44 asami Exp
-#
-
-DISTNAME= abacus-0.9.13
-CATEGORIES= math x11
-MASTER_SITES= http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/ \
- http://tahoe.inesc.pt/~aml/abacus/
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/abacus.html
-COMMENT= Spread sheet for X Window System
-
-DEPENDS+= tcl>=8.3.2:../../lang/tcl
-DEPENDS+= tk>=8.3.2:../../x11/tk
-
-BROKEN= This package has been updated to compile with tcl-8.3.2, but dumps core on startup.
-
-USE_GMAKE= yes
-USE_X11BASE= yes
-
-pre-patch:
- @for d in `${FIND} ${WRKSRC} -name RCS -type d -print`; do \
- ${MV} $$d $$d-dist; \
- done
-
-# Until we have tcl 8.0.3 in pkgsrc
-#pre-build:
-# @ ${RM} -f ${WRKSRC}/canvas
-# @ ${LN} -fs ${WRKSRC}/canvas-tcl8.0.0 ${WRKSRC}/canvas
-
-do-install:
- @ ${SED} s!@PREFIX@!${PREFIX}!g ${WRKSRC}/abacus >${WRKSRC}/abacus.sh
- @ ${INSTALL_SCRIPT} ${WRKSRC}/abacus.sh ${PREFIX}/bin/abacus
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/abacus
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/abacus/display
- @ ${INSTALL_DATA} ${WRKSRC}/display/*.tcl ${PREFIX}/share/abacus/display
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/abacus/graphics
- @ ${INSTALL_DATA} ${WRKSRC}/graphics/*.tcl ${PREFIX}/share/abacus/graphics
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/abacus/runlib
- @ ${INSTALL_DATA} ${WRKSRC}/runlib/*.tcl ${PREFIX}/share/abacus/runlib
- @ ${INSTALL_DATA} ${WRKSRC}/runlib/version ${PREFIX}/share/abacus/runlib
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/abacus/runlib/bitmaps
- @ ${INSTALL_DATA} ${WRKSRC}/runlib/bitmaps/* ${PREFIX}/share/abacus/runlib/bitmaps
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/abacus/tcl_interf
- @ ${INSTALL_PROGRAM} ${WRKSRC}/tcl_interf/nxlc ${PREFIX}/share/abacus/tcl_interf
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/abacus
- @ ${INSTALL_DATA} ${WRKSRC}/regressive/* ${PREFIX}/share/examples/abacus
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/abacus
- @ ${INSTALL_DATA} ${WRKSRC}/doc/abacus.ps ${PREFIX}/share/doc/abacus
- @ ${INSTALL_DATA} ${WRKSRC}/doc/abacus.1 ${PREFIX}/man/man1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/abacus/PLIST b/math/abacus/PLIST
deleted file mode 100644
index 020c754aa2c..00000000000
--- a/math/abacus/PLIST
+++ /dev/null
@@ -1,111 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:02 zuntum Exp $
-bin/abacus
-man/man1/abacus.1
-share/doc/abacus/abacus.ps
-share/examples/abacus/allfuncs.wk1
-share/examples/abacus/desp_97.wk1
-share/examples/abacus/emprestimo.wk1
-share/examples/abacus/example.wk1
-share/examples/abacus/macro_example_1.tcl
-share/examples/abacus/notas.wk1
-share/examples/abacus/notas_plain.wk1
-share/examples/abacus/obras.wk1
-share/examples/abacus/prestacao.wk1
-share/examples/abacus/recpt197.wk1
-share/examples/abacus/tables.wk1
-share/abacus/display/autosum.tcl
-share/abacus/display/canvas.tcl
-share/abacus/display/create_pixmaps.tcl
-share/abacus/display/defaults.tcl
-share/abacus/display/display.tcl
-share/abacus/display/edit.tcl
-share/abacus/display/entry.tcl
-share/abacus/display/find.tcl
-share/abacus/display/font.tcl
-share/abacus/display/format.tcl
-share/abacus/display/funcmenu.tcl
-share/abacus/display/funcs.tcl
-share/abacus/display/globals.tcl
-share/abacus/display/graphs.tcl
-share/abacus/display/help.tcl
-share/abacus/display/init.tcl
-share/abacus/display/io.tcl
-share/abacus/display/menubar.tcl
-share/abacus/display/print.tcl
-share/abacus/display/sheet.tcl
-share/abacus/display/sort.tcl
-share/abacus/display/standard.tcl
-share/abacus/display/user_interf.tcl
-share/abacus/display/utils.tcl
-share/abacus/graphics/bar.tcl
-share/abacus/graphics/explodepie.tcl
-share/abacus/graphics/histogram.tcl
-share/abacus/graphics/line.tcl
-share/abacus/graphics/pie.tcl
-share/abacus/graphics/scatter.tcl
-share/abacus/graphics/stackedBar.tcl
-share/abacus/runlib/globals.tcl
-share/abacus/runlib/globalvars.tcl
-share/abacus/runlib/version
-share/abacus/runlib/bitmaps/ascend.gif
-share/abacus/runlib/bitmaps/ascend.xbm
-share/abacus/runlib/bitmaps/bold.gif
-share/abacus/runlib/bitmaps/bold.xbm
-share/abacus/runlib/bitmaps/borders.xbm
-share/abacus/runlib/bitmaps/calc.gif
-share/abacus/runlib/bitmaps/calc.xpm
-share/abacus/runlib/bitmaps/check.xbm
-share/abacus/runlib/bitmaps/close.gif
-share/abacus/runlib/bitmaps/copy.gif
-share/abacus/runlib/bitmaps/cross.xbm
-share/abacus/runlib/bitmaps/cut.gif
-share/abacus/runlib/bitmaps/descend.gif
-share/abacus/runlib/bitmaps/descend.xbm
-share/abacus/runlib/bitmaps/fill.xbm
-share/abacus/runlib/bitmaps/floppy.gif
-share/abacus/runlib/bitmaps/folder.gif
-share/abacus/runlib/bitmaps/funcs.gif
-share/abacus/runlib/bitmaps/funcs.xbm
-share/abacus/runlib/bitmaps/icenter.gif
-share/abacus/runlib/bitmaps/icenter.xbm
-share/abacus/runlib/bitmaps/ileft.gif
-share/abacus/runlib/bitmaps/ileft.xbm
-share/abacus/runlib/bitmaps/iright.gif
-share/abacus/runlib/bitmaps/iright.xbm
-share/abacus/runlib/bitmaps/italic.gif
-share/abacus/runlib/bitmaps/italic.xbm
-share/abacus/runlib/bitmaps/move.gif
-share/abacus/runlib/bitmaps/new.gif
-share/abacus/runlib/bitmaps/none.gif
-share/abacus/runlib/bitmaps/paint.gif
-share/abacus/runlib/bitmaps/preview.gif
-share/abacus/runlib/bitmaps/print.gif
-share/abacus/runlib/bitmaps/pulldown.gif
-share/abacus/runlib/bitmaps/pulldown.xbm
-share/abacus/runlib/bitmaps/rect.xbm
-share/abacus/runlib/bitmaps/redo.gif
-share/abacus/runlib/bitmaps/redo.xbm
-share/abacus/runlib/bitmaps/scissors.gif
-share/abacus/runlib/bitmaps/shade.xbm
-share/abacus/runlib/bitmaps/stop.gif
-share/abacus/runlib/bitmaps/stop.xbm
-share/abacus/runlib/bitmaps/sum.gif
-share/abacus/runlib/bitmaps/sum.xbm
-share/abacus/runlib/bitmaps/teste.gif
-share/abacus/runlib/bitmaps/tmp.gif
-share/abacus/runlib/bitmaps/under.gif
-share/abacus/runlib/bitmaps/under.xbm
-share/abacus/runlib/bitmaps/undo.gif
-share/abacus/runlib/bitmaps/xxl.gif
-share/abacus/runlib/bitmaps/undo.xbm
-share/abacus/runlib/bitmaps/xxl2.gif
-share/abacus/runlib/bitmaps/xxl_bck.gif
-share/abacus/tcl_interf/nxlc
-@dirrm share/abacus/display
-@dirrm share/abacus/graphics
-@dirrm share/abacus/runlib/bitmaps
-@dirrm share/abacus/runlib
-@dirrm share/abacus/tcl_interf
-@dirrm share/abacus
-@dirrm share/doc/abacus
-@dirrm share/examples/abacus
diff --git a/math/abacus/distinfo b/math/abacus/distinfo
deleted file mode 100644
index 5a7cdddd9cb..00000000000
--- a/math/abacus/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 08:45:37 agc Exp $
-
-SHA1 (abacus-0.9.13.tar.gz) = 2c4ee271dc601d034cc1f10e21e6aeecde217fdd
-Size (abacus-0.9.13.tar.gz) = 1279519 bytes
-SHA1 (patch-aa) = 2cc8297d18ac68f3a705d790e726de684b25ca31
-SHA1 (patch-ab) = 361ec02f462ee2c100b502f27e7fa665a2a22ea8
-SHA1 (patch-ac) = 89c0334e1f9cfe3db050cc6ff22b27f53744f77f
-SHA1 (patch-ad) = 425eed02322ca61ac475a139a8beca7b1a594c46
-SHA1 (patch-ae) = dc326b3f67f4154134dd96c82438a087bdb9ecff
-SHA1 (patch-af) = b079bfb8fe1217f5463d925bd42b5a457034f129
diff --git a/math/abacus/patches/patch-aa b/math/abacus/patches/patch-aa
deleted file mode 100644
index bc9211bd048..00000000000
--- a/math/abacus/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/09/05 17:46:25 jwise Exp $
-
---- Makefile.orig Sat Dec 12 14:34:20 1998
-+++ Makefile Sat Dec 12 14:37:14 1998
-@@ -10,11 +10,12 @@
- TARDIRS = $(DIRS) RCS regressive doc canvas-tcl8.0.0 canvas-tcl8.0.3
- TARFILES = Makefile $(TARDIRS) VERSIONS awk_file abacus doc INSTALL COPYING \
- Makefile.options
-+CCFLAGS= ${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl -I${LOCALBASE}/include/tk
-
- all: $(TARGET)
-
- $(TARGET) : binary
-- for i in $(DIRS); do $(MAKE) -C $$i ; done
-+ for i in ${DIRS}; do ${MAKE} CCFLAGS="${CCFLAGS}" -C $$i ; done
-
- binary:
-
-@@ -29,7 +30,7 @@
- rm -f *~ gmon.out tests/* regressive/*.bck
-
- dep : version
-- for i in $(DIRS); do $(MAKE) dep -C $$i; done
-+ for i in ${DIRS}; do ${MAKE} CCFLAGS="${CCFLAGS}" dep -C $$i; done
- rm -f *~
-
-
diff --git a/math/abacus/patches/patch-ab b/math/abacus/patches/patch-ab
deleted file mode 100644
index ea87384cf90..00000000000
--- a/math/abacus/patches/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2000/05/03 17:23:29 rh Exp $
-
---- Makefile.options.orig Tue Oct 20 22:19:08 1998
-+++ Makefile.options Wed May 3 19:18:51 2000
-@@ -12,7 +12,7 @@
- CPP=g++ -E
-
- # Grammar generator - e.g. bison,yacc
--YACC = bison
-+YACC = yacc
-
- # Lexical scanner - e.g. flex,lex
- LEX = flex
-@@ -29,4 +29,4 @@
- IFLAGS = -I$(IDIR)
-
- # Add extra directories where you want the abacus to search for libraries here
--LFLAGS = -L/usr/local/lib -L/usr/X11R6/lib -L$(LIBDIR) -L.
-+LFLAGS = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -L$(LIBDIR) -L.
diff --git a/math/abacus/patches/patch-ac b/math/abacus/patches/patch-ac
deleted file mode 100644
index f2e0b772d61..00000000000
--- a/math/abacus/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 1998/12/13 00:29:20 frueauf Exp $
-
---- calc/Makefile.orig Sat Dec 12 23:35:13 1998
-+++ calc/Makefile Sat Dec 12 23:40:16 1998
-@@ -36,10 +36,10 @@
- $(LEX) -oscan.c -i scan.l
-
- gram.o: gram.cc
-- $(CCC) $(IFLAGS) -g gram.cc -o gram.o -c
-+ ${CCC} ${CCFLAGS} ${IFLAGS} -g gram.cc -o gram.o -c
-
- gram.cc: gram.y scan.c
-- $(YACC) -d gram.y
-+ $(YACC) -b gram -d gram.y
- mv gram.tab.c gram.cc
- mv gram.tab.h gram.h
-
diff --git a/math/abacus/patches/patch-ad b/math/abacus/patches/patch-ad
deleted file mode 100644
index 6675557ebcd..00000000000
--- a/math/abacus/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2000/09/03 23:08:33 wiz Exp $
-
---- tcl_interf/Makefile.orig Mon Oct 26 00:39:45 1998
-+++ tcl_interf/Makefile
-@@ -14,7 +14,7 @@
- OTHERSOURCES =
- SOURCES = $(CSOURCES) $(OTHERSOURCES)
- XXL_LIBS = $(LIBDIR)/libcalc.a $(LIBDIR)/libio.a $(LIBDIR)/libcanvas.a
--LIBS = -ltk8.0 -ltcl8.0 -lX11 -ldl -lm
-+LIBS = -ltk83 -ltcl83 -lX11 -lm
-
- include ../Makefile.options
-
diff --git a/math/abacus/patches/patch-ae b/math/abacus/patches/patch-ae
deleted file mode 100644
index e8c3987f212..00000000000
--- a/math/abacus/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2000/09/03 23:08:34 wiz Exp $
-
---- canvas-tcl8.0.3/tkInt.h.orig Tue Sep 29 00:15:51 1998
-+++ canvas-tcl8.0.3/tkInt.h
-@@ -38,7 +38,6 @@
-
- typedef struct TkColormap TkColormap;
- typedef struct TkGrabEvent TkGrabEvent;
--typedef struct Tk_PostscriptInfo Tk_PostscriptInfo;
- typedef struct TkpCursor_ *TkpCursor;
- typedef struct TkRegion_ *TkRegion;
- typedef struct TkStressedCmap TkStressedCmap;
diff --git a/math/abacus/patches/patch-af b/math/abacus/patches/patch-af
deleted file mode 100644
index eaa0fa475bd..00000000000
--- a/math/abacus/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2000/09/03 23:08:34 wiz Exp $
-
---- canvas-tcl8.0.3/tkEvent.c.orig Wed Sep 30 03:05:07 1998
-+++ canvas-tcl8.0.3/tkEvent.c
-@@ -836,7 +836,7 @@
- * Find our display structure for the event's display.
- */
-
-- for (dispPtr = tkDisplayList; ; dispPtr = dispPtr->nextPtr) {
-+ for (dispPtr = TkGetDisplayList(); ; dispPtr = dispPtr->nextPtr) {
- if (dispPtr == NULL) {
- return;
- }