Commit graph

9730 commits

Author SHA1 Message Date
Alexey Dokuchaev
44e9229fb5 altgraph is a fork of graphlib: a graph (network) package for constructing
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
graphviz output.

WWW: https://pypi.python.org/pypi/altgraph/
2014-11-28 09:21:56 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Danilo Egea Gondolfo
c797b42a57 - Update to 4.550.1 2014-11-25 13:24:33 +00:00
Stephen Montgomery-Smith
e688f6929a - Update to 2.2.5. 2014-11-25 02:56:41 +00:00
Sunpoet Po-Chuan Hsieh
f27556f771 - Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based
Notified by:	mat
2014-11-24 19:04:09 +00:00
Sunpoet Po-Chuan Hsieh
a9fd9b18b2 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:30:42 +00:00
Sunpoet Po-Chuan Hsieh
f3da92d81a - Strip shared library in post-install:
- Remove contiguous blank lines
2014-11-24 18:25:20 +00:00
Danilo Egea Gondolfo
d7d552ca36 - Update from 4.500.1 to 4.550.0 2014-11-23 15:34:01 +00:00
Sunpoet Po-Chuan Hsieh
f3bffa9070 - Update to 2.0.1
- Use USES=tar:tgz
- Take maintainership

Changes:	http://pecl.php.net/package-changelog.php?package=Bitset
2014-11-23 09:23:32 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Dmitry Marakasov
65ffca6fcd - Fix build with clang 2014-11-21 11:56:47 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Johan van Selst
f0025c8789 Update to GAP 4.7.6 2014-11-19 10:46:16 +00:00
Kurt Jaeger
400fc6ca43 math/p5-Math-Int128: fix _DEPENDS
PR:		194736
2014-11-19 06:29:58 +00:00
Kurt Jaeger
a3f14ba3ad math/p5-Math-Int128: 0.13 -> 0.15
http://cpansearch.perl.org/src/SALVA/Math-Int128-0.15/Changes

PR:		194736
2014-11-19 06:28:05 +00:00
Kurt Jaeger
95283cfa99 math/p5-Math-Int64: 0.32 -> 0.34
http://cpansearch.perl.org/src/SALVA/Math-Int64-0.34/Changes

- native_to_uint64 was broken when using native integers (bug report
  by Aleksey Mashanov)
- add sv_seti64 and sv_setu64 macros (feature request by Graham Ollis)

PR:		194735
Approved by:	sunpoet (maintainer timeout)
2014-11-19 06:19:20 +00:00
Danilo Egea Gondolfo
3c12c95c82 - Update from 4.500.0 to 4.500.1 2014-11-18 16:48:30 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Antoine Brodin
0dae2aca96 Cleanup plist 2014-11-15 12:20:53 +00:00
Antoine Brodin
942951d86b Cleanup plist 2014-11-14 09:39:21 +00:00
Antoine Brodin
cff02893b4 Cleanup plist 2014-11-13 23:24:00 +00:00
Antoine Brodin
faad978bef Cleanup plist 2014-11-12 20:11:15 +00:00
Antoine Brodin
5f172f29f0 - Allow staging as a regular user
- Cleanup plist
2014-11-12 09:10:23 +00:00
Antoine Brodin
8f5f0d8588 Cleanup plist 2014-11-10 23:10:23 +00:00
Stephen Montgomery-Smith
aa163df848 - Update to 1.1.0. 2014-11-10 00:03:25 +00:00
Stephen Montgomery-Smith
9175b4fdbf - Update to 1.3.9. 2014-11-07 22:25:52 +00:00
Rene Ladan
2f08c48841 Remove expired ports:
2014-11-07 math/elmer-umfpack: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-eio: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-matc: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-meshgen2d: Obsoleted by cad/elmerfem
2014-11-07 science/elmergrid: Obsoleted by cad/elmerfem
2014-11-07 14:58:00 +00:00
Max Brazhnikov
ebf18a7b49 math/scilab:
- remove parallel from CATEGORIES (should have gone along with update to 5.5.0)
- drop @dirrm from plist
2014-11-07 12:16:48 +00:00
Ashish SHUKLA
85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00
Pawel Pekala
cae6212aec - Update to version 0.15.0
- Offer experimental Openpyxl2 support
- epend on minimum versions of optional ports per upstream docs

PR:		194504
Submitted by:	maintainer
2014-11-04 16:11:57 +00:00
Dmitry Sivachenko
4f7630ccd9 Update to version 1.9.1
Phabric:	D998
2014-11-03 11:14:34 +00:00
Pawel Pekala
e74cc53c55 - Update to version 0.8.4
- Clean pkg-plist

PR:		194168
Submitted by:	tkato432@yahoo.com
2014-11-02 16:41:05 +00:00
Thierry Thomas
7ab5bb5f5d Revert `make plist' optimization.
Submitted by:	makc
2014-11-01 20:15:15 +00:00
Kurt Jaeger
de5c6806a0 math/p5-Math-Int128: add armv6 to NOT_FOR_ARCHS
PR:		194188
Submitted by:	sbruno
2014-11-01 10:00:57 +00:00
Thierry Thomas
268e053c8d Upgrade to 0.6.2.
Changelog at <http://rkward.sourceforge.net/wiki/News>.
2014-11-01 08:47:42 +00:00
Danilo Egea Gondolfo
4ed4570f90 - Update from 4.450.4 to 4.500.0 2014-10-30 12:36:22 +00:00
Anders Nordby
fa72785059 Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately.
2014-10-29 22:11:51 +00:00
Antoine Brodin
8b1dc0a9c8 Unbreak
Reported by:	pkg-fallout
2014-10-24 18:18:18 +00:00
Dmitry Sivachenko
7007ea4b9b Fix compilation after recent numpy patch.
Patch by thierry@FreeBSD.org, pointed out by antoine.
2014-10-23 15:23:27 +00:00
Dmitry Sivachenko
97ca34aaa4 Use std::isspace instead of isspace to fix the following compile error in
py-fst:
In file included from fst/_fst.cpp:322:
In file included from /usr/local/include/fst/fstlib.h:49:
In file included from /usr/local/include/fst/fst.h:34:
In file included from /usr/local/include/fst/arc.h:31:
In file included from /usr/local/include/fst/power-weight.h:24:
/usr/local/include/fst/tuple-weight.h:179:14: error: call to 'isspace' is ambiguous
    } while (isspace(c));
             ^~~~~~~
/usr/include/ctype.h:57:5: note: candidate function
int     isspace(int);
        ^
/usr/include/c++/v1/cctype:125:38: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);}
/usr/include/ctype.h:57:5: note: candidate function
int     isspace(int);
        ^
/usr/include/c++/v1/cctype:125:38: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);}
2014-10-23 14:05:56 +00:00
Dmitry Sivachenko
dd3baef728 New port: pyfst
pyfst provides a Python interface to the excellent OpenFst library.
Most of the essential functionality of the library is exposed through a
simplified API, allowing quick prototyping of algorithms using finite-state
methods and easy visual debugging of the results obtained by applying
FST operations.

WWW: http://pyfst.github.io
2014-10-23 14:03:56 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Dmitry Sivachenko
3a5717fa24 Use correct directory for USE_LDCONFIG;
Remove obsoleted @dirrm's.
2014-10-20 14:28:17 +00:00
Stephen Montgomery-Smith
8f25480f37 - Update to 1.1.5. 2014-10-19 22:32:28 +00:00
Stephen Montgomery-Smith
8a3c97f9f1 - Update to 1.3.8. 2014-10-19 22:31:31 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Wen Heping
2048eb8057 - Update to 2.3.3 2014-10-16 22:43:56 +00:00
Thierry Thomas
95b71a550f Rescue the build on FreeBSD < 10 with libmissing.
Reported by:	pkg-fallout
2014-10-16 19:44:14 +00:00
John Marino
5ebdc43505 Remove @dirrm from package list of 8 of my ports 2014-10-16 10:56:37 +00:00
Johan van Selst
aa38e7d985 Update to calc 2.12.5.0 2014-10-15 19:07:45 +00:00
Danilo Egea Gondolfo
de43167971 - Update from 4.450.3 to 4.450.4 2014-10-14 14:06:36 +00:00
Dmitry Marakasov
b2ffd39a04 - Add LICENSE
- Drop @dirrm* from plist
2014-10-14 11:03:16 +00:00
Pietro Cerutti
56a424b20a - Enable the RenderingMatplotlib and PythonInterpreter modules when building
w/ Python support
- Bump PORTREVISION

Submitted by:	Stas Timokhin <devel@stasyan.com> (via email)
2014-10-13 12:10:21 +00:00
Stephen Montgomery-Smith
4f4114c797 - Update to 2.6.6. 2014-10-12 21:51:50 +00:00
Thierry Thomas
37be35c40e Add libproj4, a cartographic projections C library. 2014-10-12 08:32:24 +00:00
Thomas Zander
eafe2a7e8d - Initial import of math/nlopt
PR:		193262
Submitted by:	rhurlin@gwdg.de (maintainer)
Reviewed by:	koobs, riggs
2014-10-11 18:46:41 +00:00
Stephen Montgomery-Smith
5f0a21c535 Update to 2.0.1. 2014-10-10 23:34:59 +00:00
Danilo Egea Gondolfo
dec3bde266 - Update from 13.09-1 to 14.09 [1]
- Use options helpers

PR:		194281
Submitted by:	cjr@cruwe.de (maintainer) [1]
2014-10-10 15:58:05 +00:00
Pietro Cerutti
93f2c2133b - Another take at pkg-plist 2014-10-10 14:18:34 +00:00
Pietro Cerutti
555f9c700d - Add an OPTION to enable the Python wrapping module
- Add an OPTION to chose between static and shared libs
- Bump PORTREVISION
2014-10-10 13:36:08 +00:00
Antoine Brodin
1719756e87 Remove LTFAT option from octave-forge, the package builders are getting
crazy with this
several things like this in the log + installing takes hours:
load-octave-pkg: octave is installing ltfat-2.0.0.tar.gz.
panic: Segmentation fault: 11 -- stopping myself...

With hat:	portmgr
2014-10-08 22:31:40 +00:00
Danilo Egea Gondolfo
9140b4857c - Update from 4.450.2 to 4.450.3 2014-10-08 16:39:43 +00:00
William Grzybowski
005a3bea94 math/asymptote: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-08 16:14:27 +00:00
Stephen Montgomery-Smith
be07dd0fbe - Update to 2.0.0. 2014-10-07 22:06:41 +00:00
Stephen Montgomery-Smith
c8e8239868 - Update to 2.2.2. 2014-10-07 21:54:56 +00:00
Thierry Thomas
ccfac88b3a Mark the old elmer-* ports as deprecated: they are obsoleted by
cad/elmerfem.

Reported by:	pfg
2014-10-07 19:35:59 +00:00
Antoine Brodin
37fe38055d Fix packaging 2014-10-07 19:21:27 +00:00
Pietro Cerutti
86231690a5 - Update to 2.7.0-alpha12
Announcement:
  https://groups.google.com/forum/#!topic/mpir-devel/9a9MWwp2sFA
2014-10-07 10:06:22 +00:00
Baptiste Daroussin
8933398389 Remove latest occurence of a versionned USE_GCC, perfer USE_GCC=yes instead 2014-10-07 07:18:46 +00:00
Thierry Thomas
e0139b43c2 - Add an option MPI to build and install libparpack
- Create a slave port to build a package with this option

- Switch to an external plist, because many files are added.

PR:		ports/193810
Submitted by:	/me
Approved by:	bf (maintainer, by private mail)
2014-10-06 20:51:55 +00:00
Jason E. Hale
e5a2ed82f3 - Convert long-gone USE_FORTRAN to USES=fortran 2014-10-06 15:39:59 +00:00
John Marino
888e041308 math/taucs: Removing unnecessary do-extracts target; use NO_WRKSUBDIR
With NO_WRKSUBDIR set, there's no need for a roll-your-own extraction
target, so remove it from this port.

While here:
  - use <options> instead of <pre> + <post> includes
  - Wrap the compound commands in parentheses and use "&&" conjunctions
    instead of ";" for better multijob support
  - Remove several command masks (@) that were suppressing log output
  - Remove duplicate (and broken) softlink creation in lib target
  - Fix second (also broken) softlink creation in do-install target
  - Revbump for last
  - Fix WWW whitespace
  - Remove redundant @dirrm
2014-10-05 19:26:13 +00:00
Alonso Schaich
c05e144deb Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.

Approved by:	rakuco (mentor)
2014-10-05 18:25:00 +00:00
Tijl Coosemans
88c67cd38c - Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-10-05 18:01:19 +00:00
Antoine Brodin
0643d6e473 - Do not package info/dir
- Allow staging as a regular user
2014-10-05 12:16:10 +00:00
Wen Heping
6420db7e4a - Update to 4.4
- Add GUI option [1]

PR:		192896 [1]
Submitted by:	Robert Kruus<robert.kruus@utoronto.ca> [1]
2014-10-05 11:12:08 +00:00
Antoine Brodin
4ba112a63f Fix a typo 2014-10-04 23:27:17 +00:00
Stephen Montgomery-Smith
28e31799b8 - Add optional dependency math/octave-forge-stk.
- Update to 20141004.
2014-10-04 22:33:10 +00:00
Stephen Montgomery-Smith
fd082b18f4 - New port math/octave-forge-stk
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is stk.

----------------------------------------------------------------------------
 The STK is a (not so) Small Toolbox for Kriging. Its primary focus in on
 the interpolation/regression technique known as kriging, which is very
 closely related to Splines and Radial Basis Functions, and can be
 interpreted as a non-parametric Bayesian method using a Gaussian Process
 (GP) prior. The STK also provides tools for the sequential and
 non-sequential design of experiments. Even though it is, currently, mostly
 geared towards the Design and Analysis of Computer Experiments (DACE), the
 STK can be useful for other applications areas (such as Geostatistics,
 Machine Learning, Non-parametric Regression, etc.).
2014-10-04 22:05:22 +00:00
Dmitry Sivachenko
45dce9a0a7 Correct a typo. 2014-10-03 17:48:21 +00:00
Dmitry Sivachenko
1c54e9bd92 Bump PORTREVISION because of additon of py-parsing dep;
Move some python modules deps out of BUILD_DEPENDS (they seem to be
runtime only).

Thanks to Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2014-10-03 17:46:44 +00:00
Dmitry Sivachenko
14c052668d Add missing dep.
Submitted by:	olgeni
Approved by:	maintainer
2014-10-02 13:36:09 +00:00
Danilo Egea Gondolfo
0489ddc1fa - Update from 4.450.0 to 4.450.2 2014-10-02 13:04:06 +00:00
Marcus von Appen
62480ffb2c - Mark INSTALLS_EGGINFO as unsupported
Differential Revision:	D843
Reviewed by:	gahr@, koobs@
Approved by:	bapt@ (portmgr)
2014-10-02 07:53:52 +00:00
Antoine Brodin
ae4e8ae322 Allow staging as a regular user 2014-10-02 06:17:58 +00:00
Pietro Cerutti
6a0181bd5e - Fix with Coin and Abacus
- Modernize framework (USE_PYTHON, @dirrm)
2014-10-01 08:16:14 +00:00
John Marino
66a9794d08 Unbreak math/parmetis everywhere except FreeBSD 8
There were two issues with the previous commit.
  - LDFLAGS wsa missing -L argument for libc++
  - The libc++.so file is not actually a library, it's a linker script.
    Specifying libc++.so in LIB_DEPENDS causes the port to fail when
    it tries to install libc++ twice since it fails to recognize
    libc++.so as a library.

This doesn't fix FreeBSD breakage because it seems that it's missing
the C99 math function symbols.
2014-09-30 17:39:25 +00:00
Sunpoet Po-Chuan Hsieh
f6b1f9625a - Update to 0.33
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-09-30 15:24:08 +00:00
Dmitry Sivachenko
c2fe293b67 Fix build after r369447
Patch by Thierry Thomas <thierry@FreeBSD.org>
2014-09-30 08:39:34 +00:00
Wen Heping
2e37717c7a - Update to 5.1.24
PR:		193899
Submitted by:	tkato432@yahoo.com
2014-09-29 15:40:14 +00:00
TAKATSU Tomonari
1e306f99e6 - Update to 0.4.450.1.0 2014-09-29 05:53:18 +00:00
Dmitry Sivachenko
cbd6f0a16a Fix
ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc48/libgfortran.so.3 not found
error when importing numpy module.

PR:		188114
Patch by Thierry Thomas <thierry@FreeBSD.org>
2014-09-28 10:40:54 +00:00
Dmitry Sivachenko
ec77e60fda Update to version 1.4.0.
PR:		193505
Submitted by:	m.tsatsenko@gmail.com
Approved by:	mainland@apeiron.net (maintainer)
2014-09-28 07:48:34 +00:00
Danilo Egea Gondolfo
94f7ea6c8f - Update net/openmpi from 1.8.2 to 1.8.3 2014-09-28 03:41:24 +00:00
Johan van Selst
1544b49656 Update calc to 2.12.4.14 2014-09-27 10:52:18 +00:00
Antoine Brodin
1c9cf120b0 Fix stage violation (and allow staging as regular user) 2014-09-25 19:47:16 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
Greg Lewis
78fd5a360c . Update to 4.6.6. 2014-09-25 06:24:44 +00:00
Tijl Coosemans
6aa2e084b3 Remove USE_AUTOTOOLS and remove DATADIRNAME patch 2014-09-24 19:35:57 +00:00
Baptiste Daroussin
b208e52f7b Convert to USES=pear 2014-09-23 16:45:35 +00:00
Dmitry Marakasov
1e155e844e - Drop @dirrm* from plist
- Add LICENSE_FILE
2014-09-23 16:13:10 +00:00
Dmitry Marakasov
8de5318cd7 - Drop @dirrm* from plist 2014-09-23 11:20:05 +00:00
Pietro Cerutti
ab7bf13bad - Update to 13.1.2
Changes:
  * https://github.com/gambitproject/gambit/compare/v13.1.1...v13.1.2
2014-09-22 14:45:22 +00:00
Bartek Rutkowski
7eca8dff0c math/py-pandas: convert to USES=python format
PR:		193205
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mentors (implicit)
2014-09-22 13:42:16 +00:00
Dmitry Marakasov
6a6f3d957c - Cleanup plist
- Add NO_ARCH
2014-09-22 12:40:51 +00:00
Dmitry Marakasov
0edc2cfa89 - Cleanup plist 2014-09-22 12:09:47 +00:00
Dmitry Marakasov
f4169f5cc7 - Cleanup plist 2014-09-22 12:09:21 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
TAKATSU Tomonari
8cc0980846 - Update to 2.3-2 2014-09-22 08:16:39 +00:00
TAKATSU Tomonari
d970095d59 - Update to 2.3-1
- Update LICENSE section
2014-09-22 06:59:51 +00:00
Pawel Pekala
53529ec315 Update to version 0.2.11
PR:		ports/193309
Submitted by:	maintainer
2014-09-21 15:36:56 +00:00
Pawel Pekala
322360a4d2 - Update to version 2.1.11
- Add LICENSE, pkg-message about ggobirc configuration
- Drop usage of stale USE_AUTOTOOLS
- Strip binaries

PR:		ports/193616
Submitted by:	maintainer
2014-09-20 18:09:47 +00:00
Gerald Pfeifer
add8dbd8dd Replace USE_GCC=4.8+ by the equivalent, but preferred USE_GCC=yes. 2014-09-20 17:06:46 +00:00
Rene Ladan
e87c0594db Remove math/ruby-narray_miss which depended on deleted math/ruby-narray 2014-09-20 10:21:51 +00:00
Rene Ladan
7eafff56c3 Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
Tijl Coosemans
15f52b3e2b Remove old libtool patch 2014-09-19 12:49:04 +00:00
Danilo Egea Gondolfo
40a7fe6dcb - Update from 4.400.2 to 4.450.0 2014-09-19 12:38:07 +00:00
Mathieu Arnold
46cf4bcb84 Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.

Differential Revision:	https://reviews.freebsd.org/D730
Reviewed by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
2014-09-18 12:31:24 +00:00
Stephen Montgomery-Smith
8ae39ddbb5 - Update to 1.0.1. 2014-09-17 23:33:25 +00:00
Dmitry Sivachenko
a4b5634c0d Add missing build dep. 2014-09-17 14:45:25 +00:00
Stephen Montgomery-Smith
4a95015c59 - Update to 2.2.4. 2014-09-17 12:36:12 +00:00
Tijl Coosemans
15c4a5ecf3 Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
2014-09-17 07:38:15 +00:00
Sean Bruno
73ee5e70c5 Fix all non-x86 builds of math/gsl with a more general approach than the
specifically powerpc patch file.

Drop patch-ieee-utils-fp-freebsd.c alltogether and change the order
of #ifdefs in the setup to pull in fp-gnuc99.c instead of fp-freebsd.cc

Verified on redports for x86 builds and am bumping port revision.

Suggested by:	nathanw
Phabric:	https://reviews.freebsd.org/D787
Reviewed by:	nathanw
Approved by:	bdrewery (mentor)
2014-09-16 19:04:09 +00:00
Thomas Zander
1866ce3dc8 - Remove unnecessary ${ARCH} wrappers around OPTIONS_DEFAULT_{i386|amd64}
PR:		161359
Pointed out by:	jhale
2014-09-16 05:59:07 +00:00
Thomas Zander
84add58bd0 - Use DYNAMIC_ARCH on i386 and amd64 by default
- Bump PORTREVISION

PR:		161359
Submitted by:	phd_kimberlite@yahoo.co.jp
Patch by:	cpm@fbsd.es (maintainer)
2014-09-15 14:53:12 +00:00
Pietro Cerutti
d358e42ec7 - Update to 2.7.0-alpha11 2014-09-15 08:03:49 +00:00
John Marino
4426850141 math/ump: Fix build on DF, FreeBSD 10+ (explicit linking issue) 2014-09-15 08:01:35 +00:00
Jason E. Hale
b3568403b8 - Update to 0.6.0
- Convert USE_PYTHON=yes -> USES=python:3.2+ (new version requires 3.x only)
- Take maintainership
2014-09-14 22:51:46 +00:00
Danilo Egea Gondolfo
b9b16d7c86 - Update from 4.400.1 to 4.400.2 2014-09-14 17:26:58 +00:00
Steve Wills
6470789be5 math/rubygem-fftw3: add port for gem version of fftw3
Ruby bindins for Fast Fourier Transforms by using FFTW Ver.3.

WWW: http://ruby.gfd-dennou.org/products/ruby-fftw3/

PR:		193454
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2014-09-14 14:47:11 +00:00
Jason E. Hale
95ce87428b - Since Python 3.x packages aren't available, add a check to
prevent pkg-fallout errors

===>   rpcalc-0.7.0 depends on package: py33-qt4-gui>=0 - not found
===>    Verifying install for py33-qt4-gui>=0 in /usr/ports/x11-toolkits/py-qt4-gui
===>   rpcalc-0.7.0 depends on package: /packages/All/py33-qt4-gui-4.11.1,1.txz - not found
===>   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source
*** Error code 1
2014-09-13 23:39:20 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Antoine Brodin
709a8d7eba Allow staging as a regular user 2014-09-13 14:04:19 +00:00
Antoine Brodin
63ec46e2c3 Allow staging as a regular user 2014-09-13 12:39:14 +00:00
Antoine Brodin
b7baa8db3b Allow staging as a regular user 2014-09-11 22:14:01 +00:00
Sunpoet Po-Chuan Hsieh
0cf2725a50 - Update to 0.32
Changes:	http://search.cpan.org/dist/Math-Int64/Changes
2014-09-11 15:51:56 +00:00
Sean Bruno
84c987c5f5 Add armv6 to the 32 bit list of targets
Phabric:	https://reviews.freebsd.org/D762
Approved by:	bdrewery (mentor)
2014-09-11 15:17:28 +00:00
Max Brazhnikov
52bb65e430 math/scilab-toolbox-swt:
- Fix build with clang and drop USE_GCC
2014-09-11 09:34:14 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Antoine Brodin
ee0b2a4758 - Allow staging as a regular user
- Bump portrevision as most docs was unreadable
2014-09-10 20:46:14 +00:00
Antoine Brodin
2d7626e38d Allow staging as a regular user 2014-09-10 15:29:04 +00:00
Baptiste Daroussin
bcf3a830a4 Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
2014-09-10 13:11:28 +00:00
Dmitry Marakasov
6e1de38e13 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-10 12:18:29 +00:00
Dmitry Marakasov
bd67579f29 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-10 12:17:51 +00:00
Dmitry Marakasov
b2581e084b - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-10 12:17:32 +00:00
TAKATSU Tomonari
325f7e4997 - Update to 0.4.400.0 2014-09-09 16:52:37 +00:00
TAKATSU Tomonari
1db08d38d1 - Update to 1.3-2 2014-09-09 16:34:51 +00:00
TAKATSU Tomonari
b821a871b2 - Update to 0.3 2014-09-09 16:20:37 +00:00
Alex Dupre
41688183cd Fix build with gcc 4.9.
PR:		193340
Submitted by:	Olivier <software-freebsd@interfasys.ch>
2014-09-09 13:22:56 +00:00
Antoine Brodin
cf118408ba Allow staging as a regular user 2014-09-08 18:59:29 +00:00
Adam Weinberger
5c9dd5f44a Fix python detection.
This port still does not build on 10+.
2014-09-08 16:23:56 +00:00
Adam Weinberger
2009f89799 Change USE_TEX=texlive. 2014-09-07 15:09:39 +00:00
John Marino
2718777681 Stage math/gotoblas and assign maintainership to submitter
PR:		193392
Submitted by:	Carlos JPM
2014-09-07 06:11:45 +00:00
Antoine Brodin
8edb99ce40 Allow staging as a regular user 2014-09-05 18:26:46 +00:00
Stephen Montgomery-Smith
d706fd023e - Correct where SAGE_ROOT was incorrectly prefixed by STAGEDIR in
${PREFIX}/bin/sage.
- Bump portrevision.

Pointed out by:	Robert.Burmeister@UToledo.edu
2014-09-05 03:17:36 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Max Brazhnikov
4325f6f2f7 math/scilab-toolbox-sivp:
- Add patch from upstream to fix build with scilab-5.5
- Don't require X for documentation building
- Convert echos to pkg-message
2014-09-04 18:21:49 +00:00
Max Brazhnikov
660ee871fe math/scilab-toolbox-swt:
- Update to 0.1.20
- Don't require X for documentation building
- USE_GCC=any
- Convert to options helpers
2014-09-04 18:21:20 +00:00
Max Brazhnikov
57a37508d6 math/scilab:
- Update to 5.5.0
- Populate USES with desktop-file-utils, iconv, libtool, pathfix,
  and shared-mime-info
- Add dependency on xdg-utils
- Remove needless USE_LDCONFIG
- Clean up CONFIGURE_ENV from stale stuff
- Update options:
  . remove DOCS, FFTW, MATIO, UMFPACK (always build with them for simplicity)
  . remove NLS (doesn't build without it)
  . merge HELP with GUI
  . PVM is not supported anymore
  . Enable OCAML and TK by default
- Use options heplers
- Clean up post-patch section from stale fixes
- Convert to static pkg-plist
2014-09-04 18:20:53 +00:00
Sunpoet Po-Chuan Hsieh
23827b8bfb - Add DOCS to OPTIONS_DEFINE
- Convert to new options helper
2014-09-04 16:25:39 +00:00
Adam Weinberger
d7e7bddf1e Add USES=dos2unix. PORTREVISION bump.
While here, wrap compound statements.
2014-09-04 16:23:56 +00:00
Alex Dupre
f23aed7bde Import PHP 5.6 branch! 2014-09-04 14:24:25 +00:00
Mathieu Arnold
166d8a206b Update to 2.007.
Sponsored by:	Absolight
2014-09-04 10:52:01 +00:00
Antoine Brodin
0090808295 Allow staging as a regular user 2014-09-03 21:07:17 +00:00
Antoine Brodin
65565041d3 Fix packaging 2014-09-03 16:54:55 +00:00
Antoine Brodin
74beeb0a22 Fix packaging 2014-09-03 15:36:42 +00:00
Antoine Brodin
f7eed309a1 Fix packaging 2014-09-03 15:03:04 +00:00
Dmitry Sivachenko
fbaaa3b5ee New port: mosesdecoder.
Moses is a statistical machine translation system that allows you to
automatically train translation models for any language pair.  All you
need is a collection of translated texts (parallel corpus).  Once you have a
trained model, an efficient search algorithm quickly finds the highest
probability translation among the exponential number of choices.

WWW: http://www.statmt.org/moses/
2014-09-02 13:42:23 +00:00
Thierry Thomas
78e2b56a8a - Upgrade to 1.5;
- Bump PORTREVISION for consumers.
2014-09-01 21:50:14 +00:00
Baptiste Daroussin
8003ba152f Remove non staged ports without pending PR from ma* 2014-09-01 21:25:59 +00:00
Kurt Jaeger
6b1e401278 New port: math/ipopt
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software
package for large-scale nonlinear optimization.

Ipopt is written in C++ and is released as open source code under the
Eclipse Public License (EPL). It is available from the COIN-OR
initiative. The code has been written by Carl Laird and Andreas Wächter,
who is the COIN project leader for Ipopt.

The Ipopt distribution can be used to generate a library that can be
linked to one's own C++, C, or Fortran code, as well as a solver
executable for the AMPL modeling environment. The package includes
interfaces to CUTEr optimization testing environment, as well as the
MATLAB and R programming environments. IPOPT can be used on Linux/UNIX,
Mac OS X and Windows platforms.

An excellent reference for this library can be found in:

Wächter and L. T. Biegler, On the Implementation of a Primal-Dual Interior
Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming,
Mathematical Programming 106(1), pp. 25-57, 2006

WWW: https://projects.coin-or.org/Ipopt

PR:		168290
Submitted by:	Pedro F. Giffuni <pfg@FreeBSD.org>
2014-09-01 18:09:41 +00:00
Tijl Coosemans
5ad4d67e17 - Add USES=libtool and INSTALL_TARGET=install-strip
- Use MAKE_CMD
2014-09-01 09:30:33 +00:00
Carlo Strub
7a4b8d4435 - Update to 1.5.0.20131104
- New License is AGPLv3

PR:		9193123
Submitted by:	pfg@
2014-08-31 20:23:50 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Tijl Coosemans
aafc6248a1 lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-31 15:17:49 +00:00
Olli Hauer
d4a2f82958 - update to 1.74
- add stage support
- add licence
- rework MASTER / SLAVE ports
  - slave depends now on MASTER port
  - install only a dedicated start script

PR:		190154
Submitted by:	ohauer
Approved by:	maintainer timeout
2014-08-31 12:55:19 +00:00
Raphael Kubo da Costa
8ad190e4d3 Update to 3.2.2.
Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.2

PR:		193104
Submitted by:	pfg@
2014-08-30 22:28:09 +00:00
Jason E. Hale
e81c83fa66 - Update to 0.7.0
- Stagify
- Add LICENSE
- Add DESKTOP_ENTRIES
- USE_PYTHON -> USES=python (new version requires 3.2+)
- Take maintainership
2014-08-29 22:31:57 +00:00
Mathieu Arnold
4a1f19112d - Stage
- Use options helpers
- take back in perl@

Also, don't add OPENGL to the default options when PACKAGE_BUILDING because
graphics/p5-OpenGL needs a *real* display to build, and that doesn't happen in
poudriere.

Sponsored by:	Absolight
2014-08-29 16:19:38 +00:00
Antoine Brodin
7561227a14 Allow staging as a regular user and simplify 2014-08-29 06:25:47 +00:00
Thierry Thomas
4199d239fe - Stagify
- Upgrade to 4.3

Changelog at <http://crd-legacy.lbl.gov/~xiaoye/SuperLU/changes.html>.

PR:		ports/193069
Submitted by:	pfg
2014-08-28 19:16:45 +00:00
William Grzybowski
d38c7c094a math/asir2000: update to 20140819
- Pass maintainership to submitter

PR:		192873
Submitted by:	Saito Tomokatsu
Approved by:	maintainer
2014-08-28 13:59:13 +00:00
Vsevolod Stakhov
e23d2e3e40 Fix build on 8 and 9 where there is no std::strtoull.
Do not bump revision since package content is unchanged.
2014-08-27 12:09:49 +00:00
Thierry Thomas
78ae62f1d4 Chase the upgrade of net/mpich2.
Approved by:	portmgr (non staged ports)
2014-08-26 19:55:00 +00:00
Antoine Brodin
af22a3aad8 Allow staging as a regular user 2014-08-26 18:41:40 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Antoine Brodin
c86107f92d Do not overwrite CMAKE_ARGS, fixes packaging on freebsd 9.x 2014-08-26 12:44:36 +00:00
Antoine Brodin
30c3325379 Package something 2014-08-26 12:29:48 +00:00
Danilo Egea Gondolfo
d8bdeaa793 - Update net/openmpi from 1.8.1 to 1.8.2 2014-08-26 11:25:13 +00:00
Kubilay Kocak
ea1ddaae96 math/py-pycosat: Chase category change for math/picosat
Change category change for math/picosat in LIB_DEPENDS
2014-08-25 11:45:23 +00:00
Kubilay Kocak
19094cd53d Move picosat and py-pycosat from devel -> math
- Remove from devel/Makefile
- Add to math/Makefile
- Update CATEGORIES for both ports
- Add MOVED entries

While I'm here, sort MOVED entries causing MOVEDlint.awk error [1]
after r365599 [2]

[1] 6470: date going backwards from 2014-08-20 to 2014-08-15
[2] https://svnweb.freebsd.org/changeset/ports/365599

Suggested by:	vsevolod
2014-08-25 11:10:03 +00:00
Baptiste Daroussin
24d917f144 Reset maintainership for non staged ports
With hat:	portmgr
2014-08-25 10:08:55 +00:00
Antoine Brodin
1962c49e29 Allow staging as a regular user 2014-08-24 19:17:47 +00:00
Thierry Thomas
704bc5458a Chase scalapack's upgrade.
Approved by:	portmgr (not yet staged)
2014-08-24 16:17:16 +00:00
Thierry Thomas
95c5e784df - Upgrade scalapack to 2.0.2 and stagify
- Bump PORTREVISION for consumers.
2014-08-24 16:14:56 +00:00
Thierry Thomas
4f20798334 Stagify. 2014-08-23 17:41:18 +00:00
David Naylor
b7172281ec Update math/R-cran-car to 2.0-21.
ChangeLog:
 * residualPlot error when using 'type="rstudent" has been fixed.
 * Minor change to "recode" documentation; improved error checking in
    recode().
 * Fixed a bug in gamLine with non-canonical links. (Thanks to Hani Christoph)
 * Added has.intercept.multinom() to make Anova() work with multinom objects
    fit to a dichotomous response (after bug report by Kristian Hovde Liland).
 * Replaced vif.lm() with vif.default() to cover wider variety of models
    (after question by Laura Rigg about gls models).
 * Diagonal panels in scatterplotMatrix() (except for histograms) show
     groups separately when plotted by groups (suggestion by Erich Neuwirth).
 * Added vcov. argument to Anova.lm().
2014-08-23 17:30:43 +00:00
Thierry Thomas
80933db99d - Fix build
- Stagify

- Add a license

- Remove $HOME set to $WRKDIR in $MAKE_ENV, this breaks mpd.
2014-08-23 13:52:17 +00:00
Thierry Thomas
d3d2443672 - Make fetchable again
- Stagify

- Link the test programs with FFLAGS to get -rpath on GCC libs.
2014-08-23 08:58:23 +00:00
Antoine Brodin
ae18d06984 Remove double slash to pass check-plist 2014-08-23 08:31:07 +00:00
Tijl Coosemans
580851dc74 - graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
2014-08-22 19:08:37 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Matthias Andree
bb72b41b59 Test fix for math/gringo. 2014-08-21 20:40:52 +00:00
Steve Wills
567e80f29a math/rubygem-narray: update to 0.6.0.9
PR:		190473
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2014-08-21 19:41:32 +00:00
John Marino
4a17c39e46 math/atlas: Fix OPTIONS handling, add log control option
Add an option to the menu to control whether the tuning info and build
logs are installed.  install these files uncompressed plain text instead
of compressed tarballs

PR:		192823
Submitted by:	Don Lewis
2014-08-21 12:58:36 +00:00
Danilo Egea Gondolfo
eb6bb0eeb1 - Update from 4.400.0 to 4.400.1 2014-08-20 14:23:14 +00:00
Steve Wills
f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00
Vsevolod Stakhov
c14a472bf6 - Update to 1.9.0 2014-08-19 15:22:44 +00:00
Vsevolod Stakhov
4e479ace41 - Update to 3.1.0 2014-08-19 15:07:19 +00:00
Vsevolod Stakhov
103c59c1b7 - Update to 4.4.0
- Add dependency on c++11 compiler.
2014-08-19 15:05:31 +00:00
Danilo Egea Gondolfo
666fb99d3b - Update from 4.320.2 to 4.400.0 2014-08-19 14:33:54 +00:00
Antoine Brodin
35735733c6 Remove a few remaining %%PORTDATA%%
With hat:	portmgr
2014-08-18 21:36:34 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Marcus von Appen
8aeb4c225a - Convert USE_PYTHON to USES=python
- Enable math/py-numpy to be installed for different Python versions
  concurrently

Phabric:	D599
Reviewed by:	db
With hat:	python@
2014-08-18 17:23:37 +00:00
Dmitry Marakasov
24e70b7b77 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-18 15:59:19 +00:00
Danilo Egea Gondolfo
1e90eb7282 - Update from 4.320.1 to 4.320.2 2014-08-18 15:18:23 +00:00
John Marino
9223e0bdee Stage math/atlas and reset maintainer
PR:		192744
Submitted by:	Don Lewis
2014-08-17 23:19:27 +00:00
Stephen Montgomery-Smith
f074491155 - Update to 0.1.6. 2014-08-17 20:04:36 +00:00
Thierry Thomas
f732c13c5e - Upgrade Code_Aster to 11.6.0-1.
- Fix Homard.
2014-08-17 19:51:45 +00:00
Danilo Egea Gondolfo
afb5ab7082 - Update from 2.5.0 to 2.6.0
- Take maintainership
2014-08-17 19:35:00 +00:00
Tijl Coosemans
60257e8c61 - Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Remove -fPIC
- Use BROKEN_sparc64
- Remove old post-patch and pre-build targets
2014-08-17 13:15:18 +00:00
Tijl Coosemans
165150882c - Add USES=libtool
- Replace gnomehack with pathfix
- Remove libltdl dependency (port uses gmodule now)
2014-08-17 13:12:39 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Tijl Coosemans
1d4d1bc579 Add USES=libtool 2014-08-17 12:41:58 +00:00
Tijl Coosemans
0655a4c579 Add USES=libtool 2014-08-17 11:39:50 +00:00
Eitan Adler
1e942b4de3 Return some ports I maintain to the pool. 2014-08-17 08:25:51 +00:00
Adam Weinberger
db4d89c73e Fix build on -current. 2014-08-17 00:33:04 +00:00
Dmitry Sivachenko
00fe03319f Update to version 0.9.5.4 2014-08-16 18:10:19 +00:00
Marcus von Appen
41baefc8a0 - Enable stagedir support
- Convert USE_PYTHON -> USES=python
2014-08-16 17:27:02 +00:00
Adam Weinberger
7d3444db5b Fix build on -current. 2014-08-16 17:00:35 +00:00
Danilo Egea Gondolfo
715cf897de - Update from 4.320.0 to 4.320.1 [1]
- Take maintainership

PR:		192704
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> [1]
2014-08-16 15:49:06 +00:00
Tijl Coosemans
67be5ea88d Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-16 15:48:11 +00:00
Adam Weinberger
a5e80c1550 Fix build on -current. 2014-08-15 22:09:25 +00:00
Kurt Jaeger
43f175e06c math/p5-Algorithm-KMeans: 1.40 -> 2.02
Upstream added two which_cluster methods in Version 2.0 as a result of an
email from Jerome White who expressed a need for such methods in
order to determine the best cluster for a new data record after you
have successfully clustered your existing data.
2014-08-15 21:06:39 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Kurt Jaeger
e55c717cb0 math/givaro: 3.5.0 -> 3.8.0
Changes:
- to 3.6.0:
  https://forge.imag.fr/frs/shownotes.php?release_id=157
- to 3.7.0:
  https://forge.imag.fr/frs/shownotes.php?release_id=161
- to 3.7.1:
  https://forge.imag.fr/frs/shownotes.php?release_id=196
- to 3.8.0:
  https://forge.imag.fr/frs/shownotes.php?release_id=418

PR:		191989
Submitted by:	pi
Approved by:	bf (maintainer timeout)
2014-08-15 20:31:20 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by:	koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
f81d94c78d - Use USES=python 2014-08-15 03:01:58 +00:00
Stephen Montgomery-Smith
53c332e42c - Update to 2.2.3. 2014-08-14 20:11:11 +00:00
Vanilla I. Shu
3eca6a1416 Stagify. 2014-08-14 12:05:58 +00:00
Dmitry Marakasov
00a7a28311 - Switch to USES=libtool
Approved by:	kwm
2014-08-14 08:30:34 +00:00
Dmitry Marakasov
6fef5eafe5 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-14 05:45:10 +00:00
Alexey Dokuchaev
4514d349bd - Correctly register Python as a build dependency
- Move OPTIONS block where it is normally located
- Simplify MASTER_SITES, mute REINPLACE_CMD, wrap
  an overly long line while here
2014-08-11 09:27:11 +00:00
Gabor Pali
cc55544233 - Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports

Please note that port revisions for all the Haskell ports without version
changes are bumped.

New ports (69):

databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable

Updated ports (279):

archivers/hs-zip-archive                 0.1.3.4_5        --> 0.2.3.2
archivers/hs-zlib-enum                   0.2.3_6          --> 0.2.3.1
audio/hs-ALUT                            2.2.0.0_14       --> 2.3.0.1
audio/hs-OpenAL                          1.4.0.2_5        --> 1.6.0.0
audio/hs-libmpd                          0.8.0.2_5        --> 0.8.0.5
benchmarks/hs-criterion                  0.6.2.1_6        --> 0.8.1.0
converters/hs-aeson                      0.6.1.0_6        --> 0.7.0.6
converters/hs-dataenc                    0.14.0.5_5       --> 0.14.0.7
databases/hs-mysql                       0.1.1.4_8        --> 0.1.1.6
databases/hs-persistent                  1.2.0.1_4        --> 1.3.1.1
databases/hs-persistent-sqlite           1.2.0_4          --> 1.3.0.5
databases/hs-persistent-template         1.2.0_4          --> 1.3.1.4
devel/hs-Boolean                         0.2_5            --> 0.2.1
devel/hs-ConfigFile                      1.1.1_9          --> 1.1.2
devel/hs-DrIFT                           2.2.3_8          --> 2.4.2
devel/hs-MemoTrie                        0.6.1_6          --> 0.6.2
devel/hs-MissingH                        1.2.0.0_6        --> 1.2.1.0
devel/hs-MonadCatchIO-mtl                0.3.0.5_6        --> 0.3.1.0
devel/hs-MonadCatchIO-transformers       0.3.0.0_8        --> 0.3.1.0
devel/hs-MonadRandom                     0.1.9_4          --> 0.1.13
devel/hs-SafeSemaphore                   0.9.0_6          --> 0.10.1
devel/hs-Stream                          0.4.6.1_6        --> 0.4.7.1
devel/hs-TypeCompose                     0.9.9_5          --> 0.9.10
devel/hs-abstract-deque                  0.2_4            --> 0.3
devel/hs-abstract-par                    0.3.1_8          --> 0.3.3
devel/hs-alex                            3.0.5_4          --> 3.1.3
devel/hs-ansi-terminal                   0.6_5            --> 0.6.1.1
devel/hs-ansi-wl-pprint                  0.6.6_6          --> 0.6.7.1
devel/hs-asn1-types                      0.1.3_4          --> 0.2.3
devel/hs-async                           2.0.1.4_4        --> 2.0.1.5
devel/hs-base16-bytestring               0.1.1.5_7        --> 0.1.1.6
devel/hs-basic-prelude                   0.3.5.0_4        --> 0.3.8
devel/hs-bifunctors                      3.2.0.1_5        --> 4.1.1.1
devel/hs-blaze-builder                   0.3.1.1_4        --> 0.3.3.2
devel/hs-blaze-builder-enumerator        0.2.0.5_6        --> 0.2.0.6
devel/hs-blaze-textual                   0.2.0.8_6        --> 0.2.0.9
devel/hs-bloomfilter                     1.2.6.10_7       --> 2.0.0.0
devel/hs-bytestring-show                 0.3.5.5_4        --> 0.3.5.6
devel/hs-c2hs                            0.16.4_6         --> 0.17.2
devel/hs-cabal-install                   1.16.0.2_4       --> 1.18.0.5
devel/hs-cereal                          0.3.5.2_7        --> 0.4.0.1
devel/hs-checkers                        0.3.1_5          --> 0.3.2
devel/hs-classy-prelude                  0.5.7_4          --> 0.9.3
devel/hs-classy-prelude-conduit          0.5.3_5          --> 0.9.3
devel/hs-cmdargs                         0.10.3_4         --> 0.10.9
devel/hs-conduit                         1.0.5_4          --> 1.1.7
devel/hs-configurator                    0.2.0.2_6        --> 0.3.0.0
devel/hs-convertible                     1.0.11.1_8       --> 1.1.0.0
devel/hs-cpphs                           1.16_5           --> 1.18.5
devel/hs-data-pprint                     0.2.1.4_6        --> 0.2.3
devel/hs-directory-tree                  0.11.0_6         --> 0.12.0
devel/hs-dlist                           0.5_13           --> 0.7.1
devel/hs-either                          3.4_5            --> 4.3.0.1
devel/hs-enumerator                      0.4.19_8         --> 0.4.20
devel/hs-errors                          1.4.1_5          --> 1.4.7
devel/hs-fast-logger                     0.3.1_7          --> 2.2.0
devel/hs-fgl                             5.4.2.4_9        --> 5.5.0.1
devel/hs-file-embed                      0.0.4.7_5        --> 0.0.7
devel/hs-filestore                       0.6.0.1_5        --> 0.6.0.3
devel/hs-fsnotify                        0.0.11_4         --> 0.1.0.3
devel/hs-gconf                           0.12.1.1_6       --> 0.12.5.0
devel/hs-generic-deriving                1.5.0_4          --> 1.6.3
devel/hs-geniplate                       0.6.0.3_5        --> 0.6.0.4
devel/hs-ghc-events                      0.4.2.0_6        --> 0.4.3.0
devel/hs-ghc-mtl                         1.0.1.2_6        --> 1.2.1.0
devel/hs-gio                             0.12.4_6         --> 0.12.5.3
devel/hs-glade                           0.12.1_10        --> 0.12.5.0
devel/hs-glib                            0.12.4_6         --> 0.12.5.4
devel/hs-gtk2hs-buildtools               0.12.4_6         --> 0.12.5.2
devel/hs-haddock                         2.13.2_4         --> 2.14.2
devel/hs-happy                           1.18.10_6        --> 1.19.4
devel/hs-hashable                        1.1.2.5_4,1      --> 1.2.2.0,1
devel/hs-hashed-storage                  0.5.10_6         --> 0.5.11
devel/hs-hashtables                      1.1.0.2_5        --> 1.1.2.1
devel/hs-haskell-src                     1.0.1.5_8        --> 1.0.1.6
devel/hs-haskell-src-exts                1.13.5_6         --> 1.15.0.1
devel/hs-hasktags                        0.68.2_5         --> 0.69.0
devel/hs-hastache                        0.5.0_5          --> 0.6.0
devel/hs-hinotify                        0.3.5_6          --> 0.3.7
devel/hs-hint                            0.3.3.6_5        --> 0.4.2.0
devel/hs-hlint                           1.8.45_4         --> 1.9.3
devel/hs-hoogle                          4.2.16_5         --> 4.2.34
devel/hs-hslogger                        1.2.1_6          --> 1.2.4
devel/hs-hspec                           1.5.4_4          --> 1.11.0
devel/hs-hspec-expectations              0.3.2_4          --> 0.6.0.1
devel/hs-kqueue                          0.1.2.4_6        --> 0.1.2.6
devel/hs-language-c                      0.3.2.1_11       --> 0.4.5
devel/hs-language-javascript             0.5.7_6          --> 0.5.13
devel/hs-largeword                       1.0.5_4          --> 1.2.3
devel/hs-lens                            3.9.0.2_4        --> 4.3.3
devel/hs-lifted-base                     0.2.0.5_4        --> 0.2.3.0
devel/hs-logict                          0.6_5            --> 0.6.0.2
devel/hs-mmap                            0.5.8_7          --> 0.5.9
devel/hs-mmorph                          1.0.0_4          --> 1.0.3
devel/hs-monad-control                   0.3.2.1_4        --> 0.3.3.0
devel/hs-monad-logger                    0.3.1.1_4        --> 0.3.7.1
devel/hs-monad-par                       0.3.4.2_4        --> 0.3.4.6
devel/hs-monad-par-extras                0.3.2_8          --> 0.3.3
devel/hs-mtl                             2.1.2_6          --> 2.1.3.1
devel/hs-mueval                          0.9_5            --> 0.9.1.1
devel/hs-murmur-hash                     0.1.0.6_6        --> 0.1.0.7
devel/hs-optparse-applicative            0.5.2.1_5        --> 0.9.1.1
devel/hs-parallel                        3.2.0.3_6        --> 3.2.0.4
devel/hs-pcre-light                      0.4_13           --> 0.4.0.2
devel/hs-primitive                       0.5.0.1_6        --> 0.5.2.1
devel/hs-profunctors                     3.3.0.1_4        --> 4.2.0.1
devel/hs-project-template                0.1.3_5          --> 0.1.4.1
devel/hs-quickcheck-io                   0.1.0_4          --> 0.1.1
devel/hs-reflection                      1.3.2_4          --> 1.5.1
devel/hs-resource-pool                   0.2.1.1_6        --> 0.2.3.0
devel/hs-resourcet                       0.4.7.1_4        --> 1.1.2.3
devel/hs-safe                            0.3.3_9          --> 0.3.7
devel/hs-setenv                          0.1.0_6          --> 0.1.1.1
devel/hs-simple-reflect                  0.3.1_5          --> 0.3.2
devel/hs-smallcheck                      1.0.2_5          --> 1.1.1
devel/hs-syb                             0.4.0_4          --> 0.4.1
devel/hs-syb-with-class                  0.6.1.4_6        --> 0.6.1.5
devel/hs-system-fileio                   0.3.11_5         --> 0.3.14
devel/hs-system-filepath                 0.4.7_6          --> 0.4.12
devel/hs-tagged                          0.6_4            --> 0.7.2
devel/hs-temporary                       1.1.2.4_6        --> 1.2.0.3
devel/hs-test-framework                  0.8_7            --> 0.8.0.3
devel/hs-test-framework-hunit            0.3.0_7          --> 0.3.0.1
devel/hs-test-framework-quickcheck2      0.3.0.1_7        --> 0.3.0.3
devel/hs-text                            0.11.3.1_4       --> 1.1.0.0
devel/hs-threads                         0.5.0.2_5        --> 0.5.1.2
devel/hs-threadscope                     0.2.2_6          --> 0.2.4
devel/hs-timezone-olson                  0.1.2_5          --> 0.1.4
devel/hs-timezone-series                 0.1.2_5          --> 0.1.3
devel/hs-transformers-base               0.4.1_9          --> 0.4.2
devel/hs-uniplate                        1.6.10_6         --> 1.6.12
devel/hs-unix-compat                     0.4.1.1_4        --> 0.4.1.3
devel/hs-unix-time                       0.1.8_4          --> 0.3.3
devel/hs-unordered-containers            0.2.3.1_4        --> 0.2.4.0
devel/hs-utf8-light                      0.4.0.1_8        --> 0.4.2
devel/hs-utf8-string                     0.3.7_9          --> 0.3.8
devel/hs-utility-ht                      0.0.9_4          --> 0.0.10
devel/hs-uuagc                           0.9.42.3_4       --> 0.9.51
devel/hs-uuagc-cabal                     1.0.4.0_7        --> 1.0.5.0
devel/hs-uuid                            1.2.13_4         --> 1.3.3
devel/hs-uulib                           0.9.15_5         --> 0.9.16
devel/hs-vault                           0.2.0.4_5        --> 0.3.0.3
devel/hs-vector                          0.10.0.1_6       --> 0.10.9.1
devel/hs-vector-algorithms               0.5.4.2_6        --> 0.6.0.3
devel/hs-void                            0.6_4            --> 0.6.1
devel/hs-word8                           0.0.3_5          --> 0.1.1
graphics/hs-HGL                          3.2.0.2_14       --> 3.2.0.5
graphics/hs-cairo                        0.12.4_6         --> 0.12.5.3
graphics/hs-svgcairo                     0.12.1.1_8       --> 0.12.5.2
mail/hs-email-validate                   1.0.0_5          --> 2.0.1
mail/hs-mime                             0.3.4_6          --> 0.4.0.1
mail/hs-mime-mail                        0.4.1.2_7        --> 0.4.5.2
mail/hs-mime-types                       0.1.0.3_5        --> 0.1.0.4
math/hs-Agda                             2.3.2_6          --> 2.4.0.2
math/hs-categories                       1.0.5_5          --> 1.0.6
math/hs-comonad                          3.0.2_5          --> 4.2.2
math/hs-contravariant                    0.4_5            --> 1.1
math/hs-data-lens                        2.10.2_7         --> 2.10.5
math/hs-data-lens-template               2.1.7_7          --> 2.1.8
math/hs-distributive                     0.3.1_5          --> 0.4.4
math/hs-math-functions                   0.1.3.0_5        --> 0.1.5.2
math/hs-mwc-random                       0.12.0.1_6       --> 0.13.1.2
math/hs-nats                             0.1_5            --> 0.2
math/hs-pointed                          3.0.2_6          --> 4.1
math/hs-probability                      0.2.4_8          --> 0.2.4.1
math/hs-semigroupoids                    3.0.2_6          --> 4.0.4
math/hs-semigroups                       0.9.1_4          --> 0.15.2
math/hs-statistics                       0.10.3.1_4       --> 0.13.2.1
math/hs-vector-space                     0.8.6_7          --> 0.8.7
multimedia/hs-gstreamer                  0.12.1.2_6       --> 0.12.5.0
net/hs-network                           2.4.1.2_4        --> 2.4.2.3
net/hs-network-info                      0.2.0.3_6        --> 0.2.0.5
net/hs-network-multicast                 0.0.7_6          --> 0.0.11
net/hs-simple-sendfile                   0.2.11_5         --> 0.2.15
net/hs-socks                             0.5.1_4          --> 0.5.4
science/hs-bio                           0.5.2_8          --> 0.5.3
security/hs-HsOpenSSL                    0.10.3.3_6       --> 0.11
security/hs-RSA                          1.2.2.0_7        --> 2.0.0
security/hs-SHA                          1.6.1_6          --> 1.6.4.1
security/hs-certificate                  1.3.7_4          --> 1.3.9
security/hs-cipher-aes                   0.1.8_4          --> 0.2.8
security/hs-cipher-rc4                   0.1.2_5          --> 0.1.4
security/hs-clientsession                0.9_4            --> 0.9.0.3
security/hs-cprng-aes                    0.3.4_6          --> 0.5.2
security/hs-crypto-api                   0.12.1_4         --> 0.13
security/hs-crypto-conduit               0.5.2_4          --> 0.5.4
security/hs-crypto-numbers               0.1.3_5          --> 0.2.3
security/hs-crypto-pubkey                0.1.3_4          --> 0.2.4
security/hs-crypto-pubkey-types          0.3.2_4          --> 0.4.2.2
security/hs-cryptocipher                 0.5.0_4          --> 0.6.2
security/hs-cryptohash                   0.9.0_4          --> 0.11.6
security/hs-entropy                      0.2.1_9          --> 0.3.2
security/hs-monadcryptorandom            0.5.1_5          --> 0.6.1
security/hs-pem                          0.1.2_6          --> 0.2.2
security/hs-pwstore-fast                 2.3_7            --> 2.4.1
security/hs-skein                        1.0.3_4          --> 1.0.9
security/hs-tls                          1.1.2_5          --> 1.2.8
sysutils/hs-angel                        0.3.4_6          --> 0.5.0
sysutils/hs-cpu                          0.1.1_7          --> 0.1.2
textproc/hs-Diff                         0.2.0_5          --> 0.3.0
textproc/hs-HStringTemplate              0.7.1_5          --> 0.7.3
textproc/hs-HaXml                        1.24_4           --> 1.24.1
textproc/hs-attoparsec-enumerator        0.3.1_7          --> 0.3.3
textproc/hs-blaze-html                   0.6.1.1_4        --> 0.7.0.2
textproc/hs-blaze-markup                 0.5.1.5_4        --> 0.6.1.0
textproc/hs-case-insensitive             1.0.0.2_4        --> 1.1.0.3
textproc/hs-citeproc-hs                  0.3.8_5          --> 0.3.9
textproc/hs-feed                         0.3.8_13         --> 0.3.9.2
textproc/hs-hexpat                       0.20.3_6         --> 0.20.6
textproc/hs-highlighting-kate            0.5.3.9_4        --> 0.5.8.5
textproc/hs-html-conduit                 1.1.0_5          --> 1.1.0.5
textproc/hs-hxt                          9.3.1.1_7        --> 9.3.1.4
textproc/hs-hxt-charproperties           9.1.1_9          --> 9.1.1.1
textproc/hs-hxt-unicode                  9.0.2_9          --> 9.0.2.2
textproc/hs-pandoc-types                 1.10_5           --> 1.12.4.1
textproc/hs-parsec                       3.1.3_6          --> 3.1.5
textproc/hs-regex-pcre-builtin           0.94.4.5.8.31_5  --> 0.94.4.8.8.35
textproc/hs-regex-tdfa                   1.1.8_5          --> 1.2.0
textproc/hs-stringsearch                 0.3.6.4_6        --> 0.3.6.5
textproc/hs-tagsoup                      0.12.8_6         --> 0.13.1
textproc/hs-tagstream-conduit            0.5.4_5          --> 0.5.5.1
textproc/hs-texmath                      0.6.1.5_4        --> 0.6.7
textproc/hs-xml-conduit                  1.1.0.3_5        --> 1.2.1
textproc/hs-xml-types                    0.3.3_6          --> 0.3.4
textproc/hs-xmlhtml                      0.2.1_5          --> 0.2.3.2
textproc/hs-yaml                         0.8.2.4_4        --> 0.8.8.4
www/hs-HTTP                              4000.2.8_4       --> 4000.2.10
www/hs-authenticate                      1.3.2.6_5        --> 1.3.2.9
www/hs-cgi                               3001.1.7.5_4,1   --> 3001.1.8.5,1
www/hs-cookie                            0.4.0.1_6        --> 0.4.1.2
www/hs-css-text                          0.1.1_10         --> 0.1.2.1
www/hs-gitit                             0.10.3.1_5       --> 0.10.4
www/hs-hS3                               0.5.7_5          --> 0.5.8
www/hs-happstack                         7.0.1_7          --> 7.0.2
www/hs-happstack-server                  7.1.7.1_4        --> 7.3.7
www/hs-heist                             0.12.0_4         --> 0.13.1.2
www/hs-hjsmin                            0.1.4.1_5        --> 0.1.4.7
www/hs-http-conduit                      1.9.3_4          --> 2.1.4
www/hs-http-reverse-proxy                0.1.1.6_4        --> 0.4.0.1
www/hs-http-server                       1.0.2_5          --> 1.0.4
www/hs-http-types                        0.8.0_5          --> 0.8.5
www/hs-oeis                              0.3.1_10         --> 0.3.5
www/hs-path-pieces                       0.1.2_6          --> 0.1.4
www/hs-recaptcha                         0.1_9            --> 0.1.0.2
www/hs-shakespeare                       1.0.5_4          --> 2.0.1.1
www/hs-snap                              0.12.0_4         --> 0.13.2.8
www/hs-snap-core                         0.9.3.1_5        --> 0.9.6.3
www/hs-snap-server                       0.9.3.3_5        --> 0.9.4.5
www/hs-wai                               1.4.0_5          --> 3.0.1.1
www/hs-wai-app-static                    1.3.1.2_5        --> 3.0.0
www/hs-wai-extra                         1.3.4_4          --> 3.0.1.2
www/hs-wai-logger                        0.3.0_7          --> 2.2.0
www/hs-warp                              1.3.8.1_4        --> 3.0.0.5
www/hs-webkit                            0.12.4_8         --> 0.12.6.1
www/hs-xss-sanitize                      0.3.3_6          --> 0.3.5.2
www/hs-yesod                             1.2.0.1_4        --> 1.2.6.1
www/hs-yesod-auth                        1.2.0_4          --> 1.3.4
www/hs-yesod-core                        1.2.0.4_4        --> 1.2.19
www/hs-yesod-form                        1.3.0_4          --> 1.3.14
www/hs-yesod-persistent                  1.2.0_4          --> 1.2.3
www/hs-yesod-routes                      1.2.0_4          --> 1.2.0.7
www/hs-yesod-static                      1.2.0_4          --> 1.2.4
www/hs-yesod-test                        1.2.0_4          --> 1.2.3.2
x11-toolkits/hs-GLURaw                   1.3.0.0_4        --> 1.4.0.1
x11-toolkits/hs-GLUT                     2.4.0.0_5,1      --> 2.5.1.1,1
x11-toolkits/hs-OpenGL                   2.8.0.0_4,1      --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw                1.3.0.0_5        --> 1.5.0.0
x11-toolkits/hs-gtk                      0.12.4_6         --> 0.12.5.7
x11-toolkits/hs-gtkglext                 0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-gtksourceview2           0.12.3.1_8       --> 0.12.5.0
x11-toolkits/hs-pango                    0.12.4_6         --> 0.12.5.3
x11-toolkits/hs-vte                      0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-wx                       0.90.0.1_8       --> 0.90.1.0
x11-toolkits/hs-wxc                      0.90.0.4_7       --> 0.90.1.1
x11-toolkits/hs-wxcore                   0.90.0.3_7       --> 0.90.1.1
x11-toolkits/hs-wxdirect                 0.90.0.1_8       --> 0.90.1.1
x11-wm/hs-xmonad-contrib                 0.11.1_6         --> 0.11.3
x11/hs-X11                               1.6.1.1_6        --> 1.6.1.2
x11/hs-xmobar                            0.17_4           --> 0.21

Removed ports (28):

archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra

Approved by:	portmgr (implicit, touching unstaged ports)
Obtained from:	FreeBSD Haskell
2014-08-10 22:34:50 +00:00
Tijl Coosemans
6d8b323ab0 Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
2014-08-10 19:26:38 +00:00
William Grzybowski
ace01f781b math/dynare: update to 4.4.3
PR:		192407
Submitted by:	maintainer
2014-08-10 13:52:52 +00:00
John Marino
a78f1baa37 math/armadillo: Upgrade version 4.300.8 => 4.320.0
PR:		192210
Submitted by:	Ports Fury
2014-08-10 08:37:27 +00:00
Antoine Brodin
a3f1ec2398 Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
2014-08-09 19:39:09 +00:00
Adam Weinberger
7cc8e7a2b1 Honour CPPFLAGS and LDFLAGS to fix readline support on current. 2014-08-09 18:32:11 +00:00
Vanilla I. Shu
c12b81001e Stagify. 2014-08-08 03:47:26 +00:00