non port: benchmarks/hs-criterion/Makefile |
SVNWeb
|
Number of commits found: 36 |
Sat, 30 Mar 2019
|
[ 17:39 tcberner ] 
497311 archivers/hs-tar/Makefile
497311 archivers/hs-zip-archive/Makefile
497311 archivers/hs-zlib-bindings/Makefile
497311 archivers/hs-zlib/Makefile
497311 audio/hs-ALUT/Makefile
497311 audio/hs-OpenAL/Makefile
497311 audio/hs-libmpd/Makefile
497311 benchmarks/hs-criterion-measurement/Makefile
497311 benchmarks/hs-criterion/Makefile
497311 converters/hs-aeson-compat/Makefile
(Only the first 10 of 529 ports in this commit are shown above. )
Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730 ), so there is no reason to keep
Haskell libraries in tree.
If you think a port is wrongly marked and should stay, please contact haskell@
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D19244
|
Sun, 6 Jan 2019
|
[ 12:18 arrowd ] 
489474 archivers/hs-tar/Makefile
489474 archivers/hs-tar/files
489474 archivers/hs-tar/files/patch-tar.cabal
489474 archivers/hs-zip-archive/Makefile
489474 archivers/hs-zip-archive/distinfo
489474 archivers/hs-zlib-bindings/Makefile
489474 archivers/hs-zlib/Makefile
489474 audio/hs-ALUT/Makefile
489474 audio/hs-OpenAL/Makefile
489474 audio/hs-libmpd/Makefile
(Only the first 10 of 807 ports in this commit are shown above. )
lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`
During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18707
|
Sat, 30 Jun 2018
|
[ 09:58 arrowd ] 
473611 archivers/hs-tar/Makefile
473611 archivers/hs-zip-archive/Makefile
473611 archivers/hs-zlib-bindings/Makefile
473611 archivers/hs-zlib-enum/Makefile
473611 archivers/hs-zlib/Makefile
473611 audio/hs-ALUT/Makefile
473611 audio/hs-OpenAL/Makefile
473611 audio/hs-libmpd/Makefile
473611 benchmarks/hs-criterion/Makefile
473611 converters/hs-aeson-compat/Makefile
(Only the first 10 of 563 ports in this commit are shown above. )
lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
|
Fri, 25 May 2018
|
[ 21:44 tcberner ] 
470870 MOVED
470870 archivers/hs-tar/Makefile
470870 archivers/hs-tar/distinfo
470870 archivers/hs-zip-archive/Makefile
470870 archivers/hs-zip-archive/distinfo
470870 archivers/hs-zlib-bindings/Makefile
470870 archivers/hs-zlib-enum/Makefile
470870 archivers/hs-zlib/Makefile
470870 audio/hs-ALUT/Makefile
470870 audio/hs-OpenAL/Makefile
(Only the first 10 of 966 ports in this commit are shown above. )
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
|
Sat, 10 Feb 2018
|
[ 08:03 tcberner ] 
461362 archivers/hs-tar/Makefile
461362 archivers/hs-zip-archive/Makefile
461362 archivers/hs-zlib-bindings/Makefile
461362 archivers/hs-zlib-enum/Makefile
461362 archivers/hs-zlib/Makefile
461362 audio/hs-ALUT/Makefile
461362 audio/hs-OpenAL/Makefile
461362 audio/hs-libmpd/Makefile
461362 benchmarks/hs-criterion/Makefile
461362 converters/hs-aeson-compat/Makefile
(Only the first 10 of 560 ports in this commit are shown above. )
Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime
libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
|
Tue, 8 Aug 2017
|
[ 17:21 tcberner ] 
447548 MOVED
447548 Mk/Scripts/check_leftovers.sh
447548 UPDATING
447548 archivers/hs-tar/Makefile
447548 archivers/hs-tar/distinfo
447548 archivers/hs-zip-archive/Makefile
447548 archivers/hs-zip-archive/distinfo
447548 archivers/hs-zlib-bindings/Makefile
447548 archivers/hs-zlib-enum/Makefile
447548 archivers/hs-zlib-enum/files
(Only the first 10 of 1370 ports in this commit are shown above. )
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
(Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Aug 2015
|
[ 23:02 pgj ] 
394918 MOVED
394918 UPDATING
394918 archivers/hs-tar/Makefile
394918 archivers/hs-tar/distinfo
394918 archivers/hs-zip-archive/Makefile
394918 archivers/hs-zip-archive/distinfo
394918 archivers/hs-zlib-bindings/Makefile
394918 archivers/hs-zlib-bindings/distinfo
394918 archivers/hs-zlib-enum/Makefile
394918 archivers/hs-zlib/Makefile
(Only the first 10 of 1153 ports in this commit are shown above. )
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Sun, 10 Aug 2014
|
[ 22:34 pgj ] 
364579 MOVED
364579 UPDATING
364579 archivers/Makefile
364579 archivers/hs-tar/Makefile
364579 archivers/hs-zip-archive/Makefile
364579 archivers/hs-zip-archive/distinfo
364579 archivers/hs-zlib-bindings/Makefile
364579 archivers/hs-zlib-conduit
364579 archivers/hs-zlib-enum/Makefile
364579 archivers/hs-zlib-enum/distinfo
(Only the first 10 of 1166 ports in this commit are shown above. )
- 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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 1 Jun 2014
|
[ 09:00 ohauer ] 
356065 astro/boinc-astropulse/Makefile
356065 astro/boinc-setiathome-v7/Makefile
356065 astro/pp3/Makefile
356065 astro/wcslib/Makefile
356065 astro/xearth/Makefile
356065 benchmarks/blogbench/Makefile
356065 benchmarks/dkftpbench/Makefile
356065 benchmarks/expedite/Makefile
356065 benchmarks/flowgrind/Makefile
356065 benchmarks/hs-criterion/Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
|
Sat, 29 Mar 2014
|
[ 00:52 pgj ] 
349475 archivers/hs-tar/Makefile
349475 archivers/hs-zip-archive/Makefile
349475 archivers/hs-zlib-bindings/Makefile
349475 archivers/hs-zlib-conduit/Makefile
349475 archivers/hs-zlib-enum/Makefile
349475 archivers/hs-zlib/Makefile
349475 audio/hs-ALUT/Makefile
349475 audio/hs-OpenAL/Makefile
349475 audio/hs-libmpd/Makefile
349475 benchmarks/hs-criterion/Makefile
(Only the first 10 of 402 ports in this commit are shown above. )
- Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] 
347809 archivers/hs-tar/Makefile
347809 archivers/hs-zip-archive/Makefile
347809 archivers/hs-zlib-bindings/Makefile
347809 archivers/hs-zlib-conduit/Makefile
347809 archivers/hs-zlib-enum/Makefile
347809 archivers/hs-zlib/Makefile
347809 astro/R-cran-maptools/Makefile
347809 astro/astrometry/Makefile
347809 astro/nightfall/Makefile
347809 astro/py-RO/Makefile
(Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Thu, 9 Jan 2014
|
[ 21:32 pgj ] 
339286 archivers/hs-tar/Makefile
339286 archivers/hs-zip-archive/Makefile
339286 archivers/hs-zlib-bindings/Makefile
339286 archivers/hs-zlib-conduit/Makefile
339286 archivers/hs-zlib-enum/Makefile
339286 archivers/hs-zlib/Makefile
339286 audio/hs-ALUT/Makefile
339286 audio/hs-OpenAL/Makefile
339286 audio/hs-libmpd/Makefile
339286 benchmarks/hs-criterion/Makefile
(Only the first 10 of 410 ports in this commit are shown above. )
- Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
${DO_NADA}, some refactoring
Obtained from: FreeBSD Haskell
|
[ 21:29 pgj ] 
339285 archivers/hs-tar/Makefile
339285 archivers/hs-zip-archive/Makefile
339285 archivers/hs-zlib-bindings/Makefile
339285 archivers/hs-zlib-conduit/Makefile
339285 archivers/hs-zlib-enum/Makefile
339285 archivers/hs-zlib/Makefile
339285 audio/hs-ALUT/Makefile
339285 audio/hs-OpenAL/Makefile
339285 audio/hs-libmpd/Makefile
339285 benchmarks/hs-criterion/Makefile
(Only the first 10 of 406 ports in this commit are shown above. )
- Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] 
331644 archivers/hs-tar/Makefile
331644 archivers/hs-zip-archive/Makefile
331644 archivers/hs-zlib-bindings/Makefile
331644 archivers/hs-zlib-conduit/Makefile
331644 archivers/hs-zlib-enum/Makefile
331644 archivers/hs-zlib/Makefile
331644 astro/R-cran-maptools/Makefile
331644 astro/astrometry/Makefile
331644 astro/nightfall/Makefile
331644 astro/py-RO/Makefile
(Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 15:52 bapt ] 
327708 benchmarks/autobench/Makefile
327708 benchmarks/blogbench/Makefile
327708 benchmarks/bonnie++/Makefile
327708 benchmarks/bonnie/Makefile
327708 benchmarks/cpipe/Makefile
327708 benchmarks/dbench/Makefile
327708 benchmarks/dbs/Makefile
327708 benchmarks/dkftpbench/Makefile
327708 benchmarks/expedite/Makefile
327708 benchmarks/fhourstones/Makefile
(Only the first 10 of 74 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
|
Tue, 4 Jun 2013
|
[ 18:53 pgj ] 
319894 MOVED
319894 UPDATING
319894 archivers/hs-tar/Makefile
319894 archivers/hs-zip-archive/Makefile
319894 archivers/hs-zlib-bindings/Makefile
319894 archivers/hs-zlib-conduit/Makefile
319894 archivers/hs-zlib-enum/Makefile
319894 archivers/hs-zlib/Makefile
319894 archivers/hs-zlib/distinfo
319894 audio/hs-ALUT/Makefile
(Only the first 10 of 625 ports in this commit are shown above. )
- Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
(Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Mar 2013
|
[ 22:43 pgj ] 
315580 MOVED
315580 archivers/hs-zip-archive/Makefile
315580 archivers/hs-zip-archive/distinfo
315580 archivers/hs-zlib-conduit/Makefile
315580 archivers/hs-zlib-conduit/distinfo
315580 audio/hs-ALUT/Makefile
315580 audio/hs-OpenAL/Makefile
315580 audio/hs-OpenAL/distinfo
315580 benchmarks/hs-criterion/Makefile
315580 converters/hs-aeson/Makefile
(Only the first 10 of 339 ports in this commit are shown above. )
- Update Haskell ports from the development repository
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
Contributed by: ashish
New ports (5):
devel/hs-geniplate 0.6.0.3
devel/hs-uuid 1.2.9
net/hs-maccatcher 2.1.5
net/hs-publicsuffixlist 0.0.3
textproc/hs-regex-tdfa 1.1.8
Removed ports (1):
math/hs-Agda-executable 2.3.0.1_3 (Only the first 15 lines of the commit message are shown above )
|
Tue, 5 Feb 2013
|
[ 22:26 pgj ] 
311736 UPDATING
311736 archivers/hs-tar/Makefile
311736 archivers/hs-zip-archive/Makefile
311736 archivers/hs-zip-archive/distinfo
311736 archivers/hs-zlib-bindings/Makefile
311736 archivers/hs-zlib-bindings/distinfo
311736 archivers/hs-zlib-conduit/Makefile
311736 archivers/hs-zlib-enum/Makefile
311736 archivers/hs-zlib/Makefile
311736 audio/hs-ALUT/Makefile
(Only the first 10 of 595 ports in this commit are shown above. )
- 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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Dec 2012
|
[ 02:23 pgj ] 
309275 MOVED
309275 UPDATING
309275 archivers/hs-tar/Makefile
309275 archivers/hs-tar/distinfo
309275 archivers/hs-tar/pkg-descr
309275 archivers/hs-zip-archive/Makefile
309275 archivers/hs-zip-archive/distinfo
309275 archivers/hs-zip-archive/pkg-descr
309275 archivers/hs-zlib-bindings/Makefile
309275 archivers/hs-zlib-bindings/distinfo
(Only the first 10 of 1010 ports in this commit are shown above. )
- 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): (Only the first 15 lines of the commit message are shown above )
|
Fri, 3 Aug 2012
|
[ 02:30 pgj ]
301879 archivers/hs-tar/Makefile
301879 archivers/hs-zip-archive/Makefile
301879 archivers/hs-zlib-bindings/Makefile
301879 archivers/hs-zlib-enum/Makefile
301879 archivers/hs-zlib/Makefile
301879 audio/hs-ALUT/Makefile
301879 audio/hs-OpenAL/Makefile
301879 audio/hs-libmpd/Makefile
301879 benchmarks/hs-criterion/Makefile
301879 converters/hs-aeson/Makefile
(Only the first 10 of 286 ports in this commit are shown above. )
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft
Obtained from: FreeBSD Haskell
|
Sun, 3 Jun 2012
|
[ 20:52 pgj ]
1.277 archivers/Makefile
1.8 audio/hs-ALUT/Makefile
1.15 benchmarks/hs-criterion/Makefile
1.7 converters/hs-dataenc/Makefile
1.21 deskutils/checkrdf/Makefile
1.2 deskutils/checkrdf/files/patch-CheckRDF.hs
1.1 deskutils/checkrdf/files/patch-Main.hs
1.4980 devel/Makefile
1.11 devel/hs-BNFC/Makefile
1.1 devel/hs-BNFC/files/patch-Main.hs
(Only the first 10 of 191 ports in this commit are shown above. )
- Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell
|
Mon, 13 Feb 2012
|
[ 04:03 pgj ]
1.14 benchmarks/hs-criterion/Makefile
1.8 benchmarks/hs-criterion/distinfo
1.2 benchmarks/hs-criterion/pkg-descr
- Update to 0.6.0.1
Obtained from: FreeBSD Haskell
|
Sun, 14 Aug 2011
|
[ 18:08 pgj ]
1.13 benchmarks/hs-criterion/Makefile
1.11 math/hs-statistics/Makefile
1.7 math/hs-statistics/distinfo
1.2 math/hs-statistics/pkg-descr
- Update math/hs-statistics to 0.9.0.0
Obtained from: FreeBSD Haskell
|
[ 18:04 pgj ]
1.12 benchmarks/hs-criterion/Makefile
1.10 math/hs-mwc-random/Makefile
1.8 math/hs-mwc-random/distinfo
1.10 math/hs-statistics/Makefile
- Update math/hs-mwc-random to 0.10.0.0
Obtained from: FreeBSD Haskell
|
Sat, 13 Aug 2011
|
[ 22:17 pgj ]
1.11 benchmarks/hs-criterion/Makefile
1.5 devel/hs-vector-algorithms/Makefile
1.4 devel/hs-vector-algorithms/distinfo
1.9 math/hs-statistics/Makefile
- Update devel/hs-vector-algorithms to 0.5.2
Obtained from: FreeBSD Haskell
|
[ 21:23 pgj ]
1.10 benchmarks/hs-criterion/Makefile
1.4 devel/hs-vector-algorithms/Makefile
1.5 devel/hs-vector/Makefile
1.5 devel/hs-vector/distinfo
1.9 math/hs-mwc-random/Makefile
1.8 math/hs-statistics/Makefile
- Update devel/hs-vector to 0.7.1
Obtained from: FreeBSD Haskell
|
Sun, 10 Jul 2011
|
[ 08:45 ashish ]
1.9 benchmarks/hs-criterion/Makefile
1.6 math/hs-erf/Makefile
1.4 math/hs-erf/distinfo
- Update math/hs-erf to 2.0.0.0
Obtained from: FreeBSD Haskell
|
[ 02:23 ashish ]
1.8 benchmarks/hs-criterion/Makefile
1.7 benchmarks/hs-criterion/distinfo
- Update to 0.5.0.10
Obtained from: FreeBSD Haskell
|
Thu, 26 May 2011
|
[ 00:51 ashish ]
1.2 archivers/hs-tar/Makefile
1.13 archivers/hs-zip-archive/Makefile
1.9 archivers/hs-zlib/Makefile
1.6 audio/hs-ALUT/Makefile
1.6 audio/hs-OpenAL/Makefile
1.4 audio/hs-libmpd/Makefile
1.7 benchmarks/hs-criterion/Makefile
1.5 converters/hs-dataenc/Makefile
1.6 converters/hs-json/Makefile
1.5 devel/cvs2darcs/Makefile
(Only the first 10 of 166 ports in this commit are shown above. )
Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.
Obtained from: FreeBSD Haskell
|
Mon, 9 May 2011
|
[ 05:28 ashish ]
1.2449 MOVED
1.1059 UPDATING
1.258 archivers/Makefile
1.12 archivers/hs-zip-archive/Makefile
1.8 archivers/hs-zip-archive/distinfo
1.7 archivers/hs-zip-archive/pkg-plist
1.8 archivers/hs-zlib/Makefile
1.5 archivers/hs-zlib/distinfo
1.5 archivers/hs-zlib/pkg-plist
1.5 audio/hs-ALUT/Makefile
(Only the first 10 of 460 ports in this commit are shown above. )
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
|
Fri, 30 Jul 2010
|
[ 09:21 pgj ]
1.5 benchmarks/hs-criterion/Makefile
1.3 benchmarks/hs-criterion/distinfo
1.2 benchmarks/hs-criterion/files/patch-criterion.cabal
- Update to 0.5.0.3
|
Tue, 8 Jun 2010
|
[ 12:47 pgj ]
1.4 benchmarks/hs-criterion/Makefile
1.2 benchmarks/hs-criterion/distinfo
1.1 benchmarks/hs-criterion/files/patch-Criterion__Main.hs
1.1 benchmarks/hs-criterion/files/patch-criterion.cabal
- Update to 0.5.0.0
|
Wed, 26 May 2010
|
[ 11:18 jacula ]
1.4 audio/hs-ALUT/Makefile
1.4 audio/hs-OpenAL/Makefile
1.3 benchmarks/hs-criterion/Makefile
1.3 converters/hs-json/Makefile
1.3 devel/hs-DeepArrow/Makefile
1.3 devel/hs-FileManip/Makefile
1.3 devel/hs-MemoTrie/Makefile
1.3 devel/hs-MissingH/Makefile
1.3 devel/hs-MonadCatchIO-mtl/Makefile
1.3 devel/hs-ObjectName/Makefile
(Only the first 10 of 75 ports in this commit are shown above. )
- Pass maintainership to haskell@FreeBSD.org:
audio/hs-ALUT, audio/hs-OpenAL, benchmarks/hs-criterion
converters/hs-json, devel/hs-DeepArrow, devel/hs-FileManip
devel/hs-MemoTrie, devel/hs-MissingH, devel/hs-MonadCatchIO-mtl
devel/hs-ObjectName, devel/hs-QuickCheck, devel/hs-StateVar
devel/hs-Tensor, devel/hs-TypeCompose, devel/hs-arrows
devel/hs-checkers, devel/hs-convertible, devel/hs-datetime
devel/hs-deepseq, devel/hs-fgl, devel/hs-ghc-mtl, devel/hs-ghc-paths
devel/hs-ghc-paths-docs, devel/hs-haskeline
devel/hs-haskell-src-exts, devel/hs-hint, devel/hs-hoogle
devel/hs-hslogger, devel/hs-mmap, devel/hs-mueval, devel/hs-reactive
devel/hs-readline, devel/hs-safe, devel/hs-show, devel/hs-smallcheck
devel/hs-split, devel/hs-testpack, devel/hs-transformers
devel/hs-unamb, devel/hs-uniplate, devel/hs-unix-compat (Only the first 15 lines of the commit message are shown above )
|
Wed, 12 May 2010
|
[ 16:33 pgj ]
1.7 archivers/hs-zip-archive-ghc/Makefile
1.4 archivers/hs-zip-archive-ghc/pkg-plist
1.7 archivers/hs-zlib/Makefile
1.4 archivers/hs-zlib/pkg-plist
1.3 audio/hs-ALUT/Makefile
1.2 audio/hs-ALUT/pkg-plist
1.3 audio/hs-OpenAL/Makefile
1.2 audio/hs-OpenAL/pkg-plist
1.2 benchmarks/hs-criterion/Makefile
1.2 benchmarks/hs-criterion/pkg-plist
(Only the first 10 of 214 ports in this commit are shown above. )
Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports. It promises both easier addition and
maintenance for Cabal-based ports.
|
Tue, 12 Jan 2010
|
[ 21:53 pgj ]
1.68 benchmarks/Makefile
1.1 benchmarks/hs-criterion/Makefile
1.1 benchmarks/hs-criterion/distinfo
1.1 benchmarks/hs-criterion/pkg-descr
1.1 benchmarks/hs-criterion/pkg-plist
This Haskell library provides a powerful but simple way to measure the
performance of Haskell code. It provides both a framework for executing
and analysing benchmarks and a set of driver functions that makes it
easy to build and run benchmarks, and to analyse their results.
WWW: http://hackage.haskell.org/package/criterion
PR: ports/142495
Submitted by: Jacula Modyun <jacula(at)gmail.com>
|
Number of commits found: 36 |