summaryrefslogtreecommitdiff
path: root/textproc/markdown2social
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2015-12-11 19:33:05 +0000
committerjmmv <jmmv@pkgsrc.org>2015-12-11 19:33:05 +0000
commit5c83233faab181f68709c4dbb81f2bad606c061a (patch)
tree358b879609aab513be023c68472224bf2d21f14b /textproc/markdown2social
parent51fd2217d49a5d38bf9e36da7c6a5d1e6adec3b4 (diff)
downloadpkgsrc-5c83233faab181f68709c4dbb81f2bad606c061a.tar.gz
Initial addition of markdown2social, version 0.2:
The markdown2social utility converts simple Markdown documents to Google+ posts ready to be shared on the social network. There is room for writing output plugins for other target sites, but at the moment only Google+ is supported.
Diffstat (limited to 'textproc/markdown2social')
-rw-r--r--textproc/markdown2social/DESCR4
-rw-r--r--textproc/markdown2social/Makefile21
-rw-r--r--textproc/markdown2social/PLIST27
-rw-r--r--textproc/markdown2social/distinfo6
4 files changed, 58 insertions, 0 deletions
diff --git a/textproc/markdown2social/DESCR b/textproc/markdown2social/DESCR
new file mode 100644
index 00000000000..0efa56df786
--- /dev/null
+++ b/textproc/markdown2social/DESCR
@@ -0,0 +1,4 @@
+The markdown2social utility converts simple Markdown documents to Google+
+posts ready to be shared on the social network. There is room for writing
+output plugins for other target sites, but at the moment only Google+ is
+supported.
diff --git a/textproc/markdown2social/Makefile b/textproc/markdown2social/Makefile
new file mode 100644
index 00000000000..47a695686c4
--- /dev/null
+++ b/textproc/markdown2social/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2015/12/11 19:33:05 jmmv Exp $
+
+DISTNAME= markdown2social-0.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_PYPI:M=/markdown2social/} \
+ ${MASTER_SITE_GITHUB:=jmmv/markdown2social/releases/download/${DISTNAME}/}
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= https://github.com/jmmv/markdown2social/
+COMMENT= Converts simple Markdown documents to Google+ posts
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-markdown>=2.6:../../textproc/py-markdown
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/markdown2social/PLIST b/textproc/markdown2social/PLIST
new file mode 100644
index 00000000000..7bcce25c7a5
--- /dev/null
+++ b/textproc/markdown2social/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2015/12/11 19:33:05 jmmv Exp $
+bin/markdown2social
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/markdown2social/__init__.py
+${PYSITELIB}/markdown2social/__init__.pyc
+${PYSITELIB}/markdown2social/__init__.pyo
+${PYSITELIB}/markdown2social/__main__.py
+${PYSITELIB}/markdown2social/__main__.pyc
+${PYSITELIB}/markdown2social/__main__.pyo
+${PYSITELIB}/markdown2social/converter.py
+${PYSITELIB}/markdown2social/converter.pyc
+${PYSITELIB}/markdown2social/converter.pyo
+${PYSITELIB}/markdown2social/converter_test.py
+${PYSITELIB}/markdown2social/converter_test.pyc
+${PYSITELIB}/markdown2social/converter_test.pyo
+${PYSITELIB}/markdown2social/integration_test.py
+${PYSITELIB}/markdown2social/integration_test.pyc
+${PYSITELIB}/markdown2social/integration_test.pyo
+${PYSITELIB}/markdown2social/package.py
+${PYSITELIB}/markdown2social/package.pyc
+${PYSITELIB}/markdown2social/package.pyo
+share/doc/markdown2social/AUTHORS
+share/doc/markdown2social/CONTRIBUTING
+share/doc/markdown2social/CONTRIBUTORS
+share/doc/markdown2social/LICENSE
+share/doc/markdown2social/NEWS.md
+share/doc/markdown2social/README.md
diff --git a/textproc/markdown2social/distinfo b/textproc/markdown2social/distinfo
new file mode 100644
index 00000000000..80f8b1bafd8
--- /dev/null
+++ b/textproc/markdown2social/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/12/11 19:33:05 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