aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2022-06-28 06:26:42 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2022-06-28 06:31:59 +0000
commit7354d338c87180a19fc6fcee01b9ceb95cf916ea (patch)
tree1a3c388a6d2a0072f05e514cde125b36ffa67a14
parent85f43970400259de42f360dfc8f326898d2bf576 (diff)
downloadports-7354d338c87180a19fc6fcee01b9ceb95cf916ea.tar.gz
ports-7354d338c87180a19fc6fcee01b9ceb95cf916ea.zip
x11/py-i3-quickterm: update to 1.1
- add usage notes and README.md - pet port with portfmt Sponsored by: SkunkWerks, GmbH
-rw-r--r--x11/py-i3-quickterm/Makefile15
-rw-r--r--x11/py-i3-quickterm/distinfo6
-rw-r--r--x11/py-i3-quickterm/pkg-message16
3 files changed, 30 insertions, 7 deletions
diff --git a/x11/py-i3-quickterm/Makefile b/x11/py-i3-quickterm/Makefile
index f3194f5be612..4b622c481490 100644
--- a/x11/py-i3-quickterm/Makefile
+++ b/x11/py-i3-quickterm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= i3-quickterm
-DISTVERSION= 1.0
+DISTVERSION= 1.1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -9,11 +9,18 @@ COMMENT= Drop-down "quake style" terminal for i3 and sway
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}i3ipc>2.0:x11/py-i3ipc@${PY_FLAVOR} \
-
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}i3ipc>2.0:x11/py-i3ipc@${PY_FLAVOR}
USES= python:3.4+
-USE_PYTHON= distutils autoplist concurrent
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+PORTDOCS= README.md
+
+OPTIONS_DEFINE= DOCS
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
+
.include <bsd.port.mk>
diff --git a/x11/py-i3-quickterm/distinfo b/x11/py-i3-quickterm/distinfo
index 4e82a2a1f3a3..1d4527f60508 100644
--- a/x11/py-i3-quickterm/distinfo
+++ b/x11/py-i3-quickterm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621317021
-SHA256 (i3-quickterm-1.0.tar.gz) = 2df756bfc89b8858f3010cba587ab3836ce428d8da2a2160e3c8163e3c0dd7e9
-SIZE (i3-quickterm-1.0.tar.gz) = 6243
+TIMESTAMP = 1655887750
+SHA256 (i3-quickterm-1.1.tar.gz) = 1f9aa851a387039fab128f65efaec58f9eb37086942cf759df851a6123985728
+SIZE (i3-quickterm-1.1.tar.gz) = 6782
diff --git a/x11/py-i3-quickterm/pkg-message b/x11/py-i3-quickterm/pkg-message
new file mode 100644
index 000000000000..f051200c5e37
--- /dev/null
+++ b/x11/py-i3-quickterm/pkg-message
@@ -0,0 +1,16 @@
+[
+{ type: install
+ message: <<EOM
+quickterm will work without any configuration, so long as you add a
+typical i3 binding:
+
+# just pop standard shell
+bindsym $mod+b exec i3-quickterm shell
+# with prompt for shells
+bindsym $mod+p exec i3-quickterm
+
+Further configuration can be done via ~/.config/i3/i3-quickterm.json,
+see README.md for further details.
+EOM
+}
+]