Commit Graph

2321 Commits

Author SHA1 Message Date
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Joe Marcus Clarke
5bf3274784 Update to 1.2.9. 2004-04-08 08:49:22 +00:00
Clement Laforet
113d291e1d - tar -> ${TAR} (since we have now a bsdtar ;) 2004-04-07 13:26:20 +00:00
Kris Kennaway
b02e3b07c6 lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-05 22:15:37 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Maho Nakata
84addca6cf forgot to update distinfo
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-04-03 23:23:32 +00:00
Kirill Ponomarev
e0a03595ef - Update to version 1.2.4
PR:		ports/65088
Submitted by:	Ports Fury
2004-04-02 19:06:03 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Christian Weisgerber
34d2eea617 Update to 1.2.2. Changes in this release:
* several bugfixes
* [EE] shortcut
* updated translations
2004-04-01 21:01:40 +00:00
Maho Nakata
3fdb55203a update to 3.0
Noticed by:	pav (long long ago) and Ricardo <ragomes@sc.usp.br>
2004-04-01 11:38:49 +00:00
Kirill Ponomarev
68d520a97e - Honour CC/CFLAGS
- Add DOCSDIR
- portlint

PR:		ports/65015
Submitted by:	michael johnson <ahze@ahze.net>
2004-04-01 09:52:13 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Alexander Leidinger
7ad012e1d9 Unfortunately, the recent changes to math/xgfe (PR 59024) broke its
compilation on FreeBSD 4 with GCC 2.95.4:
        http://bento.freebsd.org/errorlogs/i386-4-latest/xgfe-2.1.log

The patch below fixes this.

During testing it on FreeBSD 4 and 5 with QT 3.3.1 I noticed that the
Advanced -> Multiple Files and Advanced -> Multiple Functions dialogs
were broken. I'm not sure if this is a new breakage with QT 3.3.1 or
if I didn't notice these when testing the previous patch on FreeBSD 5
with QT 3.2.1. Anyway, these are also fixed and as a precaution
PORTREVISION is bumped.

The patch also adds SIZE info.

PR:		64390
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2004-03-30 17:02:58 +00:00
Maho Nakata
db4e7c3aca make portlint happy 2004-03-30 14:49:59 +00:00
Maho Nakata
7aa685c787 real fix for PR:64692
PR:		64692
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-03-30 14:48:49 +00:00
Kris Kennaway
d6d42ac6d4 Fix build on amd64 (compile shared libraries with -fPIC) 2004-03-29 08:43:14 +00:00
Markus Brueffer
91e67482b4 - SIZEify
Submitted by:	trevor
Approved by:	arved (mentor)
2004-03-28 18:36:47 +00:00
Oliver Braun
d50a806198 * Add SIZE. [1]
* s/brandelf/${BRANDELF}/.

Submitted by:	maintainer [1]
2004-03-27 07:48:38 +00:00
Maho Nakata
410118a607 unbreak for 4-STABLE i386 and alpha
PR:	64692 (loosely depended on)
Submitted by:	Kay Lehmann <kay_lehmann@web.de> and kris via bento
2004-03-27 05:55:45 +00:00
Maho Nakata
944b238c1b make portlint happy
Submitted by:	kris
2004-03-27 03:30:35 +00:00
Pav Lucistnik
56db852da4 - Add CONFLICTS between math/netcdf and science/hdf, they both install
same binaries.

PR:		ports/64646, ports/64647
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-03-24 18:55:25 +00:00
Maho Nakata
65dc8899e2 omit . in pkg-descr
Submitted by:	Makoto Yamashita <Makoto.Yamashita@is.titech.ac.jp>
2004-03-23 01:08:47 +00:00
Joe Marcus Clarke
e68206fade Update to 4.3.51. 2004-03-22 23:27:27 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
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
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