From owner-cvs-ports@FreeBSD.ORG Sun Jun 12 21:15:32 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD861106566B; Sun, 12 Jun 2011 21:15:31 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id BC6BC8FC0C; Sun, 12 Jun 2011 21:15:30 +0000 (UTC) Received: by eyg7 with SMTP id 7so2049393eyg.13 for ; Sun, 12 Jun 2011 14:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:organization :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=6snUBkc2S04IWbDN7d3jHaTJPC6J/G1+7NPP+FDnaiE=; b=NIvkm1H/VwrT89ZYqnvZkZ5+vF3y8AfxohcT99IkQ5iTOmSl885vXBjsFiMEnWmkUP R5Fu/qv3MuGsjgoUf1DiYtUEeeS8ljYKXtmRekjXljMYJ/2gkqj+EkKT0zsmbSb61T9m 7X9kQCkiIEeMpqWuNFZ8LQw3plteqrronWj9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=V+kDNc8LMxHul6fcSBM3Xt6Aw5ameu4E00Px9Vh+73mde9cE6rKWipgO3sTFXLY+re QisZT85E+lwYBjj08ZlRMBwEkBH3F90oQh3M233V0HRrHjuPRWXSFKk4yZBF2CLm1WFb x28G6pbQxZ/7r+QSVr0nFO4rnK2BeN1EJYM7I= Received: by 10.14.11.83 with SMTP id 59mr2051402eew.39.1307911782738; Sun, 12 Jun 2011 13:49:42 -0700 (PDT) Received: from [192.168.123.167] (136-206-ftth.onsbrabantnet.nl [88.159.206.136]) by mx.google.com with ESMTPS id p80sm4562704eeb.11.2011.06.12.13.49.40 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Jun 2011 13:49:41 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <4DF52663.2030709@freebsd.org> Date: Sun, 12 Jun 2011 22:49:39 +0200 From: Rene Ladan Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; nl-NL; rv:1.9.2.17) Gecko/20110430 Thunderbird/3.1.10 MIME-Version: 1.0 To: Doug Barton References: <201106122021.p5CKLDL0097971@repoman.freebsd.org> <4DF523D7.1070409@FreeBSD.org> In-Reply-To: <4DF523D7.1070409@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Chris Rees , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/aird Makefile distinfo pkg-descr ports/sysutils/aird/files aird.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2011 21:15:32 -0000 Op 12-06-2011 22:38, Doug Barton schreef: > Overall the rc.d script looks fine. It just needs a $FreeBSD$ and > "KEYWORD: shutdown" > I actually wondered if the script was correct, but a quick look at the table of contents of the Porters Handbook yielded no information. René > On 6/12/2011 1:21 PM, Chris Rees wrote: >> crees 2011-06-12 20:21:13 UTC >> >> FreeBSD ports repository >> >> Modified files: >> sysutils Makefile >> Added files: >> sysutils/aird Makefile distinfo pkg-descr >> sysutils/aird/files aird.in >> Log: >> The aird daemon handles Apple IR receiver button events. If your >> system >> has an USB Apple IR receiver, most likely you'll also have an Apple >> Remote. An Apple remote has six (6) buttons: Volume up, Volume down, >> Play/Pause, Forward, Backward and Menu. For each button you can >> assign a >> command to execute. >> >> Apple IR receiver modules are found on: >> >> o MacBook (any generation) >> o MacBook Pro (any generation) >> o Intel iMac >> o Intel MacMini >> >> WWW: http://wiki.freebsd.org/AppleMacbook >> >> PR: ports/156616 >> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=156616 >> Submitted by: Chris Rees (myself) >> Approved by: rene (mentor) >> >> Revision Changes Path >> 1.1299 +1 -0 ports/sysutils/Makefile >> 1.1 +26 -0 ports/sysutils/aird/Makefile (new) >> 1.1 +2 -0 ports/sysutils/aird/distinfo (new) >> 1.1 +43 -0 ports/sysutils/aird/files/aird.in (new) >> 1.1 +14 -0 ports/sysutils/aird/pkg-descr (new) >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/Makefile.diff?&r1=1.1298&r2=1.1299&f=h >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/aird/Makefile >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/aird/distinfo >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/aird/files/aird.in >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/aird/pkg-descr >> > > > -- http://www.rene-ladan.nl:8080/ GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC (subkeys.pgp.net)