Commit graph

7994 commits

Author SHA1 Message Date
Greg Lewis
ef2bb649cf . Update to 4.6.2. 2013-03-23 18:35:52 +00:00
Jose Alonso Cardenas Marquez
9bcc09b9f2 - Update to 2.6.2
- Trim Makefile headers
2013-03-23 05:25:05 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Pawel Pekala
958364d23a Armadillo is a C++ linear algebra library (matrix maths) aiming towards a
good balance between speed and ease of use. The syntax is deliberately
similar to Matlab.

Integer, floating point and complex numbers are supported, as well as a
subset of trigonometric and statistics functions. Various matrix
decompositions are provided through optional integration with LAPACK, or
one of its high performance drop-in replacements (such as the
multi-threaded MKL or ACML libraries).

A delayed evaluation approach is employed (at compile-time) to combine
several operations into one and reduce (or eliminate) the need for
temporaries. This is accomplished through recursive templates and template
meta-programming.

Useful for conversion of research code into production environments, or if
C++ has been decided as the language of choice, due to speed and/or
integration capabilities.

WWW: http://arma.sourceforge.net/

PR:		ports/177166
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2013-03-22 14:54:42 +00:00
Max Brazhnikov
d65c037b00 Mk/bsd.kde4.mk:
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV

KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
  'USES= cmake:outsource' and add USE_LDCONFIG if needed
2013-03-22 14:18:02 +00:00
TAKATSU Tomonari
f84a8920e8 - Update to 0.96-4 2013-03-22 11:23:01 +00:00
Dmitry Sivachenko
80ca4afe68 Update to version 0.9.4.3. 2013-03-22 08:47:26 +00:00
Johan van Selst
cb9b5c98b4 Update gap to 4.6.3 2013-03-21 18:25:04 +00:00
Wen Heping
44438b7bb3 - Update to 1.2.0
- Trim Makefile headers
2013-03-21 06:56:17 +00:00
Brendan Fabeny
d46db7faa4 update to 5.0.3 2013-03-20 21:24:54 +00:00
Thierry Thomas
66a0c2cfc4 Chasing Code_Aster's upgrade - no change. 2013-03-19 20:34:49 +00:00
Alexey Dokuchaev
59f6ae59be Add R module that provides collection of some tests commonly used for
identifying outliers.

http://cran.r-project.org/web/packages/outliers/
2013-03-19 15:45:03 +00:00
Thomas Abthorpe
a820d140e0 - Reassign to the heap at maintainer's request
- Trim header while I am here
2013-03-19 15:11:01 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Koop Mast
c03db2ef0d Convert to OptionsNG. trim header, use USES=pathfix instead of gnomehack.
Disable gnome option since it depends on libgsf_gnome which is deprecated.
2013-03-19 09:39:43 +00:00
Stephen Montgomery-Smith
e328d94ec9 - Update to 5.8.
- Patch because threaded document building fails under FreeBSD.
2013-03-19 03:01:28 +00:00
Eitan Adler
b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00
Stephen Montgomery-Smith
6b5b1aa5c9 - Update to 2.1.1. 2013-03-18 21:42:01 +00:00
Stephen Montgomery-Smith
a2a80d838e - Update to 1.2.1. 2013-03-18 16:35:19 +00:00
Brendan Fabeny
303161a0eb update master sites; trim headers; reposition LICENSE, WWW 2013-03-18 16:11:34 +00:00
Sunpoet Po-Chuan Hsieh
bbf7b10cc5 - Update to 0.37
- Add LICENSE

Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
2013-03-18 14:43:28 +00:00
Sunpoet Po-Chuan Hsieh
b85e6599ea - Update to 0.36
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2013-03-18 14:43:04 +00:00
Sunpoet Po-Chuan Hsieh
b979d674b6 - Update to 0.36
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Math-GMPf/CHANGES
2013-03-18 14:40:49 +00:00
Sunpoet Po-Chuan Hsieh
2e8b915a90 - Cleanup Makefile header 2013-03-18 14:40:29 +00:00
Guido Falsi
a00a1ce777 - Update to 5.1.3
PR:		ports/176996
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-03-18 08:24:20 +00:00
Eitan Adler
979535177b Trim Headers
Add License
2013-03-18 01:55:19 +00:00
Alexey Dokuchaev
341abe40f0 In categories starting with [h-m], remove empty lines from pkg-plist (and
purge one empty file).
2013-03-17 14:13:50 +00:00
Martin Wilke
f9197cd590 - Convert to PEAR_AUTOINSTALL 2013-03-16 16:19:19 +00:00
Bryan Drewery
8a650dee65 - Remove needless quoting of BROKEN/IGNORE
- Trim headers

PR:		ports/168908
With hat:	portmgr
2013-03-16 02:56:29 +00:00
Max Brazhnikov
e2e9e50ddc - Clean up cmake usage
- Trim header and adjust COMMENT while here

Approved by:	Tz-Huan Huang (maintainer)
2013-03-15 16:03:04 +00:00
Jimmy Olgeni
470d488d25 This port must USE_PKGCONFIG, else pkg-config will not be available
when building without X11 frontends, causing the build to fail.

Approved by:	maintainer
2013-03-14 13:59:40 +00:00
Alex Dupre
50f77d2352 Update to 3.1.2 release. 2013-03-14 13:55:46 +00:00
Max Brazhnikov
ed3dbc9bb0 Replace CMAKE_INSTALL_PREFIX with PREFIX (in preparation for bsd.cmake.mk clean up) 2013-03-14 13:43:44 +00:00
Jason Helfman
4c2a1e1ced - adopt optionsNG and trim historical headers
PR:		176928
PR:		176936
PR:		176937
PR:		176938
PR:		176939
PR:		176940
PR:		176941
PR:		176942
PR:		176943
PR:		176944
PR:		176945
Submitted by:	jgh@
Approved by:	portmgr (miwi)
2013-03-14 06:32:04 +00:00
Martin Wilke
073078520e - Fix build with FORTRAN on
PR:		176535
Submitted by:	Ports Fury
2013-03-14 05:30:28 +00:00
Martin Wilke
2051da9e3e - Update to 2.0.0.a3
PR:		176567
Submitted by:	Ports Fury
2013-03-14 00:18:56 +00:00
Baptiste Daroussin
25b3fa9a1e Fix plist 2013-03-13 11:09:04 +00:00
Baptiste Daroussin
fe285270c6 Do not try to remove a directory not owned by the port
Reported by:	pkg DEVELOPER_MODE
2013-03-13 09:53:23 +00:00
Baptiste Daroussin
a35b958f86 Do not try to remove directories not created by the port
Reported by:	pkg DEVELOPER_MODE
2013-03-12 13:37:46 +00:00
Dmitry Sivachenko
2b82c41a0c Update to version 0.9.4.2. 2013-03-11 12:42:33 +00:00
Nicola Vitale
2a05f69260 - Update to 4.2.23.0
BuildLog:	http://goo.gl/gwa1B
2013-03-09 15:05:43 +00:00
Eitan Adler
ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Martin Wilke
0f92912af4 - Add new knob USE_LHA [1]
- Convert few ports to USE_LHA [1]
- Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2]

PR:		176187 [1]
		174790 [2]
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de> [1]
		Gerald Pfeifer <gerald@pfeifer.com> [2]
2013-03-07 17:08:13 +00:00
Anton Berezin
d2b498d45d Update to 3.17.
Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
2013-03-07 12:50:04 +00:00
Brendan Fabeny
51cd110a01 update math/R to 2.15.3, and adjust dependent ports 2013-03-07 04:21:34 +00:00
Brendan Fabeny
4cc34ccea9 switch to the new options format 2013-03-07 03:46:47 +00:00
Maho Nakata
6d67caaa46 Unify files/patch-I2Ohash-large-input and files/patch-I2Ohash+src+util.c. 2013-03-06 06:06:22 +00:00
Maho Nakata
134c34afe7 Add a fix to math/spooles from the CalculiX package.
PR:             176653
Submitted by:   pfg@
2013-03-06 00:56:02 +00:00
Brendan Fabeny
ddc550ff99 update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports

PR:		144982, 149958
Reviewed by:	johans (earlier version of the patch)
2013-03-05 20:22:02 +00:00
Martin Wilke
fb3520254a - Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
2013-03-05 17:07:43 +00:00
Pawel Pekala
8d97cec6f4 Update to version 0.2.6
PR:		ports/176638
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2013-03-04 19:16:36 +00:00
Brendan Fabeny
a600511760 update lang/sbcl to 1.1.5+bugfixes, and adjust dependent ports 2013-03-03 15:55:04 +00:00
Brendan Fabeny
1a0966f6a0 update to 1.51; switch to new options format 2013-03-03 02:09:06 +00:00
Li-Wen Hsu
4226f978f7 - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation 2013-03-02 23:04:45 +00:00
Li-Wen Hsu
ddb097c515 - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation 2013-03-02 22:32:48 +00:00
Stephen Montgomery-Smith
9c495da539 - Update to 2.1.0. 2013-03-02 16:19:54 +00:00
Stephen Montgomery-Smith
e75bbb475c - Update to 1.2.1. 2013-03-02 16:19:18 +00:00
Pawel Pekala
fc61bf894b Update to version 5.1.2
PR:		ports/176586
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-03-01 16:26:37 +00:00
TAKATSU Tomonari
ad09d89d03 - Update to 0.6.5-1 2013-03-01 13:19:17 +00:00
Pietro Cerutti
8e1d14f0fc - New port: math/vtk5-data
This port contains data and baseline images for VTK regression testing
  and other VTK examples. The Data directory are data files of various
  types. This includes polygonal data, images, volumes, structured grids,
  rectilinear grids, and multi-variate data.
  The Baseline are the testing images. These are used in testing to compare
  a valid image against a generated image. If a difference between the two
  images is found, then the test is considered to have failed.

  WWW: http://www.vtk.org/
2013-03-01 09:52:47 +00:00
Frederic Culot
efaf4fbef6 - Update to 20130226
Changes:    http://invisible-island.net/add/CHANGES
2013-02-28 17:19:30 +00:00
TAKATSU Tomonari
26f8bfded3 - Update to 0.96-3 2013-02-27 15:49:02 +00:00
TAKATSU Tomonari
c2f5d81f22 - Update to 0.6.5 2013-02-27 15:44:21 +00:00
Max Brazhnikov
801b8a92fd Remove expired port 2013-02-27 14:20:59 +00:00
Steve Wills
dcf6873176 - Use CHEESESHOP not github for python things found in pypi
- Created by header should use space not tab

PR:		ports/176304
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-02-24 21:06:23 +00:00
Stephen Montgomery-Smith
9218f29c7a - Update to 0.8.4. 2013-02-22 21:29:49 +00:00
Pietro Cerutti
e4a869dcb1 - Minor fix to PLIST 2013-02-22 17:16:51 +00:00
Stephen Montgomery-Smith
f9c461ec17 - Update to 5.7. 2013-02-22 15:08:27 +00:00
Pietro Cerutti
34c746d1d2 - Chase some compiler warnings / errors, especially with clang 2013-02-22 09:06:16 +00:00
Stephen Montgomery-Smith
36a2bac4fa - Update to 0.3.4. 2013-02-22 01:59:51 +00:00
Pawel Pekala
6b9f13b4e8 - Update to version 3.1
- Convert to OptionsNG

PR:		ports/175095
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-02-21 23:28:21 +00:00
David Naylor
9abc7c660a Update math/R-cran-car to 2.0-16.
Changes to Version 2.0-16

    o Fixed bug in printing of hypotheses by linearHypothesis(), where numeric
constants of the form 1.* or -1.* were printed incorrectly (reported by
Johannes Kutsam).

    o Fixed a bug in showLabels() with multiple groups in the scatterplot() and
scatterplotMatrix() function

    o linearHypothesisTest() now tolerates newlines and tabs in hypotheses
(suggestion of David Hugh-Jones).

    o two bugs fixed in Boot() (found by David Pain) changed argument f to f.
in bootCase().

    o summary.Boot(), confint.Boot() and hist.Boot() handle aliases correctly.

    o Boxplot.formula() now accepts more than one conditioning variable
(suggestion of Christina Yassouridis).

    o Small fixes.

Approved by:	bdrewery (mentor)
2013-02-20 17:49:00 +00:00
Stephen Montgomery-Smith
ed3f52c0f4 - Update to 2.0.1. 2013-02-19 17:07:23 +00:00
Pawel Pekala
58d5d4e886 Update to version 5.1.0
PR:		ports/176234
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-02-18 23:29:18 +00:00
Pietro Cerutti
6f210fbe44 - Add an OPTION to build with leak debugging support
- Add an OPTION to build without legacy code
- Fix Qt4 includes (fixes a conflict when both Qt3 and Qt4 are installed)
  Reported upstream: http://www.vtk.org/Bug/view.php?id=13888
2013-02-18 15:28:05 +00:00
Stephen Montgomery-Smith
68b71436d2 Update to 2.4.2. 2013-02-17 20:08:01 +00:00
Stephen Montgomery-Smith
8d8fefd206 - Update to 1.1.1. 2013-02-17 20:07:26 +00:00
Johan van Selst
df999ac7da - Update coq to 8.4 pl1 [1]
http://coq.inria.fr/coq-84
- Remove local patch that is now included upstream
- Add ocaml-findlib as build dependency

PR:             ports/176056
Submitted by:   Jaap Boender <jaapb@kerguelen.org>
2013-02-17 10:43:22 +00:00
Brendan Fabeny
e684dd89da Adopt 2013-02-17 02:13:45 +00:00
Wen Heping
f639f41d72 - Update to 1.13
- Trim Makefile headers
- Reset maintainer to ports@
2013-02-16 23:57:07 +00:00
Wen Heping
7d7b4e173f - Update to 6.0.0
- Trim Makefile headers
- Reset maintainer to ports@
2013-02-16 23:54:37 +00:00
Martin Wilke
0cae0af4b1 A python implementation of the munkres algorithm
WWW: http://software.clapper.org/munkres/

PR:		ports/176068
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:53:43 +00:00
Martin Wilke
135c1c7ed3 - Update to 5.1.1
PR:		176134
Submitted by:	maintainer
2013-02-15 02:05:17 +00:00
Alex Dupre
acf54291f0 Update to 5.1.1 release. 2013-02-14 14:42:18 +00:00
Brendan Fabeny
530576f184 fix WITH_OPENMP on recent -CURRENT built WITH_CLANG_IS_CC [1];
use USE_PKGCONFIG

Reported by:	A. Shterenlikht, Denis [1]
2013-02-14 12:21:32 +00:00
Baptiste Daroussin
8784922ccb 2012-05-10 graphics/solang: BROKEN for more than 6 month
2012-05-10 math/octave-devel: BROKEN for more than 6 month
2012-05-10 net/spnetkit: BROKEN for more than 6 month
2013-02-14 08:21:18 +00:00
David Naylor
cf79dec297 Update math/R-cran-RSvgDevice to 0.6.4.2
Approved by:	bdrewery (mentor)
2013-02-14 03:56:03 +00:00
Christian Weisgerber
5336bcb331 Fix build on systems that happen to have GCC 4.[678] installed.
Submitted by:	bf
2013-02-13 22:13:23 +00:00
Alex Dupre
51a3c26902 Fix build on ARM (temporary fix). 2013-02-13 15:49:33 +00:00
Li-Wen Hsu
b3ba803466 - Update to 0.7.2
- Trim header
- Convert to new OPTIONS

PR:		ports/176013
Submitted by:	lwhsu
Approved by:	wen
2013-02-13 10:24:15 +00:00
Christian Weisgerber
b7c6bc8e54 Update to 2.1: bug fixes, add Turkish translation 2013-02-12 18:24:25 +00:00
Martin Wilke
bc211ca30d The Clipper library primarily performs boolean clipping (intersection,
union, difference and xor) on polygons in 2D space. There are no
restrictions on either the number nor the type of polygon that can be
clipped. They can have holes, be self-intersecting and even have coincident
edges. The library also performs polygon offsetting

WWW: http://www.angusj.com/delphi/clipper.php

PR:		ports/175845
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de>
2013-02-12 12:11:04 +00:00
Johan van Selst
d3f6f445a3 Update GAP to 4.6.2 2013-02-10 09:17:48 +00:00
Stephen Montgomery-Smith
fd5b048d6f - Add shells/bash to build_depends and run_depends.
Pointyhat:	stephen
Submitted by:	Beni (private email).
2013-02-08 22:15:27 +00:00
Philippe Audeoud
f458b5ea2a - Update to 0.31
- Changelog: http://cpansearch.perl.org/src/FANGLY/Statistics-R-0.31/Changes
2013-02-08 08:00:46 +00:00
Martin Wilke
3cb3065a2b - Remove empyt dirs 2013-02-08 07:40:35 +00:00
Martin Wilke
ed6650eb78 - Update to version 2.12.23
PR:		175020
Submitted by:	Ports Fury
2013-02-07 14:17:25 +00:00
Stephen Montgomery-Smith
9ccd54e72e - Update to 1.1.0. 2013-02-06 17:29:52 +00:00
Alex Dupre
84860f06f9 Update to 5.1.0 release. 2013-02-06 11:26:45 +00:00
Baptiste Daroussin
acdfba3fc5 japanese/vflib||2013-02-06|Has expired: No more public distfiles
graphics/py-visual||2013-02-06|Has expired: Depends on the expired x11-toolkits/gtkglarea [1]
math/gnuplot+||2013-02-06|Upstream says: This package is obsolete. The author does not recommend to use it
science/vis5d+||2013-02-06|No new release since 2001, depends on expired x11-toolkits/gtkglarea [2]

Approved by:	stephen [1],
		nivit [2]
2013-02-06 07:46:43 +00:00
Gabor Pali
c731105b7f - Fix breakage in the DYNAMIC-enabled ports triggered by the recent
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)

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

New ports (20):

devel/hs-MonadRandom                     0.1.8
devel/hs-base64-conduit                  0.5.1
devel/hs-bifunctors                      3.2
devel/hs-either                          3.1
devel/hs-errors                          1.3.1
devel/hs-generic-deriving                1.4.0
devel/hs-lens                            3.8.5
devel/hs-profunctor-extras               3.3
devel/hs-profunctors                     3.2
devel/hs-reflection                      1.1.6
devel/hs-timezone-olson                  0.1.2
devel/hs-timezone-series                 0.1.2
math/hs-comonads-fd                      3.0.1
math/hs-groupoids                        3.0.1.1
math/hs-nats                             0.1
math/hs-semigroupoid-extras              3.0.1
security/hs-cipher-rc4                   0.1.2
security/hs-crypto-numbers               0.1.3
security/hs-crypto-pubkey                0.1.2
security/hs-crypto-random-api            0.2.0

Updated ports (107):

archivers/hs-zip-archive                 0.1.2.1          --> 0.1.3.3
archivers/hs-zlib-bindings               0.1.1.2          --> 0.1.1.3
audio/hs-libmpd                          0.8.0.1          --> 0.8.0.2
benchmarks/hs-criterion                  0.6.2.0          --> 0.6.2.1
converters/hs-aeson                      0.6.0.2_2        --> 0.6.1.0
converters/hs-dataenc                    0.14.0.4         --> 0.14.0.5
databases/hs-persistent                  1.0.2.2          --> 1.1.4
databases/hs-persistent-sqlite           1.0.1            --> 1.1.2
databases/hs-persistent-template         1.0.0.2          --> 1.1.2.1
devel/hs-BNFC                            2.4.2.1_1        --> 2.6.0.3
devel/hs-Boolean                         0.1.1            --> 0.1.2
devel/hs-TypeCompose                     0.9.7            --> 0.9.9
devel/hs-ansi-terminal                   0.5.5_5          --> 0.5.5.1
devel/hs-ansi-wl-pprint                  0.6.4_3          --> 0.6.6
devel/hs-basic-prelude                   0.3.1.0          --> 0.3.2.0
devel/hs-checkers                        0.2.9_2          --> 0.3.1
devel/hs-classy-prelude                  0.4.1            --> 0.4.3
devel/hs-classy-prelude-conduit          0.4.1            --> 0.4.3
devel/hs-conduit                         0.5.5            --> 0.5.6
devel/hs-configurator                    0.2.0.1          --> 0.2.0.2
devel/hs-cpphs                           1.15             --> 1.16
devel/hs-edit-distance                   0.2.1.1          --> 0.2.1.2
devel/hs-file-embed                      0.0.4.6          --> 0.0.4.7
devel/hs-filestore                       0.5.0.1          --> 0.6
devel/hs-fsnotify                        0.0.4            --> 0.0.6
devel/hs-ghc-paths                       0.1.0.8_5        --> 0.1.0.9
devel/hs-git-annex                       3.20121211       --> 3.20130124
devel/hs-hashable                        1.1.2.5          --> 1.2.0.5
devel/hs-hastache                        0.4.2            --> 0.5.0
devel/hs-hlint                           1.8.39           --> 1.8.43
devel/hs-hoogle                          4.2.14           --> 4.2.15
devel/hs-hspec                           1.4.2            --> 1.4.3
devel/hs-largeword                       1.0.3            --> 1.0.4
devel/hs-lifted-base                     0.2              --> 0.2.0.2
devel/hs-monad-logger                    0.2.3            --> 0.2.3.2
devel/hs-optparse-applicative            0.4.2            --> 0.5.2.1
devel/hs-pool-conduit                    0.1.0.3          --> 0.1.1
devel/hs-project-template                0.1.0.1          --> 0.1.1
devel/hs-silently                        1.2.4            --> 1.2.4.1
devel/hs-smallcheck                      0.6.1_2          --> 0.6.2
devel/hs-system-fileio                   0.3.10           --> 0.3.11
devel/hs-unix-compat                     0.4.0.0          --> 0.4.1.0
devel/hs-unordered-containers            0.2.2.1          --> 0.2.3.0
devel/hs-vault                           0.2.0.1          --> 0.2.0.4
devel/hs-void                            0.5.8            --> 0.5.11
devel/hs-word8                           0.0.2            --> 0.0.3
mail/hs-mime-types                       0.1.0.0          --> 0.1.0.2
math/hs-categories                       1.0.4            --> 1.0.5
math/hs-comonad                          3.0.0.2          --> 3.0.1.1
math/hs-comonad-transformers             3.0              --> 3.0.1
math/hs-distributive                     0.2.2_2          --> 0.3
math/hs-pointed                          3.0.1            --> 3.0.2
math/hs-semigroupoids                    3.0.0.1          --> 3.0.2
math/hs-semigroups                       0.8.4.1          --> 0.9
net/hs-network-conduit                   0.6.1.1          --> 0.6.2.2
net/hs-simple-sendfile                   0.2.8            --> 0.2.10
print/hs-hscolour                        1.20.3,1         --> 1.20.3_1,1
security/hs-certificate                  1.3.3            --> 1.3.5
security/hs-cipher-aes                   0.1.5            --> 0.1.7
security/hs-clientsession                0.8.0.1          --> 0.8.1
security/hs-cprng-aes                    0.2.4            --> 0.3.4
security/hs-crypto-conduit               0.4.1            --> 0.4.3
security/hs-cryptocipher                 0.3.6            --> 0.4.0
security/hs-cryptohash                   0.7.9            --> 0.8.3
security/hs-pem                          0.1.1_2          --> 0.1.2
security/hs-skein                        0.1.0.10         --> 0.1.0.11
security/hs-tls                          1.0.2            --> 1.1.1
security/hs-tls-extra                    0.5.0            --> 0.6.1
sysutils/hs-angel                        0.3.3            --> 0.3.4
textproc/hs-Diff                         0.1.3_3          --> 0.2.0
textproc/hs-attoparsec                   0.10.2.0_2       --> 0.10.3.0
textproc/hs-blaze-html                   0.5.1.1          --> 0.5.1.3
textproc/hs-blaze-markup                 0.5.1.2          --> 0.5.1.4
textproc/hs-case-insensitive             0.4.0.3          --> 0.4.0.4
textproc/hs-citeproc-hs                  0.3.6            --> 0.3.7
textproc/hs-double-conversion            0.2.0.5          --> 0.2.0.6
textproc/hs-highlighting-kate            0.5.3.3          --> 0.5.3.5
textproc/hs-hs-bibutils                  4.15             --> 4.16
textproc/hs-regex-pcre-builtin           0.94.4.3.8.31    --> 0.94.4.5.8.31
textproc/hs-texmath                      0.6.1.1          --> 0.6.1.3
textproc/hs-yaml                         0.8.1.1          --> 0.8.2
www/hs-gitit                             0.10.0.2         --> 0.10.1.2
www/hs-hamlet                            1.1.1.1          --> 1.1.3.1
www/hs-heist                             0.8.2            --> 0.11.0
www/hs-hjsmin                            0.1.3            --> 0.1.4
www/hs-http-conduit                      1.8.4.3          --> 1.8.7
www/hs-http-date                         0.0.3            --> 0.0.4
www/hs-http-reverse-proxy                0.1.0.6          --> 0.1.1.1
www/hs-shakespeare-js                    1.1.0            --> 1.1.1
www/hs-snap                              0.9.2.2          --> 0.11.0
www/hs-wai-app-static                    1.3.0.4          --> 1.3.1_1
www/hs-wai-extra                         1.3.0.4          --> 1.3.2
www/hs-warp                              1.3.5            --> 1.3.7.1
www/hs-xss-sanitize                      0.3.2_2          --> 0.3.3
www/hs-yesod                             1.1.4.1          --> 1.1.7.2
www/hs-yesod-auth                        1.1.2            --> 1.1.3
www/hs-yesod-core                        1.1.6.1          --> 1.1.7.1
www/hs-yesod-default                     1.1.2            --> 1.1.3
www/hs-yesod-form                        1.2.0.1          --> 1.2.0.2
www/hs-yesod-persistent                  1.1.0            --> 1.1.0.1
www/hs-yesod-platform                    1.1.5            --> 1.1.7.2
www/hs-yesod-static                      1.1.1.1          --> 1.1.1.2
www/hs-yesod-test                        0.3.1.1          --> 0.3.3
x11-wm/hs-xmonad                         0.10_4           --> 0.11
x11-wm/hs-xmonad-contrib                 0.10_4           --> 0.11
x11/hs-X11                               1.5.0.1_3        --> 1.6.0.2
x11/hs-xmobar                            0.14_3           --> 0.16

Obtained from:	FreeBSD Haskell
2013-02-05 22:26:31 +00:00
TAKATSU Tomonari
dfe07dd335 - Update to 0.6.4 2013-02-05 21:42:24 +00:00
Baptiste Daroussin
cd8a69e251 Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
2013-02-05 15:07:10 +00:00
Stephen Montgomery-Smith
61dd78bf20 - Update to 1.2.1. 2013-02-05 00:05:29 +00:00
Pietro Cerutti
1f5202d990 - Remove irc/zircon and math/lensnns, both expired and abandoned 2013-02-04 15:24:20 +00:00
Martin Wilke
b5fd228450 - Fix build
PR:		175579
Submitted by:	ports fury
2013-02-04 14:17:48 +00:00
Marcelo Araujo
b2b8aabaa8 - Fix build using CLANG.
- Add MAKE_JOBS_UNSAFE.

PR:		ports/175015
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:52:19 +00:00
Martin Wilke
99330bb956 - Update to 1.0.3
- Convert Header
2013-02-04 02:31:26 +00:00
Stephen Montgomery-Smith
65b758c6c9 - Add optional dependency math/octave-forge-database.
- Update to 20130203.
2013-02-04 01:43:22 +00:00
Stephen Montgomery-Smith
0d52d5a90e - New port math/octave-forge-database.
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 database: interface to SQL databases, currently only postgresql using
libpq.
2013-02-04 01:34:42 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Brendan Fabeny
354a739598 update lang/sbcl to 1.1.4 and adjust dependent ports 2013-02-02 21:57:41 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Brendan Fabeny
92ef61befd update glpk to 4.48 and adjust dependent ports 2013-01-31 13:03:32 +00:00
Alexey Dokuchaev
0fd1270901 - Update to version 1.0.0
- Update CocoaLib dependency version to 9950
- Use the PORTDOCS and PORTDATA macros in Makefile
- Trim Makefile header, define LICENSE (GPLv3)
- Perform miscellaneous cleanups while I am at it

PR:		ports/175143
Submitted by:	maintainer
2013-01-31 12:29:49 +00:00
Anton Berezin
5dcd3971ee Update to 2.66.
Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2013-01-31 08:57:55 +00:00
Dmitry Marakasov
60f7f88a48 - Update to 0.05 2013-01-30 21:23:04 +00:00
Sunpoet Po-Chuan Hsieh
b29a55732f - Update to 2.0.1
- Cleanup Makefile header
- Sort PLIST

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
2013-01-30 19:51:53 +00:00
Sunpoet Po-Chuan Hsieh
b2c52635c4 - Update to 0.29
Changes:	http://search.cpan.org/dist/Math-Int64/Changes
2013-01-30 18:38:13 +00:00
TAKATSU Tomonari
373c481e56 - Update to 0.96-2
- Trim WWW: line in pkg-descr
2013-01-29 13:22:42 +00:00
Alexey Dokuchaev
d77bbe5547 - Update to bugfix version 12.09-2
- Minor Makefile cleanups while here

PR:		ports/175469
Submitted by:	maintainer
2013-01-29 03:24:21 +00:00
Anton Berezin
a97f1b8ca6 Update to 0.5302.
Changes:	http://search.cpan.org/dist/Math-Cephes/Changes
2013-01-28 10:44:22 +00:00
Jimmy Olgeni
3ffb31b841 Convert Makefile headers to the new format in my ports. 2013-01-26 14:50:30 +00:00
Frederic Culot
5fede813d8 - Update to 0.10.1
PR:		ports/175554
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2013-01-25 09:43:30 +00:00
Stephen Montgomery-Smith
e3fe361370 - Update to 5.6. 2013-01-24 13:33:06 +00:00
Philippe Audeoud
fdc0be7167 - Update to 0.30
- Changelog: http://search.cpan.org/src/FANGLY/Statistics-R-0.30/Changes
2013-01-24 12:47:37 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Max Brazhnikov
d321be23d6 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article from COMMENT

Approved by:	maintainers
2013-01-22 23:12:20 +00:00
TAKATSU Tomonari
65989a4fd7 - Update to 0.9-3 2013-01-22 12:48:41 +00:00
Anton Berezin
e06dc2b671 Try again for real:
The distfile was re-rolled with no functional changes;
  bump PORTREVISION.
2013-01-22 09:45:55 +00:00
Anton Berezin
3d8d642a13 The distfile was re-rolled with no functional changes;
bump PORTREVISION.
2013-01-22 09:40:40 +00:00
Steve Wills
7ff8408c5a - Update to 1.2.8
PR:		ports/173748
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2013-01-22 03:57:55 +00:00
Steve Wills
c4c04d7c6a - Update to 4.3.2
PR:		ports/175461
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-01-21 03:50:22 +00:00
TAKATSU Tomonari
e5dc855d60 - Update to 0.9-2 2013-01-19 22:14:35 +00:00
Oliver Lehmann
0dffefb33f update of the worldfordge suite
devel/eris:      1.3.21
devel/mercator:  0.3.2
devel/varconf:   1.0.0
math/wfmath:     1.0.1
net/cyphesis:    0.6.0
net/skstream:    0.3.9
games/ember:     0.7.0
2013-01-19 10:09:14 +00:00
David Naylor
6248a797e6 - Update to my new FreeBSD address
- Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
2013-01-16 20:15:07 +00:00
Emanuel Haupt
c4c14fd156 - Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
2013-01-15 13:40:28 +00:00
Pietro Cerutti
748ac051ac - Fix PLIST with non-default OPTIONS 2013-01-15 07:44:14 +00:00
Wen Heping
99af5603ff - Update to 0.16.1 2013-01-15 06:24:08 +00:00
Stephen Montgomery-Smith
6d1ba182a3 - Update to 1.2.0. 2013-01-14 19:53:53 +00:00
Wen Heping
07e203c71b - Update to 1.16
- Trim Makefile headers
2013-01-13 04:44:50 +00:00
Wen Heping
bbe7dbe16f - Update to 4.1.1 2013-01-13 04:32:33 +00:00
TAKATSU Tomonari
a7d991cffb - Update to 0.5-56 2013-01-12 20:59:15 +00:00
Ruslan Makhmatkhanov
965bb4f692 Change USE_PYTHON to yes. Since version 1.2.0 matplotlib adding python3 support.
But please note that it still can't be built from ports with python3 without user
intervention, because a) it depends on pygtk2 by default and b) we have no
suitable py-dateutil version that works with python3.

Requested by:	demon (at developers@)
2013-01-11 20:05:48 +00:00
Ruslan Makhmatkhanov
fc4d1d6b71 - update to 1.2.0
PR:		173843
Submitted by:	David Naylor <naylor.b.david@gmail.com>
Approved by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2013-01-10 19:05:43 +00:00
Max Brazhnikov
5dd37213f5 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
2013-01-07 02:07:26 +00:00
TAKATSU Tomonari
ce9e85926f - Update to 0.95-39 2013-01-06 21:49:14 +00:00
Baptiste Daroussin
84c2153f7d Mark as deprecated: upstream says: This package is obsolete. The author does not
recommend to use it. (see PR: ports/173369) for more details
2013-01-06 15:42:14 +00:00
Nicola Vitale
8de651e0dc - Update to 4.2.13.0
- Add files/patch-geogebra.desktop
- New download site
- Add shells/bash to RUN_DEPENDS
- Remove post-patch target
- Fix format of pkg-descr
2013-01-05 14:54:06 +00:00
Brendan Fabeny
2a56971eac update lang/sbcl to 1.1.3 and adjust dependent ports 2013-01-05 14:13:46 +00:00
Maho Nakata
d67633d49e update to 3.4.2 2013-01-05 12:41:02 +00:00
Maho Nakata
bfb2d0e313 Install some relevant header files.
Submitted by: olgeni@
2013-01-05 10:16:01 +00:00
Brendan Fabeny
3f2ca9c1d8 update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by:	thierry, tota, wen
2013-01-04 17:51:39 +00:00
Ruslan Makhmatkhanov
99c6cf41ef - update to 12.09.1
while here:
- trim Makefile header
- convert to optionsng (PORTDOCS case)

PR:		174666
Submitted by:	Christopher J. Ruwe <cjr@cruwe.de> (maintainer)
2013-01-03 14:02:57 +00:00
Philippe Audeoud
e985dd017f - USE_GCC set to 4.6+
- Bump PORTREVISION

PR:		ports/174629
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-01-03 08:59:14 +00:00
Maho Nakata
f6546790c0 Accordingly bump portrevision as SuiteSparse is updated to 4.0.2. 2013-01-03 07:52:07 +00:00
Maho Nakata
5ccfbe91aa * update to 4.0.2
* correct openblas dependency [1]

Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> [1]
2013-01-03 07:51:24 +00:00
Maho Nakata
c2a6b59d51 Correct dependency of openblas.
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
2013-01-03 05:27:36 +00:00
Maho Nakata
cdc5794bab Remove .1 from GraphicsMagick, as octave doesn't require
paticular version.

Submitted by:	Scott Bennett <bennett@cs.niu.edu>
2013-01-02 23:52:59 +00:00
TAKATSU Tomonari
fa6e4fb386 - Update to 0.9-1 2012-12-31 17:09:12 +00:00
Brendan Fabeny
e5a01fd5cb simplify and correct precisions; use libm on architectures where long
doubles aren't wider than doubles; reduce the number of mpc/mpfr
variables in some functions; add (l)lrintl, remquol, logbl; minor
cleanup
2012-12-30 21:40:57 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Thomas Abthorpe
a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00
Anton Berezin
bc37b68a66 Update to 6.22.
Changes:	http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-12-28 10:35:19 +00:00
Anton Berezin
513f342822 Update to 2.65.
Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2012-12-28 10:32:02 +00:00
Stephen Montgomery-Smith
428d9b26ba - Update to 1.2.0. 2012-12-27 19:53:56 +00:00
Stephen Montgomery-Smith
9a31a4717b - Update to 5.5. 2012-12-26 00:25:29 +00:00
Stephen Montgomery-Smith
b19e95e95f - Update to 7.0. 2012-12-26 00:23:59 +00:00
TAKATSU Tomonari
d4adcd4a90 - Add a new port: math/R-cran-stabledist
A collection and description of functions to compute density,
  distribution and quantile function and to generate random variates
  of the stable distribution.

  WWW: http://cran.r-project.org/web/packages/stabledist/

PR:		ports/172298 (based on)
Submitted by:	David Naylor <naylor.b.david_AT_gmail_DOT_com>
2012-12-25 11:24:38 +00:00
TAKATSU Tomonari
abf08a76c2 - Add a new port: math/R-cran-quadprog
This routine implements the dual method of Goldfarb and Idnani
  (1982, 1983) for solving quadratic programming problems of the form
  min(?dT b + 1/2bT Db) with the constraints AT b >= b0.

  WWW: http://cran.r-project.org/web/packages/quadprog/

PR:		ports/172298 (based on)
Submitted by:	David Naylor <naylor.b.david_AT_gmail_DOT_com>
2012-12-25 11:21:13 +00:00
Sunpoet Po-Chuan Hsieh
4bfbd3c525 - Update to 0.36
- Remove duplicate TEST_DEPENDS
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
2012-12-23 17:46:14 +00:00
Sunpoet Po-Chuan Hsieh
ec5247fe20 - Update to 0.28
- While I'm here, cleanup Makefile header

Changes:	http://search.cpan.org/dist/Math-Int64/Changes
PR:		ports/174358
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2012-12-23 17:45:14 +00:00
TAKATSU Tomonari
4e6d4d6f79 - Update to 0.5-55 2012-12-23 06:24:53 +00:00
TAKATSU Tomonari
6a0e2830ca - Update to 1.0-5
- Add LICENSE
- Replace tab with space after WWW: in pkg-descr

PR:		ports/174633
Submitted by:	tota (myself)
Approved by:	wen (maintainer)
2012-12-23 01:20:37 +00:00
Pawel Pekala
f031071c38 Update to version 5.1.0
PR:		ports/174616
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2012-12-22 12:48:43 +00:00
Max Brazhnikov
4c62bb25ee - Update to 0.10.1
- Strip Makefile header
- Mark MAKE_JOBS_SAFE
2012-12-21 16:11:53 +00:00
Brendan Fabeny
0e190ec057 Add libmissing , standard math functions missing from the FreeBSD libm. 2012-12-20 19:38:12 +00:00
Philippe Audeoud
f0d690b91a - Fix typo 2012-12-20 16:57:07 +00:00
Philippe Audeoud
e8f1c73d07 Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.
WWW: http://search.cpan.org/dist/Math-Int64/

PR:		ports/174359
Submitted by:	fbsd-ports@opsec.eu
2012-12-20 08:47:10 +00:00
Ruslan Makhmatkhanov
aa56844930 - update to 0.10.0
PR:		174544
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2012-12-20 06:10:01 +00:00
Gabor Pali
f6f83c9efc - Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

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

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):

devel/hs-List                            0.5.1
devel/hs-ReadArgs                        1.2.1
devel/hs-SafeSemaphore                   0.9.0
devel/hs-activehs-base                   0.3.0.2
devel/hs-async                           2.0.1.3
devel/hs-basic-prelude                   0.3.1.0
devel/hs-classy-prelude                  0.4.1
devel/hs-classy-prelude-conduit          0.4.1
devel/hs-data-pprint                     0.2.1.4
devel/hs-date-cache                      0.3.0
devel/hs-fsnotify                        0.0.4
devel/hs-hinotify                        0.3.5
devel/hs-hspec-expectations              0.3.0.3
devel/hs-kqueue                          0.1.2.4
devel/hs-monad-logger                    0.2.3
devel/hs-optparse-applicative            0.4.2
devel/hs-project-template                0.1.0.1
devel/hs-setenv                          0.1.0
devel/hs-simple-reflect                  0.2
devel/hs-threads                         0.5.0.1
devel/hs-time-compat                     0.1.0.2
devel/hs-unix-time                       0.1.4
devel/hs-word8                           0.0.2
graphics/hs-dia-base                     0.1.1.2
graphics/hs-dia-functions                0.2.1.3
mail/hs-mime-types                       0.1.0.0
net/hs-network-info                      0.2.0.3
net/hs-network-multicast                 0.0.7
security/hs-cipher-aes                   0.1.5
textproc/hs-hexpat                       0.20.3
www/hs-activehs                          0.3.0.1
www/hs-http-reverse-proxy                0.1.0.6

Updated ports (211):

archivers/hs-tar                         0.4.0.0_1        --> 0.4.0.1
archivers/hs-zip-archive                 0.1.1.8_1        --> 0.1.2.1
archivers/hs-zlib                        0.5.3.3_1        --> 0.5.4.0
archivers/hs-zlib-bindings               0.1.0.1_1        --> 0.1.1.2
archivers/hs-zlib-conduit                0.4.0.2          --> 0.5.0.3
archivers/hs-zlib-enum                   0.2.2.1_1        --> 0.2.3
audio/hs-libmpd                          0.8.0_1          --> 0.8.0.1
benchmarks/hs-criterion                  0.6.0.1_2        --> 0.6.2.0
converters/hs-dataenc                    0.14.0.3_2       --> 0.14.0.4
converters/hs-json                       0.5_1            --> 0.7
databases/hs-persistent                  0.9.0.4_1        --> 1.0.2.2
databases/hs-persistent-sqlite           0.9.0.2_1        --> 1.0.1
databases/hs-persistent-template         0.9.0.2_1        --> 1.0.0.2
devel/hs-Boolean                         0.0.1_5          --> 0.1.1
devel/hs-DeepArrow                       0.3.5_2          --> 0.3.7
devel/hs-HUnit                           1.2.4.2_2        --> 1.2.5.1
devel/hs-MemoTrie                        0.5_1            --> 0.6.1
devel/hs-MissingH                        1.1.1.0_2        --> 1.2.0.0
devel/hs-MonadCatchIO-mtl                0.3.0.4_3        --> 0.3.0.5
devel/hs-QuickCheck                      2.4.2_1          --> 2.5.1.1
devel/hs-Stream                          0.4.6_2          --> 0.4.6.1
devel/hs-TypeCompose                     0.9.1_2          --> 0.9.7
devel/hs-abstract-deque                  0.1.5_1          --> 0.1.6
devel/hs-alex                            3.0.1_1          --> 3.0.2
devel/hs-arrows                          0.4.4.0_4        --> 0.4.4.1
devel/hs-asn1-data                       0.6.1.3_1        --> 0.7.1
devel/hs-base-unicode-symbols            0.2.2.3_2        --> 0.2.2.4
devel/hs-base64-bytestring               0.1.2.0          --> 1.0.0.0
devel/hs-blaze-builder-conduit           0.4.0.2_1        --> 0.5.0.3
devel/hs-blaze-builder-enumerator        0.2.0.4_1        --> 0.2.0.5
devel/hs-blaze-textual                   0.2.0.6_2        --> 0.2.0.8
devel/hs-bytestring-nums                 0.3.5_2          --> 0.3.6
devel/hs-c2hs                            0.16.3_3         --> 0.16.4
devel/hs-cmdargs                         0.9.5_1          --> 0.10.1
devel/hs-conduit                         0.4.2_1          --> 0.5.5
devel/hs-configurator                    0.2.0.0_2        --> 0.2.0.1
devel/hs-cpphs                           1.14             --> 1.15
devel/hs-darcs                           2.8.1_1          --> 2.8.3
devel/hs-data-default                    0.4.0_1          --> 0.5.0
devel/hs-directory-tree                  0.10.1           --> 0.11.0
devel/hs-edit-distance                   0.2.1_1          --> 0.2.1.1
devel/hs-fast-logger                     0.0.2_2          --> 0.3.1
devel/hs-file-embed                      0.0.4.4_1        --> 0.0.4.6
devel/hs-filemanip                       0.3.5.2_6        --> 0.3.6.2
devel/hs-filestore                       0.5_1            --> 0.5.0.1
devel/hs-filesystem-conduit              0.4.0_1          --> 0.5.0.2
devel/hs-gconf                           0.12.1_3         --> 0.12.1.1
devel/hs-ghc-events                      0.4.0.0_2        --> 0.4.2.0
devel/hs-ghc-mtl                         1.0.1.1_2        --> 1.0.1.2
devel/hs-gio                             0.12.3_1         --> 0.12.4
devel/hs-git-annex                       3.20120807       --> 3.20121211
devel/hs-glib                            0.12.3.1_1       --> 0.12.4
devel/hs-gtk2hs-buildtools               0.12.3.1_1       --> 0.12.4
devel/hs-haddock                         2.10.0_1         --> 2.11.0
devel/hs-happy                           1.18.9_1         --> 1.18.10
devel/hs-hashable                        1.1.2.3_1        --> 1.1.2.5
devel/hs-hashed-storage                  0.5.9_2          --> 0.5.10
devel/hs-hashtables                      1.0.1.6_1        --> 1.0.1.8
devel/hs-haskell-src-exts                1.13.3_1         --> 1.13.5
devel/hs-hastache                        0.4.1            --> 0.4.2
devel/hs-hint                            0.3.3.4_1        --> 0.3.3.5
devel/hs-hlint                           1.8.30           --> 1.8.39
devel/hs-hoogle                          4.2.11_1         --> 4.2.14
devel/hs-hslogger                        1.1.5_2          --> 1.2.1
devel/hs-hspec                           1.2.0.1          --> 1.4.2
devel/hs-language-javascript             0.5.4_1          --> 0.5.7
devel/hs-largeword                       1.0.1_2          --> 1.0.3
devel/hs-lifted-base                     0.1.1_1          --> 0.2
devel/hs-logict                          0.5.0.1_1        --> 0.5.0.2
devel/hs-monad-control                   0.3.1.3_1        --> 0.3.1.4
devel/hs-mtl                             2.1.1_1          --> 2.1.2
devel/hs-murmur-hash                     0.1.0.5_2        --> 0.1.0.6
devel/hs-parallel                        3.2.0.2_1        --> 3.2.0.3
devel/hs-pool-conduit                    0.1.0.2_1        --> 0.1.0.3
devel/hs-primitive                       0.4.1_2          --> 0.5.0.1
devel/hs-resource-pool                   0.2.1.0_1        --> 0.2.1.1
devel/hs-resourcet                       0.3.3.1          --> 0.4.4
devel/hs-silently                        1.2.0.2          --> 1.2.4
devel/hs-split                           0.1.4.3          --> 0.2.1.1
devel/hs-stm                             2.3_1            --> 2.4
devel/hs-syb                             0.3.6.1_1        --> 0.3.7
devel/hs-syb-with-class                  0.6.1.3_2        --> 0.6.1.4
devel/hs-system-fileio                   0.3.8            --> 0.3.10
devel/hs-system-filepath                 0.4.6_1          --> 0.4.7
devel/hs-tagged                          0.4.2.1_1        --> 0.4.4
devel/hs-temporary                       1.1.2.3_1        --> 1.1.2.4
devel/hs-terminfo                        0.3.2.4          --> 0.3.2.5
devel/hs-test-framework                  0.6_1            --> 0.8
devel/hs-test-framework-hunit            0.2.7_2          --> 0.3.0
devel/hs-test-framework-quickcheck2      0.2.12.2_1       --> 0.3.0.1
devel/hs-text                            0.11.2.0_1       --> 0.11.2.3
devel/hs-threadscope                     0.2.1_3          --> 0.2.2
devel/hs-uniplate                        1.6.7_1          --> 1.6.10
devel/hs-unix-compat                     0.3.0.1_1        --> 0.4.0.0
devel/hs-unordered-containers            0.2.1.0_1        --> 0.2.2.1
devel/hs-uuagc                           0.9.40.3_1       --> 0.9.42.2
devel/hs-uuagc-cabal                     1.0.2.0_2        --> 1.0.4.0
devel/hs-vault                           0.2.0.0_1        --> 0.2.0.1
devel/hs-vector                          0.9.1_2          --> 0.10.0.1
devel/hs-vector-algorithms               0.5.4_1          --> 0.5.4.2
devel/hs-void                            0.5.6            --> 0.5.8
ftp/hs-curl                              1.3.7_3          --> 1.3.8
graphics/hs-cairo                        0.12.3.1_1       --> 0.12.4
lang/hs-unlambda                         0.1_6            --> 0.1.3
mail/hs-email-validate                   0.2.8_1          --> 0.3.2
mail/hs-mime                             0.3.3.2          --> 0.3.4
mail/hs-mime-mail                        0.4.1.1_2        --> 0.4.1.2
math/hs-categories                       1.0.3_1          --> 1.0.4
math/hs-comonad                          1.1.1.6_1        --> 3.0.0.2
math/hs-comonad-transformers             2.1.2            --> 3.0
math/hs-data-lens                        2.10.0_1         --> 2.10.2
math/hs-data-lens-template               2.1.5_1          --> 2.1.7
math/hs-math-functions                   0.1.1.1_2        --> 0.1.1.2 [1]
math/hs-mwc-random                       0.12.0.0_1       --> 0.12.0.1
math/hs-pointed                          2.1.0.2_1        --> 3.0.1
math/hs-semigroupoids                    1.3.4            --> 3.0.0.1
math/hs-semigroups                       0.8.3.2_1        --> 0.8.4.1
math/hs-statistics                       0.10.1.0_1       --> 0.10.2.0
math/hs-vector-space                     0.8.2            --> 0.8.6
multimedia/hs-gstreamer                  0.12.1.1_1       --> 0.12.1.2
net/hs-network                           2.3.0.13_1       --> 2.3.1.0
net/hs-network-conduit                   0.4.0.1_1        --> 0.6.1.1
net/hs-pcap                              0.4.5.1_4        --> 0.4.5.2
net/hs-sendfile                          0.7.6_1          --> 0.7.8
net/hs-simple-sendfile                   0.2.4            --> 0.2.8
net/hs-socks                             0.4.1_1          --> 0.4.2
print/hs-hscolour                        1.20.2,1         --> 1.20.3,1
security/hs-Crypto                       4.2.5_1          --> 4.2.5.1
security/hs-HsOpenSSL                    0.10.3.2         --> 0.10.3.3
security/hs-RSA                          1.2.1.0_1        --> 1.2.2.0
security/hs-SHA                          1.5.0.1_1        --> 1.6.1
security/hs-certificate                  1.2.3_1          --> 1.3.3
security/hs-clientsession                0.7.5_1          --> 0.8.0.1
security/hs-cprng-aes                    0.2.3_2          --> 0.2.4
security/hs-crypto-conduit               0.3.2_1          --> 0.4.1
security/hs-crypto-pubkey-types          0.1.1_1          --> 0.2.0
security/hs-cryptocipher                 0.3.5            --> 0.3.6
security/hs-cryptohash                   0.7.5_1          --> 0.7.9
security/hs-digest                       0.0.1.1_1        --> 0.0.1.2
security/hs-monadcryptorandom            0.4.1_1          --> 0.5
security/hs-pureMD5                      2.1.0.3_2        --> 2.1.2.1
security/hs-pwstore-fast                 2.2_2            --> 2.3
security/hs-skein                        0.1.0.7_1        --> 0.1.0.10
security/hs-tls                          0.9.5_1          --> 1.0.2
security/hs-tls-extra                    0.4.6_1          --> 0.5.0
sysutils/hs-angel                        0.3.2_1          --> 0.3.3
textproc/hs-HStringTemplate              0.6.8_2          --> 0.6.12
textproc/hs-attoparsec-conduit           0.4.0.1_1        --> 0.5.0.3
textproc/hs-attoparsec-enumerator        0.3_2            --> 0.3.1
textproc/hs-blaze-html                   0.5.0.0          --> 0.5.1.1
textproc/hs-blaze-markup                 0.5.1.0_1        --> 0.5.1.2
textproc/hs-case-insensitive             0.4.0.1_2        --> 0.4.0.3
textproc/hs-citeproc-hs                  0.3.4_1          --> 0.3.6
textproc/hs-double-conversion            0.2.0.4_2        --> 0.2.0.5
textproc/hs-highlighting-kate            0.5.1_1          --> 0.5.3.3
textproc/hs-hs-bibutils                  4.12_4           --> 4.15
textproc/hs-html-conduit                 0.0.1_1          --> 0.1.0.4
textproc/hs-hxt                          9.2.2_1          --> 9.3.1.1
textproc/hs-lhs2tex                      1.17_4           --> 1.18.1
textproc/hs-pandoc                       1.9.4.2          --> 1.9.4.5
textproc/hs-parsec                       3.1.2_1          --> 3.1.3
textproc/hs-regex-pcre-builtin           0.94.2.1.7.7_4   --> 0.94.4.3.8.31
textproc/hs-regex-posix                  0.95.1_2         --> 0.95.2
textproc/hs-stringsearch                 0.3.6.3_2        --> 0.3.6.4
textproc/hs-tagsoup                      0.12.6_2         --> 0.12.8
textproc/hs-tagstream-conduit            0.3.2_1          --> 0.5.3
textproc/hs-texmath                      0.6.0.6_1        --> 0.6.1.1
textproc/hs-xml-conduit                  0.7.0.3_1        --> 1.0.3.3
textproc/hs-xml-types                    0.3.2            --> 0.3.3
textproc/hs-xmlhtml                      0.2.0.2          --> 0.2.0.3
textproc/hs-yaml                         0.7.0.3          --> 0.8.1.1
www/hs-HTTP                              4000.2.3_1       --> 4000.2.5
www/hs-authenticate                      1.2.1.1_1        --> 1.3.2
www/hs-cookie                            0.4.0_1          --> 0.4.0.1
www/hs-gitit                             0.10.0.1         --> 0.10.0.2
www/hs-hamlet                            1.0.1.4          --> 1.1.1.1
www/hs-happstack                         7.0.0_1          --> 7.0.1
www/hs-happstack-server                  7.0.3            --> 7.1.1
www/hs-heist                             0.8.1.1          --> 0.8.2
www/hs-hjsmin                            0.1.2_1          --> 0.1.3
www/hs-http-conduit                      1.4.1.10         --> 1.8.4.3
www/hs-http-date                         0.0.2_1          --> 0.0.3
www/hs-http-server                       1_5              --> 1.0.1
www/hs-http-types                        0.6.11_1         --> 0.7.3.0.1
www/hs-path-pieces                       0.1.1_1          --> 0.1.2
www/hs-shakespeare                       1.0.0.2_1        --> 1.0.2
www/hs-shakespeare-css                   1.0.1.2_1        --> 1.0.2
www/hs-shakespeare-js                    1.0.0.3_1        --> 1.1.0
www/hs-shakespeare-text                  1.0.0.2_1        --> 1.0.0.5
www/hs-snap                              0.9.0.1          --> 0.9.2.2
www/hs-snap-core                         0.9.0            --> 0.9.2.2
www/hs-snap-server                       0.9.0            --> 0.9.2.4
www/hs-wai                               1.2.0.3          --> 1.3.0.1
www/hs-wai-app-static                    1.2.0.4          --> 1.3.0.4
www/hs-wai-extra                         1.2.0.5          --> 1.3.0.4
www/hs-wai-logger                        0.1.4_1          --> 0.3.0
www/hs-wai-test                          1.2.0.2_1        --> 1.3.0
www/hs-warp                              1.2.2            --> 1.3.5
www/hs-yesod                             1.0.1.6_1        --> 1.1.4.1
www/hs-yesod-auth                        1.0.2.1_1        --> 1.1.2
www/hs-yesod-core                        1.0.1.2_1        --> 1.1.6.1
www/hs-yesod-default                     1.0.1.1_1        --> 1.1.2
www/hs-yesod-form                        1.0.0.4_1        --> 1.2.0.1
www/hs-yesod-json                        1.0.0.1_1        --> 1.1.2
www/hs-yesod-persistent                  1.0.0.1_1        --> 1.1.0
www/hs-yesod-platform                    1.0.5            --> 1.1.5
www/hs-yesod-routes                      1.0.1.2_1        --> 1.1.1.1
www/hs-yesod-static                      1.0.0.3_1        --> 1.1.1.1
www/hs-yesod-test                        0.2.1            --> 0.3.1.1
x11-toolkits/hs-gtk                      0.12.3.1         --> 0.12.4
x11-toolkits/hs-pango                    0.12.3_1         --> 0.12.4

Removed ports (1):

textproc/hs-xml2html                     0.1.2.3_1

Approved by:	wen (maintainer) [1]
Obtained from:	FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Emanuel Haupt
95b87b9fc3 Update WWW 2012-12-19 23:27:41 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Johan van Selst
632e5ca691 Update gap to 4.5.7 2012-12-18 18:06:39 +00:00
Christian Weisgerber
16722f6be0 Update to 2.0.1: config file stored according to XDG spec. 2012-12-17 21:40:40 +00:00
Rene Ladan
7f0c707e95 Convert to optionsNG 2012-12-17 20:38:13 +00:00
Andrej Zverev
78b3a904f6 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.9 and lang/5.10 will be removed from ports tree soon.
2012-12-17 05:30:22 +00:00
Pawel Pekala
456da2ceba - Option descriptions should not be quoted
- Use negation instead of empty()

Reported by:	jhale
2012-12-16 15:11:34 +00:00
Pawel Pekala
0abd8b5182 - Update to version 0.2.5
- Convert to OptionsNG

PR:		ports/174107
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2012-12-16 13:27:51 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Brendan Fabeny
8680d9196e update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports 2012-12-16 05:34:02 +00:00
Stephen Montgomery-Smith
970fd6f801 - Mark octave-forge-java as broken because of failure to build with openjdk.
- Change octave-forge defaults to not build octave-forge-java.
2012-12-15 18:01:22 +00:00
Pietro Cerutti
7045030009 - Mark as DEPRECATED, the project has been abandoned
- Set EXPIRATION_DATE to 2013-02-01
- Set tcltk@ as the maintainer, to ease synchronized removal

Approved by:	jwbacon@tds.net (former maintainer)
2012-12-14 15:39:57 +00:00
Baptiste Daroussin
ab707d34ff Convert to new option framework 2012-12-13 07:58:07 +00:00
Bryan Drewery
c83885d4c5 - Trim header
- Convert to new options framework
2012-12-12 19:29:29 +00:00
Wesley Shields
f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00
Johan van Selst
f80a874612 - Update to latest gap packages release (9 December)
- Trim Makefile header
2012-12-12 11:12:54 +00:00