Frank J. Laszlo
40d889badc
Update my email address in all ports that I maintain.
...
Approved by: flz (mentor)
2006-11-07 15:37:06 +00:00
Alejandro Pulver
542ef53719
- Fix pkg-plist.
...
- Pet portlint, remove wihtepace and set INSTALLS_ICONS.
PR: ports/104863
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
2006-11-06 17:26:38 +00:00
Alejandro Pulver
b6646f2afe
- Fix building on 7.x by adding WITH_FORTRAN.
...
PR: ports/104808
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> (maintainer)
2006-11-05 21:08:41 +00:00
Thierry Thomas
2c749c3ab5
Upgrade to 0.4.1.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=461129 >.
2006-11-05 21:02:49 +00:00
Martin Wilke
cca2141326
- Unbreak
...
- USE_GCC 3.2
PR: ports/105150
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Sponsored by: FreeBSD Bug-a-thon #2
2006-11-05 18:40:16 +00:00
Alejandro Pulver
f1ff15254e
- Avoid duplicate LATEST_LINK in slave ports (vtk43-headers).
2006-11-05 05:51:19 +00:00
Jeremy Messenger
1a88278734
INSTALLS_SHLIB -> USE_LDCONFIG.
...
Found by: portlint (cports.sh)
2006-11-05 03:45:05 +00:00
Alex Dupre
7f70368fe3
Update master site and maintainer email.
...
Submitted by: maintainer
2006-11-03 22:17:56 +00:00
Michael Johnson
b2d2e122f4
Update to 5.8.25
2006-11-03 13:23:02 +00:00
Andrey A. Chernov
99f2857f0e
Remove junk
2006-11-02 22:36:57 +00:00
Greg Lewis
f5908089a1
. Fix the PDF terminal.
...
PR: 104431
Submitted by: Roland Smith <rsmith@xs4all.nl>
2006-11-02 18:21:57 +00:00
Cheng-Lung Sung
a0582a0efb
Add p5-Math-Polynomial-Solve 2.10, find the roots of polynomial
...
equations.
PR: ports/104710
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-11-02 14:24:46 +00:00
Cheng-Lung Sung
6918fd3101
Add p5-GIS-Distance 0.01001, calculate geographic distances.
...
PR: ports/104695
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-11-02 13:59:51 +00:00
Cheng-Lung Sung
f0f6dd0f19
- Update to 0.5.9 [1].
...
- MASTER_SITES to rubyforge
PR: ports/104372 [1]
Submitted by: Shin'ya Murakami <murakami_AT_ahs dot scitec dot kobe-u dot ac dot jp> [1]
2006-11-02 00:50:34 +00:00
Alejandro Pulver
b38a0ef77b
This is a program which can calculate with several martices.
...
It can multiplicate (by matrix or number), add, substract, invert,
transpose and get the determinant of matrices. And these calculations
can be done on matrices of any order.
It has two interfaces: GTK GUI and console-interface.
Morten Slot Kristensen <ontherenth@gmail.com>
WWW: http://mplus.dk/matrices/
PR: ports/104983
Submitted by: Morten Slot Kristensen
2006-11-01 20:26:08 +00:00
Alejandro Pulver
92ac0f0a2f
- Add math/vtk43-headers to CVSROOT/modules.
...
- Add math/vtk-headers to math/Makefile.
- Bump PORTEPOCH [1].
Reported by: erwin [1]
2006-11-01 19:45:24 +00:00
Cheng-Lung Sung
3dc2a98654
Add p5-Statistics-LineFit 0.06, least squares line fit, weighted or
...
unweighted.
PR: ports/104688
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-11-01 01:59:37 +00:00
Cheng-Lung Sung
621307ff83
Add p5-Algorithm-CurveFit 1.02, nonlinear Least Squares Fitting.
...
PR: ports/104620
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-11-01 01:53:44 +00:00
Cheng-Lung Sung
5f2b26963c
- Update to 1.14
...
PR: ports/104442
Submitted by: maintainer (Nicola Vitale)
2006-11-01 00:41:29 +00:00
Thierry Thomas
42be1f8869
Update to 0.4.0.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=456317 >.
2006-10-31 22:03:34 +00:00
Alejandro Pulver
7fde7019e2
- Add math/vtk43-headers (repocopy + patch) [1].
...
- Patch math/vtk43 to install headers and libraries in subdirectories rather
that using a separate prefix [2].
PR: ports/95492
Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> [1]
Obtained from: Jason Bacon <bacon@smithers.neuro.mcw.edu> (talked on private e-mail) [2]
2006-10-31 18:19:39 +00:00
Alejandro Pulver
d2ea05c769
Numdiff is a little program that can be used to compare putatively similar
...
files line by line and field by field, ignoring small numeric differences
or/and different numeric formats.
Equivalently, Numdiff is a program with the capability to appropriately
compare files containing numerical fields (and not only).
% numdiff file1 file2
WWW: http://www.nongnu.org/numdiff/
PR: ports/104525
Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org>
2006-10-31 17:29:35 +00:00
Emanuel Haupt
7743d176f3
Update to 12.6.6
2006-10-31 12:43:34 +00:00
Dirk Meyer
06f7bd813b
MathArray is a general library of classes for performing mathematical
...
operations on arrays (vectors, matrices, etc) of values. It can
operate on any standard 'C' number type plus numbers of complex
type. MathArray is implemented using a "class cluster" concept,
allowing one to perform mathematical calculations on a number without
necessarily being aware of what type (class) of number is being
operated on. MathArray knows implicitly what types of operations can
be performed on what types of numbers and will automatically cast
itself to the correct number type representation to handle the
specific operation. Standard operations include addition, scalar and
matrix multiplication and logical operations. Mathematical operations
in the standard C math library are also supported, as well as
user-defined functions.
MathArray also does much more. Arrays can be manipulated, transposed
and concatenated. One can extract subarrays or include subarrays within
larger arrays.
2006-10-31 06:20:44 +00:00
Alejandro Pulver
981420fb43
Plots data on map projections (with continental and political boundaries).
...
WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html
PR: ports/104316
Submitted by: mainland at apeiron.net
2006-10-31 03:03:42 +00:00
Rong-En Fan
523bb21c32
- Update to 2.4.0
...
PR: ports/104261
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2006-10-31 01:27:11 +00:00
Vasil Dimov
a8836b518e
* Fix pkg-plist of math/octave-forge
...
* Remove quotes from BROKEN in math/octave-forge
* Use dirrmtry in math/octave for common directories with math/octave-forge
Approved by: portmgr (erwin)
2006-10-23 15:16:15 +00:00
Kris Kennaway
9892e65e76
BROKEN: Incomplete pkg-plist
...
Approved by: portmgr (self)
2006-10-21 03:03:51 +00:00
Kris Kennaway
1b1a8050b0
BROKEN: Incorrect pkg-plist
...
Approved by: portmgr (self)
2006-10-15 20:06:03 +00:00
Joe Marcus Clarke
29747f458a
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
...
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Joe Marcus Clarke
f1bb12de8e
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
...
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>
Enjoy!
Approved by: portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Cheng-Lung Sung
be088a3e71
- Builds on amd64
...
Noted by: kris
Approved by: portmgr (kris)
2006-10-13 01:58:43 +00:00
Maho Nakata
9039d4fec3
math/elmer-umfpack and math/suitesparse conflicts.
...
Submitted by: Pedro F. Giffuni
2006-10-10 02:25:29 +00:00
Maho Nakata
14f03a7f13
Update to 5.5.0.9
...
* New freely fetchable MASTER_SITE [1]
* possible fix for sparc64 [2]
Submitted by: Pedro F. Giffuni[1], kris[2]
2006-10-10 02:05:45 +00:00
Alejandro Pulver
a96712dbfb
- Update to 0.7.0a.
...
PR: ports/104166
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
2006-10-09 17:39:44 +00:00
Shaun Amott
243afd3037
Preemptively fix build for gcc 4.1.
...
PR: ports/104130
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
2006-10-09 16:26:20 +00:00
Alex Dupre
8e8d970bfa
Chase pdf library and bump PORTREVISION.
2006-10-09 08:18:35 +00:00
Soeren Straarup
d837fcf89c
The author server is down for unknown time, so we must temporary fetch
...
the file from FreeBSD.org.
PR: 103713
Submitted by: Eric Mesa <ericsbinaryworld_@_gmail.com> (maintainer approved)
Approved by: tmclaugh (mentor)
2006-10-09 06:55:14 +00:00
Alejandro Pulver
b2c8563910
- Update to version 1.6.0.
...
PR: ports/104175
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2006-10-09 00:41:43 +00:00
Pav Lucistnik
13c2c88c2e
- Remove symlinks created by mtree target from plists
...
Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu,
miwi
2006-10-08 14:59:46 +00:00
Johan van Selst
0fd167476a
- Update to 4.4.8
...
- Temporarily disable broken build of grape subpackage
2006-10-08 10:43:19 +00:00
Marcus Alves Grando
af24b08cc9
- Add more MASTER_SITES [1]
...
- portlint and remove duplicated 5.x directive [1]
- Use %%DATADIR%% in pkg-plist [1]
- Take maintainer [1]
- Make it possible to build w/o math/atlas. Now use math/blas as default, instead of math/atlas. [2]
PR: 97199 [1], 100330 [2]
Submitted by: Rainer Alves <rainer.alves___gmail.com> [1], trasz <trasz___pin.if.uz.zgora.pl> [2]
2006-10-07 23:41:23 +00:00
Thierry Thomas
384e66ad67
Change dependence to net/mpich2.
...
PR: ports/100729
Approved by: maintainer's time-out (since Jul 22)
2006-10-07 22:07:22 +00:00
Alejandro Pulver
ffdf4a418b
LTL is a C++ class template library for scientific computing which provides
...
high performance via SSE3 floating point support for vector operations.
Useful for array processing, image processing, FITS and ASCII I/O, and linear
algebra (astronomical and scientific computing, in short). LTL provides
dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed
size vectors and matrices including basic linear algebra operations, expression
templates based evaluation, and I/O facilities for ascii and FITS format files.
Users of the boost and blitz++ library may find the cross-pollination of these
unique features to be fruitful.
WWW: http://www.mpe.mpg.de/~drory/ltl/
PR: ports/103310
Submitted by: rossiya
2006-10-07 20:43:52 +00:00
Martin Wilke
b199753f76
- Update to 1.3.5
...
PR: ports/104076
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 15:01:20 +00:00
Thierry Thomas
e26d5a3230
Set CMAKE_BACKWARDS_COMPATIBILITY to 2.2 and unbreak.
...
PR: ports/102437
Submitted by: TAOKA Fumiyoshi <fmysh (at) iijmio-mail.jp>
Approved by: maintainer's time-out (since 23 Aug 2006)
2006-10-06 22:58:56 +00:00
Cheng-Lung Sung
299bacaf4d
- Update to 2.4.3
...
- patch-aa to patch-perldl.conf with minor modification
- patch-Lib::Slatec::Makefile.PL removed
hack in Makefile.PL resolve x86_64 systems problem.
2006-10-06 04:04:05 +00:00
Maho Nakata
273f366242
math/ufsparse has been renamed to math/suitesparse
...
PR: 103598
2006-10-06 03:58:30 +00:00
Maho Nakata
1b8aaa4bf7
math/ufsparse has been renamed to math/suitesparse
...
PR: 103598
2006-10-06 03:57:59 +00:00
Maho Nakata
1dd8117208
math/ufsparse has been renamed to math/suitesparse
...
PR: 103598
2006-10-06 03:53:42 +00:00
Alejandro Pulver
a6699c4fb9
- Update to version 5.10.0.
...
PR: ports/103960
Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
2006-10-04 18:31:19 +00:00
Pav Lucistnik
399f0cf3c4
- Fix fetch, remove WWW
2006-10-04 14:24:10 +00:00
Chin-San Huang
d969fbba79
Change the following ports to my FreeBSD.org email.
...
Approved by: delphij (mentor)
archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
chinese/pcmanx/Makefile
chinese/phpbb-tw/Makefile
chinese/tatter-tools/Makefile
chinese/ve/Makefile
chinese/zhcon/Makefile
devel/pear-Console_Getopt/Makefile
devel/pear-Console_Table/Makefile
devel/pear-PEAR_Info/Makefile
devel/pecl-expect/Makefile
games/p5-Baseball-Sabermetrics/Makefile
graphics/epdfview/Makefile
graphics/p5-Chart-Clicker/Makefile
graphics/p5-GD-Thumbnail/Makefile
graphics/p5-Visio/Makefile
mail/pecl-esmtp/Makefile
math/pecl-stats/Makefile
misc/pear-Services_Weather/Makefile
net/ldapdiff/Makefile
net/p5-RRD-Simple/Makefile
net/pear-Net_CDDB/Makefile
net/pear-Net_SMS/Makefile
net/pecl-cvsclient/Makefile
security/gwee/Makefile
security/p5-GSSAPI/Makefile
security/pam-pgsql/Makefile
security/pecl-ssh2/Makefile
security/pecl-tcpwrap/Makefile
sysutils/p5-BSD-Sysctl/Makefile
sysutils/p5-File-Next/Makefile
textproc/csvdiff/Makefile
textproc/p5-CSS/Makefile
textproc/p5-Pod-XML/Makefile
textproc/p5-SGML-DTDParse/Makefile
textproc/p5-Text-Emoticon-GoogleTalk/Makefile
textproc/p5-XML-Handler-Dtd2DocBook/Makefile
textproc/p5-XML-Handler-Dtd2Html/Makefile
textproc/p5-XML-SAXDriver-CSV/Makefile
textproc/p5-XML-SAXDriver-Excel/Makefile
textproc/p5-ack/Makefile
textproc/pear-XML_DTD/Makefile
textproc/pecl-stem/Makefile
textproc/scim-input-pad/Makefile
textproc/sdcv/Makefile
www/b2evolution/Makefile
www/dokuwiki/Makefile
www/dokuwiki-devel/Makefile
www/lilurl/Makefile
www/p5-HTML-TableParser/Makefile
www/p5-HTML-WikiConverter/Makefile
www/p5-HTML-WikiConverter-DokuWiki/Makefile
www/p5-HTML-WikiConverter-Kwiki/Makefile
www/p5-HTML-WikiConverter-Markdown/Makefile
www/p5-HTML-WikiConverter-MediaWiki/Makefile
www/p5-HTML-WikiConverter-MoinMoin/Makefile
www/p5-HTML-WikiConverter-Oddmuse/Makefile
www/p5-HTML-WikiConverter-PbWiki/Makefile
www/p5-HTML-WikiConverter-PhpWiki/Makefile
www/p5-HTML-WikiConverter-PmWiki/Makefile
www/p5-HTML-WikiConverter-SnipSnap/Makefile
www/p5-HTML-WikiConverter-Socialtext/Makefile
www/p5-HTML-WikiConverter-TikiWiki/Makefile
www/p5-HTML-WikiConverter-UseMod/Makefile
www/p5-HTML-WikiConverter-WakkaWiki/Makefile
www/p5-HTML-WikiConverter-WikkaWiki/Makefile
www/p5-WWW-Baseball-NPB/Makefile
www/p5-WWW-Comic/Makefile
www/p5-WWW-VenusEnvy/Makefile
www/pear-Services_Delicious/Makefile
www/pear-UDDI/Makefile
www/xpi-cssviewer/Makefile
www/xpi-gmail-manager/Makefile
www/xpi-google-notebook/Makefile
www/xpi-mrtech-local-install/Makefile
www/xpi-no-referrer/Makefile
www/xpi-server_switcher/Makefile
www/xpi-unplug/Makefile
www/xpi-videodownloader/Makefile
www/xpi-web_developer/Makefile
x11/xdialog/Makefile
x11-fm/pcmanfm/Makefile
2006-10-03 15:34:44 +00:00
Thierry Thomas
18699495ab
Chase bsd.gcc.mk and remove an extra dependency.
...
Reminded by: Pedro F. Giffuni <giffunip (at) yahoo.com>
2006-10-01 21:14:55 +00:00
Stanislav Sedov
dcd18738cc
- Fix compiling with oncoming gcc41.
...
Reported by: pointyhat run
Approved by: sem (mentor)
2006-10-01 20:05:53 +00:00
Mark Linimon
a245fe1498
* Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
...
allow OPTIONS to be able to influence dependencies. This is still
experimental [1]
* Teach bsd.gcc.mk about gfortran [2]
* Remove the outdated emulators/linux_base; the new default has been
linux_base-fc4. This will allow the outdated port to be removed [3]
* Add USE_FIREBIRD macros to bsd.database.mk [4]
PR: 93687 [1], 93690 [2], 103184 [3], 103357 [4]
Submitted by: shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2],
gerald [2], thierry [2], vd [3], skv [4]
2006-09-30 19:25:46 +00:00
Martin Wilke
1c0d042764
- Update to 3.3e
...
PR: ports/103774
Submitted by: nivit@email.it (Nicola Vitale) (maintainer)
2006-09-30 10:56:36 +00:00
Stanislav Sedov
51201b0735
- Update to 2006.09.24
...
- Add pkg-plist
- Add pkg-plist creation target
Approved by: sem (mentor)
2006-09-30 09:30:19 +00:00
Thierry Thomas
7a1e5486e9
Upgrade to 3.0.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=451338 >.
2006-09-29 20:32:46 +00:00
Pav Lucistnik
97aab5b1c4
- Fix build on amd64
...
- Respect CXXFLAGS
PR: ports/103768
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
2006-09-28 17:12:19 +00:00
Thierry Thomas
fec17e5370
Chase a silent update: only doc has been modified.
...
Full diff available at
<http://people.freebsd.org/~thierry/ports/freefem++-2.9_060920_060919.diff >.
Reported by: pointyhat via Kris
2006-09-27 20:56:56 +00:00
Rong-En Fan
4083c351f4
- Fix build (chase new version of devel/boehm-gc
...
- Fix pkg-plist
PR: ports/103647
Reported by: pointyhat via kris
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
2006-09-26 12:40:22 +00:00
Rong-En Fan
8b5c618975
- Update to 0.7.6
...
PR: ports/103640
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
2006-09-26 12:37:21 +00:00
Emanuel Haupt
b57186ee32
Update to 12.6.4
2006-09-25 22:23:57 +00:00
Maho Nakata
fcbae294d5
Remove the dependency of umfpack, this is not needed.
...
PR: 103646
Submitted by: Karsten Rothemund <karsten@photor.de>
2006-09-25 21:41:22 +00:00
Alejandro Pulver
09d5223b15
- Update QtiPlot to 0.8.7.3 (bug fixing release).
...
- Add missing run-time dependency on x11-toolkits/py-qt.
PR: ports/103457
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2006-09-25 18:58:02 +00:00
Martin Wilke
245e453c6c
- Update to 1.4.3
...
PR: ports/103582
Submitted by: Dylan Simon <dylan(at)dylex.net> (maintainer)
2006-09-25 09:56:22 +00:00
Thierry Thomas
bcff1fa77f
- Upgrade to 2.9;
...
- Don't depend on ATLAS, unless already installed;
- Enable MPICH2.
2006-09-24 23:12:02 +00:00
Maho Nakata
80eabcc6a7
Backward compatibility: math/octave-devel assumes
...
that include files are located at ${LOCALBASE}/include/ufsparse
but now installed at ${LOCALBASE}/include/suitesparse
Bump portrevision.
2006-09-24 03:47:45 +00:00
Maho Nakata
04ad7e98e0
Fix installation, and include dir has changed
...
from /usr/local/include/ufsparse to /usr/local/include/suitesparse
PR: 103463 (partially)
2006-09-23 22:22:33 +00:00
Mark Linimon
17ff760342
Reset maintainership of ports assigned to antonio@php.net after numerous
...
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr
2006-09-23 00:23:36 +00:00
Anton Berezin
42d02fe383
Update to 0.80.
...
PR: 103116
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-09-22 12:38:11 +00:00
Yen-Ming Lee
795a9d1fb0
- Update to 0.204
...
PR: 102768
Submitted by: leeym
Approved by: maintainer timeout
2006-09-21 17:04:09 +00:00
Ying-Chieh Liao
d15a699539
add cvcl 2.5.1
...
An automatic theorem prover for the SMT problem
PR: 103412
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
2006-09-20 01:42:03 +00:00
Maho Nakata
503234eaca
Update pkg-descr
...
Submitted by: Pedro F. Giffuni
2006-09-19 21:43:45 +00:00
Maho Nakata
0f9ab8dedc
use -DGETRUSAGE
...
Submitted by: Pedro F. Giffuni
2006-09-19 20:46:09 +00:00
Jose Alonso Cardenas Marquez
b9f5999732
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
...
optionally.[1]
- Other tiny modifications
Suggested by: Ales Catona <almindor__at__gmail.com> [1]
Approved by: garga(mentor, implicit)
2006-09-18 18:41:13 +00:00
Stefan Walter
0851ff5721
Mark as BROKEN on amd64 -CURRENT, too.
...
Noticed by: pointyhat/kris
Approved by: maintainer
2006-09-18 16:37:21 +00:00
Tilman Keskinoz
4216611aca
Upgrade to 1.3
2006-09-18 16:15:27 +00:00
Thierry Thomas
5f79d406d1
Upgrade to 0.3.7.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=448075 >.
2006-09-17 21:11:44 +00:00
Kris Kennaway
33dc8bdfc7
Now builds on sparc64
2006-09-17 20:08:47 +00:00
Maho Nakata
a996c3134b
The name of this port has been changed from UFsparse to SuiteSparse
...
and will be renamed soon.
Update to SuiteSparse version 2.1.1.
2006-09-17 13:42:45 +00:00
Erwin Lansing
c175ac8549
The project no longer exists at CPAN and hasn't for some time. Mark
...
for removal in 2 months.
2006-09-16 09:12:32 +00:00
Thierry Thomas
950f9c3f69
Upgrade to 2.15.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=447295 >.
2006-09-14 20:34:33 +00:00
Sergey Skvortsov
fa8c169b1e
Update to 0.69
2006-09-14 11:25:00 +00:00
Dirk Meyer
59ccda5113
cleanup pkg-plist after gnustep-make
2006-09-13 05:00:56 +00:00
Michael Nottebrock
431622844f
KDE 3.5.4 / KOffice 1.5.2
2006-09-12 23:26:52 +00:00
Jean Milanez Melo
4ec80ac0d0
- Fix mastersite.
...
- Update to 0.99.
PR: ports/102969
Submitted by: Marcus von Appen <mva@sysfault.org>
2006-09-12 13:02:42 +00:00
Pav Lucistnik
fec0752630
- Mark BROKEN on FreeBSD 4.X: does not compile
...
Reported by: krismail
2006-09-12 08:21:39 +00:00
Ion-Mihai Tetcu
271c82dfa6
- Update qtiplot from 0.8.6.2 to 0.8.7.2.
...
- Added support for evaluating mathematical expressions and executing scripts
using the Python.
- Added translation for French, German, Russian, Spanish, Swedish.
PR: ports/103050
Submitted by: Max Brazhnikov (maintainer)
2006-09-10 08:05:25 +00:00
Ion-Mihai Tetcu
d3aa77360d
The QtiPlot Handbook.
...
Author: Roger Gadiou
WWW: http://soft.proindependent.com/qtiplot.html
PR: ports/103049
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
2006-09-10 08:04:15 +00:00
Rong-En Fan
3a7cf035c9
- Update to 1.13
...
PR: ports/102982
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
2006-09-08 12:20:03 +00:00
Jose Alonso Cardenas Marquez
9bb2aedd50
- New port: math/fpc-fftw
...
Free Pascal interface to the FFTW3 library
Approved by: garga (mentor,implicit)
2006-09-07 20:59:16 +00:00
Dirk Meyer
5f18e6915d
Stepulator is a scientific calculator implementing the RPN notation.
...
It is developed in Objective-C and is currently being maintained on GNUstep
and Mac OS X (Cocoa).
PR: 102684
Submitted by: Gürkan Sengün
2006-09-07 17:18:40 +00:00
Dirk Meyer
67ed184d8e
EdenMath is a scientific calculator. It does standard arithmetic,
...
probability, and trigonometric functions.
PR: 102682
Submitted by: Gürkan Sengün
2006-09-07 17:15:58 +00:00
Sergey Skvortsov
8884117fbb
Fix plist.
...
Pointed by: pointyhat (kris)
2006-09-07 16:42:25 +00:00
Emanuel Haupt
a19ee7dd94
Update to 12.6.3
2006-09-07 16:20:22 +00:00
Volker Stolz
22e96d4884
Fix typos wrt. Makefile variables like $FOO}
...
PR: ports/102833
Submitted by: Dmitry Marakasov
2006-09-07 10:31:54 +00:00
Mark Linimon
c08034c3ba
Reset inactive maintainer who has not responded to email.
...
Hat: portmgr
2006-09-06 01:56:59 +00:00
Sergey Skvortsov
a01350363e
Update to 0.68
...
Changes: http://search.cpan.org/src/GROMMEL/Math-Random-0.68/Changes
2006-09-05 17:06:43 +00:00
Simon Barner
3bc7cc7a7a
- Update to 0.8.6.2
...
- Remove dependence on qwt4 - now qtiplot statically linked to qwt5
(shipped with port).
- Add dependence on liborigin.
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
PR: ports/102816
2006-09-05 07:25:59 +00:00
Simon Barner
2166e02c50
- Install missing header
...
- Respect CXX and CXXFLAGS
- Bump port revision
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
PR: ports/102814
2006-09-05 07:23:02 +00:00
Mark Linimon
3ccbc4b6f5
Reset inactive maintainer who has not responded to email.
...
Hat: portmgr
2006-09-05 04:43:13 +00:00
Jeremy Messenger
7bb47ba38f
Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.
...
PR: ports/101495
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-09-04 22:56:55 +00:00
Mark Linimon
f7b278275b
Reset inactive maintainer who has not responded to email.
...
Hat: portmgr
2006-09-04 07:26:23 +00:00
Maho Nakata
e50286f9a3
Fix pkg-plist
...
Submitted by: kris
2006-09-03 21:06:11 +00:00
Maho Nakata
78bfeb3111
Add developer version of math/octave as math/octave-devel
...
https://www.cae.wisc.edu/pipermail/octave-maintainers/2006-August/000500.html
2006-09-03 20:48:38 +00:00
Kris Kennaway
b50253f5f2
RESTRICTED is intended here instead of NO_PACKAGE
2006-09-03 17:36:56 +00:00
Rong-En Fan
e407c6b53a
- Update to 2.3.1
...
PR: ports/102432
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2006-09-03 16:03:30 +00:00
Rong-En Fan
2ee6f0cf8e
- Update to 2.3.1
...
PR: ports/102434
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2006-09-03 16:01:36 +00:00
Andrew Pantyukhin
deaf2e8928
Fix master sites:
...
- Add 'ftp://' where it was omitted
- Fix a typo
2006-09-03 14:46:16 +00:00
Rong-En Fan
922dda77ee
- Update to 0.7.0
...
- Remove author email from pkg-descr
PR: ports/102778
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
2006-09-03 00:10:21 +00:00
Maho Nakata
654ec117b1
CONFLICTS with umfpack
...
Submitted by: Pedro F. Giffuni
2006-09-02 22:51:37 +00:00
Thierry Thomas
51fcea4b0a
Upgrade to PETSc 2.3.2.
...
There are no major interface changes, the minor changes are listed at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/232.html >
2006-09-02 21:59:18 +00:00
Kris Kennaway
15b247f443
Schedule these broken ports for termination on 2006-12-01
2006-09-02 16:51:10 +00:00
Maho Nakata
15e0b7be97
* Install more header files.
...
* get rid of parts that link against libcompat
* bump PORTREVISION
2006-09-02 12:12:44 +00:00
Maho Nakata
b8e45778d7
Add shared lib number
2006-09-02 10:18:16 +00:00
Maho Nakata
1f464374d8
update to version 5.5
2006-09-02 10:03:52 +00:00
Maho Nakata
2fc37958ab
Make use of DIST_SUBDIR since author uses the filename
...
UFsparse.tar.gz regardless of actual versions; 2.0.0beta,
2.0 and 2.1 to prepare to avoid conflicts for updating to 2.1.
2006-09-02 06:58:02 +00:00
Martin Wilke
ee0b165a5b
- Update to 0.91
...
PR: ports/102754
Submitted by: Andy Fawcett <andy(at)athame.co.uk> (maintainer)
2006-09-01 20:24:47 +00:00
Pav Lucistnik
ecf737426d
The fundamental package needed for scientific computing with Python is
...
called NumPy. This package contains:
* a powerful N-dimensional array object
* sophisticated (broadcasting) functions
* basic linear algebra functions
* basic Fourier transforms
* sophisticated random number capabilities
* tools for integrating Fortran code.
NumPy derives from the old Numeric code base and can be used as a
replacement for Numeric. It also adds the features introduced by numarray
and can also be used to replace numarray.
Note: Development for Numeric has ceased, and users should transisition to
NumPy as quickly as possible.
WWW: http://numpy.scipy.org/
PR: ports/102458
Submitted by: Tony Maher <anthony.maher@uts.edu.au>
2006-09-01 18:14:17 +00:00
Pav Lucistnik
8f0aefc201
liborigin and opj2dat - library and tool for reading
...
OriginLab OPJ project files
Usage :
$ ./opj2dat <project.opj>
FEATURES :
* reads any worksheets with all columns
* supports 4.1, 5.0, 6.0, 6.1, 7.0, 7.5 projects
WWW: http://sourceforge.net/projects/liborigin/
PR: ports/102619
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
2006-08-31 18:50:03 +00:00
Stefan Walter
73d9f8c3b7
Add readline as dependency when it was already installed. The program will be
...
linked against it anyway, not against a system one.
PR: 101442
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: maintainer
2006-08-28 18:43:22 +00:00
Emanuel Haupt
6dae26cc69
Update to 12.6.2
2006-08-24 19:26:13 +00:00
Cheng-Lung Sung
3f861d0268
Add p5-Math-Geometry 0.04, geometry related functions.
...
PR: ports/102266
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-08-22 06:59:16 +00:00
Maho Nakata
52ac72dbd5
Build fix for 4-STABLE
...
Submitted by: thierry (kris via pointyhat)
2006-08-22 03:47:49 +00:00
Thierry Thomas
d8b30d9b95
- Upgrade net/lam to 7.1.2 and remove net/lam7;
...
- Chase lam7 -> lam in the dependent ports;
- Mark math/freemat IGNORE if WITH_MPI is defined and add a note about
FreeMat 2.0 and QT4.
2006-08-21 20:50:50 +00:00
Oliver Lehmann
6954db88f5
update wfmath to 0.3.5
2006-08-21 14:54:27 +00:00
Thierry Thomas
f6f4c2ab7e
Upgrade to 0.5.5.
...
Changelog at <http://www.kde-apps.org/content/show.php?content=25049 >.
2006-08-20 20:09:33 +00:00
Martin Wilke
50130fcfc6
- Update maintainer addresses
...
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor)
2006-08-19 16:49:49 +00:00
Kris Kennaway
138b8d8ac2
BROKEN: Does not build
2006-08-17 21:04:46 +00:00
Anton Berezin
445afd78cc
Update to 0.79.
...
PR: 101535
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-08-17 18:41:12 +00:00
Rong-En Fan
328814c014
- Update to 2.12.12
...
PR: ports/102142
Submitted by: Christopher Illies <christopher.illies at ki.se> (maintainer)
2006-08-17 09:45:47 +00:00
Rong-En Fan
59777a4d94
- Respect DESTDIR
...
- Use PLIST_FILES
- Pass maintainership to submitter
PR: ports/102111
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-16 16:43:18 +00:00
Emanuel Haupt
25c0a4205c
Update to 12.6.1
2006-08-15 12:54:10 +00:00
Mathieu Arnold
9b2f4d6431
Respect DESTDIR
...
PR: 101851
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2006-08-15 09:07:10 +00:00
Cheng-Lung Sung
6adec6770e
- can't build on perl level < 5.6
...
PR: ports/102067
Submitted by: maintainer (Jin-Shan Tseng)
2006-08-15 08:54:05 +00:00
Rong-En Fan
1a0d043dcd
- Remove directories that are not in mtree file
...
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 07:56:23 +00:00
Cheng-Lung Sung
e8390e6e3c
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
...
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Rong-En Fan
5146ca07b1
- Update to 1.0.5
...
- Install additional documents
PR: ports/101947
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-14 16:12:50 +00:00
Cheng-Lung Sung
be822cbee1
- Update to 5.03
...
PR: ports/101811
Submitted by: maintainer (Gea-Suan Lin)
2006-08-11 12:35:28 +00:00
Martin Wilke
f9e547ff66
- Update to 0.7.5
...
PR: ports/101597
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
Approved by: krion (mentor)
2006-08-10 21:03:01 +00:00
Rong-En Fan
4e2e566447
math/isabelle does not build on pointyhat, because the build process
...
requires a non-standard kernel setting. Mark it as NO_PACKAGE.
Refer to http://docs.freebsd.org/cgi/mid.cgi?20060521015932.GB603
PR: ports/101749
Submitted by: Timothy Bourke <timbob at bigpond.com> (maintainer)
2006-08-10 12:04:59 +00:00
Cheng-Lung Sung
f841727c83
- update to 0.003
...
PR: ports/101678
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng)
2006-08-09 07:26:47 +00:00
Rong-En Fan
717b56e462
- Bump PORTREVISON for previous changes
2006-08-08 15:38:03 +00:00
Jean Milanez Melo
489893d69b
- Add mastersites.
...
PR: ports/101609
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
2006-08-08 11:43:35 +00:00
Jean Milanez Melo
0a9f8dd1df
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
...
Approved by: portmgr (erwin)
2006-08-08 11:35:27 +00:00
Cheng-Lung Sung
6111ad9b53
Add p5-Data-Float 0.002, details of the floating point data type.
...
PR: ports/101538
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-08-08 06:54:26 +00:00
Shaun Amott
13af59c8f4
- Update to 0.8.5.
...
- Pass maintainership to submitter.
PR: ports/99248
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> (former maintainer)
2006-08-07 22:25:07 +00:00
Thierry Thomas
af2d186888
Mark broken on 4.x: configure fails to use the Fortran compiler.
...
Reported by: pointyhat via Kris
2006-08-07 22:21:38 +00:00
Christian Weisgerber
43de3ec587
(1) Try to deinstall some locale directories not listed in BSD.local.dist.
...
(2) Attempt to fix build on 4.x, whose ancient perl still requires a
mode argument to mkdir().
PR: 101487
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (1), pointyhat (2)
2006-08-07 16:46:12 +00:00
Renato Botelho
fe1ec87aa3
- Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist
...
- Add USE_GETTEXT=yes
PR: ports/101499
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
2006-08-07 12:31:00 +00:00
Mark Murray
5bcac88c37
Update to 1b6.
...
Relinquish maintainership.
2006-08-07 10:44:02 +00:00
Rong-En Fan
68bcf132a5
- Add readline as dependency when it was already installed. The program
...
will be linked against it anyway, not against a system one.
- Fix pkg-plist in non-standard PREFIX cases
- Replace deprecated variables
- Misc cosmetic fixes
PR: ports/101436
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 03:09:35 +00:00
Maho Nakata
9a93aff2da
Fix error when WITH_OPTIMIZED_FLAGS is specified.
...
PR: 100991
Submitted by: Masayuki Takemura <ICG04984@nifty.com>
2006-08-07 01:40:52 +00:00
Maho Nakata
3fe1acd709
Add missing dependency to atlas.
...
Submitted by: kris
2006-08-07 01:27:36 +00:00
Maho Nakata
a481aff782
Make fetchable.
...
PR: 101416
Submitted by: thierry
2006-08-06 09:44:20 +00:00
Martin Wilke
7299d1eb94
- Update to 1.12
...
PR: ports/101246
Submitted by: Nicola Vitale <nivit(at)email.it>
Approved by: krion (mentor)
2006-08-05 15:48:36 +00:00
Rong-En Fan
4cde42bdc6
- Add WITH_SPRITE_FONTS option
...
PR: ports/101344
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
2006-08-04 13:44:39 +00:00
Erwin Lansing
50513d5d52
Add support for DESTDIR part I.
...
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Ying-Chieh Liao
e3cf594200
add p5-Task-Math-Symbolic 1.01
...
Math::Symbolic with lots of plugins
2006-08-04 06:32:05 +00:00
Rong-En Fan
6fdc34435d
Add jsmath-fonts-sprite 1.0, a sprite fonts pack for jsMath.
...
PR: ports/101269
Submitted by: Nicola Vitale <nivit at email.it>
2006-08-04 01:23:29 +00:00
Ion-Mihai Tetcu
f6e0b20f0e
Update to 3.3c
...
PR: ports/101181
Submitted by: Nicola Vitale (maintainer)
2006-08-01 19:53:16 +00:00
Roman Bogorodskiy
717129ed9d
This ststs extension for PHP provides few dozens routines for statistical
...
computation.
WWW: http://pecl.php.net/package/stats/
PR: ports/101117
Submitted by: chinsan <chinsan.tw at gmail.com>
2006-07-31 19:48:49 +00:00
Emanuel Haupt
671ada3039
- Update to 12.5.22
...
- Remove license information from pkg-descr
2006-07-29 14:16:44 +00:00
Shaun Amott
5f77c32780
- Update distinfo to reflect re-rolled distfile (and unbreak port).
...
- Add an additional mirror.
2006-07-27 22:00:39 +00:00
Thierry Thomas
8bdc45fb00
- Don't mark BROKEN on >= 6.x;
...
- Force -fno-strict-aliasing to unbreak on 5.x.
2006-07-27 21:01:42 +00:00
Anton Berezin
8fa43191d4
Update to 1.01.
2006-07-27 09:48:52 +00:00
Anton Berezin
8ec548e6f8
Update to 0.78.
2006-07-26 08:59:18 +00:00
Emanuel Haupt
f0651923dc
Add p5-Math-Random-OO 0.19, consistent object-oriented interface for
...
generating random numbers.
PR: 100751
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-25 20:59:17 +00:00
Thierry Thomas
e76fa3979e
Remove overkill optimizations.
...
Submitted by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com>
2006-07-25 12:58:05 +00:00
Thierry Thomas
5b2f9e40b5
Add a slave port to build MUMPS with MPICH support.
2006-07-25 08:44:28 +00:00
Thierry Thomas
963b824f4a
- Switch to MPICH2;
...
- Add RUN_DEPENDS to BLACS & SCALAPACK if built with MPICH;
- Add a regression-test target.
2006-07-25 08:44:05 +00:00
Maho Nakata
1fa810ee38
remove unnecessary empty files
...
Submitted by: thierry
2006-07-24 11:56:53 +00:00
Thierry Thomas
08e99fba89
- Force the detection of f77, and thus remove a superfluous patch; (1)
...
- Fix blacs usage. (2)
Submitted by: Satish Balay <petsc-maint (at) mcs.anl.gov>
2006-07-24 08:39:17 +00:00
Maho Nakata
3115d648d8
Switch to MPICH2.
...
PR: 100755, 100756
Submitted by: thierry
2006-07-24 01:42:21 +00:00
Cheng-Lung Sung
3b677aa59d
Add p5-Math-Random-MT-Auto 5.02, auto-seeded Mersenne Twister PRNGs.
...
PR: ports/100624
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-07-24 01:25:38 +00:00
Thierry Thomas
84927f9fcc
- Upgrade to patchlevel 16;
...
- Remove BROKEN;
- Switch to MPICH2.
2006-07-23 08:38:59 +00:00
Thierry Thomas
221f0f7295
Switch to MPICH2.
2006-07-23 08:37:53 +00:00
Maho Nakata
2c14bdca88
Change dependence to net/mpich2
...
Submitted by: thierry
2006-07-23 01:34:26 +00:00
Emanuel Haupt
0d56a19d00
Update to 12.5.21
2006-07-21 13:15:38 +00:00
Mark Linimon
f5c8edf919
Mark as broken: distfile size mismatch.
2006-07-16 21:14:31 +00:00
Mark Linimon
95b72cffd7
Mark broken: fails to install, per ports/96755.
...
While here, set USE_GCC=3.2+ as per ports/98325.
Hat: portmgr
Submitted by: Peter Thoenen <peter dot thoenen at yahoo dot com> [96755],
rafan [98325].
2006-07-15 21:30:35 +00:00
Mark Linimon
3cf658f29b
Mark as broken: fails to configure.
2006-07-14 04:43:23 +00:00
Mark Linimon
9733c3affd
Mark as broken: fails to install.
2006-07-14 04:40:42 +00:00
Mark Linimon
7ade13d3b2
Does not compile on ia64.
2006-07-13 23:20:54 +00:00
Ion-Mihai Tetcu
74abb5223c
Add XView frontend support for calctool.
...
PR: ports/100227
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer)
2006-07-13 20:21:04 +00:00
Sergey A. Osokin
391a45f0cf
Update to 2.0.
...
Submitted by: aaron
PR: 99126
2006-07-13 11:58:46 +00:00
Ion-Mihai Tetcu
394eb54204
- Add support for tty version, available versions could be selected via options
...
- Use shared library instead of static one
- don't install calctool.ps for it's intended for NeWS version
- update info (the GUI is currently available is X11 and tty, but not NeWS,
SunView) etc.
- install supplimentary files in $DATADIR
- don't use X prefix, since there is tty version also ans it has no to do with X
- Pass maintainership to submitter
PR: 100181
Submitted by: Stanislav Sedov
2006-07-12 22:23:35 +00:00
Thierry Thomas
1f19b93cd3
Upgrade to 4.4 (PORTEPOCH needed).
2006-07-12 21:57:11 +00:00
Thierry Thomas
9cad0ec0ab
Chase the new version to upgrade Elmer 5.2.0.
...
Note: same distname.
2006-07-12 21:56:41 +00:00
Thierry Thomas
eff2898990
- The version version number has been bumped to 4.6.3.2 within the same
...
tarball:
Diff available at
<http://people.freebsd.org/~thierry/ports/MUMPS_4.6.3_MUMPS_4.6.3.2.diff >
- Add a direct download URL.
Reported by: linimon
2006-07-12 06:01:46 +00:00
Ion-Mihai Tetcu
beb0aba164
Update to 3.3b
...
PR: ports/100106
Submitted by: maintainer
2006-07-11 20:34:04 +00:00
Ion-Mihai Tetcu
6ffaaf8608
Remove unnecesary substitutions from SUB_LIST.
...
Submitted by: hq
2006-07-11 08:49:21 +00:00
Ion-Mihai Tetcu
1cfce65fe9
TruthTable is a truth table generator that does the dirty work for you.
...
This Java program handles the following operations: Not, And, Or, XOR,
Implication, and the Biconditional.
Author: Greg Slepak
WWW: http://www.kinostudios.com/truthtable.php
PR: ports/100041
Submitted by: Nicola Vitale <nivit at email.it>
2006-07-10 21:45:29 +00:00
Erwin Lansing
70480582d4
Remove zero-sized files.
2006-07-10 20:44:48 +00:00
Erwin Lansing
6712d8c300
Update to 0.8.4
...
PR: 100022
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
2006-07-10 15:44:43 +00:00
Ion-Mihai Tetcu
7ee0d87efa
Unbreak this and slave ports.
...
PR: ports/99202
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer timeout
2006-07-09 23:05:10 +00:00
Thierry Thomas
7246f645cd
Chase a silent update and unbreak.
...
Diff available at
<http://pompo.net/ports/dislin-9.0_20051208_20060704.diff >
and md5sums checked against
<ftp://ftp.gwdg.de/pub/grafik/dislin/unix/md5.sum>.
2006-07-09 14:32:52 +00:00
Maho Nakata
45b0d6b1c5
Fix distname
...
Submitted by: Sam Tseng <tsengjs@nchc.org.tw>
2006-07-09 02:40:45 +00:00
Maho Nakata
87fff5f7bf
octave executable is now installed under libexec,
...
so that we can install multiple versions of octaves.
(esp for upcoming math/octave-devel port)
2006-07-09 02:02:27 +00:00
Maho Nakata
959d82bd5b
Now blas part can be replaceable.
2006-07-09 01:55:09 +00:00
Maho Nakata
ec29e4e549
BLACS port doesn't acutally depend on LAPACK and BLAS
2006-07-09 01:53:06 +00:00
Maho Nakata
21c6b5f817
A better WITH_OPTIMIZED_FLAGS.
2006-07-09 01:35:28 +00:00
Maho Nakata
88ec828a31
Reove math/UFsparse. port name should not contain
...
large capital. (Had already readded as math/ufsparse)
Suggested by: danfe
2006-07-08 23:48:57 +00:00
Maho Nakata
9541442962
Readd as ufsparse
...
Add UFsparse. UFsparse is a collection of libraries for
sparse matrices.
Submitted by: danfe
2006-07-08 23:43:23 +00:00
Thierry Thomas
32b1c316ff
Upgrade to 4.0-3.
2006-07-08 20:27:38 +00:00
Maho Nakata
4db26f653e
Unfortunately mupad we cannot obtain free license anymore..
...
Submitted by: Stefan Sperling <stsp@stsp.in-berlin.de>
2006-07-08 06:53:35 +00:00
Rong-En Fan
a571885e03
- Update to 1.11
...
PR: 99881
Submitted by: Nicola Vitale <nivit email.it> (maintainer)
Approved by: delphij (mentor, implicit)
2006-07-08 05:00:23 +00:00
Michael Johnson
4c361739d3
- Update to 3.1.2
2006-07-06 06:34:17 +00:00
Maho Nakata
9368f65784
Add UFsparse. UFsparse is a collection of libraries for
...
sparse matrices.
2006-07-04 04:59:21 +00:00
Emanuel Haupt
93396cd903
Update to 12.5.19
2006-07-04 00:23:52 +00:00
Maho Nakata
4407fe7451
Update to 2.4.9
2006-07-03 08:05:24 +00:00
Mark Linimon
85725356f1
Mark as BROKEN: checksum mismatch (actually file size is different, too).
2006-07-03 05:23:11 +00:00
Aaron Dalton
5461bc0089
- Update to 0.040
...
PR: ports/99059
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
2006-07-01 16:11:52 +00:00
Thierry Thomas
f6e6a00f01
Reset maintainership: Pedro's dev machine has been stolen :-(
...
Hoping to see you back soon!
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
2006-07-01 12:16:44 +00:00
Maho Nakata
2b6f39cb13
Update to 2006.03.17
2006-07-01 11:09:00 +00:00
Maho Nakata
e4dc56fc68
Update to 2.1.73
...
This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
2006-07-01 06:56:34 +00:00
Mark Linimon
73ecc73192
Mark as not for ia64 due to compilation failure.
2006-07-01 06:04:30 +00:00
Maho Nakata
0f2167214f
Now math/atlas* only build shared libs by default,
...
link against shared libs instead of static libs.
2006-07-01 02:41:20 +00:00
Erwin Lansing
fdc2157b92
Update to 1.10
...
PR: 99635
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
2006-06-30 15:56:39 +00:00
Thierry Thomas
73f8ddd937
Upgrade to 2.8-1.
...
Note: MPI support requires now MPICH-2 => it has been disabled.
2006-06-29 21:07:03 +00:00
Yen-Ming Lee
0c92387100
- update to 1.06
...
- unbreak under old perl
2006-06-29 01:48:18 +00:00
Emanuel Haupt
07a9830e30
Update to 1.08
...
PR: 99207
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
2006-06-26 18:08:54 +00:00
Thierry Thomas
69f083ba7a
Upgrade to 4.6.3. Changes include:
...
A new version of the powerful solver has been released. Changes include:
* Reduced memory usage for symmetric matrices (compressed CB)
* Reduced memory allocation for parallel executions
* Scheduler parameters for parallel executions modified
* Memory estimates (that were too large) corrected with
2Dcyclic Schur complement option
* Portability improved (C/Fortran interfacing for strings)
* The situation leading to Warning "RHS associated in MUMPS_301"
no more occurs.
* Parameters INFO/RINFO from the Scilab/Matlab API are now called
INFOG/RINFOG in order to match the MUMPS user's guide.
PR: ports/99393
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
2006-06-24 21:35:14 +00:00
Martin Wilke
64f00bb047
Update to 2006.06.22
...
PR: ports/99410
Submitted by: miwi
Approved by: markus (co mentor)
2006-06-24 20:28:03 +00:00
Shaun Amott
b194feb0a6
Fix plist: don't remove nls/en_US.US-ASCII or nls/POSIX
...
PR: ports/99341
Submitted by: shaun (me)
Approved by: ahze (mentor)
2006-06-23 02:29:06 +00:00
Emanuel Haupt
0a132dcf19
- Update to 12.5.18
...
- Update WWW
2006-06-22 12:17:39 +00:00
Thierry Thomas
d7844cdb06
Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is set
...
or Atlas libraries have already been installed.
2006-06-21 21:36:29 +00:00
Thierry Thomas
ea22d6eb25
- Update to patchlevel 14;
...
- Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is
set or Atlas libraries have already been installed.
2006-06-21 19:54:23 +00:00
Shaun Amott
3f2ac340dd
- Assign maintainership to submitter
...
- portlint(1) tweaks (spaces->tabs, shorten pkg-descr)
PR: ports/99249
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: ahze (mentor)
2006-06-21 17:27:21 +00:00
Maho Nakata
8e486e3d15
Use blas instead of atlas
...
PR: 99189
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
2006-06-21 05:53:05 +00:00
Herve Quiroz
f599e52798
Update to 1.1
...
Reported by: portscout
2006-06-20 09:23:05 +00:00
Shaun Amott
5361678373
Switch to my @FreeBSD.org address.
...
Approved by: ahze (mentor)
2006-06-19 20:06:59 +00:00
Aaron Dalton
7f8ca42f30
- Update from v0.42 to v0.43
...
Approved by: tobez (implicti)
2006-06-18 18:10:06 +00:00
Erwin Lansing
b62ebd97df
Update to 1.5.1
...
PR: 99047
Submitted by: Ports fury
2006-06-17 09:59:56 +00:00
Martin Wilke
10591c2463
Obey conventions and change my mail to @FreeBSD.org address
...
Approved by: krion (mentor)
2006-06-16 22:17:25 +00:00
Martin Wilke
4b05f95ffa
Add scilab-toolbox-swt 0.1.0.r3, scilab 1-D and 2-D Wavelet Toolbox.
...
PR: ports/95062
Submitted by: Max Brazhnikov makc@issp.ac.ru
2006-06-16 21:19:57 +00:00
Aaron Dalton
f117728b4c
- Fix intermittent build error
...
Approved by: tobez (implicit)
2006-06-16 18:30:56 +00:00
Emanuel Haupt
277b54612b
Update to 12.5.17
2006-06-15 22:19:55 +00:00
Aaron Dalton
b31c1b1b8e
- Update from v1.9 to v2.01
...
- Update pkg-descr
PR: ports/98326
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
2006-06-15 01:12:14 +00:00
Ying-Chieh Liao
d0c12a0e3a
upgrade to 0.7.4
...
PR: 98827
Submitted by: Ports Fury
2006-06-12 01:41:11 +00:00
Ion-Mihai Tetcu
db4d9f9306
- Update to 1.0.61
...
- Use OPTIONS
- Pass maintainership to submitter
PR: ports/98793
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor, implicit)
2006-06-11 19:49:09 +00:00
Erwin Lansing
0ca34eb9ed
USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more than
...
2 years ago. Clean out the last traces of it.
With hat: portmgr
2006-06-11 15:29:01 +00:00
Roman Bogorodskiy
2726a7a077
- Update to 1.4.1
...
- Pass maintainership to submitter
PR: 98795
Submitted by: Shaun Amott <shaun@inerd.com>
2006-06-11 06:38:22 +00:00
Thierry Thomas
70780ab94c
This open source digitizing software converts an image file showing a graph or
...
a map into numbers. The image file can come from a scanner, digital camera or
screenshot. The numbers can be read on the screen, and written or copied to a
spreadsheet.
2006-06-10 13:30:16 +00:00
Aaron Dalton
390bba80f1
- Update from v0.02 to v0.03
...
Approved by: tobez (implicit)
2006-06-10 04:36:01 +00:00
Aaron Dalton
80bd8cb269
- Update from v0.202 to v0.203
...
Approved by: tobez (implicit)
2006-06-10 04:10:17 +00:00
Aaron Dalton
b08c8a7321
- Update from v0.03 to v0.05
...
Approved by: tobez (implicit)
2006-06-10 04:05:53 +00:00
Aaron Dalton
8386b7fae3
- Update from v0.15 to v0.20
...
Approved by: tobez (implicit)
2006-06-09 20:29:26 +00:00