pkgsrc/misc/siag/Makefile

33 lines
813 B
Makefile
Raw Normal View History

2001-03-22 14:30:58 +01:00
# $NetBSD: Makefile,v 1.20 2001/03/22 13:31:23 wiz Exp $
Update to 3.1.20. Changes -- other than bugfixes -- include: Ported to new Tooltip and Handle widgets. Resized all 16x16 pixmaps to 24x24. Made Guile and Tcl opt-in as well, to be consistent with Python and ndbm. Use load_pixmap in xcommon for the icons. Updated file format documentation in fileformats.html. Made A1 references the default. Double click in colnum calls (fit-block-width). Double click in rownum calls (fit-block-height). Autofill by clicking and dragging in grid. A few fixes in the Danish, French and Croatian message keys Added more strings to Swedish message file. Resize cell size using mouse inside the grid. Change format of unallocated cells. Redesigned list selector box. Fixed enter-date and enter-time. They are still not as flexible as I would like them to be, but at least they work now. Added commands edit-applications and save-applications to the Tools menu, so they can be used to customize the environment. Interface to Gnuplot rewritten. Use form to get more flexibility. Updated documentation somewhat. Changed the paper selection, margin, header, footer et al code to the code used by PW. No more properties for this purpose. Fixed the backup-on-save code so it actually works. Changed default header to &n and footer to &p. Orientation and protection moved from the File menu to the paper selection dialog. Incorporated Victor Wagner's xls2csv utility. XLS format added in module fileio_txt.c. Incorporated the Xed text editor by Randolf Werner (evol@infko.uni-koblenz.de). See xed subdirectory for details. Redesigned file selector. Modified plotting plugin so it doesn't barf on cells containing labels or strings (bug in plot.scm).
1999-07-13 19:52:41 +02:00
DISTNAME= siag-3.1.20
CATEGORIES= misc textproc math
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.edu.stockholm.se/siag/
COMMENT= Poor man's office suite with spreadsheet, word processor, etc
DEPENDS+= gv-3.5.8:../../print/gv
2001-03-22 14:30:58 +01:00
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= guile>=1.3:../../lang/guile
Update to 3.1.20. Changes -- other than bugfixes -- include: Ported to new Tooltip and Handle widgets. Resized all 16x16 pixmaps to 24x24. Made Guile and Tcl opt-in as well, to be consistent with Python and ndbm. Use load_pixmap in xcommon for the icons. Updated file format documentation in fileformats.html. Made A1 references the default. Double click in colnum calls (fit-block-width). Double click in rownum calls (fit-block-height). Autofill by clicking and dragging in grid. A few fixes in the Danish, French and Croatian message keys Added more strings to Swedish message file. Resize cell size using mouse inside the grid. Change format of unallocated cells. Redesigned list selector box. Fixed enter-date and enter-time. They are still not as flexible as I would like them to be, but at least they work now. Added commands edit-applications and save-applications to the Tools menu, so they can be used to customize the environment. Interface to Gnuplot rewritten. Use form to get more flexibility. Updated documentation somewhat. Changed the paper selection, margin, header, footer et al code to the code used by PW. No more properties for this purpose. Fixed the backup-on-save code so it actually works. Changed default header to &n and footer to &p. Orientation and protection moved from the File menu to the paper selection dialog. Incorporated Victor Wagner's xls2csv utility. XLS format added in module fileio_txt.c. Incorporated the Xed text editor by Randolf Werner (evol@infko.uni-koblenz.de). See xed subdirectory for details. Redesigned file selector. Modified plotting plugin so it doesn't barf on cells containing labels or strings (bug in plot.scm).
1999-07-13 19:52:41 +02:00
CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include
GNU_CONFIGURE= YES
USE_CURSES= YES
REPLACE_NCURSES= ${WRKSRC}/tsiag/window.c ${WRKSRC}/configure
USE_GMAKE= YES
USE_X11= YES
USE_XAW= YES
USE_XPM= YES
CFLAGS+= -Dunix
LDFLAGS+= -Wl,-R${X11BASE}/lib
STRIPFLAG=
.include "../../mk/bsd.prefs.mk"
XAW_TYPE?= 3d
.include "../../mk/bsd.pkg.mk"