1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

6143 Commits

Author SHA1 Message Date
Jimmy Olgeni
29887f7508 Add JTransforms, an open source, multithreaded FFT library written
in pure Java.
2010-10-01 11:21:23 +00:00
Ion-Mihai Tetcu
91155b978e Remove old information.
Reported by:	QAT
2010-09-30 12:12:04 +00:00
Dima Panov
35d9430f87 - Add one more checksum for repacked distinfo
Only tag information was changed during repack, so no need to upgrade/rebuild

Noticed by:	pointyhat via erwin
2010-09-29 15:23:37 +00:00
Wen Heping
a44cbe69c1 - Update to 0.16 2010-09-29 06:26:21 +00:00
Wen Heping
8b61ac7c6c - Update to 1.12 2010-09-29 03:24:27 +00:00
Wen Heping
75bfe0add3 - Fix linking with libntl on amd64
PR:		ports/150787
Submitted by:	Max Brazhnikov <makc@FreeBSD.org>
2010-09-29 00:16:09 +00:00
Emanuel Haupt
9fbf18a689 Update to 15.2.2 2010-09-28 07:24:05 +00:00
Maho Nakata
a2c7d8792c Do not build proflib by default.
PR:		150549
Submitted by:   bf@
2010-09-27 05:47:02 +00:00
Maho Nakata
844f80b10f Fix build on FBSD 6.
PR:		150918
Submitted by:	glarkin@, bf@
Spotted by: Pointyhat
2010-09-27 05:25:39 +00:00
TAKATSU Tomonari
46d3e7ba41 - Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mk
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk
- Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving

Approved by:	wen (via e-mail)
2010-09-26 07:59:14 +00:00
Wen Heping
e5a82ff020 - Update to 1.32 2010-09-26 01:06:20 +00:00
Andrej Zverev
dbb9bf6962 Update to 0.83 2010-09-25 20:13:48 +00:00
Greg Larkin
d3f4123373 - Added new patches to support building under gcc 4.5 due to impending
default gcc version change when USE_FORTRAN=yes. Patches included from
  http://bugs.gentoo.org/show_bug.cgi?id=318045. [1]

- Renamed and conditionalized some patches to support tgammaf function
  on OSVERSION < 800023.  Previously, it was included even when present
  in the system math library.  Also fixed name-mangling problem in the
  patches.  Declarations were wrapped in 'extern "C"', but the
  definitions were not, causing a linker error.

- Added a patch to CMakeLists.txt to prevent cmake from changing rpath
  during the installation phase.  That caused libstdc++ from /usr/lib
  to be used instead of the one supplied with gcc 4.5.

Requested by:	gerald [1]
2010-09-24 14:58:14 +00:00
Ade Lovett
56fb58c56f Migrate from devel/automake15 to devel/automake19 2010-09-24 03:22:28 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Philip M. Gollucci
5bd9c5c797 - /mach/ -> /%%PERL_ARCH%%/
With Hat:   perl@
2010-09-24 01:48:27 +00:00
Philip M. Gollucci
76f3222580 - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
2010-09-24 00:44:29 +00:00
Jimmy Olgeni
32aeeaae8a Bump portrevision. A rebuild is needed after rebuilding lang/sbcl,
even if the sbcl version did not change in the end.

Submitted by:	Jan Henrik Sylvester <me janh de>
2010-09-23 19:10:37 +00:00
Baptiste Daroussin
b347149373 math/p5-Math-BigInt is part of perl core modules since at least 5.6+
the lowest version of perl available in ports is 5.8.9 which embed version
1.89 of Math::BigInt which is the same as the one available in
math/p5-Math-BigInt, so remove the useless dependency.
Keeping math/p5-Math-BigInt as it evolves alone

Bump port revision
2010-09-22 07:48:02 +00:00
Nicola Vitale
bb3b11a953 - Update to 1.34
PR:		ports/150776
Submitted by:	Sergei Golyashov <athathoth at yandex.ru>
2010-09-21 19:56:24 +00:00
Max Brazhnikov
7d2081dcb4 Connect giacxcas 2010-09-21 15:30:11 +00:00
Max Brazhnikov
5e65c4ac4a Add new port math/giacxcas:
General purpose Computer algebra system by Bernard Parisse released
under GPLv3. The french documentation by Renee De Graeve is for non
commercial use only.
it consists of:
 - a C++ library (libgiac).  It is build on C and C++ libraries:
   PARI, NTL (arithmetic), CoCoA (Groebner basis), GSL (numerics),
   GMP (big integers), MPFR (bigfloats) and provides algorithms for
   basic polynomial operations (product, GCD) and symbolic
   computations (simplifications, limits/series, symbolic
   integration, sommation, ...). The library can be configured to
   accept Maple or TI syntax to ease the transition for users of
   these systems.
 - a command line interpreter (icas or giac). It can be called from texmacs.
 - a FLTK-based GUI (xcas). It is a GUI for symbolic computation
   with several modules added: 2-d and 3-d graphics, dynamic 2-d and
   3-d geometry (exact or numeric), spreadsheet, programming
   environment.

WWW:	http://www-fourier.ujf-grenoble.fr/~parisse/giac.html

PR:		ports/150395
Submitted by:	Han Frederic <han at math.jussieu.fr>
2010-09-21 15:29:52 +00:00
Maho Nakata
8c4e56eb61 Do not strictly specify BLAS at linking. 2010-09-19 23:38:14 +00:00
Maho Nakata
6e6899e26e Correct handling profiled libraries.
PR:		150174
Submitted by:	bf@
2010-09-19 22:23:22 +00:00
Max Brazhnikov
64563a2801 Chase flexdock update 2010-09-17 20:06:49 +00:00
Thierry Thomas
cb4f661ae0 Chase Code_Aster's upgrade. 2010-09-16 21:23:32 +00:00
Wen Heping
47bbadc41e R-psych provides a number of routines for personality, psychometrics and
experimental psychology. Functions are primarily for scale construction using
factor analysis, cluster analysis and reliability analysis, although others
provide basic descriptive statistics. Functions for simulating particular item
and test structures are included. Several functions serve as a useful front end
for structural equation modeling. Graphical displays of path diagrams, factor
analysis and structural equation models are created using basic graphics. Some
of the functions are written to support a book on psychometrics as well as
publications in personality research.

WWW:    http://cran.r-project.org/web/packages/psych/index.html

PR:		ports/150600
Submitted by:	Dan Rue <drue@therub.org>
2010-09-16 10:38:39 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Pietro Cerutti
474213b4eb - Update to 0.2010.09.01 2010-09-15 15:22:36 +00:00
Wen Heping
ea11b5bf42 - Update to 0.25 2010-09-14 14:04:26 +00:00
Bernhard Froehlich
7311a4c539 - Update to 2.0.4
PR:		ports/149977
Submitted by:	Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer)
Approved by:	beat (co-mentor)
2010-09-14 07:57:15 +00:00
Bernhard Froehlich
abaeb41b8c - Update to 1.0.13
PR:		ports/149976
Submitted by:	Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer)
Approved by:	beat (co-mentor, implicit)
2010-09-14 07:54:58 +00:00
Koop Mast
a05a380f14 Update to 1.10.10. 2010-09-12 19:50:39 +00:00
Wen Heping
1cfcba32b8 - Update to 3.0200
PR:		ports/149257
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	maintainer(timeout, >35 days)
2010-09-12 11:23:55 +00:00
Nicola Vitale
eaf8088ef3 - Update to 0.8.6 2010-09-11 08:10:06 +00:00
Wen Heping
d8aece8812 - Update to 2.54
PR:		ports/150421
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-09 10:25:03 +00:00
Max Brazhnikov
b6aa136abb Fix build on i386
Reported by:	pointyhat
Submitted by:	Rainer Hurling (maintainer)
2010-09-09 05:30:32 +00:00
Philip M. Gollucci
c07bd2d066 - use SUB_FILES appropriately instead of SED directly
PR:             ports/142812
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (nivit ; 231 days)
2010-09-08 22:04:45 +00:00
Brendan Fabeny
a60cab8211 Allow non-interactive builds by adding "auto-accept" to LICENSE_PERMS
Reported by:	pav
Approved by:	makc, miwi (co-mentors, implicit)
2010-09-07 22:28:54 +00:00
Wen Heping
b8588322bb - Update to 1.20
- Reset maintainer to perl@
2010-09-06 00:30:45 +00:00
Max Brazhnikov
e9c79812e3 Update to 0.9.8
PR:		ports/148229
Submitted by:	Stephen Montgomery-Smith <stephen at missouri.edu>
2010-09-05 19:36:09 +00:00
Steve Wills
b0e84f0bc2 Use my new address
Approved By:	pgollucci (mentor)
2010-09-05 04:50:35 +00:00
Max Brazhnikov
73b6db488b Adjust plist.
Approved by:	Rob Farmer (maintainer)
2010-09-04 13:06:12 +00:00
Max Brazhnikov
d599297db9 Update to 2.0.5
PR:		based on ports/150157
Submitted by:	Rainer Hurling (maintainer)
2010-09-04 12:53:44 +00:00
Max Brazhnikov
a45c830a83 Use old version of jgraphx to fix build
Fix crash when running demos [1]

PR:		ports/149659 [1]
Submitted by:	Otacílio de Araújo Ramos Neto <otacilio.neto at ee.ufcg.edu.br> [1], maintainer
Approved by:	Rob Farmer (maintainer)
2010-09-04 12:31:51 +00:00
Brendan Fabeny
a412831f99 -fix website and distfile information
-update to 2.16c
-clean up Makefile and pkg-descr
-add license information
-add a few minor patches

(Note: This port needs more work.)

PR:		148610
Approved by:	makc (co-mentor)
2010-09-04 12:24:10 +00:00
Johan van Selst
8aca2aef92 Update to calc 2.12.4.3 2010-09-04 09:08:50 +00:00
Wen Heping
8bd602b5dc - Bump PORTREVISION to chase the update of math/jlatexmath
PR:		ports/150136
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-09-03 10:58:23 +00:00
Wen Heping
9649946281 - Update to 0.9.2
PR:		ports/150136
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-09-03 10:53:32 +00:00
Max Brazhnikov
08351f8e01 KDE FreeBSD team presents KDE SC 4.5.1.
New ports added:
	misc/kde4-l10n-ia - Interlingua localization for KDE
2010-09-02 21:06:27 +00:00