aboutsummaryrefslogtreecommitdiff
path: root/audio/umurmur
Commit message (Collapse)AuthorAgeFilesLines
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* 1: Upgrade protobuf to 2.5.0.Vanilla I. Shu2013-03-181-0/+1
| | | | | | | | 2: bump revision. 3: document UPDATING. Notes: svn path=/head/; revision=314580
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Improve rc.d scriptPawel Pekala2011-12-301-6/+5
| | | | | | | Suggested by: dougb@ Notes: svn path=/head/; revision=288285
* Update to version 0.2.8Pawel Pekala2011-12-297-46/+37
| | | | | | | | | PR: ports/163067 Submitted by: toddnni <toddnni@gmail.com> Approved by: maintainer with slight improvement Notes: svn path=/head/; revision=288259
* - Bump PORTREVISION for devel/libconfig shlib changeSunpoet Po-Chuan Hsieh2011-12-151-1/+2
| | | | Notes: svn path=/head/; revision=287419
* - Remove double http:// string.Martin Wilke2011-06-261-1/+1
| | | | | | | Reported by: bsam Notes: svn path=/head/; revision=276431
* uMurmur is a minimalistic Mumble server primarily targeted to run onMartin Wilke2011-06-269-0/+207
routers with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. WWW: http://http://code.google.com/p/umurmur/ PR: ports/154995 Submitted by: Ayumi Mitsui <ayu at commun.jp> Notes: svn path=/head/; revision=276425