Commit graph

79 commits

Author SHA1 Message Date
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
gdt
df90514144 Drop guile support because modern guile isn't supported.
siag builds with guile 1.6, but not 1.8.  Because 1.6 will be dropped
from pkgsrc soonish as unreasonably old, disable guile support.  (siag
itself is no longer maintained and thus a candidate for eventual
removal if it causes trouble.)

siag has an included scheme (SIOD), so is still functional without guile.
2014-11-04 13:18:28 +00:00
cheusov
ffd0fd5a91 CONFLICTS between siag and siod packages 2012-10-21 11:39:12 +00:00
cheusov
e2db3e54f8 Fix pkglint warnings; Add LICENSE 2012-10-21 11:35:51 +00:00
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
zafer
0a74e15a3d remove dead mirror 2011-03-17 21:21:01 +00:00
joerg
3fbb207985 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
reed
40df5f5b8c 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.
2008-01-09 19:16:13 +00:00
joerg
6a829f8f65 Really don't use malloc.h. 2007-08-08 21:37:26 +00:00
joerg
d4743316f3 Don't use malloc.h. 2007-08-08 21:31:26 +00:00
dmcmahill
247e3b55fe Point at lang/guile16 instead of lang/guile in preparation for updating
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-06-12 02:55:15 +00:00
gdt
8e0d83156f Use guile 1.6 instead of 1.4.
Add two patches for modern compilers/usage (unrelated to guile, probably).
PKGREVISION++.
2007-05-16 18:40:12 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
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-12-15 20:32:52 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
10c1f397c2 BUILD_DEFS+=XAW_TYPE. Bumped PKGREVISION. Tried to update to 3.6.0, but
failed.
2006-02-04 02:46:31 +00:00
joerg
fe14c9ecb1 Fix errno. 2006-01-20 02:19:22 +00:00
reed
16fc5c74ac Move include of sys/types.h earlier. Fixes build as noticed on DragonFly. 2005-12-28 16:37:59 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
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
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +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
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00