Port details |
- hs-ghcprofview Graphical viewer for GHC profile files
- 0.1.0.2_8 devel
=2 0.1.0.2_8Version of this port present on the latest quarterly branch. - Maintainer: haskell@FreeBSD.org
 - Port Added: 2019-07-26 16:58:11
- Last Update: 2025-03-17 04:02:08
- Commit Hash: e87d813
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: haskell
- License: BSD3CLAUSE
- WWW:
- https://github.com/portnov/ghcprofview-hs
- Description:
- ghcprofview is a GHC .prof files viewer, implemented in Haskell + Gtk3. Unlike
profiterole and profiteur, ghcprofview uses a traditional approach to profiling.
It allows you to view cost centres tree as it is and browse it interactively,
and allows you to do some actions that you may be used to in, for example,
Java's visualvm.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hs-ghcprofview>0:devel/hs-ghcprofview
- To install the port:
- cd /usr/ports/devel/hs-ghcprofview/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/hs-ghcprofview
- pkg install hs-ghcprofview
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hs-ghcprofview
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707237013
SHA256 (cabal/ghcprofview-0.1.0.2/ghcprofview-0.1.0.2.tar.gz) = 8509a84c81e157886a14f7c2153b86cb34a72f5a6b81abafc18aab6b3397fa1c
SIZE (cabal/ghcprofview-0.1.0.2/ghcprofview-0.1.0.2.tar.gz) = 13918
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ghc-9.4.8 : lang/ghc94
- cabal : devel/hs-cabal-install
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libharfbuzz.so : print/harfbuzz
- libgmp.so : math/gmp
- libffi.so : devel/libffi
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libgirepository-1.0.so : devel/gobject-introspection
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_hs-ghcprofview
- USES:
- cabal gnome pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.0.2_8 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
0.1.0.2_8 02 Mar 2024 09:20:56
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Switch to GHC 9.4 |
0.1.0.2_8 17 Feb 2024 09:24:18
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Mark BROKEN on aarch64
Reported by: pkg-fallout |
0.1.0.2_8 06 Feb 2024 17:01:51
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Update Haskell deps to hopefully fix aarch64 build. |
0.1.0.2_7 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
0.1.0.2_6 27 May 2023 08:44:42
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Fix build with new GHC. |
0.1.0.2_5 25 Mar 2023 18:05:38
    |
Jan Beich (jbeich)  |
devel/hs-ghcprofview: unbreak with gobject-introspection 1.76
GI/GLib/Functions.hs:5085:34: error:
• Couldn't match type ‘Char’ with ‘CInt’
Expected: Ptr CInt
Actual: Ptr Char
• In the first argument of ‘g_unicode_canonical_ordering’, namely
‘string'’
In a stmt of a 'do' block: g_unicode_canonical_ordering string' len
In the second argument of ‘($)’, namely
‘do let len = fromIntegral $ length string
string' <- packStorableArray string
g_unicode_canonical_ordering string' len
freeMem string'
....’
|
5085 | g_unicode_canonical_ordering string' len
| ^^^^^^^
PR: 270405
Reported by: antoine (via exp-run) |
0.1.0.2_4 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
0.1.0.2_3 01 Mar 2023 17:59:45
    |
Jan Beich (jbeich)  |
devel/hs-ghcprofview: unbreak via newer haskell-gi
Inspired by: Arch, NixPkgs |
0.1.0.2_2 21 Feb 2023 06:47:40
    |
Jan Beich (jbeich)  |
devel/hs-ghcprofview: switch BROKEN to the correct upstream |
0.1.0.2_2 20 Feb 2023 18:38:21
    |
Jan Beich (jbeich)  |
print/harfbuzz: update to 7.0.1
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.0
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.1
Reported by: GitHub (watch releases)
PR: 269530
Exp-run by: antoine |
0.1.0.2_2 20 Nov 2022 17:39:28
    |
Gleb Popov (arrowd)  |
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. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.0.2_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.1.0.2_1 01 Aug 2022 09:38:55
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Unbreak after recent GNOME libs updates. |
0.1.0.2 11 Jul 2022 11:29:38
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Unbreak the build.
The upstream issue has been resolved. |
0.1.0.2 07 Jul 2022 10:24:42
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Mark BROKEN.
The haskell-gi binding generator fails after recent freetype2/harfbuzz update.
The port should wait until upstream fixes the issue. |
0.1.0.2 07 Jul 2022 10:24:38
    |
Gleb Popov (arrowd)  |
devel/hs-ghcprofview: Update to 0.1.0.2 |
0.1.0.1_2 09 May 2022 19:23:51
    |
Kevin Bowling (kbowling)  |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
0.1.0.1_1 21 Apr 2021 04:48:23
    |
Tobias Kortkamp (tobik)  |
Bump USES=cabal ports after 12837690ed0c |
0.1.0.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.0.1 16 Feb 2021 15:37:31
  |
arrowd  |
devel/hs-ghcprofview: Update to 0.1.0.1 and unbreak. |
0.1.0.0_1 04 Jul 2020 18:11:42
  |
zeising  |
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) |
0.1.0.0 04 May 2020 18:08:10
  |
arrowd  |
Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR: 244784
Submitted by: Evilham <contact@evilham.com> (some ports) |
0.1 26 Jul 2019 16:58:02
  |
arrowd  |
devel/hs-ghcprofview: New port. Another profile viewer, GTK based. |