summaryrefslogtreecommitdiff
path: root/misc/siag
AgeCommit message (Collapse)AuthorFilesLines
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
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-10RCS tags addedwiz1-0/+1
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-11this wants xpmhubertf1-1/+2
1999-10-27Regenerate.agc1-2/+2
1999-10-27Patch the correct Makefile.in file, by using the path to it.agc1-3/+3
1999-10-21Regenerate after patches to put the docs in the right directory.agc1-2/+7
1999-10-21Remove the previous post-install hack which moved documentation around.agc7-8/+101
Add patches to put the documentation in the correct directory, according to hier(7). Fixes the concerns raised in pkg PR 8620 by Simon Burge.
1999-10-21Only have a pre-requisite of ncurses on NetBSD.agc1-2/+5
1999-10-13Don't kill the entire install if the rmdir ${PREFIX}/doc fails duringsimonb1-2/+2
post-install - some other package (eg libslang-1.3.8) may have stuff in that directory already.
1999-08-29Update dependency on guile to 1.3.2.jlam1-2/+2
1999-08-25Introduce a USE_XAW definition, which is used in package Makefiles, toagc1-2/+6
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.