pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-terminator-plugins



Module Name:    pkgsrc
Committed By:   kamil
Date:           Thu Dec 22 17:52:43 UTC 2016

Added Files:
        pkgsrc/x11/py-terminator-plugins: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/py-terminator-plugins/DESCR \
    pkgsrc/x11/py-terminator-plugins/Makefile \
    pkgsrc/x11/py-terminator-plugins/PLIST \
    pkgsrc/x11/py-terminator-plugins/distinfo

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

Added files:

Index: pkgsrc/x11/py-terminator-plugins/DESCR
diff -u /dev/null pkgsrc/x11/py-terminator-plugins/DESCR:1.1
--- /dev/null   Thu Dec 22 17:52:43 2016
+++ pkgsrc/x11/py-terminator-plugins/DESCR      Thu Dec 22 17:52:43 2016
@@ -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.
Index: pkgsrc/x11/py-terminator-plugins/Makefile
diff -u /dev/null pkgsrc/x11/py-terminator-plugins/Makefile:1.1
--- /dev/null   Thu Dec 22 17:52:43 2016
+++ pkgsrc/x11/py-terminator-plugins/Makefile   Thu Dec 22 17:52:43 2016
@@ -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"
Index: pkgsrc/x11/py-terminator-plugins/PLIST
diff -u /dev/null pkgsrc/x11/py-terminator-plugins/PLIST:1.1
--- /dev/null   Thu Dec 22 17:52:43 2016
+++ pkgsrc/x11/py-terminator-plugins/PLIST      Thu Dec 22 17:52:43 2016
@@ -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
Index: pkgsrc/x11/py-terminator-plugins/distinfo
diff -u /dev/null pkgsrc/x11/py-terminator-plugins/distinfo:1.1
--- /dev/null   Thu Dec 22 17:52:43 2016
+++ pkgsrc/x11/py-terminator-plugins/distinfo   Thu Dec 22 17:52:43 2016
@@ -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