From owner-svn-ports-head@FreeBSD.ORG Wed Jul 24 17:16:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB3089B8; Wed, 24 Jul 2013 17:16:24 +0000 (UTC) (envelope-from gabor.kovesdan@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8E3F20A8; Wed, 24 Jul 2013 17:16:23 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id h15so392806eak.28 for ; Wed, 24 Jul 2013 10:16:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=owYignK/SP0ivrCUQpI/uPbXp1iHvVWQQMshJImn1oo=; b=vetrDINNpTAw9zkadtxXHrz9Gz+9KWcZRxgQXwWuol53fe6+1CE3CLCuf0U0BI5Spf 6/PZQBaFfmQIwClnLpU5UgJrExlk0MxaJ9oYjXOlV7nhYmuZrRkoN+kKsY5Kn2c0gP+h OOB1cS2S8P+PKU/Gy1/99uGBuZ3OBTpdzJg/Ya220yaogj4yduGI1B73/BvHquTiSEt6 AUt8R4HkYP2tu/Za6lhVzOAodqSk5XJsoVdr3dHRIoLiSUWhoug5EEp92YYy2Zn8PnW0 7BpGD1Gejc9ZlgdbKGouttB694Abp+3gkDOFXupqR7F7h+SrcfJqZrZZyKz7cB5dYual JrFQ== X-Received: by 10.15.63.8 with SMTP id l8mr38543924eex.23.1374686181271; Wed, 24 Jul 2013 10:16:21 -0700 (PDT) Received: from [192.168.1.117] (catv-80-99-23-232.catv.broadband.hu. [80.99.23.232]) by mx.google.com with ESMTPSA id e44sm67518482eeh.11.2013.07.24.10.16.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Jul 2013 10:16:20 -0700 (PDT) Message-ID: <51F00BD5.5030108@FreeBSD.org> Date: Wed, 24 Jul 2013 19:16:05 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0a2 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r323538 - in head/x11-fonts: . andika andika/files References: <201307231610.r6NGAAwC070825@svn.freebsd.org> <20130724170826.GA10662@FreeBSD.org> In-Reply-To: <20130724170826.GA10662@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 17:16:24 -0000 On 2013.07.24. 19:08, Alexey Dokuchaev wrote: > On Tue, Jul 23, 2013 at 04:10:10PM +0000, Gabor Kovesdan wrote: >> >New Revision: 323538 >> >URL:http://svnweb.freebsd.org/changeset/ports/323538 >> > >> >@@ -0,0 +1,50 @@ >> >+# $FreeBSD$ >> >+ >> >+PORTNAME= Andika > Any reason for uppercase-starting PORTNAME (and thus PKGNAME)? > >> >+do-configure: >> >+ ${DO_NADA} > If port does not use any of two *_CONFIGURE knobs, this probably is not > needed; and even if it is, it should be spelled as @${DO_NADA}. > >> >+do-install: >> >+ ${ECHO_MSG} >> >+ ${CAT} ${PKGMESSAGE} >> >+ ${ECHO_MSG} > We usually display pkg-message as the last step (after all other functional > commands). > >> >+ ${MKDIR} ${FONTROOTDIR}/${FONTDIR} >> >+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTROOTDIR}/${FONTDIR} >> >+.if ${PORT_OPTIONS:MDOCS} >> >+ ${MKDIR} ${DOCSDIR} >> >+ ${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${DOCSDIR} >> >+.endif 1) and 3) was done as done by x11-fonts/gentium-plus since this font comes from the same vendor. 2) It implicitly uses one of them (probably comes from XORG_CAT). Gabor