summaryrefslogtreecommitdiff
path: root/math/abs
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-12-05 12:33:18 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-12-05 12:33:18 +0000
commit523a4506b01152b8eb89d86cdd1ad86e0b68fd78 (patch)
treecf31fd38c3f1a9b87b24bb894e8db77e4b01603b /math/abs
parent60577c54acda456fae2ec38a6bbbb707a0063bc1 (diff)
downloadpkgsrc-523a4506b01152b8eb89d86cdd1ad86e0b68fd78.tar.gz
Initial import of abs-0.4, a free spreadsheet with graphical user interface.
Provided in pr 6531 by Rene Hexel.
Diffstat (limited to 'math/abs')
-rw-r--r--math/abs/Makefile19
-rw-r--r--math/abs/files/md53
-rw-r--r--math/abs/patches/patch-aa27
-rw-r--r--math/abs/patches/patch-ab13
-rw-r--r--math/abs/pkg/COMMENT1
-rw-r--r--math/abs/pkg/DESCR22
-rw-r--r--math/abs/pkg/PLIST2
7 files changed, 87 insertions, 0 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
new file mode 100644
index 00000000000..18cf7f5bd03
--- /dev/null
+++ b/math/abs/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+#
+
+DISTNAME= abs-src-0.4
+PKGNAME= abs-0.4
+CATEGORIES= math x11
+MASTER_SITES= http://www.ping.be/bertin/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ping.be/bertin/abs.shtml
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+USE_X11= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/abs/files/md5 b/math/abs/files/md5
new file mode 100644
index 00000000000..bd683a002e9
--- /dev/null
+++ b/math/abs/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+
+MD5 (abs-src-0.4.tar.gz) = bc53b0f5590e39583ccb4ac6fb139c0e
diff --git a/math/abs/patches/patch-aa b/math/abs/patches/patch-aa
new file mode 100644
index 00000000000..a8baa98775f
--- /dev/null
+++ b/math/abs/patches/patch-aa
@@ -0,0 +1,27 @@
+$NetBSD: patch-aa,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+
+--- Makefile.orig Thu Dec 3 22:46:08 1998
++++ Makefile Sat Dec 5 11:01:36 1998
+@@ -1,10 +1,11 @@
+ CURRENT_DIR = .
+
+-SUBDIRS = Xpm TextField-1.0
++SUBDIRS = TextField-1.0
+
+ MAKE = make
+
+-LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
++CFLAGS+= -I ${X11BASE}/include -I ${LOCALBASE}/include
++LIBS = -L ${LOCALBASE}/lib -L ${X11BASE}/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm
+
+ #DEFINE = -O
+
+@@ -107,7 +108,7 @@
+ $(MAKE) all); \
+ fi \
+ done
+- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS) $(DEFINE)
++ cc -o abs ./TextField-1.0/*.o $(OBJS) $(LIBS) $(DEFINE)
+
+ clean::
+ rm -f *.o */*.o */*.a
diff --git a/math/abs/patches/patch-ab b/math/abs/patches/patch-ab
new file mode 100644
index 00000000000..a311087743a
--- /dev/null
+++ b/math/abs/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+
+--- TextField-1.0/Makefile.orig Thu Dec 3 22:46:08 1998
++++ TextField-1.0/Makefile Sat Dec 5 11:03:14 1998
+@@ -1,7 +1,7 @@
+ # Makefile for widget demo programs
+
+ ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm
+-CFLAGS = $(DEFINES) $(CDEBUGFLAGS)
++CFLAGS = ${DEFINES} ${CDEBUGFLAGS} -I ${X11BASE}/include -I ${LOCALBASE}/include
+ CDEBUGFLAGS =
+ DEFINES =
+ RM = rm -f
diff --git a/math/abs/pkg/COMMENT b/math/abs/pkg/COMMENT
new file mode 100644
index 00000000000..6fa525b9061
--- /dev/null
+++ b/math/abs/pkg/COMMENT
@@ -0,0 +1 @@
+a free spreadsheet with graphical user interface.
diff --git a/math/abs/pkg/DESCR b/math/abs/pkg/DESCR
new file mode 100644
index 00000000000..23e10f5abb5
--- /dev/null
+++ b/math/abs/pkg/DESCR
@@ -0,0 +1,22 @@
+ Abs is a free spreadsheet with graphical user interface running
+under NetBSD, Linux, and Aix. Basic functions are:
+
+ * a clear and easy to use graphical user interface
+
+ * macro language a la Visual Basic
+ Programming language with the same syntax as Microsoft Visual Basic.
+
+ * XY, pie and bar charts
+
+ * Printing of selected areas to files
+ The file format used is Fig.
+ This file format can be send to printer throught the fig2dev
+ and gs programs or edited and printed with the Xfig drawing tool.
+
+ * multi-documents management
+ 20 documents open simultaneously.
+ Copy, Cut and Paste between documents
+
+ * Excel exportable file format through VBA macro file.
+ The file format used to save abs worksheets is directly importable
+ to Excel with the Excel macro editor.
diff --git a/math/abs/pkg/PLIST b/math/abs/pkg/PLIST
new file mode 100644
index 00000000000..58264bcbc19
--- /dev/null
+++ b/math/abs/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+bin/abs