svn commit: r554128 - in head/sysutils: . tiramisu

Jan Beich jbeich at FreeBSD.org
Thu Nov 5 11:50:44 UTC 2020


Author: jbeich
Date: Thu Nov  5 11:50:39 2020
New Revision: 554128
URL: https://svnweb.freebsd.org/changeset/ports/554128

Log:
  sysutils/tiramisu: add new port
  
  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.
  
  https://github.com/Sweets/tiramisu

Added:
  head/sysutils/tiramisu/
  head/sysutils/tiramisu/Makefile   (contents, props changed)
  head/sysutils/tiramisu/distinfo   (contents, props changed)
  head/sysutils/tiramisu/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile   (contents, props changed)

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Nov  5 11:50:32 2020	(r554127)
+++ head/sysutils/Makefile	Thu Nov  5 11:50:39 2020	(r554128)
@@ -1309,6 +1309,7 @@
     SUBDIR += thefish
     SUBDIR += timelimit
     SUBDIR += timemon
+    SUBDIR += tiramisu
     SUBDIR += titlefix
     SUBDIR += tkdvd
     SUBDIR += tlsdate

Added: head/sysutils/tiramisu/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/tiramisu/Makefile	Thu Nov  5 11:50:39 2020	(r554128)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	tiramisu
+DISTVERSION=	1.0
+CATEGORIES=	sysutils
+
+MAINTAINER=	jbeich at FreeBSD.org
+COMMENT=	Desktop notifications, the UNIX way
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gmake gnome pkgconfig
+USE_GITHUB=	yes
+USE_GNOME=	glib20
+GH_ACCOUNT=	Sweets
+PLIST_FILES=	bin/${PORTNAME}
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/sysutils/tiramisu/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/tiramisu/distinfo	Thu Nov  5 11:50:39 2020	(r554128)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1600671929
+SHA256 (Sweets-tiramisu-1.0_GH0.tar.gz) = 4681788288c17aa1fd75b972c3d9661a13c164d810520fc838837a748baf669e
+SIZE (Sweets-tiramisu-1.0_GH0.tar.gz) = 3063267

Added: head/sysutils/tiramisu/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/tiramisu/pkg-descr	Thu Nov  5 11:50:39 2020	(r554128)
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/Sweets/tiramisu


More information about the svn-ports-all mailing list