non port: textproc/hs-pandoc/Makefile |
SVNWeb
|
Number of commits found: 76 |
Sun, 17 Sep 2023
|
[ 18:09 Yuri Victorovich (yuri) ] 9ddf400
textproc/hs-pandoc: Enable the 'lua' option
This option was accidentally disabled during the update to 3.1.8
due to some glitch in the Haskel support in the ports framework.
The 'lua' option is ON by default in the project. However, Lua
dependencies are only added by 'make make-use-cabal' when
CABAL_FLAGS=lua is present, despite this option being ON by default.
PR: 273729
Reported by: arrowd@
|
Tue, 12 Sep 2023
|
[ 07:02 Yuri Victorovich (yuri) ] 2a7f215
textproc/hs-pandoc: update 3.1.2 → 3.1.8
PR: 273729
Approved by: arrowd@ (on behalf of haskell@)
|
Sun, 4 Jun 2023
|
[ 10:17 Gleb Popov (arrowd) ] 4c016d2
textproc/hs-pandoc: Update to 3.1.2 and enable optimizations on arm64.
It was reported that optimizations doesn't crash the compiler anymore.
Reported by: Daniel Lovasko <daniel.lovasko@gmail.com>
|
Sun, 12 Mar 2023
|
[ 16:10 Gleb Popov (arrowd) ] 2420c15
textproc/hs-pandoc: Update to 3.1.1
|
Sun, 20 Nov 2022
|
[ 17:39 Gleb Popov (arrowd) ] 2fca709 (Only the first 10 of 90 ports in this commit are shown above. )
Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling.
This change removes duplicated entries from MASTER_SITES and DISTFILES
variables. Now the MASTER_SITES variable will contain single Hackage URL without
any group for the simplest case and with :_cabal_mk_hackage group in nodefault
case.
This change opens a path to using non-Hackage Cabal repositories
(needed for Cardano) and pulling in .cabal revisions without using patches.
Unfortunately, this change results in a large churn in Haskell ports distinfos.
To make this churn less useless, refresh all Haskell dependencies in all ports.
|
Mon, 19 Sep 2022
|
[ 07:58 Gleb Popov (arrowd) ] 4d0eafc
textproc/hs-pandoc: Update to 2.19.2
|
[ 07:58 Gleb Popov (arrowd) ] 00954f4
textproc/hs-pandoc: Disable optimizations for aarch64.
The same time the port is failing on aarch64 on the cluster for unknown
reason. Disable optimizations to see if that helps.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 31 Aug 2022
|
[ 08:05 Gleb Popov (arrowd) ] de33eb2
textproc/hs-pandoc: Unbreak on aarch64.
This reverts commit f525cd95361019402c8e18f16ff13c2e035d47ff.
|
Sun, 14 Aug 2022
|
[ 16:50 Gleb Popov (arrowd) ] 491456b
textproc/hs-pandoc: Fix a silly typo that broke the port.
Reported by: diizzy, pkg-fallout
|
Tue, 9 Aug 2022
|
[ 09:16 Gleb Popov (arrowd) ] 505ecf2 (Only the first 10 of 25 ports in this commit are shown above. )
Uses/cabal.mk: Rename `EXECUTABLES` to `CABAL_EXECUTABLES`.
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D36079
|
Thu, 28 Jul 2022
|
[ 19:52 Gleb Popov (arrowd) ] 166cea3 (Only the first 10 of 12 ports in this commit are shown above. )
Uses/cabal.mk: Introduce CABAL_WRAPPER_SCRIPTS variable.
Before this change every Haskell executable was wrapped into a shell script
which was installed into ${PREFIX}/bin while the actual executable was installed
into {PREFIX}/libexec/cabal. This was required to set env variables pointing the
Haskell program to its data files under ${PREFIX}/share. However, not every
Haskell program uses this feature.
Now the shell wrapping is off by default and CABAL_WRAPPER_SCRIPTS knob can be
used to enable it for a given port/executable.
Adjust all Haskell ports affected by this change.
|
Thu, 21 Jul 2022
|
[ 08:24 Gleb Popov (arrowd) ] f525cd9
textproc/hs-pandoc: Mark BROKEN on aarch64.
Reported by: pkg-fallout
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Jul 2022
|
[ 10:24 Gleb Popov (arrowd) ] 6698d73
textproc/hs-pandoc: Update to 2.18
|
Wed, 11 May 2022
|
[ 07:40 Gleb Popov (arrowd) ] 7e5d181
textproc/hs-pandoc: Fix fetching.
The same package (unlift-core) was listed twice with different revisions.
PR: 263903
|
Mon, 9 May 2022
|
[ 19:23 Kevin Bowling (kbowling) ] db78da8 (Only the first 10 of 120 ports in this commit are shown above. )
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com>
|
Sun, 5 Sep 2021
|
[ 07:41 Gleb Popov (arrowd) Author: Alexis Praga ] a9691f5
textproc/hs-pandoc: Update to 2.14.2
|
Wed, 19 May 2021
|
[ 14:13 Gleb Popov (arrowd) ] 995092c
textproc/hs-pandoc: Adapt to recent USES=cabal changes
|
Fri, 14 May 2021
|
[ 16:37 Gleb Popov (arrowd) ] d5c605e
textproc/hs-pandoc: Update to 2.13
|
Thu, 29 Apr 2021
|
[ 05:43 Gleb Popov (arrowd) ] 65aafca
textproc/hs-pandoc: Fix silly typo.
|
Tue, 27 Apr 2021
|
[ 13:18 Gleb Popov (arrowd) ] dd0399e
textproc/hs-pandoc: Try to unbreak on i386.
Turn off compiler optimizations on i386 as they require too much RAM.
Reported by: pkg-fallout
|
Wed, 21 Apr 2021
|
[ 04:48 Tobias Kortkamp (tobik) ] bdca32c (Only the first 10 of 55 ports in this commit are shown above. )
Bump USES=cabal ports after 12837690ed0c
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 4 Feb 2021
|
[ 15:06 arrowd ]
textproc/hs-pandoc: Fix build due to silly typo.
Pointy hat to: me
Reported by: kib
|
[ 11:49 arrowd ]
textproc/hs-pandoc: Update to 2.11.4
|
Wed, 30 Dec 2020
|
[ 16:12 arrowd ]
textproc/hs-pandoc: Update to 2.11.3.1
PR: 252266
|
Sun, 16 Aug 2020
|
[ 07:56 arrowd ] (Only the first 10 of 91 ports in this commit are shown above. )
lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
|
Sat, 4 Jul 2020
|
[ 18:11 zeising ] (Only the first 10 of 105 ports in this commit are shown above. )
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
|
Mon, 4 May 2020
|
[ 18:08 arrowd ] (Only the first 10 of 166 ports in this commit are shown above. )
Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR: 244784
Submitted by: Evilham <contact@evilham.com> (some ports)
|
Fri, 21 Feb 2020
|
[ 05:18 arrowd ]
textproc/hs-pandoc and textproc/hs-pandoc-citeproc: Update to latest versions.
PR: 244216
|
Thu, 20 Jun 2019
|
[ 16:03 arrowd ] (Only the first 10 of 36 ports in this commit are shown above. )
In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real
program
PR: 238719
Approved by: tcberner (mentor, implicit)
|
Thu, 13 Jun 2019
|
[ 13:57 arrowd ] (Only the first 10 of 50 ports in this commit are shown above. )
For ports with USES=cabal install a wrapper shell script instead of a real
executable into /bin/, that sets some environment variables to workaround
https://github.com/haskell/cabal/issues/5997
While there, update bunch of Haskell ports, install their data files.
PR: 237878
Reviewed by: tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20556
|
Sun, 12 May 2019
|
[ 11:37 arrowd ]
Workaround failure building net/geoipupdate by enabling hs-pandoc's EMBED_DATA
option by default.
Reported by: adamw
Approved by: tcberner (mentor, implicit)
|
Thu, 9 May 2019
|
[ 14:39 arrowd ] (Only the first 10 of 102 ports in this commit are shown above. )
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19730
|
Tue, 22 Jan 2019
|
[ 15:03 jrm ]
textproc/hs-pandoc: Switch to static build and fix option issues
- With the default options, there were many large dependencies, including
ghc. Most users likely just want the application without the compiler and
libraries, so switch to a static build.
- The build was failing with a few non-default option combinations (e.g,
with HTTPS off). Fix these and/or remove options that are probably not
that useful for most users.
- The binary is linked to libffi.so, so add LIB_DEPENDS on devel/libffi.
- Pacify portlint
Reported by: adamw
Approved by: maintainer (haskell via arrowd)
Differential Revision: https://reviews.freebsd.org/D18899
|
Sun, 6 Jan 2019
|
[ 12:18 arrowd ] (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 ] (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 ] (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 ] (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 ] (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 )
|
Fri, 19 Feb 2016
|
[ 20:44 pgj ]
- Make dependency on TeX optional
PR: 207230
Submitted by: janm@transactionware.com
Obtained from: FreeBSD Haskell
|
Thu, 20 Aug 2015
|
[ 23:02 pgj ] (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 )
|
Mon, 26 Jan 2015
|
[ 02:43 pgj ]
- Update pandoc to 1.13.2
- Update texmath to 0.8.0.1
- Update highlighting-kate to 0.5.11.1
- Bump port revision for dependents
Obtained from: FreeBSD Haskell
|
Mon, 10 Nov 2014
|
[ 22:33 pgj ]
- Update pandoc to 1.13.1 and update its dependents as well
net/hs-hoauth2: 0.4.1 --> 0.4.3
www/hs-activehs: Bump port revision
www/hs-gitit: 0.10.5 --> 0.10.6.1
Obtained from: FreeBSD Haskell
|
Thu, 18 Sep 2014
|
[ 12:31 mat ] (Only the first 10 of 22 ports in this commit are shown above. )
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
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (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)
|
Mon, 25 Aug 2014
|
[ 18:29 pgj ] (Only the first 10 of 30 ports in this commit are shown above. )
- Update pandoc to 1.13.0.1
- Update gitit to 0.10.5
- Update texmath to 0.8
- Update zip-archive to 0.2.3.4
- Add haddock-library: Library exposing some functionality of Haddock
- Add hoauth2: Haskell OAuth2 authentication
- Add JuicyPixels: Picture loading/serialization
Obtained from: FreeBSD Haskell
|
Sun, 10 Aug 2014
|
[ 22:34 pgj ] (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 )
|
Wed, 23 Jul 2014
|
[ 10:17 bapt ]
Switch to use texlive-texmf which provide ifluatex and ifxetex now
|
Sat, 29 Mar 2014
|
[ 00:52 pgj ] (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 ] (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 ] (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 ] (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 ] (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
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Tue, 4 Jun 2013
|
[ 18:53 pgj ] (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 )
|
Sun, 31 Mar 2013
|
[ 13:43 pgj ]
- Fix a minor dynamic linking problem for certain Haskell Cabal ports
- Add an UPDATING entry for description and instructions
Submitted by: ashish
Approved by: portmgr (miwi)
Obtained from: FreeBSD Haskell
|
Fri, 29 Mar 2013
|
[ 22:43 pgj ] (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 ] (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 ] (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
|
[ 04:16 pgj ]
- Tighten dependency on highlighting-kate
Obtained from: FreeBSD Haskell
|
[ 03:13 pgj ]
- Update to 1.9.4.2
- Use the new options framework
Obtained from: FreeBSD Haskell
|
Sun, 3 Jun 2012
|
[ 22:32 pgj ]
- Update to 1.9.3
Obtained from: FreeBSD Haskell
|
Mon, 13 Feb 2012
|
[ 03:49 pgj ] (Only the first 10 of 99 ports in this commit are shown above. )
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
|
Sun, 14 Aug 2011
|
[ 14:40 pgj ]
- Update to 1.8.2.1
Obtained from: FreeBSD Haskell
|
[ 14:37 pgj ]
- Update textproc/hs-xml to 1.3.9
Obtained from: FreeBSD Haskell
|
[ 14:32 pgj ]
- Update textproc/hs-pandoc-types to 1.8.2
Obtained from: FreeBSD Haskell
|
Sun, 10 Jul 2011
|
[ 20:48 ashish ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update textproc/hs-xml to 1.3.8
Obtained from: FreeBSD Haskell
|
[ 16:40 ashish ]
- Update textproc/hs-pandoc-types to 1.8.0.2
Obtained from: FreeBSD Haskell
|
Sun, 3 Jul 2011
|
[ 22:30 ashish ]
- Update textproc/hs-tagsoup to 0.12.2.
- Bump PORTREVISION of dependent ports on textproc/hs-tagsoup, i.e.
devel/h-hoogle, science/hs-bio, and textproc/pandoc.
PR: ports/157826
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
Thu, 26 May 2011
|
[ 00:51 ashish ] (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 ] (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:16 pgj ]
- Update to 1.6
|
Mon, 24 May 2010
|
[ 21:52 pgj ] (Only the first 10 of 139 ports in this commit are shown above. )
Rename the following Haskell ports to bring them in sync with the
HackageDB:
archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
devel/hs-binary-ghc -> devel/hs-binary
devel/darcs -> devel/hs-darcs
devel/hs-language-c-ghc -> devel/hs-language-c
devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
devel/hs-pcre-light-ghc -> devel/hs-pcre-light
devel/hs-utf8-string-ghc -> devel/hs-utf8-string
graphics/hs-HGL-ghc -> graphics/hs-HGL
ports-mgmt/porte -> ports-mgmt/hs-porte
security/hs-digest-ghc -> security/hs-digest
textproc/hs-haxml -> textproc/hs-HaXml
textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate (Only the first 15 lines of the commit message are shown above )
|
[ 20:24 pgj ] (Only the first 10 of 95 ports in this commit are shown above. )
Forced commit to note rename of the following Haskell ports:
archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
devel/hs-binary-ghc -> devel/hs-binary
devel/darcs -> devel/hs-darcs
devel/hs-language-c-ghc -> devel/hs-language-c
devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
devel/hs-pcre-light-ghc -> devel/hs-pcre-light
devel/hs-utf8-string-ghc -> devel/hs-utf8-string
graphics/hs-HGL-ghc -> graphics/hs-HGL
ports-mgmt/porte -> ports-mgmt/hs-porte
security/hs-digest-ghc -> security/hs-digest
textproc/hs-haxml -> textproc/hs-HaXml
textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
textproc/hs-polyparse-ghc -> textproc/hs-polyparse (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 76 |