From 18de1e0d769c3b6d8d6f291d7bc7c78198e0b878 Mon Sep 17 00:00:00 2001 From: "Eric L. Hernes" Date: Wed, 4 Dec 1996 20:05:12 +0000 Subject: port of linux' wingz --- math/wingz/Makefile | 26 +++++++++++ math/wingz/distinfo | 1 + math/wingz/files/patch-aa | 40 +++++++++++++++++ math/wingz/pkg-comment | 1 + math/wingz/pkg-descr | 22 ++++++++++ math/wingz/pkg-install | 59 +++++++++++++++++++++++++ math/wingz/pkg-plist | 110 ++++++++++++++++++++++++++++++++++++++++++++++ math/wingz3/Makefile | 26 +++++++++++ math/wingz3/distinfo | 1 + math/wingz3/pkg-comment | 1 + math/wingz3/pkg-descr | 22 ++++++++++ math/wingz3/pkg-install | 59 +++++++++++++++++++++++++ math/wingz3/pkg-plist | 110 ++++++++++++++++++++++++++++++++++++++++++++++ 13 files changed, 478 insertions(+) create mode 100644 math/wingz/Makefile create mode 100644 math/wingz/distinfo create mode 100644 math/wingz/files/patch-aa create mode 100644 math/wingz/pkg-comment create mode 100644 math/wingz/pkg-descr create mode 100644 math/wingz/pkg-install create mode 100644 math/wingz/pkg-plist create mode 100644 math/wingz3/Makefile create mode 100644 math/wingz3/distinfo create mode 100644 math/wingz3/pkg-comment create mode 100644 math/wingz3/pkg-descr create mode 100644 math/wingz3/pkg-install create mode 100644 math/wingz3/pkg-plist (limited to 'math') diff --git a/math/wingz/Makefile b/math/wingz/Makefile new file mode 100644 index 000000000000..62d74c677477 --- /dev/null +++ b/math/wingz/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: wingz +# Version required: 142 +# Date created: Wed Nov 27 09:15:10 CST 1996 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= Wingz-142 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/financial +EXTRACT_SUFX= .tgz + +MANINAINER= erich@FreeBSD.org + +RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib + +NO_WRKSUBDIR= yes + +USE_X11= yes + +post-install: + @sh pkg/INSTALL + +.include diff --git a/math/wingz/distinfo b/math/wingz/distinfo new file mode 100644 index 000000000000..06ca09fa15be --- /dev/null +++ b/math/wingz/distinfo @@ -0,0 +1 @@ +MD5 (Wingz-142.tgz) = b3e0a814c66bb9fb7b7f14e2c2b49e8c diff --git a/math/wingz/files/patch-aa b/math/wingz/files/patch-aa new file mode 100644 index 000000000000..a99578336c64 --- /dev/null +++ b/math/wingz/files/patch-aa @@ -0,0 +1,40 @@ +*** Wingz/bin/Wingz.sh~ Fri Sep 29 12:16:44 1995 +--- Wingz/bin/Wingz.sh Mon Oct 23 14:54:04 1995 +*************** +*** 5,11 **** + # Copyright 1988, 1989, 1990 + # + +! INSTDIR=xxxx + + if [ ! -n "$WINGZ" ] + then +--- 5,11 ---- + # Copyright 1988, 1989, 1990 + # + +! INSTDIR=@WINGZ_DIR@ + + if [ ! -n "$WINGZ" ] + then + + + +*** Makefile~ Mon Oct 23 15:01:00 1995 +--- Makefile Mon Oct 23 15:00:44 1995 +*************** +*** 0 **** +--- 1,13 ---- ++ # Makefile to patch/install Wingz ++ ++ all: ++ sed 's:@WINGZ_DIR@:${PREFIX}/lib/X11/:' Wingz/bin/Wingz.sh >Wingz.sh ++ chmod +x Wingz.sh ++ ++ install: ++ pax -w Wingz |(cd ${PREFIX}/lib/X11; pax -r) ++ cp Wingz.sh ${PREFIX}/bin/Wingz ++ cp Wingz/Wingz.Xdefs ${PREFIX}/lib/X11/app-defaults/Wingz ++ install -m 666 /dev/null ${PREFIX}/lib/X11/Wingz/.wingz ++ ++ diff --git a/math/wingz/pkg-comment b/math/wingz/pkg-comment new file mode 100644 index 000000000000..972aaf3c6b62 --- /dev/null +++ b/math/wingz/pkg-comment @@ -0,0 +1 @@ +A Commercial Spreadsheet \ No newline at end of file diff --git a/math/wingz/pkg-descr b/math/wingz/pkg-descr new file mode 100644 index 000000000000..1a6ce5369171 --- /dev/null +++ b/math/wingz/pkg-descr @@ -0,0 +1,22 @@ +From the README: + About Wingz + ----------- + + Wingz is an easy-to-use, graphical spreadsheet for business and technical + professionals, that allows users to create sophisticated presentations + and reports, as well as user interfaces and end-user applications. + + The product is available today on UNIX(R) operating systems under + OSF/Motif(TM) and OPEN LOOK(R) graphical interfaces, in addition to + Microsoft Windows(TM), Apple(R) Macintosh(R), OS/2(R) Presentation + Manager(TM), and NeXTstep(R). + + Wingz was originally developed by Informix(R) but effective from + January 30th, 1995 Informix granted exclusive distribution rights to IISC. + +This port uses the linux-compat system, but hopefully that'll be +invisible to the end user. + +eric. +-- +erich@FreeBSD.org diff --git a/math/wingz/pkg-install b/math/wingz/pkg-install new file mode 100644 index 000000000000..43d01c1cc5e0 --- /dev/null +++ b/math/wingz/pkg-install @@ -0,0 +1,59 @@ +cat < diff --git a/math/wingz3/distinfo b/math/wingz3/distinfo new file mode 100644 index 000000000000..06ca09fa15be --- /dev/null +++ b/math/wingz3/distinfo @@ -0,0 +1 @@ +MD5 (Wingz-142.tgz) = b3e0a814c66bb9fb7b7f14e2c2b49e8c diff --git a/math/wingz3/pkg-comment b/math/wingz3/pkg-comment new file mode 100644 index 000000000000..972aaf3c6b62 --- /dev/null +++ b/math/wingz3/pkg-comment @@ -0,0 +1 @@ +A Commercial Spreadsheet \ No newline at end of file diff --git a/math/wingz3/pkg-descr b/math/wingz3/pkg-descr new file mode 100644 index 000000000000..1a6ce5369171 --- /dev/null +++ b/math/wingz3/pkg-descr @@ -0,0 +1,22 @@ +From the README: + About Wingz + ----------- + + Wingz is an easy-to-use, graphical spreadsheet for business and technical + professionals, that allows users to create sophisticated presentations + and reports, as well as user interfaces and end-user applications. + + The product is available today on UNIX(R) operating systems under + OSF/Motif(TM) and OPEN LOOK(R) graphical interfaces, in addition to + Microsoft Windows(TM), Apple(R) Macintosh(R), OS/2(R) Presentation + Manager(TM), and NeXTstep(R). + + Wingz was originally developed by Informix(R) but effective from + January 30th, 1995 Informix granted exclusive distribution rights to IISC. + +This port uses the linux-compat system, but hopefully that'll be +invisible to the end user. + +eric. +-- +erich@FreeBSD.org diff --git a/math/wingz3/pkg-install b/math/wingz3/pkg-install new file mode 100644 index 000000000000..43d01c1cc5e0 --- /dev/null +++ b/math/wingz3/pkg-install @@ -0,0 +1,59 @@ +cat <