mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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
This commit is contained in:
parent
e5e8d6c824
commit
e1fcc34349
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457021
@ -221,6 +221,7 @@
|
||||
SUBDIR += rubygem-shellplay
|
||||
SUBDIR += rubygem-taskjuggler
|
||||
SUBDIR += semantik
|
||||
SUBDIR += showdown
|
||||
SUBDIR += shutter
|
||||
SUBDIR += silence
|
||||
SUBDIR += simpleagenda
|
||||
|
42
deskutils/showdown/Makefile
Normal file
42
deskutils/showdown/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
deskutils/showdown/distinfo
Normal file
3
deskutils/showdown/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1513947317
|
||||
SHA256 (craigbarnes-showdown-0.6_GH0.tar.gz) = b183dfef6d6e0584753632186804a4989f6a3865da22079b21b1f93e251336df
|
||||
SIZE (craigbarnes-showdown-0.6_GH0.tar.gz) = 11887
|
9
deskutils/showdown/pkg-descr
Normal file
9
deskutils/showdown/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user