1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
Commit Graph

2218 Commits

Author SHA1 Message Date
Pav Lucistnik
00a09b915b Add ruby-numru_units, a Ruby class to handle units of physical quantities
like 'hPa' -> '100 kg.m-1.sec-1' etc..

PR:		ports/64247
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-03-14 16:18:27 +00:00
Pav Lucistnik
5802bd330f Add ruby-numru_misc, a collection of miscellaneous functions and classes
to facilitate programming. Misc requires NArray, a multi-dimensional
numeric array class for ruby.

PR:		ports/64246
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-03-14 16:08:31 +00:00
Pav Lucistnik
aab945cb33 - Update to 1.0.2
PR:		ports/64244
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-03-14 14:55:58 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Kirill Ponomarev
ee8bbf630d - Update to version 2.6.3
PR:		ports/64215
Submitted by:	Ports Fury
2004-03-13 19:52:55 +00:00
Kris Kennaway
17e8d727dc BROKEN on amd64: Configure fails 2004-03-13 10:37:04 +00:00
Hye-Shik Chang
676d62a522 Update to 0.9. 2004-03-13 05:19:53 +00:00
Maho Nakata
7f84937385 1) remove lapack dependency
2) SIZEify
3) fix build (sdpa.6.00.install.txt has been changed)

--- sdpa.6.00.install.txt.old	Fri Nov 15 15:22:50 2002
+++ sdpa.6.00.install.txt	Wed Mar 10 16:57:59 2004
@@ -17,6 +17,7 @@
 4. Install SDPA

 A. Install SDPA with CLAPACK, without ATLAS
+B. Install SDPA on Windows
 -----------------------------------------

@@ -263,3 +264,13 @@

 $ ./example1-1.exe
 $ ./example3.exe
+
+*******************************************************
+
+*******************************************************
+B. Install SDPA on Windows
+
+To compile SDPA with Visual C++, download
+http://sdpa.is.titech.ac.jp/sdpa.6.00.src.tar.gz
+and unzip the file.
+Then follow the file Install-with-Visual-C++.txt

Reported by:	kris via bento
2004-03-13 03:46:58 +00:00
Ying-Chieh Liao
11759ed79f add missing dependency 2004-03-12 08:14:22 +00:00
Ying-Chieh Liao
9a28f4914c revive PDL and upgrade it to 2.4.1 2004-03-12 02:58:25 +00:00
Joe Marcus Clarke
62bf41a455 Update to 4.3.50. 2004-03-11 21:42:06 +00:00
John Baldwin
b94d254583 libmath++ is a template based math library, written in C++, for symbolic
and numeric calculus applications.

WWW: http://www.surakware.net/projects/libmath++/index.xml
2004-03-10 16:38:25 +00:00
John Baldwin
47d0c8573f libmath++ is a template based math library, written in C++, for symbolic
and numeric calculus applications.

WWW: http://www.surakware.net/projects/libmath++/index.xml

Reviewed by:	ports@
2004-03-10 16:33:00 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Mario Sergio Fujikawa Ferreira
7d37d10503 o Fix download from open servers (non FreeBSD backup servers):
- Replace USE_SIZE with DISABLE_SIZE so that it is possible
	  to use fetch(1) to download distfile from open servers
	  which are not reporting distfile size

PR:		63725
Submitted by:	Jason Harris <jharris@widomaker.com>
2004-03-09 01:09:46 +00:00
Jun Kuriyama
4f3b5f0234 Use NO_LATEST_LINK to avoid unique name conflict. 2004-03-08 10:51:20 +00:00
Jun Kuriyama
80cc44e035 Fix $LATEST_LINK conflict.
Reported by:	kris
2004-03-08 05:58:25 +00:00
Maho Nakata
e8b1e48a7b Fix very bogos miss.
Submitted by: 	FreshPorts
2004-03-07 23:07:46 +00:00
Maho Nakata
223ed1f08f USE MASTERDIR when include Makefile
PR:	63730
Submitted by:  Mark Linimon <linimon@FreeBSD.org>
Suggestion by: Masafumi Otsune <info@otsune.com>
2004-03-07 22:46:42 +00:00
Kirill Ponomarev
a194606966 - Update to version 20021229
PR:		ports/63878
Submitted by:	Ports Fury
2004-03-07 16:42:31 +00:00
Kirill Ponomarev
28b24f9fca - Update to version 0.9.2.2
PR:		ports/63879
Submitted by:	Ports Fury
2004-03-07 16:41:47 +00:00
Kirill Ponomarev
0ebb8e9194 - Update to version 1.0.2
PR:		ports/63880
Submitted by:	Ports Fury
2004-03-07 16:41:00 +00:00
Kirill Ponomarev
abbf5f7915 - Update to version 3.5.20
PR:		ports/63881
Submitted by:	Ports Fury
2004-03-07 16:39:57 +00:00
Maho Nakata
bdd5c4357f 1) remove non-fetchable sites
2) sorry I didn't notice ITO-san's e-mail that
   also unbreak for this port. maho independently
   unbreak this port. thanks.

Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
		 and kris via bento
2004-03-07 11:54:27 +00:00
Kris Kennaway
2947194cb4 BROKEN on sparc64: Does not compile
Correct ARCH check for amd64.
2004-03-07 05:45:25 +00:00
Kris Kennaway
d5fd227499 BROKEN on sparc64: Does not compile 2004-03-07 05:43:33 +00:00
Kris Kennaway
d3c24d35b2 Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix build
with gcc 3.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
PR:		ports/59024
2004-03-06 22:57:48 +00:00
Kris Kennaway
de0ab4aa1b BROKEN on amd64: Does not compile 2004-03-06 12:17:30 +00:00
Pav Lucistnik
d606de8ef9 - Unbreak: Build the four documentation formats sequentially (instead of simultaneously)
to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.

PR:		ports/63804
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-03-06 11:48:50 +00:00
Kris Kennaway
c8bf9ce551 This is also broken on sparc64 2004-03-04 09:23:01 +00:00
Mario Sergio Fujikawa Ferreira
84ee40e8b1 Add net as secondary category since this is a distributed effort 2004-03-04 02:44:49 +00:00
Kirill Ponomarev
0f614471e4 - Update to version 1.2.3
PR:		ports/63595
Submitted by:	Ports Fury
2004-03-01 18:15:49 +00:00
Kirill Ponomarev
51fa84c7e7 - Update to version 0.9.5
PR:		ports/63594
Submitted by:	Ports Fury
2004-03-01 18:12:58 +00:00
Kirill Ponomarev
676eedf9da - Fix MASTER_SITES 2004-03-01 11:37:13 +00:00
Kirill Ponomarev
d28ae29053 - Fix build on alpha
PR:		ports/63532
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-02-29 17:03:13 +00:00
Kirill Ponomarev
1003c67824 - Update to version 0.9.12
PR:		ports/63496
Submitted by:	Ports Fury
2004-02-28 19:43:12 +00:00
Maho Nakata
5e41ece017 Update to 3.6.0 2004-02-28 09:45:06 +00:00
Maho Nakata
9d888b405d Update to 3.7.1 2004-02-28 03:54:20 +00:00
Pav Lucistnik
fb77f01708 Add ruby-narray_miss, an additional class of ruby with conduct processing
of missing value to NArray which is a numeric multi-dimensional array class.

PR:		ports/62870
Submitted by:	Shin'ya Murakami <murashin@edamame.summing.com>
2004-02-27 21:44:31 +00:00
Mario Sergio Fujikawa Ferreira
3c2287b2c5 o Update to mprime core version 23.5
o Port's Makefile
	- move some lines from post-patch to do-configure target
	  since they DO configure the port's build
2004-02-26 23:39:27 +00:00
Joe Marcus Clarke
f98a0d6338 Update to 4.3.48. 2004-02-26 18:05:42 +00:00
Mathieu Arnold
8d1e6ba916 have it work with all perls, fix plist 2004-02-25 12:06:25 +00:00
Mathieu Arnold
fa66d83c33 add the right dependency so that it builds with all perls 2004-02-25 11:38:28 +00:00
Kris Kennaway
340ac1d565 Correct previous commit:
BROKEN on alpha 5.x: Does not compile
2004-02-25 10:36:46 +00:00
Kris Kennaway
3602943565 BROKEN on !i386 and !amd64: Does not compile 2004-02-25 10:35:56 +00:00
Kris Kennaway
2dc33096c4 BROKEN on !i386 and !amd64: Does not compile 2004-02-25 10:12:17 +00:00
Kris Kennaway
7733bf4bd4 BROKEN on alpha 5.x: Does not compile 2004-02-25 10:04:41 +00:00
Markus Brueffer
7bb44cbc85 Change my email address.
Approved by:	arved (mentor)
2004-02-23 20:57:56 +00:00
Maho Nakata
05996ace26 1) unbreak by updating distinfo
2) silent version up without changing the filename of the archive.
   a) minor difference in .MMMinit
   b) lib.tar (also .MMMinit)
   c) lib.toc (table of contents)
   d) plot.mdvi (one of the help file)
3) satisfy portlint

Submitted by:	kris via bento
2004-02-23 12:43:22 +00:00