1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

1769 Commits

Author SHA1 Message Date
Brendan Fabeny
1e56df8489 update to 3.0wr-011109 and adopt 2011-03-31 16:03:03 +00:00
Frederic Culot
6e18bae961 - Update to 2.4.3
- LICENSE added

PR:		ports/156059
Submitted by:	Gvozdikov Veniamin <g.veniamin AT googlemail.com> (maintainer)
2011-03-31 06:51:37 +00:00
Max Brazhnikov
ab46a116a0 Update to 2.0.3 2011-03-30 21:20:14 +00:00
Beat Gaetzi
9e6d7535e3 - Update to 0.99.21
- Remove MD5 checksum
- Reset maintainership
2011-03-27 17:13:49 +00:00
Koop Mast
0f36c5a9ac Update to 0.12.7.
Chase goffice and gnumeric update.
2011-03-25 12:32:48 +00:00
Martin Wilke
c72b94c30a AI4R is a collection of ruby algorithms implementations,
covering several Artificial intelligence fields.  It implements:

 * Genetic algorithms
 * Self-organized maps (SOM)
 * Neural Networks
    - Multilayer perceptron with Backpropagation learning
    - Hopfield net
 * Automatic classifiers (Machine Learning)
    - ID3 (Decision Trees)
    - PRISM (J. Cendrowska, 1987)
    - Multilayer Perceptron
    - OneR (AKA One Attribute Rule, 1R)
    - ZeroR
    - Hyperpipes
    - Naive Bayes
    - IB1 (D. Aha, D. Kibler - 1991)
 * Data clustering
    - K-means
    - Bisecting k-means
    - Single linkage
    - Complete linkage
    - Average linkage
    - Weighted Average linkage
    - Centroid linkage
    - Median linkage
    - Ward's method linkage
    - Diana (Divisive Analysis)

WWW: http://ai4r.rubyforge.org/

PR:		ports/155699
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-03-25 12:08:20 +00:00
Wen Heping
bb12e102f3 The obspy.wav package contains methods in order to read and write
seismogram files in the WAV(audio) format. The data are squeezed to
audible frequencies.

ObsPy is an open-source project dedicated to provide a Python framework
for processing seismological data. It provides parsers for common
file formats and seismological signal processing routines which allow
the manipulation of seismological time series (see Beyreuther et. al.
2010). The goal of the ObsPy project is to facilitate rapid application
development for seismology.

WWW: http://www.obspy.org/
2011-03-21 06:28:57 +00:00
Steve Wills
cae009169c h5utils is a set of utilities for visualization and conversion of
scientific data in the free, portable HDF5 format.

Besides providing a simple tool for batch visualization as PNG images,
h5utils also includes programs to convert HDF5 datasets into the formats
required by other free visualization software (e.g. plain text, Vis5d,
and VTK).

WWW: http://ab-initio.mit.edu/wiki/index.php/H5utils

PR:		ports/155482
Submitted by:	Klaus Aehlig <aehlig at linta.de>
2011-03-18 19:42:35 +00:00
Martin Wilke
cceb7cc4cc - Fix Coredump
PR:		155654
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2011-03-18 09:59:55 +00:00
Max Brazhnikov
ae0b116944 Update to 2.7
PR:		ports/155584
Submitted by:	Rob Farmer (maintainer)
2011-03-17 17:24:59 +00:00
Pav Lucistnik
e13f00eca1 - Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
2011-03-17 11:08:44 +00:00
Wen Heping
f56fbc67a7 - Remove py-obspy.core because the default cvsupd configuration (cvsignore to be exact) prevents the download of files named *.core, use py-obspy-core instead
Thanks to:	dougb@, cperciva@, demelier.david@gmail.com
2011-03-16 09:56:38 +00:00
Wen Heping
9743ef8e08 - Update DEPENDS 2011-03-16 08:51:00 +00:00
Wen Heping
3eabb018e9 The obspy.core package contains common methods and classes
for ObsPy. It includes UTCDateTime, Stats, Stream and Trace
classes and methods for reading seismograms.

ObsPy is an open-source project dedicated to provide a Python
framework for processing seismological data. It provides
parsers for common file formats and seismological signal
processing routines which allow the manipulation of
seismological time series (see Beyreuther et. al. 2010).
The goal of the ObsPy project is to facilitate rapid application
development for seismology.

WWW: http://www.obspy.org/
2011-03-16 08:46:36 +00:00
Wen Heping
ac49b69bf5 The obspy.signal package contains signal processing routines
for seismology. Capabilities include filtering, triggering,
rotation, instrument correction and coordinate transformations.

ObsPy is an open-source project dedicated to provide a Python
framework for processing seismological data. It provides parsers
for common file formats and seismological signal processing
routines which allow the manipulation of seismological time
series (see Beyreuther et. al. 2010). The goal of the ObsPy
project is to facilitate rapid application development for seismology.

WWW: http://www.obspy.org/
2011-03-14 14:09:29 +00:00
Wen Heping
53ab78064b This module contains Python wrappers for gse_functions - The GSE2 library
of Stefan Stange (http://www.orfeus-eu.org/Software/softwarelib.html#gse).
Currently CM6 compressed GSE2 files are supported, this should be sufficient
for most cases. Gse_functions are written in C and interfaced via Python
ctypes.

WWW: http://www.obspy.org/
2011-03-14 14:05:40 +00:00
Wen Heping
beaa8282a4 This module contains Python wrappers for libmseed - The MiniSeed
library of Chad Trabant. Libmseed is written in C and interfaced
via Python ctypes.

WWW: http://www.obspy.org/
2011-03-14 13:08:04 +00:00
Wen Heping
a84b4427a2 The obspy.core package contains common methods and classes
for ObsPy. It includes UTCDateTime, Stats, Stream and Trace
classes and methods for reading seismograms.

ObsPy is an open-source project dedicated to provide a Python
framework for processing seismological data. It provides
parsers for common file formats and seismological signal
processing routines which allow the manipulation of
seismological time series (see Beyreuther et. al. 2010).
The goal of the ObsPy project is to facilitate rapid application
development for seismology.

WWW: http://www.obspy.org/
2011-03-14 13:04:03 +00:00
Baptiste Daroussin
3138dba871 Deprecate unmaintained ports from science where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-13 21:47:45 +00:00
Frederic Culot
b1ec4c1c2d - Update to 1.8.6
Changes:	http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR:		ports/155458
Submitted by:	Rob Farmer <rfarmer AT predatorlabs.net>
Approved by:	Quincey Koziol <koziol AT hdfgroup.org> (maintainer)
2011-03-12 10:07:53 +00:00
Mark Linimon
0db2bdb300 Apparently builds on amd64, but not i386 (an unusual case).
Noticed by:	"Klaus T. Aehlig" <aehlig at linta dot de>
2011-03-11 21:27:31 +00:00
Max Brazhnikov
e434d7522e Update to 1.3.0 2011-03-10 17:01:09 +00:00
Wen Heping
ca7b73fa17 BUFR = Binary Universal Form for the Representation of meteorological data.
BUFR is approved by WMO (World Meteorological Organization) as the standard
universal exchange format for meteorological observations, gradually
replacing a lot of older alphanumeric data formats.

This module provides methods for decoding and encoding BUFR messages, and
for displaying information in BUFR B and D tables and in BUFR flag and code
tables.

Installing this module also installs some programs: bufrread.pl,
bufrresolve.pl, bufrencode.pl, bufr_reencode.pl and bufralter.pl. See
https://wiki.met.no/bufr.pm/start for examples of use. For the majority of
potential users of Geo::BUFR I would expect these programs to be all that
you will need Geo::BUFR for.

WWW: http://search.cpan.org/dist/Geo-BUFR/
2011-03-10 06:15:55 +00:00
Thierry Thomas
ccfa57122e Upgrade to 2011.03.06. 2011-03-07 20:59:00 +00:00
Wen Heping
267e104201 bayesm covers many important models used in marketing and micro-econometrics
applications. The package includes: Bayes Regression (univariate or
multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
Mixtures of Normals (including clustering), Dirichlet Process Prior Density
Estimation with normal base, Hierarchical Linear Models with normal prior and
covariates, Hierarchical Linear Models with a mixture of normals prior and
covariates, Hierarchical Multinomial Logits with a mixture of normals prior
and covariates, Hierarchical Multinomial Logits with a Dirichlet Process
prior and covariates, Hierarchical Negative Binomial Regression Models,
Bayesian analysis of choice-based conjoint data, Bayesian treatment of linear
instrumental variables models, and Analysis of Multivariate Ordinal survey
data with scale usage heterogeneity (as in Rossi et al, JASA (01)).

WWW: http://www.perossi.org/home/bsm-1
2011-03-07 12:04:35 +00:00
Wen Heping
a850098cd5 R-cran-AMORE was born to release the TAO robust neural network algorithm
to the R users. It has grown and I think it can be of interest for
the users wanting to implement their own training algorithms as well as
for those others whose needs lye only in the "user space".

WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
2011-03-07 10:57:09 +00:00
Martin Wilke
7cc8e29f07 - Chase math/plplot shlib bump 2011-03-04 15:28:53 +00:00
Martin Wilke
b7876fe950 - Chase ginac shlib bump 2011-03-04 14:08:57 +00:00
Mark Linimon
3f9d71ae34 Return these ports to the pool.
PR:		ports/155217
Submitted by:	maintainer
2011-03-02 23:59:52 +00:00
Thierry Thomas
bb22a2fe48 Fix the previous commit.
Reported by:	pointyhat via Pav
PR:		ports/154736
2011-03-01 17:59:32 +00:00
Wen Heping
f5ce71b359 - Update to 1.63.03 2011-03-01 09:38:21 +00:00
Sunpoet Po-Chuan Hsieh
d5a139eca5 - Update to 1.4.7
Changes:        https://code.zmaw.de/news/41
2011-03-01 02:44:32 +00:00
Sylvio Cesar Teixeira
cf60762e21 - Fixed fetch of port 2011-02-28 13:46:36 +00:00
Koop Mast
ad904920bf Update to 0.12.6.
Pick up maintainer [1]
Remove broken check for 6.x.

Approved by:	pav@ [1] (previous maintainer)
2011-02-28 12:14:36 +00:00
Thierry Thomas
a75c0a02b7 Chase the upgrade of science/cgnslib to 2.5-5; this implies to
switch some dependencies from science/hdf5 to science/hdf5-18.

As a side note: I think that all ports depending on science/hdf5
could be switched to science/hdf5-18, by defining H5_USE_16_API
when necessary, and then science/hdf5 could be deprecated.

PR:		ports/154736
2011-02-26 10:23:19 +00:00
Thierry Thomas
eb4c8140ad - Upgrade to 2.5-5.
Changelog at
<https://sourceforge.net/projects/cgns/files/cgnslib_2.5/Release%205/>

- Set the license.

PR:		ports/154735
2011-02-26 10:23:14 +00:00
Thierry Thomas
48883ba9ac Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:		ports/154715
2011-02-26 09:56:51 +00:00
Erwin Lansing
82fa70c8a7 Mark BROKEN: does not build 2011-02-25 09:30:06 +00:00
Martin Wilke
1b8254d567 - Move to py25 or above
- While here kick md5 support
2011-02-25 00:47:51 +00:00
Wen Heping
bd72ff017a - Fix fetch
Reported by:	pointyhat
2011-02-22 01:15:35 +00:00
Wen Heping
279b61a4e3 - Update to 1.3.0 2011-02-21 00:25:05 +00:00
Cheng-Lung Sung
fa17d847ec - Update to 0.6.5 2011-02-20 11:31:04 +00:00
Wen Heping
ba88c81733 The SciMath project includes packages to support scientific and
mathematical calculations, beyond the capabilities offered by SciPy.
    * enthought.interpolate
    * enthought.mathematics
    * enthought.units

WWW: http://pypi.python.org/pypi/SciMath/

PR:		ports/154351
Submitted by:	Wen Heping (myself)
2011-02-20 03:54:04 +00:00
Wen Heping
0d2b90b2ff - Update to 0.10
ChangeLog: http://search.cpan.org/src/YAPPO/Geo-Coordinates-Converter-0.10/Changes
2011-02-14 03:04:29 +00:00
Martin Wilke
de8c9752ae - Update to 0.8.4
PR:		154481
Submitted by:	chris petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe:	yes
2011-02-05 10:55:13 +00:00
Sunpoet Po-Chuan Hsieh
adaf4aaad4 - Update to 2.1.21
Changes:
- Eliminate expectation and use of leading scale factor in the "have"
  unit of udunits2(1).
- Add verification of commit status to "make ftp".
- Add dependency of documentation on version.
- Add "force" flag to tagging rule in makefile.

Feature safe:	yes
2011-02-04 19:46:12 +00:00
Mark Linimon
16a77875c6 NO_CDROM is redundant when RESTRICTED is set.
While here, pet portlint.

Hat:		portmgr
Feature safe:	yes
2011-01-24 03:54:45 +00:00
Wen Heping
af5f07d547 - Fix fetch error
Reported by:	QAT@
Feature safe:	yes
2011-01-16 01:37:19 +00:00
Sunpoet Po-Chuan Hsieh
b4c294df96 - Update to 1.8.5 patch 1
- Add option: DEBUG

Changes:	http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR:		ports/153400 (based on)
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
Approved by:	maintainer (timeout, 17 days)
2011-01-09 11:00:35 +00:00
Wen Heping
90d4a1b864 Veusz is a GUI scientific plotting and graphing package. It
is designed to produce publication-ready Postscript or PDF
output. SVG, EMF and bitmap formats export are also supported.
The program runs under Unix/Linux, Windows or Mac OS X, and
binaries are provided. Data can be read from text, CSV or FITS
files, and data can be manipulated or examined from within the
application.

WWW: http://home.gna.org/veusz/

PR:		ports/153686
Submitted by:	Stas Timokhin <devel@stasyan.com>
2011-01-06 02:39:32 +00:00