From 98e109bcb15a15e948611eef586eebeaecff8568 Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 18 Sep 1998 22:47:06 +0000 Subject: [PATCH] A commercial spreadsheet; "Angelos D. Keromytis" --- math/wingz/Makefile | 22 ++++++++ math/wingz/files/md5 | 1 + math/wingz/patches/patch-aa | 40 +++++++++++++ math/wingz/pkg/COMMENT | 1 + math/wingz/pkg/DESCR | 22 ++++++++ math/wingz/pkg/INSTALL | 63 +++++++++++++++++++++ math/wingz/pkg/PLIST | 110 ++++++++++++++++++++++++++++++++++++ 7 files changed, 259 insertions(+) create mode 100644 math/wingz/Makefile create mode 100644 math/wingz/files/md5 create mode 100644 math/wingz/patches/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 diff --git a/math/wingz/Makefile b/math/wingz/Makefile new file mode 100644 index 00000000000..c6fb2f5bba0 --- /dev/null +++ b/math/wingz/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 1998/09/18 22:47:06 marc Exp $ +# + +ONLY_FOR_ARCHS= i386 +DISTNAME= Wingz-142 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/financial/spreadsheet +EXTRACT_SUFX= .tgz + +MANINAINER= angelos@openbsd.org + +RUN_DEPENDS= /emul/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib + +NO_WRKSUBDIR= yes + +USE_X11= yes + +post-install: + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + +.include diff --git a/math/wingz/files/md5 b/math/wingz/files/md5 new file mode 100644 index 00000000000..06ca09fa15b --- /dev/null +++ b/math/wingz/files/md5 @@ -0,0 +1 @@ +MD5 (Wingz-142.tgz) = b3e0a814c66bb9fb7b7f14e2c2b49e8c diff --git a/math/wingz/patches/patch-aa b/math/wingz/patches/patch-aa new file mode 100644 index 00000000000..a42d8683f6d --- /dev/null +++ b/math/wingz/patches/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 ++ PREFIX = /usr/X11R6 ++ 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 00000000000..972aaf3c6b6 --- /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 00000000000..1a6ce536917 --- /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 00000000000..7528641e423 --- /dev/null +++ b/math/wingz/pkg/INSTALL @@ -0,0 +1,63 @@ +#!/bin/sh +if [ "$2" != "POST-INSTALL" ]; then + exit 0 +fi +cat <