Ade Lovett
55333a3655
libglade shared library version bump
2000-03-21 17:47:33 +00:00
Justin M. Seger
7cc807dbea
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
2000-03-20 23:25:21 +00:00
Chris D. Faulhaber
bd1075b399
* Support CXX/CXXFLAGS properly
...
* Add WWW
PR: 17458
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-20 21:33:26 +00:00
Satoshi Asami
c7ae9b37c6
Typo fix (REQUIRE_MOTIF -> REQUIRES_MOTIF).
...
PR: 15523
Reported by: Maintainer
2000-03-12 18:51:31 +00:00
Thomas Gellekum
4722e9175d
Fix leap year handling until 2099.
...
PR: 17070
Submitted by: julian
2000-03-10 12:31:34 +00:00
Satoshi Asami
bbbd87b125
This port actually wants Xlib, not just imake.
...
Submitted by: bento
2000-03-09 20:43:23 +00:00
Jean-Marc Zucconi
a4102f3a34
The manpages tarball has changed. They have fixed the most obvious bugs, but
...
man pages are still incorrect (a lot of nuls and unprintable chars inside :-/)
2000-03-09 02:07:10 +00:00
Masafumi Max NAKANE
65856a9de3
Use devel/imake instead of x11/XFree86.
...
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
2000-03-08 10:56:40 +00:00
Satoshi Asami
edc07727d1
This port was missing a md5 (for almost 3 years!).
2000-03-07 20:09:26 +00:00
Satoshi Asami
b2fc2bafbb
Add virtual category "linux" to Linux apps and support libs/utils.
2000-02-28 08:34:04 +00:00
Steve Price
57c2bed734
On second thought (and with a light prod) install the pari-mode files if
...
the user has Emacs installed on their box. Hopefully now it does the right
thing in either case.
Suggested by: billf
2000-02-28 00:47:16 +00:00
Steve Price
9b4868e844
Don't install the pari-mode for emacs. Either this or we have to add
...
build and run depends on one ot the emacsen ports.
2000-02-27 15:40:36 +00:00
Chris D. Faulhaber
843ca3117b
Update port to 3.2.0
...
PR: 16988
Submitted by: Maintainer
2000-02-27 02:33:09 +00:00
Steve Price
062664040e
- Use gzip'd tarball.
...
- Update MASTER_SITE
- Remove maintainer at his request.
- Note new homepage in pkg/DESCR.
PR: 16909
Submitted by: maintainer (partially)
2000-02-26 19:46:07 +00:00
Satoshi Asami
8cdbcbd8da
Bump shlib versions of kdelibs11 and kdesupport11.
2000-02-24 07:01:14 +00:00
Ade Lovett
db5e2eb3b0
Update to reflect new gnomeprint share library revision
2000-02-23 00:09:38 +00:00
Jeremy Lea
865dd48562
Fix for building on -current by using the libt1 port.
...
Approved by: maintainer
2000-02-22 17:07:13 +00:00
Steve Price
bfadcefe24
The Alpha's fpsetmask(3) routine doesn't have a FP_X_DNML bit, so remove it
...
and get this port to building again.
2000-02-20 20:56:37 +00:00
Steve Price
c3665f69b8
Fix compile-time errors on -current.
2000-02-20 20:45:23 +00:00
Chris D. Faulhaber
0f169503df
Update MD5 checksum: author(s) added 'return 0;' to non-void
...
functions that did not previously return a value (found by
bento).
Remove/rearrange a few lines in pkg/DESCR to bring the total
number of lines <= 24 (portlint).
2000-02-17 13:55:03 +00:00
Michael Haro
82227db70b
update DESCR
...
PR: 16742
Submitted by: maintainer
2000-02-17 01:21:22 +00:00
R. Imura
46789bfcb4
Remove giflib dependence.
...
Only changed giflib -> libungif in kdegraphics.
They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
2000-02-15 13:45:23 +00:00
Matthew Hunt
7fc0748f69
Fix compiler error.
...
Submitted by: R. Imura <imura@cs.titech.ac.jp>
2000-02-12 00:46:28 +00:00
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