Commit graph

2864 commits

Author SHA1 Message Date
Roman Bogorodskiy
1eef2d5c54 Update to 1.0.2.
PR:		83159
Submitted by:	Ports Fury
2005-07-08 18:56:29 +00:00
Pav Lucistnik
263207dc87 - Always use external gettext
- Bring in fresh makeinfo so HTML manual can be build [1]

Reported by:	krismail [1]
2005-07-07 18:01:24 +00:00
Pav Lucistnik
ff09caef8f - Update to 0.5.0.1
PR:		ports/82942
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-06 15:24:22 +00:00
Sergey Skvortsov
bf2ed4d351 Add missed dependency on devel/p5-Clone
Reported by:	Philippe Waelti <philippe.waelti at eivd.ch>
2005-07-06 13:24:19 +00:00
Maho Nakata
53ed4e4bea .else if should be .elif or .elseif
Submitted by:	joe, kris
2005-07-06 02:05:48 +00:00
Michael Johnson
496390c22c - Update to 0.2005.06.13
PR:		ports/82943
Submitted by:	Ports Fury
2005-07-05 05:14:34 +00:00
Roman Bogorodskiy
2d428a4fc2 Update to 1.2.4.
PR:		82981
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2005-07-05 04:16:30 +00:00
Tilman Keskinoz
7840bcb8b5 Update to 1.0
- Switch from gtkmm to wxgtk

PR:		82944
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-04 15:37:00 +00:00
Maho Nakata
4746a2a816 Re-organize optimization flags so that runs much more faster 2005-07-04 04:59:27 +00:00
Maho Nakata
314c3abb86 remakeing optimization flags 2005-07-04 04:12:12 +00:00
Pav Lucistnik
75da0f33e9 - Update to 82883
PR:		ports/82883
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2005-07-03 16:45:58 +00:00
Maho Nakata
b8010beedc fix build depends section 2005-07-01 10:40:30 +00:00
Maho Nakata
4a3715c8a6 Update to 3.7.10 2005-07-01 07:54:51 +00:00
Thierry Thomas
7630ae2158 Upgrade to 0.6.2.2.
PR:		82792
Submitted by:	maintainer
2005-06-30 22:02:13 +00:00
Florent Thoumie
cfb8fe6e95 - Fix build dependency (perl).
PR:		ports/82811
Submitted by:	maintainer
2005-06-30 17:33:54 +00:00
Jean-Yves Lefort
87f7e53b8c Add simd-viterbi.
This is a port of Phil Karn's SIMD assisted Viterbi CODEC library. This
package may be useful to programmers working on data communications software.

WWW: http://www.ka9q.net/code/fec/

PR:		ports/82757
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk>
2005-06-29 16:00:29 +00:00
Jean-Yves Lefort
b71ffdc0f6 Add reed-solomon.
This is a port of Phil Karn's Reed-Solomon CODEC library. This package may be
useful to programmers working on data communications software.

WWW: http://www.ka9q.net/code/fec/

PR:		ports/82756
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk>
2005-06-29 15:04:22 +00:00
Maho Nakata
852063c6cd Add two patches for stable builds.
o L1 cache size is not correctly detected having a bad clock
o in some case small number of tries in tuning doesn't meet convergence
  see FAQ http://math-atlas.sourceforge.net/errata.html#tol
2005-06-28 04:45:59 +00:00
Thierry Thomas
54d34b2deb Upgrade to 5.4.
Now depends on/links against libgmp4 unless $WITHOUT_GMP is set.

PR:		82469
Submitted by:	maintainer
2005-06-27 20:18:22 +00:00
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Sergey Matveychuk
05c86adb6a Aamath is a program that reads mathematical expressions in infix notation and
renders them as ASCII art. It may be useful to send mathematics through
text-only media, such as e-mail or newsgroups.

PR:		ports/82552
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-23 11:53:28 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Pav Lucistnik
b6d3fccfff - Update to 0.3.2
PR:		ports/82277
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-17 17:38:36 +00:00
Maho Nakata
a1d97ef5a3 Fix build by adding missing dependency of bash
Submitted by:	kris
2005-06-17 04:37:18 +00:00
Patrick Li
31612f2a31 Update to 2.1.0
PR:		ports/82174
Submitted by:	maintainer
2005-06-13 04:16:36 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Patrick Li
c8df29c979 Mark broken: Unfetchable
PR:		ports/82094
Submitted by:	maintainer
2005-06-10 07:39:01 +00:00
Kevin Lo
53450fc31a Update to 0.8.5 2005-06-09 01:36:24 +00:00
Michael Johnson
b2dbdac021 - Fix typo s/ploting/plotting/
Submitted by:	Sam Lawrance
2005-06-08 13:29:07 +00:00
Thierry Thomas
511afb5eb9 - make install folder independent of PORTVERSION;
- support NOPORTDOCS;

- authorize inclusion on CD-ROM (suggested Pedro F. Giffuni, checked with
  the Scilab project leader);

- fix pkg-descr to include Scilab copyrigth as requested by the licence.

PR:		82003
Submitted by:	maintainer
2005-06-07 20:49:04 +00:00
Pav Lucistnik
f212fd9320 - Update qalculate to 0.8.0, which splits out libqalculate
PR:		ports/81832
Submitted by:	Sergey Akifyev <asa@agava.com> (maintainer)
2005-06-07 09:01:36 +00:00
Pav Lucistnik
4b16656696 - Revert recent libtool damage, unbreak on 4.X
PR:		ports/81958
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Pointy hat to:	oliver
2005-06-07 08:39:31 +00:00
Pav Lucistnik
caa36f0a98 - Update to 1.7.1
- Provide WITH_CPPUNIT knob

PR:		ports/81959
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-06 18:11:49 +00:00
Thierry Thomas
ab8e018a48 Add support of FFLAGS.
PR:		ports/81885 (follow-up)
Submitted by:	maintainer
2005-06-05 21:14:39 +00:00
Thierry Thomas
324973bb90 Upgrade to 3.1.1.
Note: gcc-3.2 is still needed on FreeBSD > 5.3; without it Scilab hangs
on floating point computations.

PR:		ports/81885
Submitted by:	maintainer
2005-06-05 10:23:48 +00:00
Oliver Lehmann
392aa128b5 change the libtool version to use from 1.3 to 1.5 2005-06-02 20:28:41 +00:00
Mario Sergio Fujikawa Ferreira
fc31dd7209 Switch to static binary distribution instead of building from source:
current sources .obj coff-i386 format cannot be changed into .o
elf32-i386 by any of our native tools. Only the devel/mingw32-binutils
port can handle coff-i386 but it cannot generate .elf32-i386. Even
using a middle way format (coff-i386 -> srec -> elf32-i386) does
not help: the .o still do not link correctly.
2005-05-28 20:31:14 +00:00
Jean-Yves Lefort
55ce694178 Add p5-Math-Combinatorics.
Combinatorics is the branch of mathematics studying the enumeration,
combination, and permutation of sets of elements and the mathematical
relations that characterize their properties. As a jumping off point,
refer to:

http://mathworld.wolfram.com/Combinatorics.html

This module provides a pure-perl implementation of nCk, nPk, and n!
(combination, permutation, and factorial, respectively).

Author: Allen Day <allenday@ucla.edu>

WWW: http://search.cpan.org/dist/Math-Combinatorics/

PR:		ports/81572
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-05-28 08:26:23 +00:00
Pav Lucistnik
a50f12b695 - Fix build after wxGtk changes
Reported by:	pointyhat
2005-05-27 18:57:36 +00:00
Thierry Thomas
0c76bca72d Make fetchable again. 2005-05-27 17:48:14 +00:00
Kris Kennaway
e3b17a8a30 BROKEN: Unfetchable 2005-05-27 17:16:06 +00:00
Jean-Yves Lefort
f87963630c [1]:
- Update to 2.1.71
  - Use ${INFO}

Moreover:
  - Polish the Makefile

PR:		ports/81482 [1]
Submitted by:	Johan van Selst <johans@stack.nl> [1]
2005-05-26 17:32:40 +00:00
Pav Lucistnik
ced2b5dad1 - Update to new distfile, lot of new functionality
Approved by:	lioux (maintainer)
2005-05-26 15:39:17 +00:00
Jean-Yves Lefort
5570099945 Update to 1.4
PR:		ports/81483
Submitted by:	maintainer
2005-05-26 12:09:40 +00:00
Mathieu Arnold
41ae674039 Update to 2.04 2005-05-25 13:48:33 +00:00
Jean-Yves Lefort
6eba80163c Update to 1.85
PR:		ports/81365
Submitted by:	maintainer
2005-05-25 00:07:38 +00:00
Anton Berezin
cf0ac5bd5c Update to 0.65. 2005-05-24 12:30:35 +00:00
Anton Berezin
d1df185476 Update to 1.77. 2005-05-24 12:25:36 +00:00
Mario Sergio Fujikawa Ferreira
48b98333d7 o Update distfile's checksum; thus, removing BROKEN status
o There are no changes between the old and new distfiles, the file
  was just re-compressed
2005-05-22 15:03:37 +00:00
Maho Nakata
dbddc47d58 Somehow pkg-message has been an empty file.
Submitted by:	netchild
2005-05-22 07:42:37 +00:00