From owner-svn-ports-head@freebsd.org Sat Dec 23 04:44:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30050E984C1; Sat, 23 Dec 2017 04:44:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0745074F95; Sat, 23 Dec 2017 04:44:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBN4iUm9037725; Sat, 23 Dec 2017 04:44:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBN4iTxm037721; Sat, 23 Dec 2017 04:44:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712230444.vBN4iTxm037721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 23 Dec 2017 04:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457021 - in head/deskutils: . showdown X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/deskutils: . showdown X-SVN-Commit-Revision: 457021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2017 04:44:31 -0000 Author: yuri Date: Sat Dec 23 04:44:29 2017 New Revision: 457021 URL: https://svnweb.freebsd.org/changeset/ports/457021 Log: New port: deskutils/showdown: Simple markdown viewer, written in Vala and GTK 3 PR: 224517 Submitted by: Dmitri Goutnik Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13592 Added: head/deskutils/showdown/ head/deskutils/showdown/Makefile (contents, props changed) head/deskutils/showdown/distinfo (contents, props changed) head/deskutils/showdown/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sat Dec 23 04:30:27 2017 (r457020) +++ head/deskutils/Makefile Sat Dec 23 04:44:29 2017 (r457021) @@ -221,6 +221,7 @@ SUBDIR += rubygem-shellplay SUBDIR += rubygem-taskjuggler SUBDIR += semantik + SUBDIR += showdown SUBDIR += shutter SUBDIR += silence SUBDIR += simpleagenda Added: head/deskutils/showdown/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/showdown/Makefile Sat Dec 23 04:44:29 2017 (r457021) @@ -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 Added: head/deskutils/showdown/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/showdown/distinfo Sat Dec 23 04:44:29 2017 (r457021) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513947317 +SHA256 (craigbarnes-showdown-0.6_GH0.tar.gz) = b183dfef6d6e0584753632186804a4989f6a3865da22079b21b1f93e251336df +SIZE (craigbarnes-showdown-0.6_GH0.tar.gz) = 11887 Added: head/deskutils/showdown/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/showdown/pkg-descr Sat Dec 23 04:44:29 2017 (r457021) @@ -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