1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

3228 Commits

Author SHA1 Message Date
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Kris Kennaway
0dd9f92e52 BROKEN: Does not build
Approved by:    portmgr (implicit)
2006-03-06 20:30:52 +00:00
Anton Berezin
5ec9ee788d Make it build with 5.8.8.
PR:		93938
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:	portmgr (kris/semi-implicit)
2006-02-28 13:53:10 +00:00
Kris Kennaway
3be878b3b8 Set USE_GCC=3.2 to fix package build
Approved by:    portmgr (implicit)
2006-02-28 07:26:17 +00:00
Renato Botelho
5b75d68309 UNBREAK: Fix PLIST
Approved by:	portmgr (krion)
2006-02-27 12:35:16 +00:00
Doug Barton
f6862b0e25 Reset maintainer by request.
Approved by:	portmgr (marcus)
2006-02-26 20:35:31 +00:00
Thierry Thomas
8ff8d68ce4 Unbreak math/petsc-mpich on amd64 by disabling SuperLU.
Reported by:	pointyhat via Kris
Approved by:	portmgr (marcus)
2006-02-26 09:01:06 +00:00
Kris Kennaway
4af61b7a5d BROKEN: Incomplete pkg-plist
Approved by:    portmgr (implicit)
2006-02-25 21:51:59 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Thierry Thomas
fe139b16b0 Add -fPIC for amd64, this will help CalculiX build on amd64 when the
atlas libraries are not build statically. For now a shared library, and
therefore a run dependency to the ports that build with metis, is not
convenient.

Since I'm there, fix MASTER_SITES.

PR:		93714
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-02-22 18:47:27 +00:00
Alexey Dokuchaev
8e0a7deb6d - Fix spelling typo in COMMENT
- Expand contraction in BROKEN string, unquote it [1]
- Remove needless USE_REINPLACE [1]

Found by:	portlint(1)
2006-02-22 15:11:06 +00:00
Bill Fenner
83764e1daa Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.

The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
2006-02-20 20:50:22 +00:00
Colin Percival
b191d62f9d Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken.

Thanks to:	Several people who found copies of the distfiles for me
2006-02-20 18:05:32 +00:00
Thierry Thomas
03e8023266 Rename test target into regression-test.
Spotted by:	Kris
2006-02-20 12:39:10 +00:00
Thierry Thomas
74331843f6 K3DSurf is a program to visualize and manipulate multidimensional surfaces
by using Mathematical equations. It's also a "Modeler" for POV-Ray in the
area of parametric surfaces.

Features :
* 3D, 4D, 5D and 6D HyperObjects visualization.
* Full support of all functions (like C language).
* Support of mouse event in the drawing area (Left:Rotate, Right:scale
  and Midle:translate).
* Animation an Morph effect.
* Povscript and Mesh file generation(and Run if povray is installed).
  VRML2 and OBJ files also supported.
* More than 100 well known examples.
2006-02-20 08:57:48 +00:00
Thierry Thomas
efe40190bb - Let the cblas library get overriden from the ports makefile;
- Add a test: target;

- Define -fPIC on amd64.

PR:		93005
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-02-20 08:56:57 +00:00
Aaron Dalton
c17167b0ad Adding port math/p5-AI-Genetic, A pure Perl genetic algorithm implementation.
Approved by:	tobez (implicit)
2006-02-20 02:29:24 +00:00
Colin Percival
09c7a4a29e Attempt to fix the INDEX build breakage which occurred due to
nano silently mangling newline characters.

With hat:       pointy
2006-02-20 00:19:12 +00:00
Colin Percival
72cb5775db Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as
being unfetchable.  The author's domain name (libtomcrypt.org) expired
and was picked up by a cybersquatter, and the distfiles haven't been
mirrored by ftp.freebsd.org yet.

If anyone has a copy of the distfiles for any of these ports, please
send them to me so that I can host them and unbreak these ports.

Approved by:	flz
Discussed with:	maintainer
2006-02-19 23:45:51 +00:00
Marcus Alves Grando
347dd04203 - Update to 0.71
PR:		93475
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-02-18 21:45:41 +00:00
Thierry Thomas
d09598917e Upgrade to PETSc-2.3.1 patchlevel 7.
Changelog at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/231.html>.
2006-02-18 09:04:52 +00:00
Aaron Dalton
02ddb4a65e Adding port math/p5-Math-Intersection-StraightLine, calculates the intersection point of straight lines as defined by either function, vector, or points.
Submitted by:	aaron
Approved by:	tobez (implicit)
2006-02-18 08:20:27 +00:00
Vasil Dimov
4e738d1245 Use the correct .include statement
.include <Makefile.inc> causes errors when make is not invoked from
port's directory on RELENG_4

PR:		ports/92669
Submitted by:	vd
Approved by:	garga (mentor, implicitly), maintainer timeout
2006-02-17 15:34:16 +00:00
Renato Botelho
99d47b08f7 muParser is an extensible high performance math parser library written in C++.
It is based on transforming an expression into a bytecode and precalculating
constant parts of it.

Author:	Ingo Berg <ingo_berg@gmx.de>
WWW:	http://muparser.sourceforge.net/

PR:		ports/93379
Submitted by:	Nicola Vitale	<nivit@email.it>
2006-02-15 16:58:32 +00:00
Ying-Chieh Liao
6b04ad9a20 upgrade to 12.5.8 2006-02-15 01:47:54 +00:00
Cheng-Lung Sung
40c50a6b73 - update to 0.403
PR:		93353
Submitted by:	maintainer (Kuang-che Wu)
2006-02-15 01:09:24 +00:00
Renato Botelho
42d5a9ddd2 - Make it fetchable again
PR:		ports/93338
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-02-14 15:24:36 +00:00
Renato Botelho
61c839a610 - Make it fetchable again
- Fix WWW

PR:		ports/93335
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-02-14 15:21:21 +00:00
Jean-Marc Zucconi
9135b74761 Change MASTERSITE.
PR:		ports/93332
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-02-14 15:09:02 +00:00
Joe Marcus Clarke
c8725f75bf Update to 5.7.29. 2006-02-14 07:19:02 +00:00
Maho Nakata
28171a1dc8 o cleanups
o faster build time; 4h45m19.23s for my Pentium M 1.6G.
  now static libs are build via knob, timing torerance patch is applied via knob.

Submitted by:	many
2006-02-14 02:30:16 +00:00
Thierry Thomas
5e6a738f04 - Upgrade to 2.12.10;
- Assign maintainership.

PR:		92591
Submitted by:	Christopher Illies <christopher.illies (at) ki.se>
2006-02-13 22:09:20 +00:00
Sam Lawrance
b525526dce Unbreak - disable configure check for gnuplot.
PR:		ports/93242
Submitted by:	Ports Fury
2006-02-13 10:03:26 +00:00
Sam Lawrance
b1e92dd6f4 Update to 0.7.0.
PR:		ports/93241
Submitted by:	Ports Fury
2006-02-13 10:03:16 +00:00
Maho Nakata
8d9c7bbc7c Cosmetic change 2006-02-13 05:38:23 +00:00
Maho Nakata
60ae738eae Update to 20060201 version of SuperLU
Submitted by:	Pedro F.Giffuni
2006-02-13 02:33:44 +00:00
Kris Kennaway
12a072696b BROKEN: Configure fails 2006-02-12 22:23:39 +00:00
Maho Nakata
25ea124ad7 o Do not build static libraries in default setting; this reduce the
build time by half.
o Add support for Pentium D
o timing_torerance patch is now activated via knob; this significantly
  reduce the build time.

A lot of discussion with: "Pedro F. Giffuni" <giffunip@yahoo.com>
2006-02-11 09:11:24 +00:00
Thierry Thomas
4e7c4f0461 Upgrade to 2.3-1. 2006-02-09 20:29:53 +00:00
Jean-Marc Zucconi
dd1af32f00 Dont compile blas as it is not installed. 2006-02-08 19:50:29 +00:00
Jean-Yves Lefort
66faa41543 Fix build on 4.x
PR:		ports/92878
Submitted by:	Tod McQuillin <devin@spamcop.net>
2006-02-08 03:45:45 +00:00
Thierry Thomas
d3b0bdcb4d Add some mirrors. 2006-02-07 23:13:15 +00:00
Thierry Thomas
b130340775 - Upgrade to 2.3-0;
- Add a dependency to bamg.

Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2006-02-07 23:12:27 +00:00
Jean-Marc Zucconi
d8eb7ce0be This port does not conflict with math/atlas. That was a oversight of my part. 2006-02-07 22:20:02 +00:00
Jean-Marc Zucconi
7317500b7a Don't build the included blas library and add a dependency on math/blas.
This port conflicts with math/atlas.

Problem pointed out by: Pedro F. Giffuni
2006-02-07 21:25:05 +00:00
Thierry Thomas
025f7f9daa Don't install bamg to avoid conflicts.
Noticed by:	pointyhat via Kris
2006-02-07 20:33:52 +00:00
Sergey Matveychuk
18d67ba309 - Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.

PR:		ports/92940
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Reported by:	krismail
2006-02-07 10:46:01 +00:00
Renato Botelho
4ae496ffbb - Update to 0.38
PR:		ports/92897
Submitted by:	maintainer
2006-02-06 17:14:02 +00:00
Renato Botelho
84dd2a5cb4 - Update to 0.08
- Fix BROKEN message
- Drop USE_REINPLACE

PR:		ports/92897
Submitted by:	maintainer
2006-02-06 17:14:00 +00:00
Thomas Gellekum
efd27945b8 Upgrade to 24.2.
PR:		ports/92784
Submitted by:	"Pedro F. Giffuni" <giffunip at asme dot org>
2006-02-06 11:57:02 +00:00