summaryrefslogtreecommitdiff
path: root/sysutils/dunst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/dunst: Update to 1.7.3Ronald Klop2022-01-062-4/+4
| | | | | | | Changes: https://github.com/dunst-project/dunst/blob/master/CHANGELOG.md PR: 260926 Tested by: jbeich
* sysutils/dunst: Update to 1.7.0Yuri Victorovich2022-01-042-6/+7
| | | | | | Changes: https://github.com/dunst-project/dunst/blob/master/CHANGELOG.md PR: 260918
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/dunst: Update to 1.6.1Dmitri Goutnik2021-02-233-10/+31
| | | | | | Changes: https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md PR: 253805 Submitted by: jbeich
* sysutils/dunst: Update to 1.5.0Dmitri Goutnik2020-07-273-10/+11
| | | | | | - pet portclippy while here Changes: https://github.com/dunst-project/dunst/releases/tag/v1.5.0
* Add USES=xorg USES=gl, ports categories sNiclas Zeising2019-11-071-1/+1
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677
* sysutils/dunst: Update to 1.4.1Steve Wills2019-07-062-10/+6
| | | | | PR: 238961 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* sysutils/dunst: Update to 1.4.0Tobias Kortkamp2019-04-142-11/+25
| | | | | | Changes: https://github.com/dunst-project/dunst/blob/cf7dec2989d365d6b4c7b54366f8fac8ab6c62cb/CHANGELOG.md PR: 236916 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* sysutils/dunst: Update to 1.3.2Steve Wills2018-05-092-4/+4
| | | | | PR: 228085 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* sysutils/dunst: Update to 1.3.0Steve Wills2018-01-103-19/+9
| | | | | PR: 224972 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* sysutils/dunst: Update to 1.2.0Tobias Kortkamp2017-08-094-20/+31
| | | | | | | | | | | | | | - Remove unused dependencies - Add test target - Fix missing libgen.h include issue - Fix portlint warnings (USE order) - Update WWW in pkg-descr - GitHub repository has been changed to https://github.com/dunst-project/dunst - Submitter becomes maintainer Changes: https://github.com/dunst-project/dunst/releases/tag/v1.2.0 PR: 221346 Submitted by: Dmitri Goutnik <dg@syrec.org>
* Reset MAINTAINERSunpoet Po-Chuan Hsieh2017-07-071-1/+1
| | | | | PR: 220539 Submitted by: Rod Person <rodperson@rodperson.com> (maintainer)
* Fix man page generation with Perl 5.24+Mathieu Arnold2016-11-031-0/+3
| | | | | PR: 213810 Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* Switch to USES=execinfoPawel Pekala2015-12-171-2/+1
| | | | | | PR: 205365 Submitted by: pawel Approved by: maintainer
* Fix DISTNAME after USE_GITHUB changes in r384932.Bryan Drewery2015-04-291-2/+2
| | | | | | PR: 199069 Pointyhat to: bdrewery With hat: portmgr
* update: sysutils/dunst 1.0.0 to 1.1.0Baptiste Daroussin2015-04-062-7/+11
| | | | | | PR: 199170 Submitted by: mp39590@gmail.com Approved by: maintainer
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
|
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent portsTijl Coosemans2014-07-011-1/+1
|
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* USE_PERL is no-op for long, the right usage is USES=perl5Baptiste Daroussin2013-12-261-2/+1
|
* - 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
* 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)