Commit graph

2165 commits

Author SHA1 Message Date
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Marcus von Appen
cc0538bca8 - Remove automatic dependency to SuiteSparse; use OPTIONS instead
- Change to new OPTIONS style
- Add RUN_DEPENDS on py-nose

PR:		ports/171349
Submitted by:	Li-Lun Wang <llwang@infor.org> (maintainer)
Reported by:	A.J. Kehoe IV (Nanoman)
2012-10-07 10:26:43 +00:00
Wen Heping
21377a1174 - Update to 1.0.1
- Trim Makefile headers
- Reset maintainer to ports@
2012-10-07 03:55:19 +00:00
Florian Smeets
03f68d2bcf - convert to optionsNG
- trim headers
- drop maintainership
2012-10-06 20:50:12 +00:00
Bryan Drewery
0a9c9c2dff - Fix header to proper format
Reported by:	danfe
2012-10-01 15:01:14 +00:00
Thomas Abthorpe
d46aafc64e - Reassign to the heap at maintainer's request 2012-10-01 14:45:16 +00:00
Sunpoet Po-Chuan Hsieh
b047900a6b - Update to 1.3.1
- Cleanup Makefile header

Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.3.1
2012-09-30 04:19:04 +00:00
Bryan Drewery
ca9f330131 - Pass maintainership to submitter
- Update to new header

PR:		ports/172155
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2012-09-29 06:27:33 +00:00
Frederic Culot
4ff591bc69 - Update to 0.12
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Geo-Coordinates-Converter/Changes
2012-09-26 08:31:30 +00:00
Thomas Abthorpe
4136dc9aec - Reassign to the heap at maintainer's request 2012-09-23 22:17:43 +00:00
Max Brazhnikov
6df6a812b7 Remove QT_COMPONENTS - Qt 3 ports don't use it 2012-09-19 23:57:37 +00:00
Wen Heping
814bfadb86 - Update to 0.7.0 2012-09-18 01:01:52 +00:00
Wen Heping
d7298463a6 - Update to 0.7.0 2012-09-17 13:10:47 +00:00
Wen Heping
b4d10320f4 - Update to 0.7.0 2012-09-17 06:43:10 +00:00
Wen Heping
ce5b178bde - Update to 0.7.0 2012-09-15 03:15:31 +00:00
Wen Heping
aa05a69650 - Update to 0.7.0 2012-09-15 03:13:27 +00:00
TAKATSU Tomonari
119f4582fe - Update to 1.6-1 2012-09-14 20:06:40 +00:00
Mark Linimon
4905eed6ba Fix typo. 2012-09-14 05:47:44 +00:00
Beat Gaetzi
734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00
Wen Heping
53ed3e8d67 - Update to 0.7.0 2012-09-09 13:34:21 +00:00
Thierry Thomas
c81f03ac34 Fix on FreeBSD-7.x.
Reported by:	pointyhat via beat
2012-09-08 09:33:14 +00:00
Mark Linimon
88d9c9d8a2 Mark as broken on powerpc.
Hat:		portmgr
2012-09-08 07:49:05 +00:00
Wen Heping
9c0580a925 - Update to 0.7.0 2012-09-04 07:44:17 +00:00
Wen Heping
52885f947a - Update to 0.7.1 2012-09-04 07:18:31 +00:00
Wen Heping
cd6417ff6d - Update to 1.4.0 2012-09-04 07:13:08 +00:00
Koop Mast
0eea2fd85b Add a PORTSCOUT tag so only stable releases get found. 2012-08-20 14:32:47 +00:00
Alex Kozlov
6f4e46eee7 - Update to 3.2
- Convert to new options framework
- make py-scipy optional dependency
- Remove py-symeig, symeig routines come with mdp
- Add py-pp and libsvm-python OPTIONS
- Add OPTIONSFILE for sane make config across python versions
- Patch config.py to handle OSError as exception when it cant find libsvm.so
- Update and sort pkg-plist
- Add LICENSE

PR:	ports/169266
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
2012-08-08 21:27:15 +00:00
Frederic Culot
fdbb248c6f - Update to 2.0.8 2012-08-06 07:19:41 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Steve Wills
f988c552bd - Update to 1.7.0.
- Add/update *DEPENDS for libcdcl.so which is introduced by science/cdcl 5.4.5
- Use PORTDOCS and PORTEXAMPLES
- Use dirrmtry

PR:		ports/169033
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-07-25 01:23:45 +00:00
Niclas Zeising
e0ee3df12d Update to version 2.0.18 [1]
Fix build with clang [2]
Change WWW in pkg-descr and pkg-message to point to current web side [3]

PR:		ports/169925 [1]
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer) [1], kwm [2], [3]
Approved by:	maintainer, kwm (mentor)
2012-07-20 16:33:32 +00:00
Niclas Zeising
731e041cb5 Update to version 1.5.1 [1]
Fix build with clang [2]
Change WWW in pkg-descr and pkg-message to point to current web side [3]

PR:		ports/169924 [1]
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer) [1], kwm [2], [3]
Approved by:	maintainer, kwm (mentor)
2012-07-20 16:32:07 +00:00
Carlo Strub
b53413a3d0 Update to 3.12.0 2012-07-18 06:21:15 +00:00
TAKATSU Tomonari
f82940394b - Update to 0.3-10 2012-07-16 13:42:19 +00:00
Mark Linimon
94db145752 Complete the removal of ics to silence warnings on pointyhat.
Hat:		portmgr
2012-07-12 01:57:21 +00:00
Brendan Fabeny
5930109e8e add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)

PR:		169578
2012-07-09 11:11:44 +00:00
Thierry Thomas
242ebb0a1d Remove ICS, which is no more a component of Code_Saturne. 2012-07-07 15:17:40 +00:00
Thierry Thomas
fad6a6b2b8 Upgrade Code_Saturne to 2.0. 2012-07-07 15:15:56 +00:00
Thierry Thomas
00f93e050c Upgrade to 3.1.3-4. 2012-07-07 15:15:13 +00:00
Thierry Thomas
6fcbd86674 MEI stands for Mathematical Expression Interpreter.
It is intended to provide interpretation of mathematical formula in a string.

WWW: http://www.code-saturne.org/
2012-07-07 15:15:08 +00:00
Wen Heping
706670c122 - Update to 0.11
ChangeLog: http://cpansearch.perl.org/src/YAPPO/Geo-Coordinates-Converter-0.11/Changes
- Reset maintainer to perl@
2012-07-01 07:04:48 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
TAKATSU Tomonari
7e74ee47cd - Update to 1.1.36 2012-06-30 03:31:07 +00:00
Andrej Zverev
fb486fa981 - Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC)
2012-06-28 17:51:57 +00:00
Alberto Villa
519877d020 - Detect eigen2 by checking for .pc file, not min. port version.
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51
2012-06-27 01:14:01 +00:00
Brendan Fabeny
3503a3164f update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
2012-06-26 23:57:00 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Doug Barton
44fa804810 s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
2012-06-24 21:53:38 +00:00
Sunpoet Po-Chuan Hsieh
7ba689cef0 - Update to 1.3.0
- Convert to new options framework
- Pet portlint
- Cosmetic change
- Take maintainership

Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.3.0
2012-06-24 15:40:19 +00:00
Sunpoet Po-Chuan Hsieh
13ef8343bc - Convert to new options framework 2012-06-18 16:41:51 +00:00
Sunpoet Po-Chuan Hsieh
897527e9c8 - Update to 1.5.5
Changes:	https://code.zmaw.de/news/116
2012-06-15 02:01:42 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Beech Rintoul
077602338f - update to 5.4.5.
- use gtk by default because WITHOUT_GTK does not work.
- use PORTDOCS and PORTEXAMPLES

PR:		ports/169031
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-06-14 05:25:29 +00:00
Beech Rintoul
f47e1485b8 - Update to 5.4.5
PR:		ports/169030
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-06-14 05:15:47 +00:00
Koop Mast
ebf7eb4947 OptionsNG my ports. 2012-06-12 18:49:15 +00:00
Emanuel Haupt
cf12c69ab5 Register CONFLICTS
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
2012-06-11 09:52:17 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Sunpoet Po-Chuan Hsieh
7280313c2e - Update to 1.8.9
- Update MASTER_SITES
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Restore missing newline at the end of patch file

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.9-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR:		ports/168142
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
2012-06-06 16:45:22 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Gabor Pali
6c4dafed35 - Update to 0.5.2
Obtained from:	FreeBSD Haskell
2012-06-03 22:21:27 +00:00
Dirk Meyer
11b8c16dc2 - use graphics/giflib 2012-06-01 11:14:55 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Frederic Culot
a98f5a7c5a - Update to 0.53
- Add LICENSE (Artistic 1 & GPL 1)
2012-05-26 07:29:57 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Wen Heping
75ba3d4ca1 - Update to 0.10.1
PR:		167223
Submitted by:	wen@ (myself)
Approved by:	maintainer(timeout, >=30 days)
2012-05-23 07:48:47 +00:00
Sunpoet Po-Chuan Hsieh
e9cf162e2c - Update to 1.5.4
Changes:	https://code.zmaw.de/news/99
2012-05-19 18:32:42 +00:00
Max Brazhnikov
c76d4dd717 Fix plist: don't remove nonexistent directories when built WITHOUT_PYTHON
Pointyhat to:	makc
Noticed by:	fluffy
2012-05-16 09:32:09 +00:00
Max Brazhnikov
ee05bbc5b9 Update to 2.0.5 2012-05-13 17:36:50 +00:00
Max Brazhnikov
b15f7feb96 Update to 1.4.0 2012-05-13 12:20:54 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Pawel Pekala
a44b4187c9 - Update to build 2012-04-17 [1]
- Projest has new homepage [1]
- Mark MAKE_JOBS_UNSAFE

PR:		ports/167651 [1]
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer) [1]
2012-05-11 17:05:09 +00:00
Wen Heping
b360c0c97b - Bump PORTREVISION to chase the update of graphics/proj 2012-05-07 08:12:53 +00:00
Wen Heping
d8ecee6fa3 - Update to 1.2.0 2012-05-07 06:21:34 +00:00
Sunpoet Po-Chuan Hsieh
56e04a0981 - Remove unnecessary USE_PERL5
- Bump PORTREVISION for dependency change
2012-05-06 09:35:33 +00:00
Brendan Fabeny
aa89760550 - update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
  MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
  flexible and allow CRAN ports to override it; add a regression-test
  target; set USE_FORTRAN to match math/R; remove some of the
  redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS

Reviewed by:	thierry, tota, wen
Approved by:	D. Rue (maintainer) [1], wen [2]
2012-05-04 20:56:15 +00:00
Wen Heping
089417ac66 - Update to 0.5.2
PR:		167314
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-04 07:24:07 +00:00
Wen Heping
86a2daf3bf - Update to 0.5.1
PR:		167313
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-04 07:14:16 +00:00
Wen Heping
e3495802ac - Update to 0.6.1
PR:		167310
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-04 07:12:12 +00:00
Martin Wilke
03bac522ea - Update to 2.27
PR:		167158
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-03 15:31:19 +00:00
Wen Heping
d7cbc430e7 - Update to 0.6.1
PR:		167303
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-03 11:59:31 +00:00
Max Brazhnikov
1294113822 - Update to 1.0.3
- Add patches and explicit dependency on graphics/libGLU to fix build
  with upcoming Qt-4.8.1
- Sort plist

PR:		ports/167525
Approved by:	Troels Kofoed Jacobsen (maintainer)
2012-05-02 22:35:15 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
TAKATSU Tomonari
4ee08b9095 - Update to 0.3-9 2012-04-27 19:58:06 +00:00
Wen Heping
55a62f50b9 - Update to 12.2.23
PR:		167297
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-26 01:15:18 +00:00
Mikhail Teterin
d7447c0a60 Add the three overlooked headers to the pkg-plist.
Notified by:	pav@
2012-04-23 21:09:10 +00:00
Hiroki Sato
7b3d6adf5f Update to 1.9.1.
Submitted by:	bjk
2012-04-23 04:48:03 +00:00
Mikhail Teterin
02bb94332a Upgrade from 4.2r3 to 4.2.7 (this neccessitated EPOCH bump).
Unbreak, untangle. Stop fetching/installing documents (other
than man-pages) -- these are available online.

Using standard libtool instead of the bundled one fails -- an
autotools expert should take a closer look.
2012-04-21 18:07:21 +00:00
TAKATSU Tomonari
bfb6ebd8d0 - Add a new port: science/R-cran-som
Self-Organizing Map (with application in gene clustering)

  WWW:	http://cran.r-project.org/web/packages/som/
2012-04-19 12:43:14 +00:00
Jose Alonso Cardenas Marquez
0a6256b52f - Bump PORTREVISION (freepascal ports were updated) 2012-04-19 06:51:44 +00:00
Pawel Pekala
02c3ca4376 DL_POLY is a general purpose classical molecular dynamics (MD) simulation
software developed at Daresbury Laboratory by I.T. Todorov and W. Smith.

WWW: http://ccpforge.cse.rl.ac.uk/gf/project/dl_poly_classic/

PR:		ports/166725
Submitted by:	Jason Bacon <jwbacon@tds.net>
2012-04-17 17:35:33 +00:00
Carlo Strub
d2349922e1 Update to 3.11.0 2012-04-14 18:41:27 +00:00
Wen Heping
2c96383024 - Update to 0.7.3 2012-04-11 07:17:21 +00:00
Baptiste Daroussin
ba56649f1a Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month 2012-04-09 23:51:44 +00:00
Martin Wilke
2413206f0c - Remove unnecessary LIB_DEPENDS for x11-toolkits/fltk
- Switch to textproc/xerces-c3 instead of textproc/xerces-c2
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support CFLAGS properly

PR:		166050
Submitted by:	Ports Fury
Approved by:	maintainer
Feature safe:	yes
2012-04-08 10:31:29 +00:00
Gerald Pfeifer
e89f13b555 Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently
done by the ports infrastructure for a while.

Approved by:	maintainer timeout
Feature safe:	yes
2012-04-07 15:31:51 +00:00
TAKATSU Tomonari
b671fd7f85 - Update to 1.1.34
Feature safe:	yes
2012-03-31 05:51:31 +00:00
Martin Wilke
0029b6f897 - Update to 3.3.3a
- Pass maintainership to submitter

PR:		166090
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 04:47:23 +00:00
Martin Wilke
9edc097bcc - Update to 0.8.6
- Pass maintainership to submitter

PR:		166101
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 04:45:11 +00:00
Gerald Pfeifer
556a3ec7c2 Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently
done by the ports infrastructure for a while.

Approved by:	maintainer (thierry)
Feature safe:	yes
2012-03-17 11:39:09 +00:00
Philip M. Gollucci
63402e204c - Chase math/ruby-netcdf -> science/ruby-netcdf rename 2012-03-08 04:50:36 +00:00
Philip M. Gollucci
3c4d5b6416 - update to 0.6.6
- add and update URLs of MASTER_SITES
- update author's email address
- use @dirrmtry
- change port category from math to science.

- Completes repo copy from math/ruby-netcdf -> science/ruby-netcdf

PR:             ports/165314
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org>
2012-03-08 04:34:40 +00:00
Wen Heping
05b7e29736 - Update to 0.9.9 2012-03-06 06:32:28 +00:00
TAKATSU Tomonari
c6102ed6d4 - Update to 0.2-5
- Fix LICENSE section
2012-03-05 12:47:36 +00:00
Brendan Fabeny
2dbc7784bc update math/R to 2.14.2, and adjust dependent ports 2012-03-03 16:59:36 +00:00
TAKATSU Tomonari
8d1ac42ef1 - Update to 5.4.4
- Enable gtk by default
- Make use of PORTDOCS and PORTEXAMPLES

PR: ports/165350 (based on)
Submitted by: Shin-ya Murakami (maintainer)
2012-02-21 16:24:19 +00:00
Wen Heping
5b8852c4fc - Update to 2.14.1.6 2012-02-20 08:52:38 +00:00
Philip M. Gollucci
7b72e2dc73 - Update to 1.6.3
- add and update URLs of MASTER_SITES
- add LICENSE related lines
- update author's email address
- update WWW site URL to shorter version

PR:             ports/165232
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 22:22:43 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Wen Heping
6f2296f0c8 - Update to 2.14.1.5 2012-02-13 06:47:15 +00:00
Gabor Pali
80cfee18ce - Update to 0.5.1
Obtained from:	FreeBSD Haskell
2012-02-13 05:20:41 +00:00
Eitan Adler
69ce299b82 -Update to 2.8
-Wrap long lines
-Fix java paths so the hdfview script works
-Add jpeg support
-Build javadoc
-Prevent implicit dependencies

PR:		ports/163601
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2012-02-13 05:12:38 +00:00
Eitan Adler
aac32349c9 Update to 1.8.8
Changes:

Fix bad shell scripts; all regression tests pass now

PR:		ports/163595
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
Approved by:	maintainer timeout (49 days)
2012-02-13 03:31:53 +00:00
TAKATSU Tomonari
6d2d9fe63e - Add a new port: science/R-cran-e1071
Functions for latent class analysis, short time Fourier transform,
  fuzzy clustering, support vector machines, shortest path computation,
  bagged clustering, naive Bayes classifier, ...

  WWW:	http://cran.r-project.org/web/packages/e1071/
2012-02-11 02:26:29 +00:00
Matthew Seaman
e206ed4e79 Fix the two affected ports
PR:		163963
Approved by:	maho (maintainer) shaun (mentor)
2012-02-10 09:33:05 +00:00
Wen Heping
845dfcbfb7 - Update to 0.6.2 2012-02-09 00:12:41 +00:00
Wen Heping
9293127bf6 - Update to 1.21
ChangeLog: http://cpansearch.perl.org/src/PSANNES/Geo-BUFR-1.21/Changes
2012-02-08 07:25:19 +00:00
Greg Lewis
6a176d152d . Update to 2.3_4.
. Fix Java version detection for OpenJDK.
. Remove RESTRICTED and manual download as the source is now freely available.

PR:		164814
Approved by:	Yuri Khotyaintsev <yuri@irfu.se> (MAINTAINER)
2012-02-07 04:00:04 +00:00
Wen Heping
45af5b2153 - Update to 2.14.1.0 2012-02-05 02:21:43 +00:00
Wen Heping
d1bcd54990 - Update distinfo because distfile was rerolled upstream [1]
- Reset maintainer

PR:		ports/163599 [1]
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> [1]
2012-02-04 07:44:50 +00:00
TAKATSU Tomonari
c9364214cc - Remove science/R-cran-survival which has been already included in math/R
Reported by:	pointyhat (pav)
2012-02-03 12:04:14 +00:00
Carlo Strub
faad8b9921 Update to 3.10.1
Approved by:	glarkin@ (mentor, implicit)
2012-01-31 23:23:38 +00:00
TAKATSU Tomonari
ef0525aaad - Add a new port: science/R-cran-survival
survival analysis: descriptive statistics, two-sample tests,
  parametric accelerated failure models, Cox model. Delayed entry
  (truncation) allowed for all models; interval censoring for parametric
  models. Case-cohort designs.

  WWW:	http://cran.r-project.org/web/packages/survival/
2012-01-31 13:22:44 +00:00
TAKATSU Tomonari
1d6516ce7c - Add a new port: science/R-cran-snow
The snow package provides support for simple parallel computing on a
  network of workstations using R.  A master R process calls makeCluster
  to start a cluster of worker processes; the master process then uses
  functions such as clusterCall and clusterApply to execute R code on
  the worker processes and collect and return the results on the master.
  This framework supports many forms of "embarrassingly parallel"
  computations.

  Snow can use one of four communications mechanisms: sockets, PVM, MPI,
  or NetWorkSpaces (NWS).  NWS support was provided by Steve Weston.
  PVM clusters use the rpvm package; MPI clusters use package Rmpi; NWS
  clusters use package nws.  If pvm is used, then pvm must be started,
  either using a pvm console (e.g the pvm text console or the graphical
  xpvm console, both available with pvm) or from R using functions
  provided by rpvm.  Similarly, LAM-MPI must be started, e.g.  using
  lamboot, for MPI clusters that use Rmpi and LAM-MPI.  If NWS is used,
  the NetWorkSpaces server must be running.  SOCK clusters are the
  easiest approach for using snow on a single multi-core computer as
  they require no additional software.

  WWW:	http://cran.r-project.org/web/packages/snow/
2012-01-31 13:14:19 +00:00
TAKATSU Tomonari
bd0df873df - Update to 1.1.33
- Add LICENSE
2012-01-26 11:34:06 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:		162216
PR:		163662
2012-01-25 10:21:01 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Brendan Fabeny
6ef707b384 update math/R to 2.14.1, and adjust dependent ports 2012-01-18 23:04:08 +00:00
Wen Heping
a193a68008 The obspy.taup package contains Python wrappers for iaspei-tau - a travel
time library by Arthur Snoke (http://www.iris.edu/pub/programs/iaspei-tau/).
The library iaspei-tau is written in Fortran and interfaced via Python ctypes.

WWW: http://www.obspy.org/
2012-01-16 06:55:05 +00:00
Dirk Meyer
8075eba87e - fix build with gcc46 2012-01-14 09:14:53 +00:00
Wen Heping
61fb002e92 - update to 0.5.1 2012-01-11 05:52:18 +00:00
Wen Heping
01b778bd3c - update to 0.5.1 2012-01-11 05:41:26 +00:00
Wen Heping
fed8751eda - update to 0.6.1 2012-01-11 05:33:54 +00:00
Wen Heping
2946327d1a - update to 2.14.0.2 2012-01-11 05:21:42 +00:00
Sunpoet Po-Chuan Hsieh
6cf559bba1 - Update to 0.010
Changes:	http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes
2012-01-07 17:37:32 +00:00
Jason Helfman
a756ea4f17 - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR:	 	ports/163255
Submitted by:	jgh (me)
Approved by:	crees (mentor)
2012-01-03 02:34:10 +00:00
Wen Heping
4e860ae744 - Update to 1.3.1 2011-12-31 08:04:46 +00:00
Mark Linimon
6cf6b4399b Mark as broken on powerpc.
Hat:		portmgr
2011-12-28 06:55:26 +00:00
Jason Helfman
8617eb5cd6 re-assignment of echo_msg breaks 'make readme'
unbreak

PR: ports/163257
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
Approved by: maintainer, crees (mentor)
2011-12-20 19:33:30 +00:00
Wen Heping
192a2cba1c R-cran-epicalc is functions making R easy for epidemiological calculation.
WWW: http://cran.r-project.org/web/packages/epicalc/

Feature safe:	yes
2011-12-15 01:20:35 +00:00
Wen Heping
a296ddbfaa The obspy.iris package contains a client for the DMC Web services
provided by IRIS (http://www.iris.edu/ws/).

WWW: http://www.obspy.org/

Feature safe:	yes
2011-12-13 06:24:57 +00:00
Wen Heping
6833596a8d - Update to 0.5.0
Feature safe:	yes
2011-12-13 03:13:41 +00:00
Wen Heping
ec1209e146 The obspy.db package contains a waveform indexer collecting metadata
from a file based waveform archive and storing in into a standard SQL
database. Supported waveform formats depend on installed ObsPy packages.

WWW: http://www.obspy.org/

Feature safe:	yes
2011-12-09 08:59:34 +00:00
Wen Heping
952b34a731 - Update to 0.5.0
Feature safe:	yes
2011-12-09 08:26:04 +00:00
Wen Heping
dc2dc6cc46 - Updat to 0.5.0
Feature safe:	yes
2011-12-09 08:16:47 +00:00
Wen Heping
f3416c39ac - Update to 0.5.0
Feature safe:	yes
2011-12-09 08:14:07 +00:00