summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkamil <kamil>2016-12-22 17:52:43 +0000
committerkamil <kamil>2016-12-22 17:52:43 +0000
commit2faef3fea9ad497023bf09a093b0c9f3fdae069a (patch)
treeba8f1aeea4e38d067405dd038d814a8541c1531c /x11
parent6ae8c46ce5f7bd79fffc7c1d21c69ddfb56b697d (diff)
downloadpkgsrc-2faef3fea9ad497023bf09a093b0c9f3fdae069a.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/DESCR9
-rw-r--r--x11/py-terminator-plugins/Makefile29
-rw-r--r--x11/py-terminator-plugins/PLIST3
-rw-r--r--x11/py-terminator-plugins/distinfo6
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