summaryrefslogtreecommitdiff
path: root/misc/siag
AgeCommit message (Collapse)AuthorFilesLines
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-34/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-1/+2
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-01-09Update to 3.6.1.reed9-106/+39
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.
2007-08-08Really don't use malloc.h.joerg2-1/+14
2007-08-08Don't use malloc.h.joerg3-1/+28
2007-06-12Point at lang/guile16 instead of lang/guile in preparation for updatingdmcmahill1-3/+3
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with guile 1.8.1, but maybe can be easily fixed.
2007-05-16Use guile 1.6 instead of 1.4.gdt4-4/+31
Add two patches for modern compilers/usage (unrelated to guile, probably). PKGREVISION++.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-02-04BUILD_DEFS+=XAW_TYPE. Bumped PKGREVISION. Tried to update to 3.6.0, butrillig1-9/+14
failed.
2006-01-20Fix errno.joerg4-1/+43
2005-12-28Move include of sys/types.h earlier. Fixes build as noticed on DragonFly.reed2-1/+21
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-03Convert to buildlink3.wiz3-8/+46
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-05Update to 3.5.7. Note conflict with antiword, which is included.wiz4-252/+258
Sort PLIST. XXX: should we switch to neXtaw by default? See 030226 entry below. Changes: 3.5.7: 030228 PW, Siag: Got rid of selection size limit. Removed siag/selection.c. 030226 Xedplus: PRIMARY and CLIPBOARD fixed here as well, however neXtaw is required as no other Xaw cousins recognize CLIPBOARD at all! Xedplus: xedCallMenu unbroken. Cut, Copy, Paste work from menu, toolbar and using keybindings ^X, ^C, ^V. 030225 Siag, PW: PRIMARY and CLIPBOARD selections work according to the current interpretation of the ICCCM. PW: Moved xpw/selection.c into window.c. 030224 Added local copy of libstocks, updated for stocks outside the US. Removed --with-stocks configuration option. Siag: removed xsiag/selection.c and moved the code into window.c 3.5.6: 030221 Added Dutch translation by Bram Schoenmakers <bram@schnmkrs.myweb.nl> Released 3.5.6. 030128 PW: replaced Emacsy keybindings with modern ones. Siag: Added lots of translations in Siag.ad to override Emacsy bindings in keytable.scm. 3.5.5: 030127 Added the function get_utf8_char in common/o3read.c to get rid of utf8tolatin1 dependency. Made sxc reader grok repeated columns. Released 3.5.5. 030122 PW: Native OpenOffice.org reader in fileio_sxw.c. Siag: Native OpenOffice.org reader in fileio_sxc.c. 030118 Added o3read.[ch] from o3read.
2003-01-17Clean up.uebayasi1-6/+3
2003-01-17Update from 3.1.22 to 3.5.4. In four years change!uebayasi22-344/+236
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-16This source assumes Xaw3d.uebayasi1-2/+5
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2002-09-03Replace incomplete buildlinkization (-I${LOCALBASE}/include in the patches!)wiz6-61/+10
with complete buildlink2ization. Fixes pkg/18160.
2002-05-29eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-03-14Wildcard gv dependency.wiz1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-30Buildlinkify.wiz1-8/+8
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-3/+1
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23New location for homepage.jlam1-2/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-26/+24
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-22gnuplot>=3.7wiz1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-07USE_CURSES instead of hardcoded dependency on ncurses.wiz1-6/+4
Improve wildcard for guile dependency.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+6
2000-02-02install all the documentation in one place. PLIST was "correct" all along...wiz12-3/+143