Index: deskutils/showdown/Makefile =================================================================== --- deskutils/showdown/Makefile (nonexistent) +++ deskutils/showdown/Makefile (working copy) @@ -0,0 +1,43 @@ +# $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 +TEST_TARGET= check + +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 Property changes on: deskutils/showdown/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/showdown/distinfo =================================================================== --- deskutils/showdown/distinfo (nonexistent) +++ deskutils/showdown/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513947317 +SHA256 (craigbarnes-showdown-0.6_GH0.tar.gz) = b183dfef6d6e0584753632186804a4989f6a3865da22079b21b1f93e251336df +SIZE (craigbarnes-showdown-0.6_GH0.tar.gz) = 11887 Property changes on: deskutils/showdown/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/showdown/pkg-descr =================================================================== --- deskutils/showdown/pkg-descr (nonexistent) +++ deskutils/showdown/pkg-descr (working copy) @@ -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 Property changes on: deskutils/showdown/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property