aboutsummaryrefslogtreecommitdiffstats
path: root/math/siag
Commit message (Collapse)AuthorAgeFilesLines
* Chase guile shared lib number.marcus2002-06-201-1/+1
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* If both GDBM and NDBM are defined, siag will try to use allmi2001-10-201-0/+9
| | | | | | | | | | | | dbm-functions, including dbm_pagfno. Our ndbm DOES NOT provide it, but instead of being quite, it defines dbm_pagfno as DBM_PAGFNO_NOT_AVAILABLE. This breaks compiles, of course. Add the patch, that was on my local system since April, to undefine the this define and let siag use dbm_pagfno implemented in libgdbm. They should be compatible... Submitted by: bento
* Attempt to resurrect this port by updating it to the latestmi2001-10-015-80/+202
| | | | | | | version -- 3.4.10. A number of things remain to ironed out -- most importantly, the consistent segfaulting of pw on startup. But the current version was just too obsolete...
* add missing file into PLISTijliao2001-05-291-0/+1
| | | | | PR: 27578 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* In my quest to bring this port up to date, this is the first step --mi2001-04-011-1/+1
| | | | | change the web-site. The original one no longer exists and the author registered a special domain siag.nu long time ago.
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-061-1/+1
| | | | work with both XFree86-3 and XFree86-4.
* Update for new shlib revision from guile 1.4ade2000-08-041-1/+1
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Update to version 3.3.8.steve2000-05-293-6/+9
| | | | | PR: 18833 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Update to version 3.3.3.steve2000-05-014-10/+47
| | | | | PR: 18117 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Update port to 3.2.0jedgar2000-02-275-26/+115
| | | | | PR: 16988 Submitted by: Maintainer
* Move dependencies to Tcl/Tk version 8.2. This port is *still* brokensteve1999-11-291-4/+4
| | | | | so note for any potential 'fixer' that only version 3.1.22 seems to be available now.
* Guile shared lib version changedjseger1999-11-291-1/+1
|
* Switch back dependency to gnuplot, now that chuckr has fixed it.asami1999-09-111-1/+1
|
* Change dependency from gnuplot to gnuplot+ (which has already been fixedasami1999-09-101-1/+1
| | | | | to adopt to the new gd). If the gnuplot mainainer can fix it before the freeze, we'll switch back.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* grep -> ${GREP}mharo1999-08-231-2/+2
| | | | | true -> ${TRUE} false -> ${FALSE}
* BROKEN='only siag-3.1.19.tar.gz available'obrien1999-07-041-1/+3
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* *sigh* fix whitespace introduced in last commit.cpiazza1999-06-261-2/+2
|
* Mikhail Teterin <mi@aldan.algebra.com> volunteered to maintain this port.cpiazza1999-06-261-2/+2
|
* Update to 3.1.18 and un-BROKEN it.cpiazza1999-06-268-207/+348
| | | | | PR: 12352 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* ADD WWW:mharo1999-05-031-1/+1
|
* "update" of siag. Not 100% working but I'm sick of this port. Oh, alsomharo1999-04-208-380/+330
| | | | marked as broken as it instals some stuff into the wrong places.
* Add more MASTER_SITES.vanilla1998-12-111-2/+3
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* One last missing xpm dependency.asami1998-11-291-2/+3
|
* Add a '#include <sys/types.h>' for -current so this build again.steve1998-10-011-3/+1
|
* Did this ever build? :) Mark it broken until we figure out why.steve1998-09-281-1/+3
|
* sorry would like to drop a maintainer status,itojun1998-09-261-3/+3
| | | | as I'm not using siag recently, and having real hard time catching up.
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* remove bogus comment.itojun1998-08-101-3/+3
| | | | | | depend on Xaw3d. Suggested by: Tom Hukins <tom@eborcom.com>
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* upgrade to siag 2.80.itojun1998-07-076-101/+223
|
* put 2.65 into ftp.freebsd.org:.../distfiles.itojun1998-03-071-2/+3
| | | | removed BROKEN mark.
* Mark this port broken; can't fetch and patch fails if I try to useasami1998-03-031-1/+2
| | | | the new version.
* siag, "scheme in a grid" spreadsheet.itojun1998-02-289-0/+296