diff options
author | reed <reed@pkgsrc.org> | 2008-01-09 19:16:13 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-01-09 19:16:13 +0000 |
commit | 7390960053a727f1b6f2db87db8c278c140e489d (patch) | |
tree | 85d91f08d62799ce7fd0c0f3e07a4f848fa23d5b /misc/siag/Makefile | |
parent | 43aca051115a47989f291bfb12d876ec3125e5c4 (diff) | |
download | pkgsrc-7390960053a727f1b6f2db87db8c278c140e489d.tar.gz |
Update to 3.6.1.
Removed four patches -- three are integrated and antiword is removed.
No longer conflict with antiword.
Add patch (from OpenBSD) in attempt to fix egon.
Improve DESCR.
Add http download to MASTER_SITES.
Don't depend on gv or gnuplot. gnuplot is optional. And I don't
know why it depended on gv. This package provides its own postscript
viewer.
ChangeLog has:
061110 Buildability fixes for Egon.
Unbundled Antiword.
Corrected formatting errors in dictionary.it.
Bundled o3read.
030916 Siag, PW: Ctrl-T adds sheet, Ctrl-W removes sheet.
030820 Got newest source from CVS. xsiag/window.c had to be
reformatted using indent.
030309 Replaced applicationShellWidgetClass with
mwApplicationShellWidgetClass. Instant drag and drop
support, just like that. This means that Mowitz >= 0.3.0
is now required.
Siag, PW, Egon: remove drop.[ch] and use drop functionality
in Mowitz instead. Added cb_drag and cb_drop callbacks.
030304 Replaced XtAppInitialize with XtOpenApplication everywhere.
030303 Changed .cvs to .csv in common/siag.dfmext.
Diffstat (limited to 'misc/siag/Makefile')
-rw-r--r-- | misc/siag/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 9818cb6c74c..ce7036370f1 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,22 +1,17 @@ -# $NetBSD: Makefile,v 1.51 2007/06/12 02:55:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.52 2008/01/09 19:16:15 reed Exp $ # -# Note: I have tried to update this package to 3.6.0, but there were -# some undefined identifiers "DndDrop" and "DndRawData" in the -# xsiag/window.c file. -DISTNAME= siag-3.5.7 -PKGREVISION= 8 -CATEGORIES= misc textproc math -MASTER_SITES= ftp://siag.nu/pub/siag/ +DISTNAME= siag-3.6.1 +CATEGORIES= misc editors math textproc +MASTER_SITES= ftp://siag.nu/pub/siag/ \ + http://siag.nu/pub/siag/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://siag.nu/ +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 - -CONFLICTS+= antiword-[0-9]* +#DEPENDS+= gv>=3.5.8nb1:../../print/gv +#DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-x |