Commit graph

42 commits

Author SHA1 Message Date
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
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-15 14:50:05 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
wiz
f66acac209 Convert to buildlink3. 2004-05-03 15:58:55 +00:00
grant
57891cda0a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:11:09 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
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-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
uebayasi
8997a30889 Bump revisions following the guile14's threaded fix. 2003-06-05 05:01:54 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
8a110e335a Update to 3.5.7. Note conflict with antiword, which is included.
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-03-05 14:30:59 +00:00
uebayasi
6cd0880534 Clean up. 2003-01-17 02:58:59 +00:00
uebayasi
ec5c1d9c0d Update from 3.1.22 to 3.5.4. In four years change!
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-17 02:09:36 +00:00
uebayasi
1202111cc5 This source assumes Xaw3d. 2003-01-16 03:05:01 +00:00
uebayasi
917d29d213 Rename older (<1.6) Guile as guile14.
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.
2003-01-07 03:56:17 +00:00
wiz
9ac7e1093e Replace incomplete buildlinkization (-I${LOCALBASE}/include in the patches!)
with complete buildlink2ization.
Fixes pkg/18160.
2002-09-03 22:40:37 +00:00
yyamano
65c4e505e0 eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-29 14:45:56 +00:00
wiz
bc406b2555 Wildcard gv dependency. 2002-03-14 00:49:00 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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".]
2002-03-13 17:36:35 +00:00
wiz
9bc22f1e48 Buildlinkify. 2001-11-30 00:55:17 +00:00
jlam
a17239c066 Move per-package default XAW_TYPE setting above the inclusion of
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-23 04:26:51 +00:00
jlam
775cee81b4 New location for homepage. 2001-08-23 04:01:57 +00:00
wiz
5494a4a377 gnuplot>=3.7 2001-03-22 13:30:58 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
90d081fdb4 USE_CURSES instead of hardcoded dependency on ncurses.
Improve wildcard for guile dependency.
2001-01-07 04:26:31 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wiz
122395856e install all the documentation in one place. PLIST was "correct" all along... 2000-02-02 04:05:03 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
hubertf
b25539e6a2 this wants xpm 1999-11-11 02:07:19 +00:00
agc
bdbea793df Remove the previous post-install hack which moved documentation around.
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-21 15:15:01 +00:00
agc
f4d100bac6 Only have a pre-requisite of ncurses on NetBSD. 1999-10-21 15:12:40 +00:00
simonb
84b8c7169c Don't kill the entire install if the rmdir ${PREFIX}/doc fails during
post-install - some other package (eg libslang-1.3.8) may have stuff in
that directory already.
1999-10-13 23:14:51 +00:00
jlam
bb07397ce7 Update dependency on guile to 1.3.2. 1999-08-29 21:50:20 +00:00
agc
86aced3a9d Introduce a USE_XAW definition, which is used in package Makefiles, to
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.
1999-08-25 13:37:34 +00:00
mjl
1ce458b2ba 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 17:52:41 +00:00
garbled
3fe7edf239 add USE_X11=yes 1999-04-26 18:56:13 +00:00
hubertf
dc6e8aeaec Update to 3.1.11.
Changes: Redesigned file selector, made plotting plugin not barf
on non-numeric cells, portability patches fixed a couple of broken
casts, new text editor (a heavily modified version of Xed), very
alpha importing of Excel documents using Victor Wagner's xls2csv,
improved recognition of very old Siag files and deallocate unused
rows at the bottom of a sheet.
1999-04-10 02:25:08 +00:00
hubertf
4045f94634 update to 3.1.7 1999-03-05 01:52:32 +00:00
bad
95e36eb86f GNU plot is now at v.3.7. Depend on that version. 1999-02-09 16:08:58 +00:00
frueauf
bd084177e4 Add LDFLAGS+=-Wl,-R${X11BASE}/lib to make it work on ELF. 1999-01-07 15:34:54 +00:00
hubertf
aaa2023a84 update to 3.1.2 1998-12-25 21:37:05 +00:00
hubertf
3171621e70 Office pkg with text processor, spreadsheat and presentation generator 1998-12-04 03:48:34 +00:00