diff options
author | kamil <kamil@pkgsrc.org> | 2016-12-22 17:52:43 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-12-22 17:52:43 +0000 |
commit | 961dea7645cc88554b76540492738be1b4b7d006 (patch) | |
tree | ff2d385603196ff5987e803edeafea9f6d31f0df /x11 | |
parent | 9ea942af5dd632cbeebe13836ff024a50da70034 (diff) | |
download | pkgsrc-961dea7645cc88554b76540492738be1b4b7d006.tar.gz |
Import py27-terminator-plugins-1.0 as x11/py-terminator-plugins.
Plugins for terminator
Following plugins are included, yet:
- LayoutManager
Saves and restores Layouts, plus some extra functions for custom commands.
- TerminalExporter
Exports full terminal (including buffer) into file.
Allows to log terminal's action into file.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-terminator-plugins/DESCR | 9 | ||||
-rw-r--r-- | x11/py-terminator-plugins/Makefile | 29 | ||||
-rw-r--r-- | x11/py-terminator-plugins/PLIST | 3 | ||||
-rw-r--r-- | x11/py-terminator-plugins/distinfo | 6 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11/py-terminator-plugins/DESCR b/x11/py-terminator-plugins/DESCR new file mode 100644 index 00000000000..1eed6d3436e --- /dev/null +++ b/x11/py-terminator-plugins/DESCR @@ -0,0 +1,9 @@ +Plugins for terminator + +Following plugins are included, yet: +- LayoutManager + Saves and restores Layouts, plus some extra functions for custom commands. + +- TerminalExporter + Exports full terminal (including buffer) into file. + Allows to log terminal's action into file. diff --git a/x11/py-terminator-plugins/Makefile b/x11/py-terminator-plugins/Makefile new file mode 100644 index 00000000000..9fad3bf5002 --- /dev/null +++ b/x11/py-terminator-plugins/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2016/12/22 17:52:43 kamil Exp $ + +GITHUB_PROJECT= TerminatorPlugins +DISTNAME= ${PYPKGPREFIX}-terminator-plugins-1.0 +CATEGORIES= python x11 +MASTER_SITES= ${MASTER_SITE_GITHUB:=camillo/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/camillo/TerminatorPlugins/ +COMMENT= Set of plugins for terminator +LICENSE= public-domain + +WRKSRC= ${WRKDIR}/TerminatorPlugins-${PKGVERSION_NOREV} + +NO_BUILD= yes +PY_PATCHPLIST= yes + +TERMINATORLIB_PLUGINS= ${PREFIX}/${PYSITELIB}/terminatorlib/plugins/ + +do-install: + ${RUN} ${INSTALL_DATA_DIR} ${DESTDIR}${TERMINATORLIB_PLUGINS} +.for plugin in LayoutManager.py TerminalExporter.py + ${RUN} cd ${WRKSRC} && \ + ${INSTALL_DATA} plugins/${plugin} ${DESTDIR}${TERMINATORLIB_PLUGINS} +.endfor + +.include "../../lang/python/pyversion.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/py-terminator-plugins/PLIST b/x11/py-terminator-plugins/PLIST new file mode 100644 index 00000000000..496afb99836 --- /dev/null +++ b/x11/py-terminator-plugins/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/12/22 17:52:43 kamil Exp $ +${PYSITELIB}/terminatorlib/plugins/LayoutManager.py +${PYSITELIB}/terminatorlib/plugins/TerminalExporter.py diff --git a/x11/py-terminator-plugins/distinfo b/x11/py-terminator-plugins/distinfo new file mode 100644 index 00000000000..d49ad07f0fd --- /dev/null +++ b/x11/py-terminator-plugins/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/12/22 17:52:43 kamil Exp $ + +SHA1 (py27-terminator-plugins-1.0.tar.gz) = 58eb034451457b11fd141830dfc257e97befb290 +RMD160 (py27-terminator-plugins-1.0.tar.gz) = 58736675f675cf64cfd2a9a664e0523e15291183 +SHA512 (py27-terminator-plugins-1.0.tar.gz) = 3c8793893b566f99f4ac96254b33959445262d2b7aadd5adaf5b549b53e043a4b2c1467479e41b77377d5232f9df2d58442df59d92616ec3265f87cb429ddea5 +Size (py27-terminator-plugins-1.0.tar.gz) = 10211 bytes |