pkgsrc/misc/siag/Makefile
uebayasi ec5c1d9c0d Update from 3.1.22 to 3.5.4. In four years change!
Summary of changes from NEWS file.  Note that this is the changes from
the last major version.  One of most notable things is that PDF output
support is added to some sub programs.

PW
==

 + Left-, right- and center aligned adjustable tabs.
 + Left-, right- and center aligned plugins.
 + "Full" adjustment with straight left and right edges.
 + Print raised, lowered and underlined text properly.
 + Strikethrough.
 + Faster HTML (and hence Word) loader.
 + Display LaTeX and DVI files in the Clipart plugin.
 + Fetch stock quotes from Yahoo over the Internet.
 - Load and save as PDF
 - Colour printing.
 - Zoom.
 - Redisplay more efficiently.

Siag
====

 + $A$1 style references, which are not updated when cells are moved.
 + Examples for all functions.
 + Hundreds of functions, many Excel compatible, all documented in
   the function reference.
 + Arbitrary precision integer functions.
 + Arbitrary precision floating-point functions.
 + Rudimentary loading of ABS files.
 + New operators ** (power) and \ (quotient).
 + Complex numbers; example in complex.siag.
 + Matrix functions; example in matrix.siag.
 + New or updated documentation, automatically generated from the source.
 + "C" interpreter translates expressions to Scheme rather than evaluating
   the expression itself.
 + Convert currencies, using information from Yahoo over the Internet.
 - Save as PDF.
 - Colour printing.
 - Zoom.
 - Redisplay more efficiently.

Egon
====

 - Save as PDF.
 - Load and save plaintext.
 - Load and save HTML.
 - Load Powerpoint.
 - Load MagicPoint (rudimentary).
 - Keyboard control.
 - Updated documentation.
 - Postscript output and printing.
 - Background gradients.
 - Multiple buffers and sheets (pages).
 - Full-screen mode.

All
===

 + Support for the XDND drag and drop protocol.
 - New or updated translations: Brazilian, Czech, Danish, German,
   Russian, Spanish, Swedish
 - Image plugin redisplays more efficiently.

And lots of small changes that are either invisible or too insignificant
to mention here.
2003-01-17 02:09:36 +00:00

43 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.30 2003/01/17 02:09:36 uebayasi Exp $
#
DISTNAME= siag-3.5.4
CATEGORIES= misc textproc math
MASTER_SITES= ftp://siag.nu/pub/siag/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://siag.nu/
COMMENT= Poor man's office suite with spreadsheet, word processor, etc
DEPENDS+= gv>=3.5.8nb1:../../print/gv
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
CONFIGURE_ARGS+=--with-x
CONFIGURE_ARGS+=--with-guile
CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
#CFLAGS+= -Dunix
#_STRIPFLAG_INSTALL=
.include "../../mk/bsd.prefs.mk"
.if ${XAW_TYPE} == "xpm"
CONFIGURE_ARGS+=--with-xawm=XawXpm
.elif ${XAW_TYPE} == "3d"
CONFIGURE_ARGS+=--with-xawm=Xaw3d
.elif ${XAW_TYPE} == "neXtaw"
CONFIGURE_ARGS+=--with-xawm=neXtaw
.else
CONFIGURE_ARGS+=--with-xawm=Xaw
.endif
.include "../../devel/ncurses/buildlink2.mk"
.include "../../lang/guile14/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/xaw.buildlink2.mk"
.include "../../x11/mowitz/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"