FreeBSD Bugzilla – Attachment 189033 Details for
Bug 224517
[NEW PORT] deskutils/showdown: Simple Markdown viewer, written in Vala and GTK 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
showdown-0.6.patch (text/plain), 3.15 KB, created by
Dmitri Goutnik
on 2017-12-22 13:13:26 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2017-12-22 13:13:26 UTC
Size:
3.15 KB
patch
obsolete
>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 <bsd.port.mk> > >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224517
:
189033
|
189040