From owner-cvs-ports@FreeBSD.ORG Thu May 26 16:57:58 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 38EA11065680; Thu, 26 May 2011 16:57:58 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id EFC168FC26; Thu, 26 May 2011 16:57:57 +0000 (UTC) Received: by pvg11 with SMTP id 11so494135pvg.13 for ; Thu, 26 May 2011 09:57:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=A6El/9aVhP3dTZnB1eQD2fVtHM5k72cdqNVPl5cg4Zc=; b=Wx79hZTTmgXkjbujj27n+/rA6gaEQLjsPw/CubXSINckFNaEtsFWqXZn9eZwAwulA3 /pX8gVVAVZ1Ot04gDVCwnI64a9VVQtccATcRNAF7iGbv6WvSFv5YAluMehNtiUj16clV MC3Bx9v6gl5vvVB2GqRMVT3p+UqSOU+Af7SVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=qyLyPzy9Fmt7i86HVH2CO24vmtkPpc+llLZJBDfOZSQYoveresSz5aoxnq+TmpEU5x tAc/bHaXNVTNLPVI9fE64A9lNA+9kvLLoAcLmbizhXaX4TlGcP8UBjctJEwIEsHJlYNf VZs0SOQXps1iePe6vlEnJYqsIhH11/84aNND8= MIME-Version: 1.0 Received: by 10.68.2.1 with SMTP id 1mr442998pbq.102.1306429077448; Thu, 26 May 2011 09:57:57 -0700 (PDT) Received: by 10.68.41.101 with HTTP; Thu, 26 May 2011 09:57:57 -0700 (PDT) In-Reply-To: <201105261647.p4QGlRg3073343@repoman.freebsd.org> References: <201105261647.p4QGlRg3073343@repoman.freebsd.org> Date: Thu, 26 May 2011 12:57:57 -0400 Message-ID: From: "b. f." To: Brendan Fabeny Content-Type: text/plain; charset=ISO-8859-1 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/paratype Makefile distinfo pkg-descr pkg-plist ports/x11-fonts/paratype/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 16:57:58 -0000 On 5/26/11, Brendan Fabeny wrote: > bf 2011-05-26 16:47:27 UTC > > FreeBSD ports repository > > Modified files: > x11-fonts Makefile > Added files: > x11-fonts/paratype Makefile distinfo pkg-descr pkg-plist > x11-fonts/paratype/files pkg-message.in > Log: > Add paratype 2.004, ParaType font collection for the languages of > Russia. > > Revision Changes Path > 1.123 +1 -0 ports/x11-fonts/Makefile > 1.1 +46 -0 ports/x11-fonts/paratype/Makefile (new) > 1.1 +4 -0 ports/x11-fonts/paratype/distinfo (new) > 1.1 +11 -0 ports/x11-fonts/paratype/files/pkg-message.in (new) > 1.1 +22 -0 ports/x11-fonts/paratype/pkg-descr (new) > 1.1 +14 -0 ports/x11-fonts/paratype/pkg-plist (new) > Just for the record, I forgot to note in the commit message that this is related to PR 155300, and is based on the submission by Alexey Illarionov. b.