aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dunst
Commit message (Collapse)AuthorAgeFilesLines
* USE_PERL is no-op for long, the right usage is USES=perl5Baptiste Daroussin2013-12-261-2/+1
| | | | Notes: svn path=/head/; revision=337469
* - Fixed mistake at the COMMENTVeniamin Gvozdikov2013-11-082-14/+15
| | | | | | | | | | | | - Changed LIB_DEPENDS to modern syntax - Removed -O3 and -g flags to compiler - Removed CFLAGS because not necessary - A bit modified pkg-descr with recommendations by danfe Submitted by: danfe Notes: svn path=/head/; revision=333264
* sysutils/dunst - Lightweight notification daemonVeniamin Gvozdikov2013-11-043-0/+47
Dunst is a lightweight replacement for the notification-daemons provided by most desktop environments. It's very customizable, doesn't depend on any toolkits and therefore fits in those windowmanager centric setups we all love to customize to perfection. WWW: http://www.knopwob.org/dunst Also I fixed: - Fixed depends - Removed plist and added list of files at Makefile - Added stage support - Added more description of port to pkg-descr PR: ports/179624 Submitted by: Rod Person <rodperson@rodperson.com> Approved by: eadler, osa, rm (mentors, implicit) Notes: svn path=/head/; revision=332677