pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-terminator-plugins Import py27-terminator-plugi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee234fee84c2
branches:  trunk
changeset: 356215:ee234fee84c2
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Thu Dec 22 17:52:43 2016 +0000

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

 x11/py-terminator-plugins/DESCR    |   9 +++++++++
 x11/py-terminator-plugins/Makefile |  29 +++++++++++++++++++++++++++++
 x11/py-terminator-plugins/PLIST    |   3 +++
 x11/py-terminator-plugins/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r f0123a6bd495 -r ee234fee84c2 x11/py-terminator-plugins/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-terminator-plugins/DESCR   Thu Dec 22 17:52:43 2016 +0000
@@ -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 -r f0123a6bd495 -r ee234fee84c2 x11/py-terminator-plugins/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-terminator-plugins/Makefile        Thu Dec 22 17:52:43 2016 +0000
@@ -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@localhost
+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 -r f0123a6bd495 -r ee234fee84c2 x11/py-terminator-plugins/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-terminator-plugins/PLIST   Thu Dec 22 17:52:43 2016 +0000
@@ -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 -r f0123a6bd495 -r ee234fee84c2 x11/py-terminator-plugins/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-terminator-plugins/distinfo        Thu Dec 22 17:52:43 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index