summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-03-02 20:49:10 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-03-02 20:49:10 +0000
commit75aff770c1be826fa2559f3ce7b43246a902e27a (patch)
treeaf8e8a26c0dafb60d5bdc456dfc840afec9ee7b1 /editors
parenteb4b59e51977a8639460076397b20886297cd3d1 (diff)
downloadpkgsrc-75aff770c1be826fa2559f3ce7b43246a902e27a.tar.gz
editors/retext: initial import of version 7.0.4
ReText is a text editor for various markup languages (such as Markdown and reStructuredText). It gives you the power to control all output formatting. The files it works with are plain text files, however it can export to PDF, HTML and other formats, and can display content in WYSIWYG form.
Diffstat (limited to 'editors')
-rw-r--r--editors/retext/DESCR5
-rw-r--r--editors/retext/Makefile26
-rw-r--r--editors/retext/PLIST116
-rw-r--r--editors/retext/distinfo6
4 files changed, 153 insertions, 0 deletions
diff --git a/editors/retext/DESCR b/editors/retext/DESCR
new file mode 100644
index 00000000000..e15452ef72a
--- /dev/null
+++ b/editors/retext/DESCR
@@ -0,0 +1,5 @@
+ReText is a text editor for various markup languages (such as Markdown
+and reStructuredText). It gives you the power to control all output
+formatting. The files it works with are plain text files, however it
+can export to PDF, HTML and other formats, and can display content in
+WYSIWYG form.
diff --git a/editors/retext/Makefile b/editors/retext/Makefile
new file mode 100644
index 00000000000..8f8c0605f8f
--- /dev/null
+++ b/editors/retext/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/03/02 20:49:10 gutteridge Exp $
+
+VERSION= 7.0.4
+DISTNAME= ReText-${VERSION}
+PKGNAME= ${DISTNAME:tl}
+CATEGORIES= editors python
+MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}
+
+MAINTAINER= gutteridge@NetBSD.org
+HOMEPAGE= https://github.com/retext-project/retext
+COMMENT= Simple but powerful editor for Markdown and reStructuredText
+LICENSE= gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
+DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
+
+USE_LANGUAGES= # none
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../x11/py-qt5/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/retext/PLIST b/editors/retext/PLIST
new file mode 100644
index 00000000000..449c33ce1ac
--- /dev/null
+++ b/editors/retext/PLIST
@@ -0,0 +1,116 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/02 20:49:10 gutteridge Exp $
+bin/retext
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ReText/__init__.py
+${PYSITELIB}/ReText/__init__.pyo
+${PYSITELIB}/ReText/__init__.pyc
+${PYSITELIB}/ReText/config.pyo
+${PYSITELIB}/ReText/config.pyc
+${PYSITELIB}/ReText/converterprocess.pyo
+${PYSITELIB}/ReText/converterprocess.pyc
+${PYSITELIB}/ReText/dialogs.pyo
+${PYSITELIB}/ReText/dialogs.pyc
+${PYSITELIB}/ReText/editor.pyo
+${PYSITELIB}/ReText/editor.pyc
+${PYSITELIB}/ReText/fakevimeditor.pyo
+${PYSITELIB}/ReText/fakevimeditor.pyc
+${PYSITELIB}/ReText/highlighter.pyo
+${PYSITELIB}/ReText/highlighter.pyc
+${PYSITELIB}/ReText/icontheme.pyo
+${PYSITELIB}/ReText/icontheme.pyc
+${PYSITELIB}/ReText/mdx_posmap.pyo
+${PYSITELIB}/ReText/mdx_posmap.pyc
+${PYSITELIB}/ReText/preview.pyo
+${PYSITELIB}/ReText/preview.pyc
+${PYSITELIB}/ReText/syncscroll.pyo
+${PYSITELIB}/ReText/syncscroll.pyc
+${PYSITELIB}/ReText/tab.pyo
+${PYSITELIB}/ReText/tab.pyc
+${PYSITELIB}/ReText/tablemode.pyo
+${PYSITELIB}/ReText/tablemode.pyc
+${PYSITELIB}/ReText/webenginepreview.pyo
+${PYSITELIB}/ReText/webenginepreview.pyc
+${PYSITELIB}/ReText/webkitpreview.pyo
+${PYSITELIB}/ReText/webkitpreview.pyc
+${PYSITELIB}/ReText/window.pyo
+${PYSITELIB}/ReText/window.pyc
+${PYSITELIB}/ReText/xsettings.pyo
+${PYSITELIB}/ReText/xsettings.pyc
+${PYSITELIB}/ReText/config.py
+${PYSITELIB}/ReText/converterprocess.py
+${PYSITELIB}/ReText/dialogs.py
+${PYSITELIB}/ReText/editor.py
+${PYSITELIB}/ReText/fakevimeditor.py
+${PYSITELIB}/ReText/highlighter.py
+${PYSITELIB}/ReText/icontheme.py
+${PYSITELIB}/ReText/mdx_posmap.py
+${PYSITELIB}/ReText/preview.py
+${PYSITELIB}/ReText/syncscroll.py
+${PYSITELIB}/ReText/tab.py
+${PYSITELIB}/ReText/tablemode.py
+${PYSITELIB}/ReText/webenginepreview.py
+${PYSITELIB}/ReText/webkitpreview.py
+${PYSITELIB}/ReText/window.py
+${PYSITELIB}/ReText/xsettings.py
+share/applications/me.mitya57.ReText.desktop
+share/icons/hicolor/scalable/apps/retext.svg
+share/metainfo/me.mitya57.ReText.appdata.xml
+share/retext/icons/COPYING
+share/retext/icons/README.md
+share/retext/icons/application-exit.png
+share/retext/icons/application-pdf.png
+share/retext/icons/document-new.png
+share/retext/icons/document-open-recent.png
+share/retext/icons/document-open.png
+share/retext/icons/document-preview.png
+share/retext/icons/document-print-preview.png
+share/retext/icons/document-print.png
+share/retext/icons/document-save-as.png
+share/retext/icons/document-save.png
+share/retext/icons/edit-copy.png
+share/retext/icons/edit-cut.png
+share/retext/icons/edit-find.png
+share/retext/icons/edit-paste.png
+share/retext/icons/edit-redo.png
+share/retext/icons/edit-undo.png
+share/retext/icons/go-next.png
+share/retext/icons/go-previous.png
+share/retext/icons/help-about.png
+share/retext/icons/internet-web-browser.png
+share/retext/icons/retext.ico
+share/retext/icons/retext.png
+share/retext/icons/retext.svg
+share/retext/icons/system-file-manager.png
+share/retext/icons/text-html.png
+share/retext/icons/view-fullscreen.png
+share/retext/icons/x-office-document.png
+share/retext/locale/retext_ca.qm
+share/retext/locale/retext_cs.qm
+share/retext/locale/retext_cy.qm
+share/retext/locale/retext_da.qm
+share/retext/locale/retext_de.qm
+share/retext/locale/retext_es.qm
+share/retext/locale/retext_es_CO.qm
+share/retext/locale/retext_et.qm
+share/retext/locale/retext_eu.qm
+share/retext/locale/retext_fr.qm
+share/retext/locale/retext_hr.qm
+share/retext/locale/retext_hu.qm
+share/retext/locale/retext_it.qm
+share/retext/locale/retext_ja.qm
+share/retext/locale/retext_nl.qm
+share/retext/locale/retext_pl.qm
+share/retext/locale/retext_pt.qm
+share/retext/locale/retext_pt_BR.qm
+share/retext/locale/retext_ru.qm
+share/retext/locale/retext_sk.qm
+share/retext/locale/retext_sr.qm
+share/retext/locale/retext_sr@latin.qm
+share/retext/locale/retext_sv.qm
+share/retext/locale/retext_uk.qm
+share/retext/locale/retext_zh_CN.qm
+share/retext/locale/retext_zh_TW.qm
diff --git a/editors/retext/distinfo b/editors/retext/distinfo
new file mode 100644
index 00000000000..b28edd2202e
--- /dev/null
+++ b/editors/retext/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/02 20:49:10 gutteridge Exp $
+
+SHA1 (ReText-7.0.4.tar.gz) = c50eef7ac7b7dc314e2913daadc4686e53eed8fe
+RMD160 (ReText-7.0.4.tar.gz) = 1f62ecfd43916b64d5117b7051d0c9b20c9086ee
+SHA512 (ReText-7.0.4.tar.gz) = cb12666b15414f4bf83f3b07c94d3bcba13dd3e6c3832c66520bfe8caafeeb87cc083a1e74530d98d6e00a00363add55fdf873e6de385e637876454130deebb3
+Size (ReText-7.0.4.tar.gz) = 402934 bytes