pkgsrc/misc/siag/Makefile

32 lines
839 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2002/05/29 14:45:57 yyamano Exp $
2001-11-30 01:55:17 +01:00
#
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
PKGREVISION= 1
CATEGORIES= misc textproc math
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/
MAINTAINER= packages@netbsd.org
2001-08-23 06:01:57 +02:00
HOMEPAGE= http://siag.nu/
COMMENT= Poor man's office suite with spreadsheet, word processor, etc
2002-03-14 01:49:00 +01:00
DEPENDS+= gv>=3.5.8nb1:../../print/gv
2001-03-22 14:30:58 +01:00
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= guile>=1.3:../../lang/guile
2001-11-30 01:55:17 +01:00
CONFIGURE_ARGS= --with-x --with-guile --includedir=${BUILDLINK_DIR}/include
GNU_CONFIGURE= YES
2001-11-30 01:55:17 +01:00
USE_BUILDLINK_ONLY= YES
USE_GMAKE= YES
CFLAGS+= -Dunix
_STRIPFLAG_INSTALL=
XAW_TYPE?= 3d
2001-11-30 01:55:17 +01:00
.include "../../devel/ncurses/buildlink.mk"
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/xaw.buildlink.mk"
.include "../../mk/bsd.pkg.mk"