Commit Graph

2246 Commits

Author SHA1 Message Date
Christian Weisgerber
52cead8e93 Update to 1.2.1. Changes in this release:
* formula entry mode
* right mouse button click gives popup menu
* translation updates
* bug fixes
2004-03-20 23:32:39 +00:00
Kirill Ponomarev
d287666fd9 - Update to version 3.5.1
PR:		ports/64507
Submitted by:	Ports Fury
2004-03-20 17:25:07 +00:00
Maho Nakata
308503d550 Do not hardcord PICFLAG
Submitted by:	ru
2004-03-20 05:20:46 +00:00
Maho Nakata
10e9ee4f10 Backout previous change of PICFLAG, since
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:

--
"-fpic" is a [minor?] optimization for machines that can handle it:

  -fpic
    Generate position-independent code (PIC) suitable for use in a shared
    library, if supported for the target machine. Such code accesses all
    constant addresses through a global offset table (GOT). The dynamic
    loader resolves the GOT entries when the program starts (the dynamic
    loader is not part of GCC; it is part of the operating system). If
    the GOT size for the linked executable exceeds a machine-specific
    maximum size, you get an error message from the linker indicating
    that -fpic does not work; in that case, recompile with -fPIC instead.
    (These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the
    m68k and RS/6000. The 386 has no such limit.)

  -fPIC
    If supported for the target machine, emit position-independent code,
    suitable for dynamic linking and avoiding any limit on the size of
    the global offset table. This option makes a difference on the m68k,
    m88k, and the SPARC.

Thanks to: obrien
2004-03-19 04:20:12 +00:00
Maho Nakata
23c0b4c300 SIZEify
Submitted by:	trevor
2004-03-19 04:09:18 +00:00
Ying-Chieh Liao
c3e7756474 make it fetchable again 2004-03-19 01:46:05 +00:00
Maho Nakata
fb23a1b086 -fPIC is appropreate on all architectures.
Submitted by: kris
2004-03-18 23:06:11 +00:00
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Pav Lucistnik
db249059e4 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:33:42 +00:00
Kirill Ponomarev
d004d3d0c1 - Fix typo in CATEGORIES and pet portlint
Submitted by:	Mihai Tetcu <itetcu@apropo.ro>
2004-03-18 14:24:38 +00:00
Kris Kennaway
967f8d5c2b BROKEN on amd64 and ia64: Does not compile 2004-03-18 12:39:12 +00:00
Maho Nakata
9bda8c3027 The SDPARA (SemiDefinite Programming Algorithm PARAllel version)
is a parallel version of the SDPA (math/sdpa).
solving SDPs in parallel with the help of MPI
(Message Passing Interface) and ScaLAPACK (Scalable LAPACK).
2004-03-18 12:20:30 +00:00
Kris Kennaway
677affd31b BROKEN: Distfile is unfetchable 2004-03-18 11:50:30 +00:00
Mark Murray
d21b52fd63 Add size info. 2004-03-18 07:57:28 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Ying-Chieh Liao
b163365b4d SIZEify
Submitted by:	trevor
2004-03-18 06:25:52 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Joe Marcus Clarke
605471df08 Update to 1.2.8. 2004-03-17 20:50:25 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Mark Linimon
8ff6db63fe Fix 'make describe' with older, buggy makes.
PR:				ports/64109
Submitted by:			Scott Lipcon <slipcon@mercea.net>
Lesson learned the hard way by:	linimon@FreeBSD.org
2004-03-17 12:46:45 +00:00
Maho Nakata
3718781425 Fix build on alpha 4-stable
Submitted by:	kris via bento
2004-03-17 09:46:36 +00:00
Pav Lucistnik
7adf5d5c96 - Fix build on -STABLE 2004-03-17 00:02:01 +00:00
Joe Marcus Clarke
a4209ed25d Update to 1.2.7. 2004-03-16 22:02:14 +00:00
Greg Lewis
06fea875e3 . SIZEify. 2004-03-15 21:38:22 +00:00
Akinori MUSHA
1fd1d70a3c Update to 0.5.4.
PR:		ports/64243
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-03-15 09:45:13 +00:00
Akinori MUSHA
831f239a71 Update to 0.5.7p2.
PR:		ports/64242
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-03-15 09:43:34 +00:00
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