pkgsrc-WIP-changes archive

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

plover-wxgtk: Import plover-4.0.0.dev0 as wip/plover-wxgtk



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Oct 4 20:30:10 2016 +0200
Changeset:	090dd62136b1281dce7f27977d116036ba138391

Modified Files:
	Makefile
Added Files:
	plover-wxgtk/DESCR
	plover-wxgtk/Makefile
	plover-wxgtk/PLIST
	plover-wxgtk/distinfo
	plover-wxgtk/patches/patch-plover_oslayer_keyboardcontrol.py

Log Message:
plover-wxgtk: Import plover-4.0.0.dev0 as wip/plover-wxgtk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=090dd62136b1281dce7f27977d116036ba138391

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |   1 +
 plover-wxgtk/DESCR                                 |  11 ++
 plover-wxgtk/Makefile                              |  26 +++
 plover-wxgtk/PLIST                                 | 196 +++++++++++++++++++++
 plover-wxgtk/distinfo                              |   7 +
 .../patch-plover_oslayer_keyboardcontrol.py        |  15 ++
 6 files changed, 256 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7a885ee..8c07123 100644
--- a/Makefile
+++ b/Makefile
@@ -2515,6 +2515,7 @@ SUBDIR+=	plasti
 SUBDIR+=	plconfig
 SUBDIR+=	plod
 SUBDIR+=	plover-git
+SUBDIR+=	plover-wxgtk
 SUBDIR+=	plplot
 SUBDIR+=	plugger
 SUBDIR+=	pmacct
diff --git a/plover-wxgtk/DESCR b/plover-wxgtk/DESCR
new file mode 100644
index 0000000..be84d83
--- /dev/null
+++ b/plover-wxgtk/DESCR
@@ -0,0 +1,11 @@
+Plover (rhymes with "hover") is a free, open source
+stenography engine. It allows individuals to write into
+any program at speeds of over 200 words per minute.
+
+Supported stenotype protocols:
+* QWERTY keyboards with n-key rollover (e.g. Microsoft SideWinder X4)
+* Gemini PR (a.k.a. Gemini Enhanced)
+* TX Bolt (a.k.a. Gemini TX)
+* Stentura
+* Treal
+* Passport
diff --git a/plover-wxgtk/Makefile b/plover-wxgtk/Makefile
new file mode 100644
index 0000000..1dc3523
--- /dev/null
+++ b/plover-wxgtk/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	plover
+DISTNAME=	v${PKGVERSION_NOREV}
+PKGNAME=	${GITHUB_PROJECT}-4.0.0.dev0
+CATEGORIES=	inputmethod
+MASTER_SITES=	${MASTER_SITE_GITHUB:=openstenoproject/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/openstenoproject/plover/
+COMMENT=	Open source stenotype engine
+LICENSE=	gnu-gpl-v2
+
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
+USE_LANGUAGES=	# none
+
+DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../wip/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-hidapi-[0-9]*:../../wip/py-hidapi-git
+DEPENDS+=	${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
+# XXX at least 0.16 required.
+DEPENDS+=	${PYPKGPREFIX}-Xlib-[0-9]*:../../wip/py-Xlib
+DEPENDS+=	${PYPKGPREFIX}-wxWidgets-[0-9]*:../../x11/py-wxWidgets
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/plover-wxgtk/PLIST b/plover-wxgtk/PLIST
new file mode 100644
index 0000000..95d1505
--- /dev/null
+++ b/plover-wxgtk/PLIST
@@ -0,0 +1,196 @@
+@comment $NetBSD$
+bin/plover
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/zip-safe
+${PYSITELIB}/plover/__init__.py
+${PYSITELIB}/plover/__init__.pyc
+${PYSITELIB}/plover/__init__.pyo
+${PYSITELIB}/plover/app.py
+${PYSITELIB}/plover/app.pyc
+${PYSITELIB}/plover/app.pyo
+${PYSITELIB}/plover/assets/american_english_words.txt
+${PYSITELIB}/plover/assets/commands.json
+${PYSITELIB}/plover/assets/connected.png
+${PYSITELIB}/plover/assets/disconnected.png
+${PYSITELIB}/plover/assets/down.png
+${PYSITELIB}/plover/assets/main.json
+${PYSITELIB}/plover/assets/plover-icon.svg
+${PYSITELIB}/plover/assets/plover.ico
+${PYSITELIB}/plover/assets/plover.png
+${PYSITELIB}/plover/assets/refresh.png
+${PYSITELIB}/plover/assets/remove.png
+${PYSITELIB}/plover/assets/spinner.gif
+${PYSITELIB}/plover/assets/up.png
+${PYSITELIB}/plover/assets/user.json
+${PYSITELIB}/plover/config.py
+${PYSITELIB}/plover/config.pyc
+${PYSITELIB}/plover/config.pyo
+${PYSITELIB}/plover/dictionary/__init__.py
+${PYSITELIB}/plover/dictionary/__init__.pyc
+${PYSITELIB}/plover/dictionary/__init__.pyo
+${PYSITELIB}/plover/dictionary/base.py
+${PYSITELIB}/plover/dictionary/base.pyc
+${PYSITELIB}/plover/dictionary/base.pyo
+${PYSITELIB}/plover/dictionary/json_dict.py
+${PYSITELIB}/plover/dictionary/json_dict.pyc
+${PYSITELIB}/plover/dictionary/json_dict.pyo
+${PYSITELIB}/plover/dictionary/loading_manager.py
+${PYSITELIB}/plover/dictionary/loading_manager.pyc
+${PYSITELIB}/plover/dictionary/loading_manager.pyo
+${PYSITELIB}/plover/dictionary/rtfcre_dict.py
+${PYSITELIB}/plover/dictionary/rtfcre_dict.pyc
+${PYSITELIB}/plover/dictionary/rtfcre_dict.pyo
+${PYSITELIB}/plover/dictionary_editor_store.py
+${PYSITELIB}/plover/dictionary_editor_store.pyc
+${PYSITELIB}/plover/dictionary_editor_store.pyo
+${PYSITELIB}/plover/exception.py
+${PYSITELIB}/plover/exception.pyc
+${PYSITELIB}/plover/exception.pyo
+${PYSITELIB}/plover/formatting.py
+${PYSITELIB}/plover/formatting.pyc
+${PYSITELIB}/plover/formatting.pyo
+${PYSITELIB}/plover/gui/__init__.py
+${PYSITELIB}/plover/gui/__init__.pyc
+${PYSITELIB}/plover/gui/__init__.pyo
+${PYSITELIB}/plover/gui/add_translation.py
+${PYSITELIB}/plover/gui/add_translation.pyc
+${PYSITELIB}/plover/gui/add_translation.pyo
+${PYSITELIB}/plover/gui/config.py
+${PYSITELIB}/plover/gui/config.pyc
+${PYSITELIB}/plover/gui/config.pyo
+${PYSITELIB}/plover/gui/dictionary_editor.py
+${PYSITELIB}/plover/gui/dictionary_editor.pyc
+${PYSITELIB}/plover/gui/dictionary_editor.pyo
+${PYSITELIB}/plover/gui/keyboard_config.py
+${PYSITELIB}/plover/gui/keyboard_config.pyc
+${PYSITELIB}/plover/gui/keyboard_config.pyo
+${PYSITELIB}/plover/gui/log.py
+${PYSITELIB}/plover/gui/log.pyc
+${PYSITELIB}/plover/gui/log.pyo
+${PYSITELIB}/plover/gui/log_wx.py
+${PYSITELIB}/plover/gui/log_wx.pyc
+${PYSITELIB}/plover/gui/log_wx.pyo
+${PYSITELIB}/plover/gui/lookup.py
+${PYSITELIB}/plover/gui/lookup.pyc
+${PYSITELIB}/plover/gui/lookup.pyo
+${PYSITELIB}/plover/gui/main.py
+${PYSITELIB}/plover/gui/main.pyc
+${PYSITELIB}/plover/gui/main.pyo
+${PYSITELIB}/plover/gui/paper_tape.py
+${PYSITELIB}/plover/gui/paper_tape.pyc
+${PYSITELIB}/plover/gui/paper_tape.pyo
+${PYSITELIB}/plover/gui/serial_config.py
+${PYSITELIB}/plover/gui/serial_config.pyc
+${PYSITELIB}/plover/gui/serial_config.pyo
+${PYSITELIB}/plover/gui/suggestions.py
+${PYSITELIB}/plover/gui/suggestions.pyc
+${PYSITELIB}/plover/gui/suggestions.pyo
+${PYSITELIB}/plover/gui/util.py
+${PYSITELIB}/plover/gui/util.pyc
+${PYSITELIB}/plover/gui/util.pyo
+${PYSITELIB}/plover/key_combo.py
+${PYSITELIB}/plover/key_combo.pyc
+${PYSITELIB}/plover/key_combo.pyo
+${PYSITELIB}/plover/log.py
+${PYSITELIB}/plover/log.pyc
+${PYSITELIB}/plover/log.pyo
+${PYSITELIB}/plover/machine/__init__.py
+${PYSITELIB}/plover/machine/__init__.pyc
+${PYSITELIB}/plover/machine/__init__.pyo
+${PYSITELIB}/plover/machine/base.py
+${PYSITELIB}/plover/machine/base.pyc
+${PYSITELIB}/plover/machine/base.pyo
+${PYSITELIB}/plover/machine/geminipr.py
+${PYSITELIB}/plover/machine/geminipr.pyc
+${PYSITELIB}/plover/machine/geminipr.pyo
+${PYSITELIB}/plover/machine/keyboard.py
+${PYSITELIB}/plover/machine/keyboard.pyc
+${PYSITELIB}/plover/machine/keyboard.pyo
+${PYSITELIB}/plover/machine/keymap.py
+${PYSITELIB}/plover/machine/keymap.pyc
+${PYSITELIB}/plover/machine/keymap.pyo
+${PYSITELIB}/plover/machine/passport.py
+${PYSITELIB}/plover/machine/passport.pyc
+${PYSITELIB}/plover/machine/passport.pyo
+${PYSITELIB}/plover/machine/procat.py
+${PYSITELIB}/plover/machine/procat.pyc
+${PYSITELIB}/plover/machine/procat.pyo
+${PYSITELIB}/plover/machine/registry.py
+${PYSITELIB}/plover/machine/registry.pyc
+${PYSITELIB}/plover/machine/registry.pyo
+${PYSITELIB}/plover/machine/stentura.py
+${PYSITELIB}/plover/machine/stentura.pyc
+${PYSITELIB}/plover/machine/stentura.pyo
+${PYSITELIB}/plover/machine/treal.py
+${PYSITELIB}/plover/machine/treal.pyc
+${PYSITELIB}/plover/machine/treal.pyo
+${PYSITELIB}/plover/machine/txbolt.py
+${PYSITELIB}/plover/machine/txbolt.pyc
+${PYSITELIB}/plover/machine/txbolt.pyo
+${PYSITELIB}/plover/main.py
+${PYSITELIB}/plover/main.pyc
+${PYSITELIB}/plover/main.pyo
+${PYSITELIB}/plover/misc.py
+${PYSITELIB}/plover/misc.pyc
+${PYSITELIB}/plover/misc.pyo
+${PYSITELIB}/plover/orthography.py
+${PYSITELIB}/plover/orthography.pyc
+${PYSITELIB}/plover/orthography.pyo
+${PYSITELIB}/plover/oslayer/__init__.py
+${PYSITELIB}/plover/oslayer/__init__.pyc
+${PYSITELIB}/plover/oslayer/__init__.pyo
+${PYSITELIB}/plover/oslayer/config.py
+${PYSITELIB}/plover/oslayer/config.pyc
+${PYSITELIB}/plover/oslayer/config.pyo
+${PYSITELIB}/plover/oslayer/keyboardcontrol.py
+${PYSITELIB}/plover/oslayer/keyboardcontrol.pyc
+${PYSITELIB}/plover/oslayer/keyboardcontrol.pyo
+${PYSITELIB}/plover/oslayer/log_dbus.py
+${PYSITELIB}/plover/oslayer/log_dbus.pyc
+${PYSITELIB}/plover/oslayer/log_dbus.pyo
+${PYSITELIB}/plover/oslayer/log_osx.py
+${PYSITELIB}/plover/oslayer/log_osx.pyc
+${PYSITELIB}/plover/oslayer/log_osx.pyo
+${PYSITELIB}/plover/oslayer/osxkeyboardcontrol.py
+${PYSITELIB}/plover/oslayer/osxkeyboardcontrol.pyc
+${PYSITELIB}/plover/oslayer/osxkeyboardcontrol.pyo
+${PYSITELIB}/plover/oslayer/osxkeyboardlayout.py
+${PYSITELIB}/plover/oslayer/osxkeyboardlayout.pyc
+${PYSITELIB}/plover/oslayer/osxkeyboardlayout.pyo
+${PYSITELIB}/plover/oslayer/processlock.py
+${PYSITELIB}/plover/oslayer/processlock.pyc
+${PYSITELIB}/plover/oslayer/processlock.pyo
+${PYSITELIB}/plover/oslayer/winkeyboardcontrol.py
+${PYSITELIB}/plover/oslayer/winkeyboardcontrol.pyc
+${PYSITELIB}/plover/oslayer/winkeyboardcontrol.pyo
+${PYSITELIB}/plover/oslayer/winkeyboardlayout.py
+${PYSITELIB}/plover/oslayer/winkeyboardlayout.pyc
+${PYSITELIB}/plover/oslayer/winkeyboardlayout.pyo
+${PYSITELIB}/plover/oslayer/xkeyboardcontrol.py
+${PYSITELIB}/plover/oslayer/xkeyboardcontrol.pyc
+${PYSITELIB}/plover/oslayer/xkeyboardcontrol.pyo
+${PYSITELIB}/plover/steno.py
+${PYSITELIB}/plover/steno.pyc
+${PYSITELIB}/plover/steno.pyo
+${PYSITELIB}/plover/steno_dictionary.py
+${PYSITELIB}/plover/steno_dictionary.pyc
+${PYSITELIB}/plover/steno_dictionary.pyo
+${PYSITELIB}/plover/suggestions.py
+${PYSITELIB}/plover/suggestions.pyc
+${PYSITELIB}/plover/suggestions.pyo
+${PYSITELIB}/plover/system/__init__.py
+${PYSITELIB}/plover/system/__init__.pyc
+${PYSITELIB}/plover/system/__init__.pyo
+${PYSITELIB}/plover/system/english_stenotype.py
+${PYSITELIB}/plover/system/english_stenotype.pyc
+${PYSITELIB}/plover/system/english_stenotype.pyo
+${PYSITELIB}/plover/translation.py
+${PYSITELIB}/plover/translation.pyc
+${PYSITELIB}/plover/translation.pyo
+share/applications/Plover.desktop
+share/pixmaps/plover.png
diff --git a/plover-wxgtk/distinfo b/plover-wxgtk/distinfo
new file mode 100644
index 0000000..16deb87
--- /dev/null
+++ b/plover-wxgtk/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (plover/v4.0.0.dev0.tar.gz) = 3c42d143c7afe333873a45f09648ddf5e2f99479
+RMD160 (plover/v4.0.0.dev0.tar.gz) = 41f057c0257e10840a8c7ea5a82b0e51f8ff15dd
+SHA512 (plover/v4.0.0.dev0.tar.gz) = ed3f4608337dd10a825511bcd42e7f27f77d2730efd9d381632a97913e546731424437c39ce29c0d2b58a849b6b7be9701dcbbf8a2569397e38ca335bdef8aac
+Size (plover/v4.0.0.dev0.tar.gz) = 3175248 bytes
+SHA1 (patch-plover_oslayer_keyboardcontrol.py) = d4c56d2d0125ec7a661192fa1e801726666c2381
diff --git a/plover-wxgtk/patches/patch-plover_oslayer_keyboardcontrol.py b/plover-wxgtk/patches/patch-plover_oslayer_keyboardcontrol.py
new file mode 100644
index 0000000..2b6076b
--- /dev/null
+++ b/plover-wxgtk/patches/patch-plover_oslayer_keyboardcontrol.py
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Add NetBSD to supported platforms.
+
+--- plover/oslayer/keyboardcontrol.py.orig	2016-04-02 21:25:51.000000000 +0000
++++ plover/oslayer/keyboardcontrol.py
+@@ -21,7 +21,7 @@ import sys
+ KEYBOARDCONTROL_NOT_FOUND_FOR_OS = \
+         "No keyboard control module was found for os %s" % sys.platform
+ 
+-if sys.platform.startswith('linux'):
++if sys.platform.startswith('linux') or sys.platform.startswith('netbsd'):
+     from plover.oslayer import xkeyboardcontrol as keyboardcontrol
+ elif sys.platform.startswith('win32'):
+     from plover.oslayer import winkeyboardcontrol as keyboardcontrol


Home | Main Index | Thread Index | Old Index