--- sysutils/twmn/Makefile (nonexistent) +++ sysutils/twmn/Makefile (working copy) @@ -0,0 +1,42 @@ +# $FreeBSD$ + +PORTNAME= twmn +DISTVERSION= 1.2 +CATEGORIES= sysutils + +MAINTAINER= dg@syrec.org +COMMENT= Notification system for tiling window managers + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ + libboost_system.so:devel/boost-libs + +USES= qmake +USE_QT5= buildtools core dbus gui network widgets x11extras +USE_XORG= x11 xext +USE_GITHUB= yes +GH_ACCOUNT= sboli +GH_TAGNAME= 5b92ac5d8c805a536211cb8dcee987247c0e6707 +LDFLAGS+= -Wl,--as-needed + +PORTDOCS= README.md +PORTEXAMPLES= * + +PLIST_FILES= bin/twmnc bin/twmnd + +OPTIONS_DEFINE= DOCS EXAMPLES + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/twmnc ${STAGEDIR}${PREFIX}/bin/twmnd + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + +.include --- sysutils/twmn/distinfo (nonexistent) +++ sysutils/twmn/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513721785 +SHA256 (sboli-twmn-1.2-5b92ac5d8c805a536211cb8dcee987247c0e6707_GH0.tar.gz) = cb226862c3ff039d62ca73a6147f50f69c0e4f0a9604d104d2320f040fc2a899 +SIZE (sboli-twmn-1.2-5b92ac5d8c805a536211cb8dcee987247c0e6707_GH0.tar.gz) = 75122 --- sysutils/twmn/pkg-descr (nonexistent) +++ sysutils/twmn/pkg-descr (working copy) @@ -0,0 +1,15 @@ +twmn is a notification system for tiling window managers. It consists of the +two programs: + +twmnc: command line tool to send notifications to twmnd. You can also use +notify-send for a similar purpose, but twmnc is more powerful. See +twmnc --help for more information. + +twmnd: daemon listening to notification requests and showing them one after +another. Configure it at ~/.config/twmn/twmn.conf. The file is generated the +first time twmnd is launched. + +Notifications are shown in a one-line bar called the notification slide. +They can be navigated through and activated with shortcuts. + +WWW: https://github.com/sboli/twmn