aboutsummaryrefslogtreecommitdiff
path: root/x11/xbelld
Commit message (Collapse)AuthorAgeFilesLines
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-313-8/+17
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Add missing -lmTijl Coosemans2014-09-041-1/+2
| | | | | | | Reported by: sbruno Notes: svn path=/head/; revision=367273
* Fix build with clang.Adam Weinberger2014-08-162-8/+27
| | | | Notes: svn path=/head/; revision=365114
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Update to 0.3.6.Koop Mast2013-11-081-1/+1
| | | | | | | | | | This update supports a number of new codecs. Remove indiffently argument from COMMENT Update pkg-descr to supported codec list. Stageify. Notes: svn path=/head/; revision=333231
* - Fix build on 10.x [1]Alex Kozlov2013-10-101-8/+6
| | | | | | | | | | | - Support STAGEDIR - Convert to new LIB_DEPENDS syntax PR: ports/182303 [1] Submitted by: Artem Nosov <chip-set@mail.ru> (maintainer) [1] Notes: svn path=/head/; revision=329963
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Convert to USES=imakeBaptiste Daroussin2013-06-281-6/+2
| | | | | | | | | Trim headers Convert emu to USES=display Remove indefinite article Notes: svn path=/head/; revision=322008
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Fix build on amd64.Kirill Ponomarev2005-01-081-0/+32
| | | | Notes: svn path=/head/; revision=125767
* New port: x11/xbelldEdwin Groothuis2004-12-234-0/+63
BellD is a small daemon for replacing the standard X Window System terminal bell with a more interesting set of sounds. This is useful for systems where the terminal bell is handled by the "PC Speaker," or where different sounds are desired for different classes of X clients. XBellD works by intercepting terminal bell requests on the server side, and then playing user-specified sounds through a PCM capable soundcard. The resource class of the client making a terminal bell request is used to match a corresponding sound file which should be played when such a request is made. WWW: http://www.meowfishies.com/xbelld.rhtml PR: ports/71815 Submitted by: Nosov Artem <chip-set@mail.ru> Notes: svn path=/head/; revision=124911