Commit graph

775 commits

Author SHA1 Message Date
Chris D. Faulhaber
b15738b51a Update port to 3.3.9
PR:		16531
Submitted by:	Maintainer
2000-02-09 13:49:07 +00:00
Chuck Robey
8547c0af17 Fix configure args for readline.
PR:		16579
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2000-02-09 02:40:20 +00:00
R. Imura
b71ca91a43 Replace MAINTAINER to ports@FreeBSD.org.
Submitted by:	old maintainer
2000-02-08 16:42:07 +00:00
Satoshi Taoka
a8c689fdef Update to 3.25
PR: 16519
Submitted by: maintainer
2000-02-08 14:56:33 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Brian Feldman
25721a68e7 Enable the readline support. 2000-02-08 03:25:00 +00:00
Brian Feldman
cee57053d3 Fix a bug that caused a NULL pointer dereference when $HOME is unset
and getpwuid() fails.
2000-02-08 03:24:34 +00:00
Brian Feldman
fbaa8ebc9c Fix some bugs that I guess I helped in :)
o Make the Makefile respect CC, and respect CFLAGS when linking, too.
 o Make a comparison for fputs() success "retval >= 0".  Our manual says
   fputs() returns 0 on success, but K&R says that it can return any non-
   negative int on success.  I might as well support either!
 o Fix an improper bounds check.  It was a simple case of a variable being
   mixed up, and this prevents "calc really long arg list (REALLY LONG)"
   from crashing calc.

This is just cleaning up the changes I effected earlier with the
maintainer's permission.
2000-02-06 06:32:33 +00:00
Dirk Froemberg
3727264aa4 MANINAINER -> MAINTAINER 2000-02-05 10:57:25 +00:00
Chuck Robey
db49c79839 Upgrade to version 2.0.16.
Submitted by:	Bento logs.
2000-02-03 03:18:22 +00:00
Bill Fumerola
a46663d598 Add the utexas.edu distfile's checksum. jedgar in rev 1.12 of plplot/Makefile
stated that this is safe.
2000-02-02 21:37:53 +00:00
Chris D. Faulhaber
be1a30be94 Reorder MASTER_SITES so that the DISTFILE is fetchable and is
valid:
* Two of the sites (dino.ph.utexas.edu and ftp.u-aizu.ac.jp) do
  not seem to be accepting connections.
* The DISTFILE at ftp.che.utexas.edu is six bytes smaller.  The
  archive is valid and no files have changed (diff -urN shows
  nothing), but the checksum is subsequently different.
2000-02-02 21:23:24 +00:00
Steve Price
032082b88e Use new MASTER_SITE.
PR:		16497
Submitted by:	maintainer
2000-02-01 00:07:01 +00:00
Chuck Robey
2011cbb6cb Fix PLIST problem.
Submitted by:	MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
2000-01-31 00:39:07 +00:00
R. Imura
112745e296 Fix compiler error in -current.
note: A patch that I add includes diff of 29 files, so it's very big.
      I decided that I pack them into one file.
      It should be fed back to the author.

PR:		16440
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-30 16:20:28 +00:00
Steve Price
62a15d7334 Adding slsc version 0.2.3.
An enhanced slang-based version of the sc spreadsheet program.

PR:		15971
Submitted by:	Jonathan McDowell <noodles@earth.li>
2000-01-29 06:23:25 +00:00
Ade Lovett
c0addbfd0b Update to 0.48 2000-01-28 18:31:38 +00:00
Chris D. Faulhaber
203c546fe7 * Update port to 3.3.8
* Fix unfetchable distfiles

PR:		16321
Submitted by:	Maintainer
2000-01-26 02:06:39 +00:00
Steve Price
d80572ef73 o Fix Configuration Option for readline library
o Add patch to avoid divide-by-zero trap
o Merge patches for gnuplot-3.7.1

PR:		16120
Submitted by:	Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
Reviewed by:	maintainer
2000-01-24 06:19:03 +00:00
Jeremy Lea
881cbb0862 Update to 4.2. 2000-01-24 00:49:46 +00:00
Chuck Robey
c035b7c806 Install the demos (and a README) with gnunplot. Nice demos, worth it.
Submitted by:	Ilia Chipitsine <ilia@cgilh.chel.su>
2000-01-23 22:49:30 +00:00
Chris Piazza
ecb784b428 Unbreak for NEWGCC
PR:		16255
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-22 03:23:29 +00:00
Chuck Robey
9fc2108828 Upgrade gnuplot to 3.7.1
PR:		15505
Submitted by:	Ade Lovett.
2000-01-21 23:18:04 +00:00
Chuck Robey
1ce742e211 Bring Octave up to version 2.0.15.
Obtained from:	Bill Fenner's Distfiles listing.
2000-01-21 21:26:52 +00:00
Satoshi Asami
bbf6d0a769 Use yacc, not bison -y. 2000-01-19 18:19:15 +00:00
Chris Piazza
c556e16749 Update to version 2.0.18b
PR:		16030
Submitted by:	maintainer
2000-01-14 19:59:47 +00:00
R. Imura
5f76ca8d6b - Support CC/CFLAGS/CXXFLAGS properly
- Support install macros
- perl -> ${PERL}
- Move install path of data files from lib/ to libdata/
- Add WWW: line into pkg/DESCR
- Fix pkg/PLIST

PR:		15918
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-14 17:35:24 +00:00
Jean-Marc Zucconi
b53d421067 Fix testing/timing failures due to the last update.
PR:		ports/15630
Submitted by:	AMAKAWA Shuhei <sa264@phy.cam.ac.uk>
2000-01-12 23:35:31 +00:00
Yukihiro Nakai
a6844f7b83 Change MAINTAINER to ade@FreeBSD.org . 2000-01-07 02:07:00 +00:00
Jeremy Lea
a6cfbdf8ea Remove info/dir from PLIST
Approved by:	maintainer
2000-01-06 10:25:28 +00:00
Ade Lovett
71a132df5e Update to version 0.47
Reviewed by:		nakai
2000-01-05 20:15:48 +00:00
Vanilla I. Shu
8b2abdea01 Upgrade to 0.46
PR:		ports/15816
Submitted by:	Ade Lovett
2000-01-02 10:48:05 +00:00
Chris Piazza
06562ff9c5 Work around division by zero coredumps
PR:		15823
Submitted by:	maintainer
2000-01-01 23:21:12 +00:00
Steve Price
91a8f42452 Update to version 2.0.14.
PR:		11504
Submitted by:	nakai@tsl.pe.u-tokyo.ac.jp
1999-12-29 08:54:21 +00:00
Steve Price
38e3e6a87b These ports now need 'LIB_DEPENDS=gd.0:...'. 1999-12-27 21:28:28 +00:00
Bill Fumerola
f12023a79e (1) Rearrange the MASTER_SITES, if the http service of a machine is down
it's a safe bet that the ftp service would be too. Re-order the MASTER_SITES
to try and avoid trying the same broken site twice.

(2) Follow the bouncing checksum. The old one might need to be re-added.

(3) Respect CFLAGS properly.
1999-12-26 20:24:22 +00:00
Brian Feldman
aae14a1411 Use -O. 1999-12-25 23:02:30 +00:00
Brian Feldman
aede170cb9 Bugfix for something noticed by jmz: $PAGER usage was broken due to
incorrect usage of fputs().
1999-12-25 23:02:11 +00:00
Steve Price
8b50e7b1fd Remove empty directory (owned by this port) on deinstall.
PR:		15673
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-25 18:58:42 +00:00
Brian Feldman
cd94c2e408 Update to calc-2.11.1t3.0. Merry Christmas!
Approved by:	jmz
1999-12-25 17:59:13 +00:00
Yukihiro Nakai
827929d348 Update to 0.45
PR:		ports/15503
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-24 09:52:43 +00:00
Chris D. Faulhaber
4b353c2a01 Update port to 3.3.7
PR:		15617
Submitted by:	Maintainer
1999-12-24 03:48:12 +00:00
Steve Price
14a03dd214 Update to version 3.52.9.
PR:		11460
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-12-23 23:50:19 +00:00
Steve Price
cd8243b497 * Update to version 2.2.1.
* Fixed MASTER_SITES
* Revised pkg/DESCR

PR:		15502
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:32:04 +00:00
Steve Price
5906459791 * Update to version 2.0.
* Modified patches to suppport CC/CFLAGS properly
* Updated WWW: line of pkg/DESCR
* Fixed pkg/PLIST

PR:		15501
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:30:26 +00:00
Steve Price
1bb2e65783 * Added secondary sites to MASTER_SITES
* Rearranged extract target
* Added WWW: line to pkg/DESCR

PR:		15500
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:28:01 +00:00
Steve Price
d775e184d0 * Fixed MASTER_SITES
* Moved makefile.lib to files/
* Rearranged extract target
* Added WWW: line into pkg/DESCR

PR:		15499
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:25:48 +00:00
Chris D. Faulhaber
6b5eb6aff4 * Fixed MASTER_SITES
* Supported NO_WRKSUBDIR
* Added WWW: line into pkg/DESCR

PR:		15468
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 17:13:45 +00:00
R. Imura
db30ec2dc1 Update to 3.7.1
PR:		15350
Submitted by:	Maintainer
1999-12-10 20:31:56 +00:00
Steve Price
dff20603bf Fixup MASTER_SITES, one diff per patch, and install example data.
PR:		15381
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-10 19:31:50 +00:00
Thomas Gellekum
b856d783c1 Fix MASTER_SITES, change MAINTAINER.
PR:		15399
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
1999-12-10 11:43:39 +00:00
Jean-Marc Zucconi
ebd044e273 Files have been updated in master site (a few bug fixes) 1999-12-10 01:42:15 +00:00
Steve Price
4275cb17e6 New location on MASTER_SITE.
PR:		15238, 15248
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00
Yukihiro Nakai
4e0f16daa3 Update to 0.44
PR:		ports/15122
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-01 10:32:00 +00:00
Steve Price
0621e36540 Move dependencies to Tcl/Tk version 8.2. This port is *still* broken
so note for any potential 'fixer' that only version 3.1.22 seems to be
available now.
1999-11-29 03:50:47 +00:00
Justin M. Seger
c9eab95841 Guile shared lib version changed 1999-11-29 02:37:54 +00:00
Steve Price
dca1739cb8 Update to version 2.4.1.
PR:		14877
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-11-27 01:38:31 +00:00
Steve Price
89fd1b3959 Update to version 6.3.06. NOTE: you will need Motif version 2.x if
want to build this yourself.  If you intend to use LessTif you'll
need to compile it with 'make MOTIF2=yes install'.

PR:		15047
Submitted by:	maintainer
1999-11-27 01:09:33 +00:00
Steve Price
c81a6c85ea Activate the grpn port. 1999-11-26 20:59:05 +00:00
Steve Price
e5df249586 Initial import of grpn version 1.1.0.
A GTK+-based reverse polish notation (RPN) calculator.

PR:		14526
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-26 20:50:14 +00:00
Steve Price
8721f29715 Update to version 2.1.3.
PR:		14827
Submitted by:	maintainer
1999-11-26 18:08:28 +00:00
Satoshi Asami
367614ab14 gtkgraph is in graphics, not math. :)
Found by:	bento
1999-11-16 23:15:06 +00:00
Steve Price
804f5b6365 Activate the gtkgraph port. 1999-11-14 03:44:30 +00:00
Steve Price
89217554f0 New MASTER_SITE.
PR:		14780
Submitted by:	maintainer
1999-11-14 02:50:40 +00:00
Jim Mock
959bd2763b Update maintainer's email address.
PR:		14762
Submitted by:	maintainer
1999-11-12 21:04:56 +00:00
Thomas Gellekum
b706441338 Add some master sites. 1999-11-08 13:01:34 +00:00
Steve Price
49ecf7008f Activate the rcalc and topaz ports. 1999-11-01 02:27:31 +00:00
Steve Price
58861acc87 Initial import of topaz version 3.22.
A command driven graph plotting system for scientists and engineers.

PR:		13149
Submitted by:	Issei Suzuki <issei@jp.FreeBSD.ORG>
1999-11-01 02:27:11 +00:00
Steve Price
a9a5267e92 Initial import of rcalc version 0.1.
A symbolic calculator for GNOME.

PR:		14585
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-01 02:23:52 +00:00
Steve Price
d7ca32c6a2 Update to version 1.0.1.
PR:		14493
Submitted by:	Dominik Brettnacher <domi@saargate.de>
1999-11-01 01:02:42 +00:00
Steve Price
a6ede136de Set 'FETCH_BEFORE_ARGS=-t' and update the checksum after we've gotten all of
the bits.

PR:		14598
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-31 23:54:43 +00:00
Yukihiro Nakai
7e8bd61f07 Update to 0.41
PR:		ports/14541
Submitted by:	Ade Lovett<ade@lovett.com>
1999-10-27 10:26:39 +00:00
Yukihiro Nakai
3c4c3c05ef PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 0.38
1999-10-14 09:20:39 +00:00
Jean-Marc Zucconi
56b97a51c5 Files I forgot to add in the previous commit. 1999-10-13 23:06:53 +00:00
Jean-Marc Zucconi
7776686cb0 Honor FC and FFLAGS so that the user can easily override them.
Enable testing and timing if ENABLE_TESTING is set to YES so that the user
can check how the changes to FC and FFLAGS work.
Patches to workaround the SIGFPE stuff and g77's code checking.
Update pkg/DESCR.
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
1999-10-13 22:59:19 +00:00
Tim Vanderhoek
245661b0d4 Add another URL of interest (http://stat.ethz.ch/R/manual/). 1999-10-11 23:35:37 +00:00
Tim Vanderhoek
f025067fac Rewrite to match pkg/COMMENT rules. 1999-10-11 23:28:26 +00:00
Tim Vanderhoek
9f2786f197 Add WWW: 1999-10-11 23:25:51 +00:00
Tim Vanderhoek
6db7750345 Add WWW:. 1999-10-11 22:53:05 +00:00
Seiichirou Hiraoka
5fa89c3570 Update to 3.3.5 and fixes unfetchable distfile
PR: ports/14252
Submitted by: jh@cr1003333-a.crdva1.bc.home.com
1999-10-11 16:24:41 +00:00
Steve Price
8231c48269 Update to version 3.1.1c.
PR:		14021
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-10 23:49:55 +00:00
Dan Moschuk
c9181f1863 Back out my last commit because I had just reversed the already-committed
fix.
1999-10-09 18:39:30 +00:00
Dan Moschuk
80fdd535d5 Fix small typo in Makefile.
PR: ports/14120
Submitted by: sa264@cam.ac.uk
1999-10-08 23:02:08 +00:00
Jean-Marc Zucconi
33fb2505d2 A typo in Makefile creats wrong symbolic link to BLAS shared library
PR:		ports/14120
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
1999-10-06 01:48:54 +00:00
Chuck Robey
cd605c9630 Fix checksum. 1999-10-04 17:24:34 +00:00
Munechika SUMIKAWA
26a6ffdc4d changed maintainer's mail address.
Submitted by:	maintainer
1999-10-02 16:54:38 +00:00
Steve Price
ba98cb2b1f Fixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.lib
to the files directory.

PR:		13597
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-25 17:57:03 +00:00
Jean-Marc Zucconi
d69008baaa Checksums for version 3.0 1999-09-22 22:28:38 +00:00
Jean-Marc Zucconi
e779dcc303 Upgrade from version 2.0 to version 3.0 1999-09-22 22:05:24 +00:00
Satoshi Taoka
278d839aca Update to 1.99.5
PR:		13796
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-20 05:50:21 +00:00
Steve Price
70762e13cb Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves
based on NOMANCOMPRESS, so we don't have problems with the arguments
being too long to sh(1).
1999-09-20 00:47:53 +00:00
Stefan Eßer
833e387518 Update to KDE-1.1.2 1999-09-18 09:02:12 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Satoshi Asami
ca085e6da8 xbae shlib is now at version 7. 1999-09-11 14:37:09 +00:00
Satoshi Asami
132624b949 Switch back dependency to gnuplot, now that chuckr has fixed it. 1999-09-11 00:46:39 +00:00
Chuck Robey
66bf3c9700 Break gnuplot of bad (gif-ish) habits, it builds now. 1999-09-10 23:40:09 +00:00
Peter Wemm
cee639345e $Id$ -> $FreeBSD$ (spammed by dirk) 1999-09-10 21:19:32 +00:00
Dirk Froemberg
02154816fe Upgrade to 5.0.3gamma.
PR:		ports/13626
Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
1999-09-10 16:39:13 +00:00
SADA Kenji
70bc3d6aac Justified pkg/PLIST . 1999-09-10 15:23:11 +00:00
Chuck Robey
99eb04fc42 Rollback gd dependency change.
Reviewed by:	Satoshi.
1999-09-10 12:03:52 +00:00
Satoshi Asami
7150995546 Change dependency from gnuplot to gnuplot+ (which has already been fixed
to adopt to the new gd).  If the gnuplot mainainer can fix it before
the freeze, we'll switch back.
1999-09-10 03:21:52 +00:00
Satoshi Taoka
32c215e22d Updated to 1.1.9
PR:		12752
Submitted by:	maintainer
1999-09-10 03:05:24 +00:00
Satoshi Asami
3a7ce625ab ${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;) 1999-09-09 11:00:04 +00:00
Satoshi Asami
eb69f94238 USE_X_PREFIX has to be before bsd.port.pre.mk. 1999-09-09 10:40:13 +00:00
Satoshi Taoka
97e62497d4 Add ngraph 1999-09-09 00:54:05 +00:00
Satoshi Taoka
2bf17fb61b A XY plotting tool for students, scientists and engineers
PR:		13376
Submitted by:	MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
1999-09-09 00:52:53 +00:00
Bill Fenner
02a132cf91 Never try creating a postscript file with #!PostScript at the top. 1999-09-09 00:33:11 +00:00
SADA Kenji
835699eeec Remove one of MASTER_SITES.
Justify pkg/PLIST.
1999-09-08 23:06:44 +00:00
Chris Piazza
b8a18d6b5c xspin333.tcl should be in the PLIST, not 300
PR:		13620
Submitted by:	Jonathan Hanna <pangolin@home.com>
1999-09-08 22:44:43 +00:00
Thomas Gellekum
1d34f578de Update WWW: entry. 1999-09-08 15:16:51 +00:00
Thomas Gellekum
e09022f1fc Upgrade to 3.5b2.
PR:		13598
Submitted by:	KATO Tsuguru <tkato@prontimail.ne.jp>
1999-09-08 09:40:09 +00:00
Matthew Hunt
2af59be545 The WWW site has gone AWOL (or at least 403), so remove mention of
it.

Indicated by:	Bill Fenner's distfile survey.  Yeah, it can do that.
1999-09-07 21:27:12 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Chuck Robey
316cf389fa changed this to make us of the gd-old library (and include files)
instead of gd, so that the old gd port, which had the required gif
support, is now working.
1999-09-05 18:25:55 +00:00
Michael Haro
2262dde3ac gzip -> ${GZIP_CMD}
gzip -d  -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip   -> ${GUNZIP_CMD}
1999-09-04 23:39:29 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
92b255b5f2 $Id$ -> $FreeBSD$ 1999-08-30 11:53:46 +00:00
Satoshi Asami
0d9a847a4b Mark broken, needs to catch up with gd.
Submitted by:	maintainer
1999-08-30 09:26:53 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2 sed -> ${SED} 1999-08-28 02:17:34 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Chris Piazza
07ea44896f Update to version 0.64.2
PR:		13375
Submitted by:	maintainer
1999-08-26 22:58:16 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
David E. O'Brien
095d7a23d1 Id->FreeBSD. 1999-08-25 07:05:28 +00:00
David E. O'Brien
fe1e09a6cc Change Id->FreeBSD. 1999-08-25 04:58:03 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Steve Price
d4d4fb4baf Update to version 2.0.16b.
PR:		13132
Submitted by:	maintainer
1999-08-22 04:09:08 +00:00
Steve Price
37085ff8a5 Update to version 0.31.
PR:		12781 (13 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:59:22 +00:00
Satoshi Taoka
f3f0604e7d Updated to version 3.33
PR:		13015
Submitted:	maintainer
1999-08-12 00:31:50 +00:00
Steve Price
bcda90f017 Test if HAVE_G2C is defined rather than if it's value is non-zero. 1999-08-07 00:41:54 +00:00
Tim Vanderhoek
eb48f6f640 Re-enforce caps, no period. An "exceptions" file has been created
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Thomas Gellekum
0b35ed2be4 Activate netcdf and py-scientific. 1999-07-30 14:17:24 +00:00
Thomas Gellekum
8aa53ff31e New port py-scientific. This is Konrad Hinsen's collection of Python modules
that are useful for scientific computing.
1999-07-30 14:16:50 +00:00
Thomas Gellekum
d66eb78a8a New port netcdf. The NetCDF (network Common Data Form) is a library
supporting the creation, access, and sharing of scientific data.
1999-07-30 14:12:53 +00:00
Marcel Moolenaar
d7d791cfa6 Make port depend on linux_base instead of linux_lib. 1999-07-21 14:55:43 +00:00
Chris Piazza
282ffa6759 Set Dominik Brettnacher <domi@saargate.de> as the maintainer
of this port.
1999-07-17 21:26:37 +00:00
Michael Haro
1e5c9f9927 install supermatrix.h
PR:		12602
Submitted by:	pfgiffun@bachue.usc.unal.edu.co
1999-07-12 06:23:34 +00:00
Steve Price
e7be8c8bed time(3)'s first and only arg is a time_t* which is not necessarily equal
to a long*.
1999-07-05 16:29:22 +00:00
Steve Price
f720bd130b Sprinkle in some '#if !defined(__FreeBSD__)' incantations so we don't get
OSF1/Alpha characteristics when the machine's arch is Alpha and the OS is
FreeBSD.
1999-07-05 16:27:03 +00:00
Steve Price
768a343279 Mark this port only for i386. 1999-07-04 21:48:28 +00:00
Steve Price
0133f4e08f Mark this port only for i386. 1999-07-04 21:29:55 +00:00
Steve Price
348fa0f046 Call ldconfig correctly so this has a fighting chance of working for
both ELF and a.out builds.
1999-07-04 21:18:17 +00:00
David E. O'Brien
fb1aa71af6 BROKEN='only siag-3.1.19.tar.gz available' 1999-07-04 10:43:39 +00:00
Chris Piazza
6c0a023967 Fix to use new master site.
PR:		12480
Submitted by:	maintainer
1999-07-03 06:57:00 +00:00
Matthew Hunt
bf28cb59e0 Update MASTER_SITE.
PR:		12482
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-07-02 00:02:56 +00:00
David E. O'Brien
fe8ac023aa Allow "x,y" in addition to "x y" formatted data points. 1999-06-28 07:46:04 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[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
1999-06-26 19:22:14 +00:00
Tim Vanderhoek
cfd7bb79e9 Add MASTER_SITE.
Submitted by:	Lars Koeller (ports/12296)
1999-06-25 23:52:57 +00:00
Tim Vanderhoek
abcfee9b7d Update master website. 1999-06-25 23:51:58 +00:00
Chris Piazza
b58e4c896a *sigh* fix whitespace introduced in last commit. 1999-06-25 21:30:04 +00:00
Chris Piazza
5862365122 Mikhail Teterin <mi@aldan.algebra.com> volunteered to maintain this port. 1999-06-25 21:29:23 +00:00
Chris Piazza
4110f50b53 Update to 3.1.18 and un-BROKEN it.
PR:	12352
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-06-25 21:17:46 +00:00
Chris Piazza
df0bac14de Update spin to 3.30.
PR:	12373
Submitted by:	maintainer
1999-06-25 03:51:43 +00:00
Steve Price
40a64497a9 Compensate for not having a generic.h on -current boxes. 1999-06-22 17:51:59 +00:00
Chris Piazza
bd0b4c5378 Remove current maintainer and replace with ports@FreeBSD.org
Maintainer writes:
  Sorry, but as Ive posted before, I can no longer maintain any of my
  ports, serving in the army is eating up all of my free time.

Requested by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
1999-06-19 07:48:00 +00:00
Steve Price
82ca78d4aa Fixup PLIST to include all installed files. 1999-06-10 09:48:05 +00:00
Steve Price
7d069d65dc Install gnuplot.info and adjust patch-aa to use libVFlib2.so. Also
swap out PLIST with sorted and remove the latter since I meant to do
this before I imported it.

Submitted by:	maintainer
1999-06-10 00:33:32 +00:00
Steve Price
04fe5301ea Add the gnuplot+ and parmetis ports. 1999-06-09 01:52:16 +00:00
Steve Price
a591b5a032 Initial import of gnuplot37+ version 1.1.8.
A command-driven interactive function plotting program.

PR:		11813
Submitted by:	NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1999-06-09 01:51:50 +00:00
Steve Price
d6b3478d77 Initial import of ParMetis version 2.0.
A package for parallel (mpi) unstructured graph partitioning.

PR:		11783
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
1999-06-09 01:47:33 +00:00
Steve Price
593990a1e7 The xforms ports is no longer an i386-only port. 1999-06-08 22:15:15 +00:00
Steve Price
1a49eee08d Fixup version required comment after upgrade. 1999-06-08 22:07:34 +00:00
Matthew Hunt
192c844785 Bandage fennerage by hosting distfile on freefall. There is no
version on sunsite at present, and the web page gives 403.
1999-06-07 20:37:48 +00:00
Matthew Hunt
9e6829904d Upgrade to 2.1.2.
PR:		12048
Submitted by:	Lars Koeller <lkoeller@cc.fh-lippe.de>
1999-06-06 20:01:52 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Thomas Gellekum
d51bf7cce9 vtk is now in "math". 1999-06-01 13:17:49 +00:00
Thomas Gellekum
032421c10e Re-import vtk into "math", this is where all the other
data visualization tools are.
1999-06-01 13:16:47 +00:00
Steve Price
ffbbcdabf1 Update to version 0.26.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:50:35 +00:00
Steve Price
67c0e8c5d9 Update to version 5.0.2b.
PR:		11836
Submitted by:	maintainer
1999-05-29 04:23:15 +00:00
Steve Price
92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00
Thomas Gellekum
25490e549c Forget about ${PREFIX}/include/giflib. 1999-05-27 07:32:49 +00:00
Steve Price
2ed596d2e6 Make this at least build on the Alpha and mark it broken since it fails
a few tests.
1999-05-24 02:24:00 +00:00
Satoshi Asami
fefb49f219 Misc. build fix.
I changed "--defentry" to "--entry" but everything else is
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 23:27:28 +00:00
Satoshi Asami
2b260efd2c Another REQUIRE_MOTIF -> REQUIRES_MOTIF.... 1999-05-12 07:46:53 +00:00
Satoshi Asami
5e8df11af8 Um, it's REQUIRE*S*_MOTIF, not REQUIRE_MOTIF.... ;) 1999-05-12 07:43:47 +00:00
Steve Price
bcc88e0114 Update to version 0.25.
PR:		11544
Submitted by:	Ade Lovett <ade@lovett.com>
1999-05-09 17:22:54 +00:00
Seiichirou Hiraoka
b4059d0c6b Fix checksum
And fix patches/patch-aa
1999-05-09 16:53:50 +00:00
Satoshi Asami
943228da2e Add more headers necessary to use the library.
PR:		11560
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
1999-05-07 21:12:23 +00:00
Thomas Gellekum
cdf04c21ee Upgrade to latest distribution. 1999-05-05 09:48:30 +00:00
Thomas Gellekum
019506bf17 Upgrade to latest distribution. Version number hasn't changed.
The author wants the include files in $PREFIX/include/python1.5/numerical/.
Change the "NumPy" names for symmetry.
1999-05-05 09:45:20 +00:00
Stefan Eßer
c6161bba71 Upgrade KDE to Release 1.1.1. 1999-05-03 22:29:39 +00:00
Michael Haro
4463b5dd1d ADD WWW: 1999-05-03 05:43:11 +00:00
Justin M. Seger
539536fae4 Switch to using USE_ZIP along with minor cleanups to some ports. 1999-05-01 12:34:38 +00:00
Steve Price
c381a607c5 Use time_t instead of long in a couple of places so this compiles on
a FreeBSD/Alpha box.
1999-04-25 17:58:21 +00:00
Michael Haro
aa3374648f gtk11 -> gtk12 1999-04-22 07:57:18 +00:00
Justin M. Seger
84a2215012 Unbreak 1999-04-21 12:53:54 +00:00
Michael Haro
f6d58e7b5d "update" of siag. Not 100% working but I'm sick of this port. Oh, also
marked as broken as it instals some stuff into the wrong places.
1999-04-20 00:02:11 +00:00
Matthew Hunt
41d6836071 The library requires a couple of routines from linpack, which are
included but were not being compiled into the library.  This resulted
in missing symbols when code was linked against libranlib.

We now compile in the provided linpack routines.

Approved by:	tg
1999-04-19 16:49:18 +00:00
Steve Price
86e285da9f Update to version 0.6a.
PR:		11110
Submitted by:	maintainer
1999-04-19 04:01:39 +00:00
Justin M. Seger
a757f9340a "site and tarball have changed and the first patch required minimal
changes."

PR:		ports/9739
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-04-13 10:54:20 +00:00
Steve Price
466b1016aa DISTFILES moved on MASTER_SITE. 1999-04-08 18:08:39 +00:00
Satoshi Asami
5a36b2d34e This port requires XLIB. (configure goes into an infinite loop otherwise,
scary!)
1999-04-05 06:41:31 +00:00
SADA Kenji
374ce6b221 Remove dependency to emacs. The pr was sent from the maintainer.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1999-04-03 23:35:38 +00:00
Steve Price
4bfdef5222 Activate the PDL port. 1999-04-03 02:14:13 +00:00
Steve Price
53d5ff69b3 Import of PDL version 2.0.
The Perl Data Language.

PR:		9984
Submitted by:	Anton Berezin <tobez@plab.ku.dk>
1999-04-03 02:13:53 +00:00
Steve Price
28f162994c Activate the snns port. 1999-04-03 01:05:11 +00:00