summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-26 03:43:37 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-26 03:43:37 +0000
commit2d880fc89ccc9ad151f5e14152fbdbd0ddbee0bb (patch)
tree80fd3db001f09a1934b3e3871982b471c3f0a20a /math
parentActivate the newsfish port. (diff)
Initial import of abs version 0.5.
A free spreadsheet with a graphical user interface. PR: 9616 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Notes
Notes: svn path=/head/; revision=16350
Diffstat (limited to 'math')
-rw-r--r--math/abs/Makefile21
-rw-r--r--math/abs/distinfo1
-rw-r--r--math/abs/files/patch-aa19
-rw-r--r--math/abs/files/patch-ab11
-rw-r--r--math/abs/files/patch-ac14
-rw-r--r--math/abs/pkg-comment1
-rw-r--r--math/abs/pkg-descr8
-rw-r--r--math/abs/pkg-plist1
8 files changed, 76 insertions, 0 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
new file mode 100644
index 000000000000..4f6e7249f05a
--- /dev/null
+++ b/math/abs/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: abs
+# Version required: 0.5
+# Date created: 20 January 1999
+# Whom: gmarco
+#
+# $Id$
+#
+
+DISTNAME= abs-src-0.5
+PKGNAME= abs-0.5
+CATEGORIES= math
+MASTER_SITES= http://www.ping.be/bertin/
+
+MAINTAINER= freebsd@scotty.masternet.it
+
+USE_XLIB= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/math/abs/distinfo b/math/abs/distinfo
new file mode 100644
index 000000000000..dea66d8ecac2
--- /dev/null
+++ b/math/abs/distinfo
@@ -0,0 +1 @@
+MD5 (abs-src-0.5.tar.gz) = ee3f6312009d76bac8fdb73c978511e8
diff --git a/math/abs/files/patch-aa b/math/abs/files/patch-aa
new file mode 100644
index 000000000000..b36b27ad7800
--- /dev/null
+++ b/math/abs/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Mon Jan 25 00:36:03 1999
++++ Makefile Mon Jan 25 00:37:42 1999
+@@ -4,6 +4,7 @@
+
+ MAKE = make
+
++CFLAGS+=-I$(X11BASE)/include
+ LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
+
+ SRCS = \
+@@ -105,7 +106,7 @@
+ $(MAKE) all); \
+ fi \
+ done
+- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)
++ $(CC) $(CFLAGS) -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)
+
+ clean::
+ rm -f *.o */*.o */*.a
diff --git a/math/abs/files/patch-ab b/math/abs/files/patch-ab
new file mode 100644
index 000000000000..e90d9b44f968
--- /dev/null
+++ b/math/abs/files/patch-ab
@@ -0,0 +1,11 @@
+--- Xpm/Makefile.orig Mon Jan 25 00:38:13 1999
++++ Xpm/Makefile Mon Jan 25 00:38:43 1999
+@@ -16,7 +16,7 @@
+ #################################
+ ### C Compiler
+ CC = cc
+-CFLAGS = -O
++CFLAGS += -O -I$(X11BASE)/include
+
+ ### C++ Compiler
+ CCC = xlC
diff --git a/math/abs/files/patch-ac b/math/abs/files/patch-ac
new file mode 100644
index 000000000000..ca7393bb33a8
--- /dev/null
+++ b/math/abs/files/patch-ac
@@ -0,0 +1,14 @@
+--- TextField-1.0/Makefile.orig Mon Jan 25 00:39:18 1999
++++ TextField-1.0/Makefile Mon Jan 25 00:40:01 1999
+@@ -1,9 +1,9 @@
+ # Makefile for widget demo programs
+
+ ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm
+-CFLAGS = $(DEFINES) $(CDEBUGFLAGS)
++CFLAGS += $(DEFINES) $(CDEBUGFLAGS)
+ CDEBUGFLAGS =
+-DEFINES =
++DEFINES = -I$(X11BASE)/include
+ RM = rm -f
+
+ WIDGET = TextField
diff --git a/math/abs/pkg-comment b/math/abs/pkg-comment
new file mode 100644
index 000000000000..11a93c0f28b8
--- /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 000000000000..68ee155fd70e
--- /dev/null
+++ b/math/abs/pkg-descr
@@ -0,0 +1,8 @@
+Abs is a free spreadsheet with graphical user interface.
+It has a programming language with the same
+syntax as Microsoft Visual Basic.
+
+http://www.ping.be/bertin/abs.shtml
+
+- Gianmarco
+gmarco@giovannelli.it
diff --git a/math/abs/pkg-plist b/math/abs/pkg-plist
new file mode 100644
index 000000000000..358b463bee5b
--- /dev/null
+++ b/math/abs/pkg-plist
@@ -0,0 +1 @@
+bin/abs