pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/tiramisu sysutils/tiramisu: import package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e5a07e519c7
branches:  trunk
changeset: 441847:9e5a07e519c7
user:      pin <pin%pkgsrc.org@localhost>
date:      Thu Nov 12 09:05:13 2020 +0000

description:
sysutils/tiramisu: import package

Desktop notifications, the UNIX way.
tiramisu is a notification daemon based on dunst that outputs notifications
to STDOUT in order to allow the user to process notifications any way they
prefer.

By allowing users to determine what is done with notifications, there is
infinitely more possibilities presented to the end-user than a simple
notification daemon that displays a block of text on the screen and nothing
more.

Users could have notifications display in a pre-existing bar, make a control
panel of some sort that shows notifications, push notifications to their phone
if their computer has been idle for an amount of time, make notifications more
accessible with text-to-speech, and so much more.

diffstat:

 sysutils/tiramisu/DESCR    |  14 ++++++++++++++
 sysutils/tiramisu/Makefile |  26 ++++++++++++++++++++++++++
 sysutils/tiramisu/PLIST    |   3 +++
 sysutils/tiramisu/distinfo |   6 ++++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r b90b13fc0eaf -r 9e5a07e519c7 sysutils/tiramisu/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tiramisu/DESCR   Thu Nov 12 09:05:13 2020 +0000
@@ -0,0 +1,14 @@
+Desktop notifications, the UNIX way.
+tiramisu is a notification daemon based on dunst that outputs notifications
+to STDOUT in order to allow the user to process notifications any way they
+prefer.
+
+By allowing users to determine what is done with notifications, there is
+infinitely more possibilities presented to the end-user than a simple
+notification daemon that displays a block of text on the screen and nothing
+more.
+
+Users could have notifications display in a pre-existing bar, make a control
+panel of some sort that shows notifications, push notifications to their phone
+if their computer has been idle for an amount of time, make notifications more
+accessible with text-to-speech, and so much more.
diff -r b90b13fc0eaf -r 9e5a07e519c7 sysutils/tiramisu/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tiramisu/Makefile        Thu Nov 12 09:05:13 2020 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/11/12 09:05:13 pin Exp $
+
+DISTNAME=      tiramisu-1.0
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sweets/}
+#Build from a specific commit until upstream provides a new release
+#Patch by Leonardo Taccari upstreamed and merged but, not included
+#in the tag release
+GITHUB_PROJECT=        tiramisu
+GITHUB_TAG=    8eb946dae0e2f98d3850d89e1bb535640e8c3266
+
+MAINTAINER=    pin%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Sweets/tiramisu/
+COMMENT=       Desktop notifications, the UNIX way
+LICENSE=       mit
+
+USE_TOOLS+=    pkg-config gmake
+
+INSTALLATION_DIRS+=    share/doc/tiramisu
+MAKE_ENV+=             PREFIX=${PREFIX}
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/tiramisu
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b90b13fc0eaf -r 9e5a07e519c7 sysutils/tiramisu/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tiramisu/PLIST   Thu Nov 12 09:05:13 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/12 09:05:13 pin Exp $
+bin/tiramisu
+share/doc/tiramisu/README.md
diff -r b90b13fc0eaf -r 9e5a07e519c7 sysutils/tiramisu/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/tiramisu/distinfo        Thu Nov 12 09:05:13 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/12 09:05:13 pin Exp $
+
+SHA1 (tiramisu-1.0-8eb946dae0e2f98d3850d89e1bb535640e8c3266.tar.gz) = 8bb28f2d1f2d8859a5005ebece8df32923fc0595
+RMD160 (tiramisu-1.0-8eb946dae0e2f98d3850d89e1bb535640e8c3266.tar.gz) = 9c33a61b3a59f3f8853f28228ea7fa939920b272
+SHA512 (tiramisu-1.0-8eb946dae0e2f98d3850d89e1bb535640e8c3266.tar.gz) = 
7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d
+Size (tiramisu-1.0-8eb946dae0e2f98d3850d89e1bb535640e8c3266.tar.gz) = 3063380 bytes



Home | Main Index | Thread Index | Old Index