Date: Wed, 1 Mar 2017 13:35:26 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435146 - in head/devel: . py-mdv Message-ID: <201703011335.v21DZQE7034051@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Mar 1 13:35:26 2017 New Revision: 435146 URL: https://svnweb.freebsd.org/changeset/ports/435146 Log: Add py-mdv 1.6.3, terminal markdown viewer. Added: head/devel/py-mdv/ head/devel/py-mdv/Makefile (contents, props changed) head/devel/py-mdv/distinfo (contents, props changed) head/devel/py-mdv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 12:43:33 2017 (r435145) +++ head/devel/Makefile Wed Mar 1 13:35:26 2017 (r435146) @@ -4398,6 +4398,7 @@ SUBDIR += py-manuel SUBDIR += py-matrix-angular-sdk SUBDIR += py-mccabe + SUBDIR += py-mdv SUBDIR += py-meliae SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver Added: head/devel/py-mdv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-mdv/Makefile Wed Mar 1 13:35:26 2017 (r435146) @@ -0,0 +1,25 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mdv +PORTVERSION= 1.6.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Terminal markdown viewer + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt \ + ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-mdv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-mdv/distinfo Wed Mar 1 13:35:26 2017 (r435146) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488372841 +SHA256 (mdv-1.6.3.tar.gz) = 13f8d0489ad24ab11def95f04b40a4ce9306c2542510d6ee1710b7bafd0b8df4 +SIZE (mdv-1.6.3.tar.gz) = 40918 Added: head/devel/py-mdv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-mdv/pkg-descr Wed Mar 1 13:35:26 2017 (r435146) @@ -0,0 +1,12 @@ +When you edit multiple md files remotely, like in a larger mkdocs project, +context switches between editing terminal(s) and viewing browser may have some +efficiency impact. Also sometimes there is just no browser, like via security +gateways offering just a fixed set of applications on the hop in machine. +Further, reading efficiency and convenience is often significantly improved by +using colors. And lastly, using such a thing for cli applications might improve +user output, e.g. for help texts. + +This is where mdv, a Python based Markdown viewer for the terminal might be a +good option. + +WWW: https://pypi.python.org/pypi/mdv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703011335.v21DZQE7034051>