1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

1859 Commits

Author SHA1 Message Date
Ying-Chieh Liao
f9f81321b1 oops... forgot to add this file last commit 2003-04-11 03:07:48 +00:00
Ying-Chieh Liao
0a97680cc1 1. fix gmp support
2. add gsl support
3. add X support
2003-04-11 03:07:04 +00:00
Ying-Chieh Liao
ac068b0f3e upgrade to 1.1.0 2003-04-11 02:18:44 +00:00
Ying-Chieh Liao
2044779687 upgrade to 1.0.54
PR:		50016
Submitted by:	Thomas E. Zander <riggs@rrr.de>
2003-04-10 10:43:51 +00:00
Tilman Keskinoz
acdb9c559d Fix build on CURRENT
Reported by:	many
Tested by:	jeff@walters.name (Jeff Walters), seanc
2003-04-09 00:51:55 +00:00
Yen-Ming Lee
54ac7d9b14 fix "The scipad editor does not work" problem
PR:		50605
Submitted by:	Jean-Sebastien Roy <js@jeannot.org>
Obtained from:	netbsd (dmcmahill)
2003-04-06 05:52:43 +00:00
Alan Eldridge
b294b98273 Rejoice, for the long awaited upgrade to kde 3.1.1 is here! 2003-04-05 22:16:12 +00:00
Joe Marcus Clarke
81d88ea7be Chase the gal2 shared lib version.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2003-04-05 03:37:33 +00:00
Joe Marcus Clarke
a76bb7fee6 Update to 4.2.77. 2003-04-04 07:34:35 +00:00
Mario Sergio Fujikawa Ferreira
328b6db785 After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):

ports/graphics/libfame		-->	ports/multimedia/libfame
ports/graphics/libquicktime	-->	ports/multimedia/libquicktime
ports/graphics/mpeg		-->	ports/multimedia/mpeg
ports/graphics/mpeg_encode	-->	ports/multimedia/mpeg_encode
ports/graphics/mpeg_play	-->	ports/multimedia/mpeg_play
ports/graphics/mtv		-->	ports/multimedia/mtv
ports/graphics/smpeg		-->	ports/multimedia/smpeg
ports/graphics/totem		-->	ports/multimedia/totem
ports/graphics/transcode	-->	ports/multimedia/transcode
ports/graphics/xanim		-->	ports/multimedia/xanim
ports/graphics/xmps		-->	ports/multimedia/xmps

Repo copied by:		cvs (joe)
Approved by:		portmgr (self & no objections)
2003-04-04 05:34:50 +00:00
Yen-Ming Lee
223de69475 upgrate to scilab 2.7
PR:		50219 and 50221
Submitted by:	Jean-Sebastien Roy <js@jeannot.org>
2003-04-04 04:58:31 +00:00
Ying-Chieh Liao
935e85e49e add it++ 3.7.0
Mathematical, signal processing and communication library
2003-04-03 13:20:58 +00:00
Ying-Chieh Liao
9a4bcf0f34 remove p5-Math-Trig
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-04-03 03:21:25 +00:00
Ying-Chieh Liao
761af11942 drop depends on p5-math-Trig ; it's in base perl5 suite 2003-04-03 03:17:12 +00:00
Joe Marcus Clarke
2d7aa4336b Fix build on -CURRENT.
PR:	48839
2003-04-02 03:33:32 +00:00
Ying-Chieh Liao
de1d4bc508 upgrade to 2.6b5 2003-04-01 08:44:28 +00:00
Ying-Chieh Liao
bf0200ab7e upgrade to 2.0.20030221 2003-03-31 05:19:21 +00:00
Kevin Lo
2c5c770303 - update to 0.21
- remove MANPREFIX
- use PERL_LEVEL instead of OSVERSION to determine perl version

PR: 50450
Submitted by: Erwin Lansing <erwin@lansing.dk>
2003-03-31 04:48:22 +00:00
Edwin Groothuis
4ac9759733 [Maintainer Patch] Port: math/libgmp4 (install a single info file)
PR:		ports/48866
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-03-31 01:32:17 +00:00
Anton Berezin
7c52d97a62 Update to 1.01. 2003-03-28 21:11:02 +00:00
Tilman Keskinoz
35dc71e206 This port requires perl > 5.6
PR:		43728
Submitted by:	Jamie Aczel <temperanza@softhome.net>
2003-03-28 13:54:54 +00:00
Lars Koeller
a502bdd6ab o) Grrr forgotten to add the additional patchfiles 2003-03-27 13:19:24 +00:00
Lars Koeller
19e44d1d06 o) Update to 5.1.12 (from 5.1.10) (PR: 48957)
o) Fix build Problem with t1lib (change of function names)
o) Fix build on HEAD (PR: 50252)
2003-03-27 13:12:43 +00:00
Lars Koeller
122bdca549 o) Update to version 2.1.5 2003-03-24 17:26:24 +00:00
Tilman Keskinoz
4edf4b5999 Collect a patch during last commit, that got integrated
Submitted by:	kay_lehmann@web.de (Kay Lehmann)
2003-03-24 09:51:40 +00:00
Tilman Keskinoz
d029f228bb Update to 0.9.1. 2003-03-23 23:15:26 +00:00
Lars Koeller
37438b3d2a o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)

PR:		47581
Submitted by:	Sergey Aleshin <asg@rcd.ru>
2003-03-23 20:14:22 +00:00
Mario Sergio Fujikawa Ferreira
405dc43853 Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriate
Submitted by:	bento
2003-03-23 05:59:49 +00:00
John Baldwin
b20dd48b3d Use a size_t to hold the result of sizeof() instead of an unsigned int.
Use a const char * instead of a char * type for a variable to quiet a
warning.  These fix the build on alpha.

Requested by:	kris
2003-03-18 18:20:11 +00:00
Dmitry Sivachenko
34a8b2d1ee Add missing files.
Submitted by:	bento
Approved by:	lioux
2003-03-09 17:03:33 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Akinori MUSHA
64069bb6d9 Update to 0.5.7. 2003-03-05 16:11:23 +00:00
Tilman Keskinoz
5682a328cd Fix Build on CURRENT.
Submitted by:   Andy Fawcett <tap@hex.athame.co.uk>
Reported by:    many
Tested by:      leafy@leafy.idv.tw (CURRENT),  Andy Fawcett (4.7 5.0R)
2003-03-03 10:41:01 +00:00
Edwin Groothuis
325062f753 Try to get it out of bento's failed ports list
Noticed by: kris@
2003-03-03 10:32:26 +00:00
Christian Weisgerber
4f08947cb4 Enable building of MPFR, a C library for multiple-precision floating-point
computations with exact rounding, in GMP.

Take maintainership.

PR:		48640
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-03-02 17:56:58 +00:00
Ying-Chieh Liao
030de36854 upgrade to 1.0.14 2003-03-02 14:51:14 +00:00
Joe Marcus Clarke
f5ad1f05df * Update to 4.2.43
* De-pkg-comment
2003-03-01 15:57:39 +00:00
Alexander Langer
4769584041 Fix & update to 2003.02.18
PR:		48593
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-02-27 00:17:18 +00:00
Hye-Shik Chang
fbc660cb2c De-pkg-comment for my ports. 2003-02-25 06:25:35 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Dirk Meyer
e747fdd981 - drop maintainership 2003-02-23 15:27:24 +00:00
Yen-Ming Lee
04c04b5b86 Update to 0.352
PR:		48589
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>
2003-02-23 13:40:57 +00:00
Edwin Groothuis
a9fbd5d571 Update for math/asir2000 to version 20030215
PR:		ports/48284
Submitted by:	Saito Tomokatsu <saito@asir.org>
2003-02-23 09:02:27 +00:00
MIHIRA Sanpei Yoshiro
99eb073c48 de-pkg-comment. 2003-02-22 13:24:09 +00:00
MIHIRA Sanpei Yoshiro
a8c8ef7681 De-pkg-comment 2003-02-22 09:25:20 +00:00
MIHIRA Sanpei Yoshiro
348cb5dc1b Update to version 6.3.20
De-pkg-comment
2003-02-22 09:24:18 +00:00
Dmitry Sivachenko
e6fdbd25e1 Update to 3.2.4;
Remove BROKEN -- problem resolved.
Remove pkg-comment and add COMMENT to Makefile.
2003-02-22 08:46:40 +00:00
Kris Kennaway
0c80620cbb Add missing files and directories 2003-02-22 04:35:27 +00:00
Kris Kennaway
a00499e134 BROKEN: Installs files into /usr/include 2003-02-22 04:02:03 +00:00
Tilman Keskinoz
c44f7552af Update to 0.351
PR:		48484
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>
2003-02-22 00:25:26 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Joe Marcus Clarke
f1b05e8a84 * Re-add libgnomeprint[ui]-2.0 support and unbreak
* De-pkg-comment where applicable
2003-02-20 19:00:53 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Oliver Braun
5b505bcf43 De-pkg-comment.
Approved by:	maintainer
2003-02-18 11:19:40 +00:00
Akinori MUSHA
3594eaa303 De-pkg-comment. 2003-02-18 05:42:05 +00:00
Yen-Ming Lee
94b198ff84 correct the syntax of ${REINPLACE_CMD}
Noticed by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
2003-02-17 16:24:27 +00:00
Ying-Chieh Liao
9f2bb33b72 upgrade to 1.6.2
PR:		48344
Submitted by:	Eric van Gyzen (via maintainer)
2003-02-17 05:49:39 +00:00
Yen-Ming Lee
425a3c6f97 update to abs-0908
PR:		48337
Submitted by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
2003-02-17 00:32:48 +00:00
Joe Marcus Clarke
4b5b2e02ee Remove a left-over plugin directory.
Reported by:	bento
2003-02-16 00:06:14 +00:00
Christian Weisgerber
e852692922 Switch over to MASTER_SITE_DEBIAN.
Also convert COMMENT while I'm here.

List of candidate ports from

PR:		47881
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-02-13 01:53:09 +00:00
Christian Weisgerber
96be698bde Fix master sites.
Submitted by:	Portsurvey
2003-02-12 15:32:32 +00:00
Oliver Braun
ca8f9b4bb3 Upgrade to 0.8.3.
PR:		ports/48136
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-02-11 22:13:10 +00:00
Patrick Li
f5714fe30a Update WWW and MASTER_SITES.
PR:		ports/48137
Submitted by:	MA, Dunzi <tadalunch@sources.redhat.com>
2003-02-10 21:46:38 +00:00
Ying-Chieh Liao
df95a34e2a re-add gambit 0.97.0.3
A library of tools for doing computation in game theory
2003-02-09 05:23:06 +00:00
Akinori MUSHA
0ef909f763 Update to 0.5. 2003-02-08 08:55:56 +00:00
Norikatsu Shigemura
895e570d7d Refetchable.
PR:		ports/48080
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2003-02-08 05:41:03 +00:00
Joe Marcus Clarke
7305030530 Chase gtk20's shared lib version. 2003-02-07 19:21:11 +00:00
Joe Marcus Clarke
336b31c394 Update to GNOME 2.2.
This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2003-02-07 18:42:25 +00:00
Christian Weisgerber
9a51e3bc8a URL updates.
PR:		47997
Submitted by:	tadalunch@s5.xrea.com
2003-02-07 00:09:00 +00:00
Akinori MUSHA
1e944d1e09 Update to 0.3.6. 2003-02-06 08:45:37 +00:00
Edwin Groothuis
41b97df0b9 Maintainer fix for math/scilab
The math/scilab port does not work on FreeBSD 5.0 due to
	an header conflict.  The following patch sent by Lyndon
	Nerenberg (ports/47498) fixes the problem.

	Reported by: Kris Kennaway (kris@obsecurity.org)
	Fix by: Lyndon Nerenberg (lyndon@orthanc.ab.ca)

PR:		ports/47508
Submitted by:	Jean-Sebastien Roy <js@jeannot.org>
2003-02-05 23:43:15 +00:00
Edwin Groothuis
dcb7b12d1d Make math/p5-Roman buildable on bento again.
Submitted by:	kris@ (thanks!)
2003-02-05 20:46:47 +00:00
Edwin Groothuis
af23a5393b Add missing files to pkg-plist.emacs
Noticed by: net/p5-Net-SSH-Perl investigation.
2003-02-05 07:19:07 +00:00
Edwin Groothuis
ee58d24168 New ports: devel/p5-Date-Roman, math/p5-Roman
The math/p5-Roman port will convert 'ordinary' Arabic
	numerals into their Roman couterparts.  Comes in handy when
	trying to decipher copyright messages on BBC.  The
	devel/p5-Date-Roman port translates 'modern' dates into the
	format used by the ancient Romans. Makes for an interesting
	addition to e-mail headers.

PR:		ports/47148
Submitted by:	Philip Paeps <philip@paeps.cx>
2003-02-05 00:33:47 +00:00
Norikatsu Shigemura
09568cca96 Conditionalize libgnugetopt dependencies.
PR:		ports/47746
Submitted by:	Ports Fury
2003-02-02 14:27:19 +00:00
Kris Kennaway
2663abbe23 Add back pkg-comment which was removed during the earlier PORTCOMMENT sweep. 2003-02-02 02:13:08 +00:00
Joe Marcus Clarke
d8886fc822 Properly handle OMF files. 2003-01-30 19:19:09 +00:00
Alan Eldridge
3c71ff78e9 update to 3.1 official release 2003-01-28 18:36:58 +00:00
Ying-Chieh Liao
bad386e39a upgrade to 1.0.13 2003-01-28 16:53:21 +00:00
Max Khon
ac4d44c453 Forgot to bump PORTREVISION 2003-01-28 10:56:23 +00:00
Max Khon
95d6f6abf3 - update to 10.0a (NOTE: the author didn't change tarball name)
- fix fetching
- fix WWW: in pkg-descr

PR:		47567 (partially)
2003-01-27 23:09:09 +00:00
Joe Marcus Clarke
5ab0fe3481 Update to 0.8.2. 2003-01-25 19:55:33 +00:00
Akinori MUSHA
81fa399b7a Repacked; just a documentation change. 2003-01-23 19:57:50 +00:00
Akinori MUSHA
c7c2616d14 Update to 0.1.7. It now builds and works fine with ruby 1.8. 2003-01-23 17:59:01 +00:00
Oliver Braun
9ed951d57f Change maintainers email address also in the Makefile.
Approved by:	maintainer
2003-01-23 14:32:32 +00:00
Ying-Chieh Liao
de4c35ed4c upgrade to 0.97 2003-01-23 10:10:15 +00:00
Oliver Braun
4ed718b84c Bump gsl shlib version.
Pointed out by:	kris
Forgotten by:	obraun
2003-01-20 10:02:03 +00:00
Joe Marcus Clarke
ca3c72faeb Update to 1.1.15. 2003-01-19 19:40:37 +00:00
Lars Koeller
531baf1f60 o) Remove of obsoleted xmgr port 2003-01-19 15:28:54 +00:00
Lars Koeller
f7fb1648e0 o) After several years of parallel exisitance remove
the obsoleted port of xmgr. The successor is grace,
   which is much more powerfull and development is going on.
2003-01-19 15:27:02 +00:00
Edwin Groothuis
32c616cd74 New Port: ports/math/maxima
Maxima is a Common Lisp implementation of MIT's Macsyma
	system for computer based algebra.

PR:		ports/39888
Submitted by:	Scott Flatman <sf@dsinw.com>
2003-01-19 13:22:15 +00:00
Oliver Braun
e68d627030 Upgrade to 1.3.
PR:		ports/46931
Submitted by:	maintainer
2003-01-18 23:37:43 +00:00
Dirk Meyer
815490d88b - Clean Gnu-Info
Submitted by:	marius@alchemy.franken.de
2003-01-14 18:54:23 +00:00
Kris Kennaway
f10fc5cb87 Add missing file 2003-01-14 10:01:46 +00:00
Kris Kennaway
fd012f8c6d Add missing file 2003-01-14 05:07:58 +00:00
Joe Marcus Clarke
6960a05fca Update to 0.8.1. 2003-01-13 22:30:34 +00:00
Joe Marcus Clarke
d11e8dfb99 Remove share/gnome/gnumeric.
Reported by:	bento
2003-01-13 04:45:33 +00:00
Lars Koeller
73180ac604 o Update to version 5.1.10
o Fix dependency from news xbae port (lib version change)
 o PR:		  ports/43147
   Originator:	  AMAKAWA Shuhei <sa264@cam.ac.uk>
2003-01-12 10:59:17 +00:00
Alexander Leidinger
9f138ca86b From submitter:
- Update to 1.0.53rev1.
- Chase math/libgmp4 version.
- Fix compilation with GCC3 when WITH_GMP is defined.

Submitted by:	marius@alchemy.franken.de
2003-01-11 15:32:24 +00:00
Joe Marcus Clarke
b50d35c4ee Add drgenius, a geometry exploration application built on top of GNOME.
Requested by:	P. U. Kruppa <520023893678-0001@t-online.de>
2003-01-11 08:35:25 +00:00
Joe Marcus Clarke
2b9db89b12 Implement the vendor fix for the recent stack overflow bug. This fix
increases the buffer size ten-fold, but allocates memory dynamically on
the heap.

Obtained from:	GNOME CVS
2003-01-09 18:48:33 +00:00
Tilman Keskinoz
d8d078e803 Fix WWW.
Drop Maintainership.
2003-01-09 11:20:37 +00:00
Tilman Keskinoz
d8b63e0d8e Update to 1.6.1
PR:		45575
Submitted by:	Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
2003-01-08 14:51:45 +00:00
Ying-Chieh Liao
2841e1e665 add glgraph 0.2.6
An OpenGL based function grapher
2003-01-07 03:14:23 +00:00
Joe Marcus Clarke
2a3a6f96b4 Reduce the XML I/O buffer size from 1 MB to 768 KB. This fixes a thread[0]
overflow that caused Gnumeric to crash or hang when opening XML files.

PR:	46807
2003-01-06 20:53:21 +00:00
Ying-Chieh Liao
9218100375 add p5-Math-Trig 0.02
Inverse and hyperbolic trigonemetric Functions
2003-01-06 20:48:31 +00:00
Pete Fritchman
a569b8cbcb Fix a typo (forgot a '%' on a PLIST_SUB variable). 2003-01-05 17:26:04 +00:00
Joe Marcus Clarke
d8d29ce2ef Update to 1.0.12. 2003-01-05 05:12:29 +00:00
Ying-Chieh Liao
1d71d8de39 upgrade to 20021216
PR:		46468
Submitted by:	Ports Fury
2003-01-03 19:41:11 +00:00
Ying-Chieh Liao
4958bf9b45 upgrade to 1.0.2
PR:		46420
Submitted by:	Ports Fury
2003-01-03 19:00:27 +00:00
Ying-Chieh Liao
57e7b9fc21 upgrade to 2.10
PR:		46310
Submitted by:	Ports Fury
2003-01-03 18:31:24 +00:00
Tilman Keskinoz
233b222731 Update to 0.9.2.1
PR:		46308
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-03 18:05:34 +00:00
Ying-Chieh Liao
752a55f644 1. drop maintainership
2. upgrade to 2.12.1
3. utilize PORTDOCS/DOCSDIR/EXAMPLESDIR
4. sort plist
5. add WWW

PR:		45482 (1)
Submitted by:	old maintainer (1)
2003-01-03 17:57:17 +00:00
Ying-Chieh Liao
e5e707310d upgrade to 0.7.0
PR:		46135
Submitted by:	Ports Fury
2003-01-02 19:06:41 +00:00
Pete Fritchman
37d195a89c Add a patch to fix build with bison in -current.
PR:		46690
Submitted by:	Andreas Schulz <ats@first.fraunhofer.de>
2003-01-02 16:33:58 +00:00
Pete Fritchman
a8570d05c3 Update to 2.13.
PR:		46526
Submitted by:	maintainer
2003-01-02 15:23:54 +00:00
Pete Fritchman
6bde17996c Fix build on alpha (don't include the klaptop files when we are on alpha,
we explicitly disable the build there).

Prodded by:	kris
2003-01-02 05:29:58 +00:00
Dirk Meyer
2dc089c93b - Update to 4.1.2 2003-01-02 04:26:52 +00:00
Dirk Meyer
63550df4f2 - Update to 4.1.1 2003-01-02 04:25:57 +00:00
Patrick Li
7598910800 Add patches i missed 2003-01-01 20:38:27 +00:00
Patrick Li
20e2a66e6c Update to 3.37
PR:		ports/46597
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-01 20:37:46 +00:00
Joe Marcus Clarke
26c62b9435 Ypdate to 1.0.11. 2003-01-01 19:12:19 +00:00
Akinori MUSHA
6ea2af8576 Update to 1.2.1. 2003-01-01 16:28:43 +00:00
Ying-Chieh Liao
0d98d3d281 fix build on -current
PR:		46477
Submitted by:	Kuang-che Wu <kcwu@kcwu.homeip.net>
2002-12-23 08:18:26 +00:00
Ying-Chieh Liao
bbefe05848 - Fix build
- Utilize NOPORTDOCS

PR:		46437
Submitted by:	Ports Fury
2002-12-22 18:08:11 +00:00
Dirk Meyer
bc81abb89f Take maintainership 2002-12-17 20:21:11 +00:00
Akinori MUSHA
a9530e1b94 Update the checksum (2.0.20021113 -> 2.0.20021126). In this repack,
there were only header and typedef changes.

Submitted by:	bento
2002-12-16 12:26:49 +00:00
Akinori MUSHA
4929e86653 Catch up with the Ruby Application Archive's URL scheme change. 2002-12-07 17:41:58 +00:00
Ying-Chieh Liao
58673b5198 fix build on -current by upgrading to 0.3.2 2002-12-03 07:15:21 +00:00
Kris Kennaway
2227e221a1 BROKEN on 5.0: does not compile 2002-12-02 00:45:49 +00:00
Tilman Keskinoz
226f3256ea Unbreak on -CURRENT by updating to 4.4
PR:		45844
Submitted by:	oleg@pobox.com (maintainer)
2002-11-30 16:37:57 +00:00
Akinori MUSHA
325ced949d Fix the build on CURRENT. This port requires math/libgmp4 on CURRENT.
PR:		ports/45794
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-28 15:27:15 +00:00
Alan Eldridge
8aa22814fd Patch to use autoconf the right way. Untested because I really don't want to
suck the whole gnome world onto my machine, particularly in the middle of a
complete package rebuild.

Approved by:	kris
2002-11-27 14:23:12 +00:00
Akinori MUSHA
090ec19d9c Add parallel to CATEGORIES.
PR:		ports/39094
Submitted by:	trevor
2002-11-24 13:41:11 +00:00
Maho Nakata
29186ba971 Gerrit Kuehn <gerrit@pmp.uni-hannover.de> reported that
mxdvi vcam don't run(
Approved by:	knu (mentor)
2002-11-24 00:58:25 +00:00
Greg Lewis
38a4c49b1e . Add a knob to allow compilation without PNG support.
. Add a similar knob which introduces (optional) PDFlib support.

Approved by:	maintainer timeout
2002-11-23 18:25:47 +00:00
Mario Sergio Fujikawa Ferreira
552d7096ec o fmt(1) DESCR file
o Add WWW tag
2002-11-23 18:04:16 +00:00
Tilman Keskinoz
137d75f632 Add a patch i forgot with the last commit 2002-11-23 13:58:37 +00:00
Maho Nakata
3ba47946de Could not fetch distfile.
PR:		45571
Submitted by:	Nate Eldredge <neldredge@hmc.edu>
Reviewed by:	knu (mentor)
2002-11-22 09:47:38 +00:00
Tilman Keskinoz
2caceff810 Add USE_GCC= 2.95
PR:		45564
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>(maintainer)
2002-11-21 21:04:07 +00:00
Akinori MUSHA
93426ee4a2 Repo-move math/p5-Math-Financial to finance/p5-Math-Financial. 2002-11-21 19:34:49 +00:00
Ying-Chieh Liao
5d824297fb upgrade to 1.0
PR:		45459
Submitted by:	Ports Fury
2002-11-20 13:34:09 +00:00
Ying-Chieh Liao
441924ccf6 ugprade to 0.6.0
PR:		45444
Submitted by:	Ports Fury
2002-11-20 13:01:55 +00:00
Ying-Chieh Liao
b88260c8c9 upgrade to 20021113
PR:		45510
Submitted by:	Mark Linimon <linimon@lonesome.com>
2002-11-20 05:16:30 +00:00
Tilman Keskinoz
2165d11ddf This port uses bison.
Spotted by:	bento
2002-11-19 18:59:45 +00:00
Maho Nakata
789b5c5923 1. fix build on 5-CURRENT.
2. change e-mail address of maho.
3. honor CXX and CXXFLAGS.
4. modernize patch file names.
5. satisfy portlint.

Reviewed by: knu (mentor)
Reported by: bento
2002-11-19 13:52:23 +00:00
Edwin Groothuis
b04190b20a PERL -> REINPLACE_CMD and portlinted.
Noticed by: bento
2002-11-19 11:57:31 +00:00
Maho Nakata
2808542ba3 1. Correct incorrect checksum.
there's no difference between old and new share_251.tgz(?).
   deleteed some unnecessary symbolic link for
   bin_linux_scilab_251.tgz.
2. change e-mail address of maintainer.

Noticed by: Eric Rivas <the_sawmill@att.net>
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/45005
2002-11-18 13:11:27 +00:00
Akinori MUSHA
a4c85b32d4 Remove unnecessary substitution.
Pointed out by:	eivind
2002-11-18 10:29:26 +00:00
Kris Kennaway
64f0415ebe Reset undeliverable maintainer addresses to ports@FreeBSD.org 2002-11-18 03:48:10 +00:00
Joe Marcus Clarke
dad17a0799 Update to 1.1.12. 2002-11-16 22:45:35 +00:00
Ying-Chieh Liao
325bbc5439 upgrade to 2.1.39
PR:		39251, 45201
Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
Approved by:	maintainer timeout
2002-11-16 17:42:38 +00:00
Ying-Chieh Liao
207fd6754b update distinfo to 1.6.0
PR:		45297
Submitted by:	Paul Mather <paul@gromit.dlib.vt.edu>
2002-11-15 18:23:50 +00:00
Edwin Groothuis
9af90b0056 Made math/scilab building on -current again
Noticed on: bento

Approved by:	Jean-Sebastien Roy <js@jeannot.org> (approved)
2002-11-14 20:21:13 +00:00
Christian Weisgerber
884ef342c8 Fix platform detection for non-i386 case.
Build successfully tested on alpha.
2002-11-12 21:27:12 +00:00
Christian Weisgerber
d52cf7245b Fix "billenium" bug.
PR:		44592
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	maintainer
2002-11-12 16:19:08 +00:00
Joe Marcus Clarke
dd5d199e35 Bump PORTREVISION after the gal version bump. 2002-11-12 02:14:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Joe Marcus Clarke
dd581afb08 Update to 1.1.11. 2002-11-08 20:34:16 +00:00
Edwin Groothuis
be655ca4df The unixstat port has a typo in the list of manual pages.
PR:		ports/44866
Submitted by:	Mike Meyer <mwm@mired.org>
2002-11-08 04:36:56 +00:00
Greg Lewis
b66271640f (1) Remove dependency on and support for linking with gd. Gnuplot is only
interested in gd for making gifs.  gd hasn't done this since around
    version 1.4 IIRC (we're now at 1.8.4).
(2) Detect libpng correctly (this is fixed slightly differently than the PR).

PR:		45035
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (2)
2002-11-08 03:47:27 +00:00
Edwin Groothuis
d44c501b21 ports/math/asir2000 do not build. This probrem has two reasons.
1) ports/matn/pari-devel update.
2) 5-current do not build. This reasion is thread problem.

This send-pr solved that problems.

PR:		ports/44308
Submitted by:	Saito Tomokatsu <saito@asir.org>
2002-11-07 13:16:35 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Kiriyama Kazuhiko
1ee9cd3694 Update 1.5.1 -> 1.6.0 2002-11-07 00:21:47 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Greg Lewis
4d0a09d7af . Respect WITHOUT_X11 setting.
Change is essentially as per the PRs but with an added necessary package
list tweak.

PR:		35177, 44834
Submitted by:	Stijn Hoop <stijn@win.tue.nl>,
             	Aurélien Nephtali <aurelien.nephtali@wanadoo.fr>
Approved by:	maintainer timeout
2002-11-05 22:28:11 +00:00
Greg Lewis
14d7235c69 . Update to 3.7.2.
Approved by:	maintainer timeout
2002-11-05 06:09:30 +00:00
Jean-Marc Zucconi
d9d34442c2 Upgrade to version 2.11.5t4.5
PR:		ports/44132
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
2002-11-04 21:09:01 +00:00
Edwin Groothuis
b8a64d94ec PERL -> REINPLACE
and USE_PERL5 in some places

Noticed by: bento
2002-11-04 03:17:29 +00:00
Edwin Groothuis
6097f03e91 PERL -> REINPLACE
Noticed on: bento
2002-11-04 02:35:01 +00:00
Edwin Groothuis
558f2d386c PERL -> REINPLACE
Noticed on: bento
2002-11-04 01:56:21 +00:00
Edwin Groothuis
6bdc73f9b8 Port needs PERL to build.
See http://bento.freebsd.org/errorlogs/5-latest/yacas-1.0.52.log.
2002-11-03 21:29:34 +00:00
Ying-Chieh Liao
035303be5c upgrade to 1.0.12 2002-10-31 15:59:49 +00:00
Tilman Keskinoz
74aa92e5be Update my Emailaddress 2002-10-30 13:59:30 +00:00
Tilman Keskinoz
fed0a6af8a Fix Build on -CURRENT 2002-10-30 13:57:19 +00:00
Oliver Braun
72b696916c Upgrade to 3.36.
PR:		44563
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-10-28 22:31:35 +00:00
Ying-Chieh Liao
4d409c35da 1. upgrade to 2.5.1
2. add %%PORTDOCS%%
3. now mupad explicitly depends on open-motif(x11-toolkit/linux-openmotif)

PR:		43801
Submitted by:	maintainer
2002-10-28 17:19:31 +00:00
Ying-Chieh Liao
177172cf3b upgrade to 20021009
PR:		44561
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-10-28 17:10:08 +00:00
Dag-Erling Smørgrav
8e253118c9 Correct a typo 2002-10-28 16:10:20 +00:00
Dag-Erling Smørgrav
4f98cecae3 Add a master site 2002-10-28 16:10:01 +00:00
Anton Berezin
01a1ccb437 Update to 2.6. 2002-10-28 13:42:25 +00:00
Anton Berezin
e5a643f272 Update to 1.63. 2002-10-28 13:39:21 +00:00
Anton Berezin
444d873282 Update to 0.20101. 2002-10-28 13:33:22 +00:00
Anton Berezin
8f7670d621 Update to 6.3, add WWW. 2002-10-28 13:27:57 +00:00
Joe Marcus Clarke
4d3b83d935 Update to 1.1.10. 2002-10-28 06:09:05 +00:00
Akinori MUSHA
24cee1bfb1 Update to 0.4. 2002-10-27 23:03:15 +00:00
Akinori MUSHA
aa221345c9 Update to 0.03. 2002-10-27 22:48:42 +00:00
Kris Kennaway
59115986a2 Update to xgobi 2002.06.20
Reviewed by:	maintainer
2002-10-27 01:57:53 +00:00
Kris Kennaway
76f26d3acf Mark BROKEN on 5.0 2002-10-26 02:55:52 +00:00
Oliver Braun
3871c87a99 Add linux-relview, an interactive tool for computer-supported
manipulation of relations.

PR:		44462
Submitted by:	Michael Ebert <ebert@informatik.unibw-muenchen.de>
2002-10-25 17:02:42 +00:00
Kris Kennaway
83d131f8e1 Remove #include <values.h> to partially fix build on -current (still
badly broken).  Mark BROKEN on 5.x.
2002-10-25 08:32:12 +00:00
Kris Kennaway
3e0b227d06 Partially fix build on -current (remove #include <malloc.h>). This still
blows up later on.
2002-10-25 08:19:13 +00:00
Nick Sayer
2c8802aec6 Release all my ports.
kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.
2002-10-21 02:31:08 +00:00
Jean-Marc Zucconi
5b210737a6 Fix -current build. 2002-10-19 20:44:54 +00:00
Joe Marcus Clarke
e72ac81601 Sign over maintainership to gnome@. gcalctool will be part of the GNOME 2.2
desktop.
2002-10-19 20:07:28 +00:00
Jun Kuriyama
154509dd7d Upgrade to 2.2.4.
PR:		ports/44216
Submitted by:	Masaharu FUJITA <m@fjts.org>
		via Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
2002-10-19 14:53:01 +00:00