From owner-freebsd-ports@FreeBSD.ORG Fri Apr 26 10:03:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47BF121A for ; Fri, 26 Apr 2013 10:03:12 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by mx1.freebsd.org (Postfix) with ESMTP id D2DE61E2C for ; Fri, 26 Apr 2013 10:03:11 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id c1so687370eek.38 for ; Fri, 26 Apr 2013 03:03:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type; bh=TDVAlgmKDuvvFZ3WrtyJ/oKaQ5Bkve5zJIedgBARrMw=; b=gX3wutIpM+3ikBwuIjqwV09mfnifzm53e8hkvjhXaFQ9/heM5eB26QVCD8f2CjBvSk w2GyUbltugiWb7e8f6Cf27XX0L6/X/kK62QFPkTNgzCNUiXptvourMgEKatcuv3XtGwo nfj7ldX2Jj6GfMwxeupjOb1jCNrJ/cOgz4O3yN3hfsnunVNjVxjt0t0Kboyi3cTmPJa3 d38ZHzk8quFzj57xPZ8Go5R6BjEdrSnfmqJZdzoEMAFXoqLKt6aM1cE1JNktKJI50sdC Khg2Q8ql9D+0u+iqMSOayn81wAHXeTqFglNt1jls5VyvMi/lzFdF/gohvP4kfFnwdCxX 5Q8Q== X-Received: by 10.15.102.3 with SMTP id bq3mr86109637eeb.42.1366970584273; Fri, 26 Apr 2013 03:03:04 -0700 (PDT) Received: from [192.168.50.105] (double-l.xs4all.nl. [80.126.205.144]) by mx.google.com with ESMTPSA id s47sm15083465eeg.8.2013.04.26.03.03.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Apr 2013 03:03:03 -0700 (PDT) Message-ID: <517A50D8.50503@gmail.com> Date: Fri, 26 Apr 2013 12:03:04 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: "Grant D. Watson" Subject: Re: A package for the ubuntu-font port? References: <1366861249.50130.YahooMailNeo@web161201.mail.bf1.yahoo.com> In-Reply-To: <1366861249.50130.YahooMailNeo@web161201.mail.bf1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 10:03:12 -0000 Grant D. Watson schreef: > Ports folks, > > I sent a message to Kevin Lo, since the ports search site lists his address for ubuntu-font, but he said this isn't his area. > > I am a Linux user who's been playing with FreeBSD and enjoying it; in > creating and destroying experimental VMs I've made great use of binary > packages. For some reason the ubuntu-font port is not available as a > package. Would that be difficult to change? It's no hardship to > install it from ports of course, but having it as a package would be > convenient. > > Thanks for all your work. > > Grant > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" You could create your own package after it is installed from ports. |pkg_create -b ubuntu-font-0.80_1 pkg_add will install the package. gr johan |