Index: head/deskutils/Makefile =================================================================== --- head/deskutils/Makefile +++ head/deskutils/Makefile @@ -221,6 +221,7 @@ SUBDIR += rubygem-shellplay SUBDIR += rubygem-taskjuggler SUBDIR += semantik + SUBDIR += showdown SUBDIR += shutter SUBDIR += silence SUBDIR += simpleagenda Index: head/deskutils/showdown/Makefile =================================================================== --- head/deskutils/showdown/Makefile +++ head/deskutils/showdown/Makefile @@ -0,0 +1,42 @@ +# $FreeBSD$ + +PORTNAME= showdown +DISTVERSION= 0.6 +CATEGORIES= deskutils + +MAINTAINER= dg@syrec.org +COMMENT= Simple markdown viewer, written in Vala and GTK 3 + +LICENSE= GPLv3 + +BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount \ + valac:lang/vala +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libwebkit2gtk-4.0.so:www/webkit2-gtk3 + +USES= desktop-file-utils gmake pkgconfig +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango +USE_XORG= x11 +USE_GITHUB= yes +GH_ACCOUNT= craigbarnes + +MAKEFILE= GNUmakefile +MAKE_ARGS= V=1 prefix=${PREFIX} +INSTALLS_ICONS= yes + +PORTDOCS= README.md + +PLIST_FILES= bin/showdown \ + share/applications/io.gitlab.craigbarnes.Showdown.desktop \ + share/icons/hicolor/scalable/apps/showdown.svg + +OPTIONS_DEFINE= DOCS + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/showdown + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Index: head/deskutils/showdown/distinfo =================================================================== --- head/deskutils/showdown/distinfo +++ head/deskutils/showdown/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1513947317 +SHA256 (craigbarnes-showdown-0.6_GH0.tar.gz) = b183dfef6d6e0584753632186804a4989f6a3865da22079b21b1f93e251336df +SIZE (craigbarnes-showdown-0.6_GH0.tar.gz) = 11887 Index: head/deskutils/showdown/pkg-descr =================================================================== --- head/deskutils/showdown/pkg-descr +++ head/deskutils/showdown/pkg-descr @@ -0,0 +1,9 @@ +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