pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
import tiramisu
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Mon Nov 9 10:34:24 2020 +0100
Changeset: 07321eba8be1d493d759b7e109cb3ff156f4d3f0
Modified Files:
Makefile
Added Files:
tiramisu/DESCR
tiramisu/Makefile
tiramisu/PLIST
tiramisu/distinfo
Log Message:
import tiramisu
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=07321eba8be1d493d759b7e109cb3ff156f4d3f0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
tiramisu/DESCR | 14 ++++++++++++++
tiramisu/Makefile | 21 +++++++++++++++++++++
tiramisu/PLIST | 3 +++
tiramisu/distinfo | 6 ++++++
5 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 20bd7144fc..c5ab54d8cc 100644
--- a/Makefile
+++ b/Makefile
@@ -4982,6 +4982,7 @@ SUBDIR+= tinyfugue-beta
SUBDIR+= tinylogin
SUBDIR+= tinyproxy
SUBDIR+= tipp10
+SUBDIR+= tiramisu
SUBDIR+= tk-itk3
SUBDIR+= tkhtml3
SUBDIR+= tkpng
diff --git a/tiramisu/DESCR b/tiramisu/DESCR
new file mode 100644
index 0000000000..052548472c
--- /dev/null
+++ b/tiramisu/DESCR
@@ -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 --git a/tiramisu/Makefile b/tiramisu/Makefile
new file mode 100644
index 0000000000..11ea45df6a
--- /dev/null
+++ b/tiramisu/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= tiramisu-1.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Sweets/}
+
+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+= bin 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 --git a/tiramisu/PLIST b/tiramisu/PLIST
new file mode 100644
index 0000000000..e869f6154f
--- /dev/null
+++ b/tiramisu/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/tiramisu
+share/doc/tiramisu/README.md
diff --git a/tiramisu/distinfo b/tiramisu/distinfo
new file mode 100644
index 0000000000..31e4a91b00
--- /dev/null
+++ b/tiramisu/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tiramisu-1.0.tar.gz) = 909f21b33fa429d7c2f5668273bbda8d28b143f6
+RMD160 (tiramisu-1.0.tar.gz) = c71623406918b1ceb609e187f6eadd8e5b0257aa
+SHA512 (tiramisu-1.0.tar.gz) = 357a223afa1664d170249fea187924c1942427b4c488ec18476774e19a8c15bdac104c7d4e105f4b2e2a4ad66e8954f572dad8be60a4b313a16c1612fe88f5b7
+Size (tiramisu-1.0.tar.gz) = 3063267 bytes
Home |
Main Index |
Thread Index |
Old Index