1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

2761 Commits

Author SHA1 Message Date
Kris Kennaway
3ddfc30188 Partially fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  Mark BROKEN because this package is still
missing a dependency.

Approved by:	portmgr (self)
2005-01-01 22:19:36 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Kirill Ponomarev
344d59f9f0 Support NO_WRKSUBDIR properly
PR:		ports/75631
Submitted by:	Ports Fury
2004-12-30 09:33:04 +00:00
Pav Lucistnik
9badc0b806 - Update to 0.7.1
PR:		ports/75408
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Rui Lopes <rui@ruilopes.com> (maintainer)
2004-12-30 06:39:54 +00:00
Marius Strobl
7ec56bfe90 Update to 1.0.57. For changes since 1.0.56 please see:
http://yacas.sourceforge.net/changes.html
The new optimze-compiled-plugin-size feature had to be disabled
otherwise yacas would dump core.

Approved by:	netchild
2004-12-29 22:00:27 +00:00
Pav Lucistnik
9746cb0b1a Polymake is a versatile framework for experimental discrete mathematics. The
standard distribution contains tool collections for the algorithmic treatment
of polytopes and polyhedra, and finite simplicial complexes.  It offers an
unified interface to a wide variety of algorithms and free software packages
from the computational geometry field, such as convex hull computation or
visualization tools.

PR:		ports/75405
Submitted by:	Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE>
2004-12-29 01:29:57 +00:00
Akinori MUSHA
c494742bdd Update to 1.5.4. 2004-12-25 18:30:27 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Alexey Dokuchaev
9281c6aff2 Fix "bad C++ code" and unbreak. 2004-12-23 14:47:26 +00:00
Edwin Groothuis
297d81284f [MAINTAINER] math/kseg: update to 0.402
Update to 0.402

PR:		ports/75329
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2004-12-22 01:09:10 +00:00
Sergey Matveychuk
45f9d23248 - Unbreak on amd64
(Johan van Selst succesfully ran the test-suite
  on an amd64 running 6-CURRENT and ocaml-3.08.2)

PR:		ports/75334
Submitted by:	maintainer
2004-12-20 21:37:52 +00:00
Lars Koeller
eb68b2d593 o) Fix remove of soft link for documentation. 2004-12-20 20:11:23 +00:00
Michael Johnson
ac0194e1fd - Change forgotten PORTSNAME from gnumeric2 to gnumeric from 2004-12-20 08:22:42 +00:00
MIHIRA Sanpei Yoshiro
25ce6c749a Add 2 files to pkg-list
Submitted by:	kris
2004-12-20 07:36:13 +00:00
Michael Johnson
39ba9398d9 - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
using internal libtool since we use gcc34 and libtool15 doesn't like a
  different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes

Reported by:	marcus [1]
2004-12-20 04:55:50 +00:00
Christian Weisgerber
d7d18824b0 Don't leave extra directory after uninstall.
Submitted by:	kris	(pointyhat)
2004-12-19 22:48:00 +00:00
Mark Linimon
f883a29ba4 Attempt to not build this package on pointyhat; it has a file which must
be manually downloaded.
2004-12-19 18:30:25 +00:00
Kris Kennaway
cb16b1581c Don't try and remove pkgconfig at deinstall 2004-12-18 20:23:23 +00:00
Greg Lewis
40d510ac4f . Respect hier(7).
. Use a better ALL_TARGET.  Having check as part of it tried to install
  some files.  Use check-runs to achieve the desired testing without
  doing any installation.
. ${INSTALL_MAN} -> ${INSTALL_DATA} for doc installation (they aren't
  manual pages).
2004-12-16 07:08:25 +00:00
Pav Lucistnik
c705001068 - Drop requirement for exact python version
- Unmark BROKEN

PR:		ports/75084
Submitted by:	Pasi Hirvonen <psh@iki.fi> (maintainer)
2004-12-15 23:11:48 +00:00
Edwin Groothuis
a27d4fe605 <siks> hm math/clarence is maintained by ports@
<siks> i might consider maintaining that
2004-12-15 22:59:22 +00:00
Michael Johnson
42e50f4530 - Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnow
- Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS
- Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS
2004-12-15 09:04:36 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Kris Kennaway
6ec2397837 BROKEN on 4.x: Does not compile 2004-12-11 21:50:01 +00:00
Kris Kennaway
67855a2012 BROKEN: Broken dependency after python 2.4 update 2004-12-11 21:16:33 +00:00
Michael Johnson
6b3bfe6971 Move math/gnumeric2 --> math/gnumeric 2004-12-11 09:38:24 +00:00
Michael Johnson
524396ff43 Remove gnumeric from distinfo 2004-12-11 09:17:57 +00:00
Michael Johnson
8955366f7c - Remove math/gnumeric dependency by adding GNOME_Gnumeric_Graph.idl to FILESDIR so things like gnucash can still have graphing support. 2004-12-11 09:15:52 +00:00
Joe Marcus Clarke
0085507ce3 Include sys/types.h when including ieeefp.h to fix the build on ia64.
Reported by:	pointyhat via kris
2004-12-11 02:38:50 +00:00
Pav Lucistnik
61985d199d - Update to 1.4.1 2004-12-10 17:42:19 +00:00
Michael Johnson
c4e25c84d9 Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations

Pointed out by:	kris
2004-12-09 21:58:18 +00:00
Michael Johnson
34fd254c76 - Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have
a Athlon
- Fix man pages so they say ${PREFIX}/etc instead of /etc
- Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around
  to use a 16-byte aligned maloc by really using freebsd's 16-byte
  aligned maloc

Reported by:	phk
2004-12-09 19:21:04 +00:00
Michael Nottebrock
bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00
Thierry Thomas
1da202f56d Add xppaut 5.85, graphical tool for solving differential equations, etc.
PR:		74254
Submitted by:	Stephen Montgomery-Smith
2004-12-06 23:08:46 +00:00
Thierry Thomas
7e87245213 Add petsc-mpich, a slave port of PETSC built with MPI. 2004-12-06 13:28:27 +00:00
Thierry Thomas
a5211f3051 Teach bmake to support FreeBSD-6.
Reported by:	Kris via pointyhat.
2004-12-06 13:24:16 +00:00
Volker Stolz
cde6be69bd - Update to 4.4.3
- License is now GPL
- Assign maintainership to submitter

PR:		ports/74534
Submitted by:	Johan van Selst
2004-12-06 08:07:18 +00:00
Sergey A. Osokin
2dd3b93468 Correct pkg-plist.
Bump PORTREVISION.

Submitted by:	pointyhat via kris
2004-12-05 16:54:08 +00:00
Hye-Shik Chang
dd3cadba79 Fix build on Python 2.4. 2004-12-05 03:38:19 +00:00
David E. O'Brien
7aedc5ee6d Unbreak on AMD64 by linking libglob statically vs. dynamically until the
PIC issues are properly dealt with.

Submitted by:	Roland Smith <rsmith@xs4all.nl>
2004-12-05 02:58:07 +00:00
Hye-Shik Chang
4dfc66ee43 Fix build on Python 2.4. 2004-12-05 02:48:04 +00:00
David E. O'Brien
02588391df Remove dependancy on REINPLACE. 2004-12-04 22:47:45 +00:00
Dejan Lesjak
2ae73f6ac0 Add imake build dependency.
Previously it was picked up as run time dependency for X libraries. Since
that is about to change, specify it explicitly.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-03 13:22:41 +00:00
Dejan Lesjak
a02dc7f40b Add perl build dependency.
Previously it was picked up by imake, which was run time dependency for
X libraries. Since this will no longer hold, specify perl explicitly.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-03 07:07:41 +00:00
Yen-Ming Lee
70467fc85b - remove the sites which no longer host the distfile
- utilize DATADIR
2004-12-03 02:36:57 +00:00
Edwin Groothuis
11095e4837 Make eik@ and portupgrade happy by bumping PORTEPOCH. 2004-12-03 01:55:14 +00:00
Hye-Shik Chang
7e89d7bc4b mpz module is deprecated since Python 2.2 and removed in Python 2.4. 2004-12-02 05:22:15 +00:00
Sergey A. Osokin
053bd6682b Add Statistics::Lite 1.02 module - the lightweight and
functional object-oriented statistics.
2004-12-01 15:34:18 +00:00
Anton Berezin
e5db96d167 Mark broken on ia64 and amd64.
PR:		74502
Submitted by:	maintainer
2004-11-29 09:34:20 +00:00
Joe Marcus Clarke
026d5f936c Update to 1.4.0. This update also represents work on the 1.3.x branch by
adamw, ahze, and mezz.
2004-11-29 08:31:28 +00:00
Mark Linimon
7549b0de0a As previously announced, remove math/ruby-math3d. It has been broken
for several months with no sign of a fix.
2004-11-27 08:36:59 +00:00
Kirill Ponomarev
404f9d762d Fix build
PR:		ports/74426
Submitted by:	Ports Fury
2004-11-26 21:03:59 +00:00
Kris Kennaway
de0d75b1e2 BROKEN: Broken pkg-plist 2004-11-26 00:46:02 +00:00
Sergey Matveychuk
43154a7e9b [new port] math/p5-Math-Spline
PR:		ports/74380
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:14:38 +00:00
Sergey Matveychuk
2d8f29c336 [new port] math/p5-Math-Derivative
PR:		ports/74381
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:05:56 +00:00
Kris Kennaway
74e2c45989 Add missing directory
XXX This port doesn't seem to conform to hier(7)
2004-11-24 21:40:41 +00:00
Jeremy Messenger
bdb974fb79 Use new GCONF_SCHEMAS.
Approved by:	pav
2004-11-23 19:33:08 +00:00
Michael Johnson
2bec1cbafb Don't build example programs since we don't install them
Approved by:	adamw (implicit)
2004-11-23 06:03:18 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00
Maho Nakata
23f68d87ca Fix build with WITH_OPTIMIZED_FLAGS
PR:		74011
Submitted by:	Jie Gao <gaoj at cpsc.ucalgary.ca>
2004-11-23 02:10:49 +00:00
Maho Nakata
16e440361a move pkg-message.in to ${FILESDIR} to install
w/o error.
2004-11-23 01:35:43 +00:00
Maho Nakata
0ac102d938 move pkg-message.in in ${FILESDIR} to install
w/o error.
2004-11-23 01:26:54 +00:00
Thierry Thomas
c27762d925 Modify WWW.
Requested by:	Satish Balay.
2004-11-22 21:58:36 +00:00
Maho Nakata
1d22f0bae8 Fix BUILD_DEPENDS section. We need octave to build. 2004-11-22 12:43:46 +00:00
Kirill Ponomarev
cb57edde83 Fix INDEX build.
Portlint.
2004-11-22 09:37:56 +00:00
Maho Nakata
399eebbd05 Update to 2004.11.16 version 2004-11-22 07:32:08 +00:00
Maho Nakata
1c0f86dbf4 update to 2.1.63 2004-11-22 00:12:17 +00:00
Thierry Thomas
3c83758fd2 Add petsc 2.2.1, portable, Extensible Toolkit for Scientific
computation.
2004-11-21 20:56:57 +00:00
Mark Linimon
e22ed3d655 With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption.
2004-11-20 08:09:49 +00:00
Herve Quiroz
4cbd172c76 Fix homepage in pkg-descr
PR:		74098
Submitted by:	Pedro F. giffuni <giffunip@asme.org>
2004-11-19 01:10:31 +00:00
Kirill Ponomarev
30a48cbbca Update to version 1.3.0
PR:		ports/74082
Submitted by:	Ports Fury
2004-11-18 20:40:46 +00:00
Michael Johnson
160d06f279 Utilize ONLY_FOR_ARCHS for i386
since ldouble is for 32bit machines

Pointed out by:	pointyhat via kris
Approved by:	adamw (implicit)
2004-11-18 01:10:47 +00:00
Thierry Thomas
cc826d85af Remove optimization on sparc64.
Reported by:	Kris / pointyhat.
2004-11-16 21:03:23 +00:00
Kirill Ponomarev
0fb622b599 Update to 2.0.1
PR:		ports/73975
Submitted by:	maintainer
2004-11-16 11:01:11 +00:00
Thierry Thomas
ff5b935600 Add triangle 1.5, a Two-Dimensional Quality Mesh Generator and
Delaunay Triangulator.

Change category from cad to math.

Requested by:	Pedro F. Giffuni
Approved by:	marcus
2004-11-15 22:51:06 +00:00
Thierry Thomas
29e92be353 Add blocksolve95 3.0, sofware for the efficient solution of large,
sparse linear systems.
2004-11-15 22:16:27 +00:00
FUJISHIMA Satsuki
a787f0b075 farewell to libxpg4. 2004-11-15 05:19:30 +00:00
Michael Johnson
482c18a72e Remove extra / to fix entry on Freshports
Approved by:	pav (co mentor)
2004-11-15 00:10:57 +00:00
Michael Nottebrock
851093b813 Remove conditional runtime dependency on the gtar port, it's available
in the base system.
2004-11-12 15:09:05 +00:00
Michael Johnson
95c9d0c92c Remove vtel.rgv.net from MASTER_SITES, its now dead
Approved by:	marcus (co mentor)
2004-11-11 03:38:09 +00:00
Michael Johnson
2bde72144d Add slave port fftw-float
Fast C routines (Single Percision)
FFTW is a C subroutine library for computing the Discrete Fourier Transform
(DFT) in one or more dimensions, of both real and complex data, and of
arbitrary input size. We believe that FFTW, which is free software, should
become the FFT library of choice for most applications. Our benchmarks,
performed on a variety of platforms, show that FFTW's performance is
typically superior to that of other publicly available FFT software.
Moreover, FFTW's performance is portable: the program will perform well on
most architectures without modification.

The FFTW package was developed at MIT by Matteo Frigo and Steven G.
Johnson.  Please send email to fftw@theory.lcs.mit.edu so that we can keep
track of users and send you information about new releases.  The latest
version of FFTW, benchmarks, links, and other information can be found at
the FFTW home page

PR:		ports/71271
Approved by:	pav (co mentor)
2004-11-10 11:33:48 +00:00
Michael Johnson
7323b1f83a Add support for slave port 2004-11-10 11:29:18 +00:00
Jeremy Messenger
817db233c8 Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x has
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.
2004-11-10 03:19:15 +00:00
Pav Lucistnik
dc7c8ff64b - Add optional CoqIde support (depends on lablgtk2)
- Correct PORTVERSION to match actual source version
- Cosmetics

PR:		ports/73634
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl> (maintainer)
2004-11-08 21:57:29 +00:00
Volker Stolz
051f1e4460 Rename port: math/fftpack is actually math/bihar
PR:		ports/73403
Submitted by:	Pedro F. Giffuni
2004-11-08 09:48:36 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00
Michael Johnson
d63a13eb34 Add slave port fftw3-float
Fast C routines (Single Percision)
Add slave port fftw3-long
   Fast C routines (Long Double Percision)

Approved by:	pav (co mentor)
2004-11-07 21:56:43 +00:00
Michael Johnson
d68b3cc48d Add support for slave ports
Approved by:	pav (co mentor)
2004-11-07 21:50:25 +00:00
Michael Johnson
bbb9a848f7 Add ldouble
Library of elementary mathematical functions, probability and elliptic
integrals in 80-bit long double precision.

Approved by:	pav (co mentor)
2004-11-07 18:26:52 +00:00
Pav Lucistnik
bbbae368c8 - Fix damage on slave ports from recent change in master port
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2004-11-07 10:54:37 +00:00
Pav Lucistnik
81b2f337fd - Fix build on FreeBSD 5.3
PR:		ports/73607
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2004-11-06 16:15:53 +00:00
Tilman Keskinoz
3c1cf51f31 A Turkish translation was added to the tarball
Install examples into EXAMPLESDIR
Bump PORTREVISION

PR:		73041
Submitted by:	Kuang-che Wu <kcwu@csie.org>

Don't install the non-existing xx-language files
2004-11-05 15:26:01 +00:00
Yen-Ming Lee
13ad2c208c - add USE_GCC=3.3 when default gcc is 3.4
- utilize BSD_INSTALL_DATA in INSTALL_MACROS
2004-11-04 04:31:30 +00:00
Kirill Ponomarev
fe81dd4aea Add e-0.02718, a tiny expression evaluator.
PR:		ports/73454
Submitted by:	Nicholas Stallard <snowy@netphile.de>
2004-11-03 14:33:46 +00:00
Anton Berezin
2f4b844874 Update to 1.73. 2004-11-02 15:01:00 +00:00
Kirill Ponomarev
1deab13adb Update to 2004.10.25 2004-11-02 09:49:01 +00:00
Thierry Thomas
f97f524d7a Upgrade to 1.43.
Remove some patches which have been committed upstream.
2004-11-01 18:41:03 +00:00
Michael Johnson
fe915256b7 Remove not need gnomeprefix
Pointed out by:	marcus
Approved by:	adamw (mentor)
2004-10-30 04:21:27 +00:00
Michael Johnson
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Oliver Lehmann
ddb5286677 add -lXext to src/glx/Makefile.in because -lGL needs it 2004-10-28 20:31:53 +00:00
Thierry Thomas
e570c85499 Add a missing dependence (math/arpack).
Noticed by:	Kris / pointyhat
2004-10-26 20:14:01 +00:00
Greg Lewis
72b8c5ac69 . Add support for stacked histograms (off by default).
. Add readline support (on by default).  This is done a little differently
  from the submitter's patch (the support is optional).

PR:		72827
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2004-10-26 19:51:06 +00:00
Pav Lucistnik
3e157628af - Chase recent readline update
- Pass maintainership on submitter

PR:		ports/73161
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2004-10-26 15:32:07 +00:00
Pav Lucistnik
762e62103e - Update to 1.3.0
PR:		ports/73080
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2004-10-26 07:01:08 +00:00
Maho Nakata
1e751086cb 1) Remove Xpm, and also remove dependencies
which is included in distfiles.
2) Bump portrevision
2004-10-24 04:40:09 +00:00
Maho Nakata
6e7d0ac916 Depends on newer libpng. 2004-10-24 04:24:15 +00:00
Maho Nakata
df33287cc1 Avoid the use of != statements in ports Makefile
PR:		71095
Submitted by:	eik
2004-10-24 03:37:02 +00:00
Christian Weisgerber
d1b537f3b9 Update to 1.2.4. This is a bugfix/minor feature enhancement release:
* introducing thousands separators
* several bugfixes
* cleaned up display code
* new and updated translations
2004-10-23 13:51:22 +00:00
Maho Nakata
2fd8f8553d 1) fix build after changes to make(1) on FreeBSD >= 5.x.
2) clean up (pkg-message)

PR:		72265
Submitted by:	thierry
2004-10-19 02:26:05 +00:00
Maho Nakata
bbeb595445 Forgot to add pkg-message.in
PR:		72261
Pointy hat to:	maho
2004-10-19 02:16:37 +00:00
Maho Nakata
e639642187 1) fix build after changes to make(1) on FreeBSD
2) pass portlint, and also fix pkg-message as well.

PR:		72261
Submitted by:	thierry@
2004-10-19 02:14:59 +00:00
Maho Nakata
7596947cb9 USE_MPI->WITH_MPI and other fix
PR:		72216
Submitted by:	thierry@
2004-10-19 02:10:31 +00:00
Maho Nakata
bd9c310124 1) Adding missing symbols in the library
2) Makefile Cleanups.

PR:		72216
Submitted by:	thierry@
2004-10-19 02:08:48 +00:00
Maho Nakata
26bd231cac Adding newline at the end of files
(lapack.h and blas.h)

Submitted by:	thierry@
2004-10-19 01:10:44 +00:00
Kirill Ponomarev
9d2de81886 Fix package build. 2004-10-16 15:43:28 +00:00
Lars Koeller
e1bceb63b0 o) Fix error in package list (use of rm). 2004-10-16 12:22:25 +00:00
Thierry Thomas
0a48bfad06 Unbreak by using gcc-3.3.
Since I'm there, pet portlint.

PR:		ports/71585
Submitted by:	maintainer.
2004-10-16 08:34:57 +00:00
Pav Lucistnik
253ba3b3b5 Add coq, a formal proof management system: a proof done with Coq is
mechanically checked by the machine.

In particular, Coq allows:
* the definition of functions or predicates,
* to state mathematical theorems and software specifications,
* to develop interactively formal proofs of these theorems,
* to check these proofs by a small certification "kernel".

PR:		ports/72718
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2004-10-16 00:55:32 +00:00
Pav Lucistnik
b3b1ccaa5c - Update to 0.3.5
- Fix build against R 2.0

Reported by:	pointyhat via kris
2004-10-15 20:57:23 +00:00
Lars Koeller
fac13e2e00 Update from 5.1.16 -> 5.1.17
* src/pdfdrv.c: Fixed crash in PDF when using patterns with PDF-1.4.
  * Xbae/Xbae/Create.c: Backported font width fixes.
  * src/x11drv.c: Backported page frame fix.
  * src/: Tab.c, XMgrace.ad, xmgrace.c, Tab.h: Backported tabFontList changes.
  * src/pdfdrv.c: Changed default PDF dpi to 300.

PR:		  72197
Submitted by:	  Shuhei Amakawa <sa264@cam.ac.uk>
2004-10-14 19:25:32 +00:00
Kirill Ponomarev
ba76c597bf Update to 0.401
Change maintainer's email.

PR:		ports/72661
Submitted by:	maintainer
2004-10-14 08:19:40 +00:00
Anton Berezin
306a3a6dec Update to 1.72. 2004-10-13 11:02:39 +00:00
Pav Lucistnik
07ca25112a - Update to 2.0.0
PR:		ports/72544
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-10-12 21:02:12 +00:00
Pav Lucistnik
015b862fe1 - Bump USE_GCC to 3.4 to match cln and unbreak
- Remove gettext hack, it's no longer valid

Reported by:	pointyhat via kris
2004-10-12 19:57:06 +00:00
Mathieu Arnold
c7fc3ca52c Update to 1.1 2004-10-12 14:38:12 +00:00
Kirill Ponomarev
3e9ac88a24 Update to version 2004.10.04
PR:		ports/72531
Submitted by:	Ports Fury
2004-10-12 12:59:39 +00:00
Sergey Skvortsov
2a0dcd9565 Updated to 1.04
* fix ->new(@seed)
2004-10-12 12:21:58 +00:00
Sergei Kolobov
a864ec0c0b - Fix typos (omitted $'s)
PR:		ports/72408
Submitted by:	Mike Meyer (maintainer)

While I'm here:
- Remove unnecessary explicit invocation of STRIP_CMD
- Merge post-install into do-install target
- Use DOCSDIR macro in pkg-plist
2004-10-12 08:14:08 +00:00
Mark Linimon
420144bebe Update to 2.30.
PR:		ports/71882
Submitted by:	KATO Tsuguru <tkato432 at yahoo dot com>
2004-10-12 07:35:57 +00:00
Mark Linimon
d9dcb982a2 1) fix plist: test builds show, that 0.6.3 configure fails to detect
gettext on 5x too :( So we need to temporarily disable translations for now...
2) reinstall didn't ever work, because of use of 'ln -s' instead of
ln -sf for symlinking qalculate-gtk binary.

PR:		ports/71228
Submitted by:	Sergey Akifyev <asa at gascom dot ru> (maintainer)
2004-10-12 06:40:48 +00:00
Thierry Thomas
d9a50fef75 Upgrade to 4.3. 2004-10-12 05:31:15 +00:00
Thierry Thomas
3db9f7c36a - Upgrade to 1.42;
- Add support for MPI.
2004-10-11 22:30:39 +00:00
Alexey Dokuchaev
a841e7bdaf Play nice with new GCC, and unbreak the build.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-08 05:32:57 +00:00
Ade Lovett
f9dde1308b Hack to make pari compile again on 5.3 prior to release
Reviewed by:	maintainer
Approved by:	portmgr (marcus)
2004-10-04 23:27:44 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Mark Murray
cdc29bb450 This port compiles correctly with GCL.
Approved by:	portmgr
2004-09-28 13:50:31 +00:00
Kris Kennaway
6cf6bed824 Now builds on amd64
Approved by:	portmgr (self)
2004-09-28 01:53:59 +00:00
Thierry Thomas
f11bb0d97f make replaced the defined command by our ${ARCH}.
Approved by:	portmgr (marcus).
2004-09-27 07:31:01 +00:00
Kris Kennaway
e3a91b0968 BROKEN on 5.x: Broken by changes to make(1)
Approved by:	portmgr (self)
2004-09-26 03:15:46 +00:00
Kris Kennaway
82f9e5ad55 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 03:11:57 +00:00
Kris Kennaway
70a3e42a78 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 02:02:24 +00:00
Kris Kennaway
dc34d47840 BROKEN on 5.x: Configure fails
Approved by:	portmgr (self)
2004-09-26 01:42:16 +00:00
Joe Marcus Clarke
03d4563c99 Unbreak with GCC 3.4.2.
Submitted by:	Anish Mistry <mistry.7@osu.edu>
Approved by:	portmgr (implicit)
2004-09-20 20:38:31 +00:00
Kris Kennaway
d677a0f98a BROKEN: Does not compile
Approved by:	portmgr (self)
2004-09-19 01:01:07 +00:00
Kris Kennaway
7a6f05bb7a BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 18:47:46 +00:00
Kris Kennaway
fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +00:00
Joe Marcus Clarke
6132935ab6 Fix the build with GCC 3.4.2.
Reported by:	pointyhat
Approved by:	portmgr (implicit)
2004-09-06 19:08:13 +00:00
Mark Linimon
eb4429a739 Update to 0.5.5.
PR:		ports/68467
Submitted by:	Shin'ya Murakami
Approved by:	maintainer
2004-09-03 19:37:55 +00:00
Kirill Ponomarev
78d403a1ad Update to version 0.9.14
PR:		ports/71301
Submitted by:	Ports Fury
2004-09-03 08:21:26 +00:00
Tilman Keskinoz
943f70e8c9 Fix build with gcc 3.4
PR:		71206
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-09-02 16:18:13 +00:00
Tilman Keskinoz
ffcf330dca Update to 0.0.5
PR:		71276
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-09-02 09:45:01 +00:00
Maho Nakata
8220b4b39d Fix build 5-STABLE
Submitted by:	 Sergio Mangialardi <sergio@softshark.org>
2004-09-02 01:14:04 +00:00
Maho Nakata
162ea9b647 type -> arch
Pointy hat to: maho
2004-09-02 00:25:45 +00:00
Maho Nakata
8b77f79ccd ad hoc fix for 5-STABLE, having CPU
other than Pentium4 (Opteron, Pentium III,
Athlon... etc) this was due to recent change
in make(1)
2004-09-01 14:26:13 +00:00
Maho Nakata
0cb5e86302 Build fix for 5-STABLE 2004-09-01 09:59:25 +00:00
Mark Linimon
89ce75e44e Chase plplot shared library version.
PR:		ports/71163
Submitted by:	Joerg Pulz <Joerg dot Pulz at frm2 dot tum dot de>
2004-08-31 04:39:56 +00:00
Michael Nottebrock
b4c31bafd8 Update to KDE 3.3 2004-08-30 19:55:42 +00:00
Ying-Chieh Liao
97e45b5c81 add qgfe 1.0
Gnuplot Front End
2004-08-30 09:56:44 +00:00
Ying-Chieh Liao
80a4de9fde typo
Submitted by:	roy.boerner@amd.com
2004-08-30 09:48:31 +00:00
Ying-Chieh Liao
9241753e8d add qwtplot3d 0.2.4 beta
A 3D plotting widget for scientific data and mathematical expressions
2004-08-30 09:22:45 +00:00
Pav Lucistnik
37073a11e1 Add qalculate, a multi-purpose desktop calculator for GNU/Linux (heh).
It is small and simple to use but with much power and
versatility underneath. Features include customizable
functions, units, arbitrary precision, plotting, and
a user-friendly interface.

PR:		ports/68979
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2004-08-29 17:39:02 +00:00
Pav Lucistnik
424de77b90 Add convertall, a unit converter that can combine the units any way you want.
If you want to convert from inches per decade, that's fine.  Or from
meter-pounds.  Or from cubic nautical miles.  The units don't have to
make sense to anyone else.

PR:		ports/71081
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-08-29 17:35:23 +00:00
Maho Nakata
99c126e32b Add New port lapack95
LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library.
It improves upon the original user-interface to the LAPACK package,
taking advantage of the considerable simplifications which
Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays,
optional arguments, and generic interfaces. The Fortran 95 interface
has been implemented by writing Fortran 95 ``wrappers'' to call
existing routines from the LAPACK package. This interface can persist
unchanged even if the underlying Fortran 77 LAPACK code is rewritten to
take advantage of the new features of Fortran 95.
2004-08-29 07:49:57 +00:00
Joe Marcus Clarke
a5aa457f77 Fix a typo in the GCC 3.4.2 patch (I must have had Palm on the brain).
Submitted by:	Franz Klammer <klammer@webonaut.com>
2004-08-27 16:15:18 +00:00
Joe Marcus Clarke
ce0b5caa77 Fix build with gcc-3.4.2.
Reported by:	pointyhat
2004-08-22 22:05:58 +00:00
Tilman Keskinoz
817a74f5a9 Needs perl to build
Reported by:	pointyhat
2004-08-22 12:25:36 +00:00
Pav Lucistnik
c0634f6813 - Convert to OPTIONS
PR:		ports/70736
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-08-20 23:12:23 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Maho Nakata
2a348761da Now confirmed that both static and dynamic ATLAS lib
has same performance.
2004-08-19 01:24:01 +00:00
Maho Nakata
1ad5c7328f amd64 dislikes -malign-double 2004-08-18 11:20:11 +00:00
Maho Nakata
096c1be761 o Add WITH_SMP, ATLAS with SMP support. currently serious
perfomance loss is observed.
o change Intel C++ compiler flags to approprate one.
2004-08-18 11:12:34 +00:00
Maho Nakata
4559055c68 o Significantly performance loss by overriding several
optimization flags...
o update to 3.7.8
2004-08-18 05:46:25 +00:00
Kirill Ponomarev
e4ae47752b Update to verion 1.2.3
PR:		ports/70545
Submitted by:	Ports Fury
2004-08-16 19:34:41 +00:00
Kirill Ponomarev
45338d72a6 Update to verion 1.1.8
PR:		ports/70544
Submitted by:	Ports Fury
2004-08-16 19:32:40 +00:00
Tilman Keskinoz
90b716b707 Fix build with gcc 3.4 2004-08-16 17:33:26 +00:00
Tilman Keskinoz
77b7980ad8 Unbreak with gcc 3.4.2 2004-08-16 16:36:20 +00:00
Maho Nakata
c31835e707 USE_ICC -> WITH_ICC
Checked by:	portlint
2004-08-16 12:09:45 +00:00
Maho Nakata
11eeff60e1 Add flag USE_ICC, uses intel c/c++ compilier 2004-08-16 08:55:50 +00:00
Kris Kennaway
134baa7fc1 As previously announced, remove these broken/insecure/obsolete ports. 2004-08-16 05:36:44 +00:00
Kris Kennaway
eb9984e0f5 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:47:09 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Maho Nakata
d93eb7b9a2 MASTER_SITE have been moved.
Reported by:	kris
2004-08-16 01:24:11 +00:00
Oliver Lehmann
cdca588b5f update to 0.4.4
remove BROKEN
2004-08-15 08:16:43 +00:00
MIHIRA Sanpei Yoshiro
d5b15ce850 Unbreak on -CURRENT(round() -> iround())
Noticed by:	Kris Kennaway <kris@obsecurity.org>
2004-08-15 03:02:32 +00:00
Oliver Lehmann
ef866e788f take care of $PREFIX/libdata/pkgconfig 2004-08-14 21:57:56 +00:00
Kris Kennaway
d0e7992781 BROKEN: Unfetchable 2004-08-14 21:46:28 +00:00
Kirill Ponomarev
125ff78eaf Add missing file to plist. 2004-08-14 15:24:20 +00:00
Joseph Koshy
6b15b5f0fc Upgrade to v0.81. Unbreak on -CURRENT.
Add real content to pkg-descr [*blush*].
2004-08-14 14:55:27 +00:00
Markus Brueffer
820e0a1724 - Fix build with gcc 3.4 [1]
- Fix build on amd64

Reported by:	pointyhat via kris [1]
2004-08-13 23:38:44 +00:00
John Baldwin
41035190f0 Add patches to quiet new warnings and errors from gcc 3.4.2. The patches
have been fed upstream to the maintainer and will hopefully be included
in future releases.

Prodded by:	pointyhat via kris
2004-08-13 17:39:32 +00:00
Akinori MUSHA
295a2b2241 Update to 1.5.0. 2004-08-12 09:21:34 +00:00
Marius Strobl
dfb1bd873d - Fix compilation with GCC 3.4.2.
- Fix WITH_GMP on FreeBSD >= 500035
- Add a test target to the Makefile of the port.

Approved by:	netchild
2004-08-11 20:47:39 +00:00
Volker Stolz
78e011891c Update to 5.3.1
PR:		ports/70264
Submitted by:	Ports Fury
2004-08-11 11:07:14 +00:00
Volker Stolz
c7724d2425 Update to 3.0
PR:		ports/70175
Submitted by:	Jean-Sebastien Roy (maintainer)
2004-08-11 08:09:50 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Thierry Thomas
499e98584d Add orpie 1.3.1, a fullscreen RPN calculator for the console.
PR:		70054
Submitted by:	Dylan Simon
2004-08-09 21:09:53 +00:00
MIHIRA Sanpei Yoshiro
551bf87ac3 Update to version 6.3.30
(I forgot update this file)
2004-08-08 18:50:55 +00:00
MIHIRA Sanpei Yoshiro
6ab7764027 Update to version 6.3.30 2004-08-08 18:48:56 +00:00