diff options
author | jmmv <jmmv@pkgsrc.org> | 2016-01-15 14:32:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2016-01-15 14:32:25 +0000 |
commit | 631b5697c3530752a32ceeb15e9910553c1dd540 (patch) | |
tree | 4132f85d67f6a3ce6c9aca9ed19fb5201c7dc416 /textproc | |
parent | 77c5901287d85fa67d11cc26da7598657464b45b (diff) | |
download | pkgsrc-631b5697c3530752a32ceeb15e9910553c1dd540.tar.gz |
Update markdown2social to 0.3:
**Released on January 14th, 2016.**
* Issue 2: Added a manual page.
* Added support for a configuration file. The default is to load
`~/.config/markdown2social.conf` if it exists, and the path can be
overridden via the `--config_file` flag.
* Added support to specify a set of "replacements" to apply to the post
text after conversion. This is useful, for example, to automatically
turn bare references to external systems into links.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/markdown2social/Makefile | 4 | ||||
-rw-r--r-- | textproc/markdown2social/PLIST | 10 | ||||
-rw-r--r-- | textproc/markdown2social/distinfo | 10 |
3 files changed, 16 insertions, 8 deletions
diff --git a/textproc/markdown2social/Makefile b/textproc/markdown2social/Makefile index 47a695686c4..49519197ca3 100644 --- a/textproc/markdown2social/Makefile +++ b/textproc/markdown2social/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/12/11 19:33:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/15 14:32:25 jmmv Exp $ -DISTNAME= markdown2social-0.2 +DISTNAME= markdown2social-0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PYPI:M=/markdown2social/} \ diff --git a/textproc/markdown2social/PLIST b/textproc/markdown2social/PLIST index 7bcce25c7a5..5eeb4e0c157 100644 --- a/textproc/markdown2social/PLIST +++ b/textproc/markdown2social/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/12/11 19:33:05 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/01/15 14:32:25 jmmv Exp $ bin/markdown2social ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/markdown2social/__init__.py @@ -7,6 +7,12 @@ ${PYSITELIB}/markdown2social/__init__.pyo ${PYSITELIB}/markdown2social/__main__.py ${PYSITELIB}/markdown2social/__main__.pyc ${PYSITELIB}/markdown2social/__main__.pyo +${PYSITELIB}/markdown2social/config.py +${PYSITELIB}/markdown2social/config.pyc +${PYSITELIB}/markdown2social/config.pyo +${PYSITELIB}/markdown2social/config_test.py +${PYSITELIB}/markdown2social/config_test.pyc +${PYSITELIB}/markdown2social/config_test.pyo ${PYSITELIB}/markdown2social/converter.py ${PYSITELIB}/markdown2social/converter.pyc ${PYSITELIB}/markdown2social/converter.pyo @@ -25,3 +31,5 @@ share/doc/markdown2social/CONTRIBUTORS share/doc/markdown2social/LICENSE share/doc/markdown2social/NEWS.md share/doc/markdown2social/README.md +share/man/man1/markdown2social.1 +share/man/man5/markdown2social.conf.5 diff --git a/textproc/markdown2social/distinfo b/textproc/markdown2social/distinfo index 80f8b1bafd8..d8e995ba4fe 100644 --- a/textproc/markdown2social/distinfo +++ b/textproc/markdown2social/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/12/11 19:33:05 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2016/01/15 14:32:25 jmmv Exp $ -SHA1 (markdown2social-0.2.tar.gz) = 4b0c103b0cd4081a505a826073f9da84d70e89d9 -RMD160 (markdown2social-0.2.tar.gz) = 1635cec53960dd8d1b8be3fcedb69b344917c39f -SHA512 (markdown2social-0.2.tar.gz) = 8c53246f5048921955ca4c4d83039c3a0e672314ee8d4274114f7ee81befdafdde5a743b4ee9431d68071331b55e5b98608f6d41e2c87f3154fded2b72e19ac9 -Size (markdown2social-0.2.tar.gz) = 17223 bytes +SHA1 (markdown2social-0.3.tar.gz) = b5807e6c8391cc194f8514566f7c8b860bc53728 +RMD160 (markdown2social-0.3.tar.gz) = 5f34f1e90f6cc139ab9db95fa30e9e7b2bf5d0fc +SHA512 (markdown2social-0.3.tar.gz) = 0867f26d853d8e0b9de0c65e02228501099c98fb33c9bc05a976bf01ffb1f79e80e6e87253332dfb29bebf9bc9f71837e827703845d77b477f97567ca7305fad +Size (markdown2social-0.3.tar.gz) = 20948 bytes |