pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py27-terminator-plugins-0nb20151207 as wip/ py-terminator-plugins-git.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Dec 7 02:01:06 2015 +0100
Changeset: 55f36bdd2401c3d79b9fdf0c9fc0aa0436467dc1
Added Files:
py-terminator-plugins-git/DESCR
py-terminator-plugins-git/Makefile
py-terminator-plugins-git/PLIST
Log Message:
Import py27-terminator-plugins-0nb20151207 as wip/py-terminator-plugins-git.
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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=55f36bdd2401c3d79b9fdf0c9fc0aa0436467dc1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-terminator-plugins-git/DESCR | 9 +++++++++
py-terminator-plugins-git/Makefile | 29 +++++++++++++++++++++++++++++
py-terminator-plugins-git/PLIST | 3 +++
3 files changed, 41 insertions(+)
diffs:
diff --git a/py-terminator-plugins-git/DESCR b/py-terminator-plugins-git/DESCR
new file mode 100644
index 0000000..1eed6d3
--- /dev/null
+++ b/py-terminator-plugins-git/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/py-terminator-plugins-git/Makefile b/py-terminator-plugins-git/Makefile
new file mode 100644
index 0000000..e7daaaf
--- /dev/null
+++ b/py-terminator-plugins-git/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+PKGNAME= ${PYPKGPREFIX}-terminator-plugins-0
+CATEGORIES= x11
+
+GIT_REPOSITORIES= TP
+GIT_REPO.TP= https://github.com/camillo/TerminatorPlugins.git
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${MASTER_SITE_GITHUB:=camillo/TerminatorPlugins/}
+COMMENT= Set of plugins for terminator
+LICENSE= public-domain
+
+WRKSRC= ${WRKDIR}/TP
+
+NO_BUILD= 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 "../../wip/mk/git-package.mk"
+.include "../../lang/python/pyversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-terminator-plugins-git/PLIST b/py-terminator-plugins-git/PLIST
new file mode 100644
index 0000000..6a6ca6a
--- /dev/null
+++ b/py-terminator-plugins-git/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+${PYSITELIB}/terminatorlib/plugins/LayoutManager.py
+${PYSITELIB}/terminatorlib/plugins/TerminalExporter.py
Home |
Main Index |
Thread Index |
Old Index