Commit graph

326 commits

Author SHA1 Message Date
Pav Lucistnik
9bbce31b19 - Poke new libtool infrastructure: use system libtool 2004-07-12 19:06:57 +00:00
Volker Stolz
bfee00a67c Chase libgsl.
Reminded by: cluster via kris
2004-07-12 08:51:58 +00:00
Kirill Ponomarev
9aa1e1b1d6 Update to version 0.84
PR:		ports/68864
Submitted by:	Ports Fury
2004-07-09 18:32:53 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Pav Lucistnik
f0e1deaef6 - Update to 1.0.3
PR:		ports/68762
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-07-09 00:30:40 +00:00
Mark Linimon
434197a7ee Deprecate WITHOUT_GETTEXT in favor of WITHOUT_NLS, which is used much
more often in other ports to signify the same thing.

PR:		ports/68544
Approved by:	"Shin'ya Murakami" <murakami at ahs dot scitec dot kobe-u dot ac dot jp> (maintainer)
2004-07-06 03:05:11 +00:00
Kris Kennaway
938162ed30 Fix build on -CURRENT
Submitted by:	das
2004-07-02 09:27:07 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Tilman Keskinoz
4e2ea1aadd Depend on ruby-fftw3
PR:		68466
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-06-29 15:15:00 +00:00
Pav Lucistnik
ef24cc3e4e - Update to 0.4.5
Made possible by:	marcus (installing XDG entries to ${X11BASE})
2004-06-26 12:40:54 +00:00
Maho Nakata
4e3925c125 update to 3.2.1 2004-06-16 07:14:49 +00:00
Pav Lucistnik
c39a4e0363 - Update to 1.0.3
PR:		ports/67854
Submitted by:	Andreas Fehlner <fehlner@gmx.de> (maintainer)
2004-06-13 18:50:59 +00:00
Volker Stolz
daa598d6d2 Update to 2.6
PR:		ports/66635
Submitted by:	Roman Neuhauser
Approved by:	maintainer
2004-06-06 13:27:56 +00:00
Markus Brueffer
bf1124340b Don't use Makefile.kde anymore 2004-06-06 13:26:34 +00:00
Pav Lucistnik
1a5bf22673 - Update to 5.12
PR:		ports/66636
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer timeout (2 weeks)
2004-06-05 00:31:45 +00:00
Pav Lucistnik
8874ac3bea - Add missed dependencies
Submitted by:	maintainer
2004-06-04 11:46:51 +00:00
Pav Lucistnik
15f09a8a05 - Update to 1.0.2
PR:		ports/67519
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-06-03 22:02:00 +00:00
Kirill Ponomarev
eff2bc50d3 - Fix MASTER_SITES
PR:		ports/67391
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-30 20:58:09 +00:00
Kris Kennaway
d027063e8c BROKEN on amd64: Needs to link against shared libraries 2004-05-30 07:06:31 +00:00
Pav Lucistnik
7f9a83302b - Update to 0.4.4 2004-05-29 11:48:19 +00:00
Pav Lucistnik
a1c291f773 - Update to 0.3.2
PR:		ports/67029
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-05-22 14:37:33 +00:00
Pav Lucistnik
88a9c3bc78 - math/ruby-narray is build dependency
PR:		ports/66411
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-05-09 23:04:52 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Markus Brueffer
beb87d6ad8 Add kst 0.97.
kst is a program for looking at data streams. It can plot:

   - x-y plots
   - power spectra
   - histograms
   - equations (including equations of data streams).
   - data in files which are being updated as data is being logged,
     in which case it can act as a plotter for a chart recorder.
   - much more

You can use the mouse to rapidly zoom into interesting parts of the plots.

In addition to a complete GUI, kst has a convenient command line interface
for rapid access to plotting data in files. kst can read data from stdin.
It provides a DCOP interface for remote manipulation, and supports several
file formats in use in scientific projects around the world.

WWW: http://omega.astro.utoronto.ca/kst/
WWW: http://extragear.kde.org/apps/kst.php
2004-04-30 15:44:32 +00:00
Tilman Keskinoz
654f9993fe Update to 0.3.1
PR:		65748
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-04-20 09:57:20 +00:00
Pav Lucistnik
cdd6358664 - Conform to master/slave syntax according to ports/64393
PR:		ports/65743
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-04-20 09:54:18 +00:00
Kris Kennaway
941d367abd Add missing file 2004-04-17 12:41:03 +00:00
Kris Kennaway
00fc89b7de Back out previous, the distfile needs to be manually fetched 2004-04-11 00:25:36 +00:00
Kris Kennaway
a247565ca6 BROKEN: Unfetchable 2004-04-11 00:25:35 +00:00
Trevor Johnson
f844f89eae Cram into 80 columns by 24 rows. 2004-04-10 17:11:02 +00:00
Pav Lucistnik
5b5c8879e6 - Update to 0.4.3 2004-04-09 16:52:56 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Thierry Thomas
048720933d Remove a superfluous RUN_DEPENDS. Hope to unbreak INDEX.
Approved by:	mat (mentor)
Pointy hat:	myself.
2004-04-03 13:50:23 +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
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
a9f6551306 - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:56:43 +00:00
Maho Nakata
7694957199 Silent distfile change and it has been changed
drastically, so I'll wait for next update with different version
number. place old distfile at freebsd.org (this program is gpl'ed)
for a while.

Submitted by:	kris via bento
2004-03-30 15:23:05 +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
Thierry Thomas
29c7242d09 Add ovt 2.3, the Orbit Visualization Tool.
PR:		57860
Submitted by:	Mykola Khotyaintsev <ko@nest.irfu.se>
2004-03-23 23:34:29 +00:00
Pav Lucistnik
792ebdca5a - Update to 0.4.2 2004-03-22 00:54:27 +00:00
Pav Lucistnik
510763aeb1 - Update to 0.2.5 2004-03-22 00:38:14 +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
34ce1bef94 A Density functional software. This software has a unique design
based upon the DFT++ algebraic framework introduced in Computer
Physics Communications 128, 1-45 (June 2000).
This framework allows us to transparently separate the computational
guts (cache optimization, parallelization, etc.) from the introduction
of new representations (plane waves, wavelets) and new
physics (new density functionals, linear response theory,
dielectric solutions).
The software is fully cache and register optimized,
and runs in serial, threaded, MPI and mixed threaded-MPI
parallel environments.
2004-03-20 04:50:45 +00:00
Maho Nakata
4049153e20 1) add documents
2) add note for citation in pkg-message
2004-03-19 10:02:05 +00:00
Maho Nakata
416fa53bb8 The PSI3 suite of quantum chemical programs is designed for efficient,
high-accuracy calculations of properties of small to medium-sized molecules.
The package's current capabilities include a variety of Hartree-Fock,
coupled cluster, complete-active-space self-consistent-field,
and multi-reference configuration interaction models.
Molecular point-group symmetry is utilized throughout to maximize efficiency.
2004-03-19 09:32:49 +00:00
Maho Nakata
23c0b4c300 SIZEify
Submitted by:	trevor
2004-03-19 04:09:18 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Pav Lucistnik
a121a28b20 - cdcl is a build dependency
PR:		ports/64322
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-03-16 19:04:05 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +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