A commercial spreadsheet; "Angelos D. Keromytis" <angelos@dsl.cis.upenn.edu>
This commit is contained in:
parent
c412c5af79
commit
98e109bcb1
22
math/wingz/Makefile
Normal file
22
math/wingz/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
math/wingz/files/md5
Normal file
1
math/wingz/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Wingz-142.tgz) = b3e0a814c66bb9fb7b7f14e2c2b49e8c
|
40
math/wingz/patches/patch-aa
Normal file
40
math/wingz/patches/patch-aa
Normal file
@ -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
|
||||
+
|
||||
+
|
1
math/wingz/pkg/COMMENT
Normal file
1
math/wingz/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
A Commercial Spreadsheet
|
22
math/wingz/pkg/DESCR
Normal file
22
math/wingz/pkg/DESCR
Normal file
@ -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
|
63
math/wingz/pkg/INSTALL
Normal file
63
math/wingz/pkg/INSTALL
Normal file
@ -0,0 +1,63 @@
|
||||
#!/bin/sh
|
||||
if [ "$2" != "POST-INSTALL" ]; then
|
||||
exit 0
|
||||
fi
|
||||
cat <<End_Of_License
|
||||
Wingz 1.4.2 is licensed as shareware defined as follows.
|
||||
|
||||
Definition of Shareware
|
||||
-----------------------
|
||||
|
||||
Shareware distribution gives users a chance to try software
|
||||
before buying it. If you try a Shareware program and continue
|
||||
using it, you are expected to register. Individual programs
|
||||
differ on details -- some request registration while others
|
||||
require it, some specify a maximum trial period. With
|
||||
registration, you get anything from the simple right to continue
|
||||
using the software to an updated program with printed manual.
|
||||
|
||||
Copyright laws apply to both Shareware and commercial software,
|
||||
and the copyright holder retains all rights, with a few specific
|
||||
exceptions as stated below. Shareware authors are accomplished
|
||||
programmers, just like commercial authors, and the programs are
|
||||
of comparable quality. (In both cases, there are good programs
|
||||
and bad ones!) The main difference is in the method of
|
||||
distribution. The author specifically grants the right to copy
|
||||
and distribute the software, either to all and sundry or to a
|
||||
specific group. For example, some authors require written
|
||||
permission before a commercial disk vendor may copy their
|
||||
Shareware.
|
||||
|
||||
Shareware is a distribution method, not a type of software. You
|
||||
should find software that suits your needs and pocketbook,
|
||||
whether it's commercial or Shareware. The Shareware system makes
|
||||
fitting your needs easier, because you can try before you buy.
|
||||
And because the overhead is low, prices are low also. Shareware
|
||||
has the ultimate money-back guarantee -- if you don't use the
|
||||
product, you don't pay for it.
|
||||
|
||||
Disclaimer and Agreement
|
||||
------------------------
|
||||
|
||||
Users of Wingz 1.4.2 must accept this disclaimer of warranty:
|
||||
|
||||
"Wingz 1.4.2 is supplied as is. IISC disclaims all warranties,
|
||||
expressed or implied, including, without limitation, the
|
||||
warranties of merchantability and of fitness for any purpose.
|
||||
IISC assumes no liability for damages, direct or consequential,
|
||||
which may result from the use of Wingz 1.4.2"
|
||||
|
||||
Wingz 1.4.2 is a "shareware program" and is provided at no charge
|
||||
to the user for evaluation. Feel free to share it with your
|
||||
friends, but do not give it away altered or as part of another
|
||||
system. If you find this program useful and find that you are
|
||||
using Wingz 1.4.2 and continue to use Wingz 1.4.2 after a
|
||||
45 day trial period, you must make a registration payment to IISC.
|
||||
|
||||
Commercial users of Wingz 1.4.2 must register and pay for their
|
||||
copies within 30 days of first use or their license is withdrawn.
|
||||
Site-License arrangements may be made by contacting IISC.
|
||||
Anyone distributing Wingz 1.4.2 for any kind of remuneration must
|
||||
first contact IISC for authorization (see the REGISTER file for the
|
||||
address).
|
||||
End_Of_License
|
110
math/wingz/pkg/PLIST
Normal file
110
math/wingz/pkg/PLIST
Normal file
@ -0,0 +1,110 @@
|
||||
@cwd /usr/X11R6
|
||||
bin/Wingz
|
||||
lib/X11/Wingz/bin/brander
|
||||
lib/X11/Wingz/bin/Wingz
|
||||
lib/X11/Wingz/bin/Wingz.dynamic
|
||||
lib/X11/Wingz/bin/Wingz.sh
|
||||
lib/X11/Wingz/bin/Wingz.sh.orig
|
||||
lib/X11/Wingz/lib/libwztools.a
|
||||
lib/X11/Wingz/Utilities/DateConv/DATE.README
|
||||
lib/X11/Wingz/Utilities/DateConv/DateConv.scz
|
||||
lib/X11/Wingz/Utilities/External/FUNC.README
|
||||
lib/X11/Wingz/Utilities/External/UserFunc.c
|
||||
lib/X11/Wingz/Utilities/External/FILEIO.README
|
||||
lib/X11/Wingz/Utilities/External/FileIO.c
|
||||
lib/X11/Wingz/Utilities/International/CONF.README
|
||||
lib/X11/Wingz/Utilities/International/Configure.scz
|
||||
lib/X11/Wingz/Utilities/International/Startup.txt
|
||||
lib/X11/Wingz/Utilities/Resolution/RESL.README
|
||||
lib/X11/Wingz/Utilities/Resolution/Resltn.c
|
||||
lib/X11/Wingz/Utilities/Resolution/Resolution.scz
|
||||
lib/X11/Wingz/Examples/CopyDemo.wkz
|
||||
lib/X11/Wingz/Examples/ErrMsg.txt
|
||||
lib/X11/Wingz/Examples/ExtDemo.scz
|
||||
lib/X11/Wingz/Examples/ExtDemo.wkz
|
||||
lib/X11/Wingz/Examples/ExtEvent.scz
|
||||
lib/X11/Wingz/Examples/README.ext
|
||||
lib/X11/Wingz/Examples/RtFormat.scz
|
||||
lib/X11/Wingz/Examples/Sample.Sheet.scz
|
||||
lib/X11/Wingz/Examples/Sample.Startup.scz
|
||||
lib/X11/Wingz/Examples/Sheet1.wkz
|
||||
lib/X11/Wingz/Examples/Startup.scz
|
||||
lib/X11/Wingz/Examples/magic-add
|
||||
lib/X11/Wingz/Examples/CellSize.scz
|
||||
lib/X11/Wingz/Examples/Delete.scz
|
||||
lib/X11/Wingz/Examples/Insert.scz
|
||||
lib/X11/Wingz/Examples/TextVal.scz
|
||||
lib/X11/Wingz/include/WZTools.h
|
||||
lib/X11/Wingz/README
|
||||
lib/X11/Wingz/REGISTER
|
||||
lib/X11/Wingz/INSTALL
|
||||
lib/X11/Wingz/SHAREWARE
|
||||
lib/X11/Wingz/WngzHelp
|
||||
lib/X11/Wingz/.wingz
|
||||
@exec chmod 666 %D/%F
|
||||
lib/X11/Wingz/DG
|
||||
lib/X11/Wingz/WZScript
|
||||
lib/X11/Wingz/printer.info
|
||||
lib/X11/Wingz/Startup.scz
|
||||
lib/X11/Wingz/Wingz.Xdefs
|
||||
lib/X11/Wingz/SetEnv.csh
|
||||
lib/X11/Wingz/SetEnv.ksh
|
||||
lib/X11/Wingz/Miscellaneous/DG.scp
|
||||
lib/X11/Wingz/Miscellaneous/WZScript.scp
|
||||
lib/X11/Wingz/.wingz_msgs
|
||||
lib/X11/Wingz/.wingz_cmds
|
||||
lib/X11/Wingz/TestFlight/TFFiles/1040A.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/2dGraphs.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/3dGraphs.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Art1.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Art2.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Art3.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Art4.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Art5.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Blank.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Britain.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Business.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Charts.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Contour.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/East.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Europe.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/FinHilts.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/France.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Fun.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Germany.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/HiLo.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/LoanCalc.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Midwest.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Phoenix.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Play.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Polar.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Presents.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Sales.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Scatter.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Shapes.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Surface.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/TF.scz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/TechGrph.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/USA.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/UsingTF.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/West.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/Wirefrme.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/WrldWide.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/XOX.wkz
|
||||
lib/X11/Wingz/TestFlight/TFFiles/XY.wkz
|
||||
lib/X11/Wingz/TestFlight/TestFlgt.wkz
|
||||
lib/X11/Wingz/MANIFEST
|
||||
lib/X11/app-defaults/Wingz
|
||||
@dirrm lib/X11/Wingz/bin
|
||||
@dirrm lib/X11/Wingz/lib
|
||||
@dirrm lib/X11/Wingz/Utilities/DateConv
|
||||
@dirrm lib/X11/Wingz/Utilities/External
|
||||
@dirrm lib/X11/Wingz/Utilities/International
|
||||
@dirrm lib/X11/Wingz/Utilities/Resolution
|
||||
@dirrm lib/X11/Wingz/Utilities
|
||||
@dirrm lib/X11/Wingz/Examples
|
||||
@dirrm lib/X11/Wingz/include
|
||||
@dirrm lib/X11/Wingz/Miscellaneous
|
||||
@dirrm lib/X11/Wingz/TestFlight/TFFiles
|
||||
@dirrm lib/X11/Wingz/TestFlight
|
||||
@dirrm lib/X11/Wingz
|
Loading…
x
Reference in New Issue
Block a user