pkgsrc-WIP-changes archive

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

py-terminator-plugins-git: Moved to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Dec 22 18:55:20 2016 +0100
Changeset:	c315ca1d267080ef2cae5e25cb15616772a4e7ab

Removed Files:
	py-terminator-plugins-git/DESCR
	py-terminator-plugins-git/Makefile
	py-terminator-plugins-git/PLIST

Log Message:
py-terminator-plugins-git: Moved to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c315ca1d267080ef2cae5e25cb15616772a4e7ab

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 deletions(-)

diffs:
diff --git a/py-terminator-plugins-git/DESCR b/py-terminator-plugins-git/DESCR
deleted file mode 100644
index 1eed6d3..0000000
--- a/py-terminator-plugins-git/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 37d66fe..0000000
--- a/py-terminator-plugins-git/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-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 --git a/py-terminator-plugins-git/PLIST b/py-terminator-plugins-git/PLIST
deleted file mode 100644
index 6a6ca6a..0000000
--- a/py-terminator-plugins-git/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/terminatorlib/plugins/LayoutManager.py
-${PYSITELIB}/terminatorlib/plugins/TerminalExporter.py


Home | Main Index | Thread Index | Old Index