Port details |
- showdown Simple markdown viewer, written in Vala and GTK 3
- 0.6_2 deskutils
=0 Version of this port present on the latest quarterly branch. - Maintainer: dmgk@FreeBSD.org
 - Port Added: 2017-12-23 04:44:37
- Last Update: 2021-10-10 19:44:42
- Commit Hash: 2c672a4
- License: GPLv3
- Description:
- Showdown is a simple Markdown viewer written in Vala and GTK 3, featuring:
- GitHub inspired default stylesheet.
- Table of contents navigation.
- Integrated search bar
- User styles (~/.config/showdown/stylesheet.css)
- User scripts (~/.config/showdown/script.js)
WWW: https://github.com/craigbarnes/showdown
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- showdown>0:deskutils/showdown
- To install the port:
- cd /usr/ports/deskutils/showdown/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/showdown
- pkg install showdown
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: showdown
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1513947317
SHA256 (craigbarnes-showdown-0.6_GH0.tar.gz) = b183dfef6d6e0584753632186804a4989f6a3865da22079b21b1f93e251336df
SIZE (craigbarnes-showdown-0.6_GH0.tar.gz) = 11887
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libmarkdown.a : textproc/discount
- valac : lang/vala
- update-desktop-database : devel/desktop-file-utils
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- x11.pc : x11/libX11
- Library dependencies:
-
- libsoup-2.4.so : devel/libsoup
- libwebkit2gtk-4.0.so : www/webkit2-gtk3
- libatk-1.0.so : accessibility/atk
- 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
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for showdown-0.6_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- deskutils_showdown
- USES:
- compiler:c++11-lang desktop-file-utils gmake gnome pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Oct 2021 19:44:42 0.6_2 |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
07 Apr 2021 08:09:01 0.6_2 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.6_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Nov 2019 22:20:31
0.6_2 |
zeising  |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
16 Sep 2019 20:55:08
0.6_2 |
dmgk  |
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677 |
26 Jul 2019 20:46:57
0.6_2 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
22 Jun 2019 18:46:35
0.6_1 |
linimon  |
Add patchfile forgotten in r504880.
Approved by: portmgr (tier-2 blanket) |
22 Jun 2019 18:46:02
0.6_1 |
linimon  |
Fix build on powerpc64 by adding c++11-lang to USES and modifying
GNUmakefile:
unrecognized command line option "-Wno-incompatible-pointer-types"
Approved by: portmgr (tier-2 blanket) |
18 Jun 2018 03:49:10
0.6_1 |
linimon  |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
05 Apr 2018 20:13:48
0.6_1 |
tobik  |
www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872 |
11 Jan 2018 18:09:00
0.6 |
danfe  |
- Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way |
23 Dec 2017 04:44:29
0.6 |
yuri  |
New port: deskutils/showdown: Simple markdown viewer, written in Vala and GTK 3
PR: 224517
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13592 |