pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/retext editors/retext: initial import of versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99f6e31e8331
branches:  trunk
changeset: 320218:99f6e31e8331
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Mar 02 20:49:10 2019 +0000

description:
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:

 editors/retext/DESCR    |    5 ++
 editors/retext/Makefile |   26 ++++++++++
 editors/retext/PLIST    |  116 ++++++++++++++++++++++++++++++++++++++++++++++++
 editors/retext/distinfo |    6 ++
 4 files changed, 153 insertions(+), 0 deletions(-)

diffs (169 lines):

diff -r 23faec80eaac -r 99f6e31e8331 editors/retext/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/retext/DESCR      Sat Mar 02 20:49:10 2019 +0000
@@ -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 -r 23faec80eaac -r 99f6e31e8331 editors/retext/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/retext/Makefile   Sat Mar 02 20:49:10 2019 +0000
@@ -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@localhost
+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 -r 23faec80eaac -r 99f6e31e8331 editors/retext/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/retext/PLIST      Sat Mar 02 20:49:10 2019 +0000
@@ -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@localhost
+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 -r 23faec80eaac -r 99f6e31e8331 editors/retext/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/retext/distinfo   Sat Mar 02 20:49:10 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index