From owner-svn-ports-head@FreeBSD.ORG Fri Jan 3 15:16:14 2014 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 ESMTPS id 5F1A926E; Fri, 3 Jan 2014 15:16:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A42215BF; Fri, 3 Jan 2014 15:16:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s03FGEoQ008113; Fri, 3 Jan 2014 15:16:14 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s03FGDLf008110; Fri, 3 Jan 2014 15:16:13 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401031516.s03FGDLf008110@svn.freebsd.org> From: Rene Ladan Date: Fri, 3 Jan 2014 15:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338544 - in head: lang/bf2c misc/biosfont-demos sysutils/biosfont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 03 Jan 2014 15:16:14 -0000 Author: rene Date: Fri Jan 3 15:16:13 2014 New Revision: 338544 URL: http://svnweb.freebsd.org/changeset/ports/338544 Log: rene-ladan.nl is online again, re-add WWW line to pkg-descr Modified: head/lang/bf2c/pkg-descr head/misc/biosfont-demos/pkg-descr head/sysutils/biosfont/pkg-descr Modified: head/lang/bf2c/pkg-descr ============================================================================== --- head/lang/bf2c/pkg-descr Fri Jan 3 14:49:54 2014 (r338543) +++ head/lang/bf2c/pkg-descr Fri Jan 3 15:16:13 2014 (r338544) @@ -4,3 +4,5 @@ optimizing as much as possible for speed It is written for fun, self-educating purposes and to beat existing BF compilers. + +WWW: http://rene-ladan.nl/bf2c/ Modified: head/misc/biosfont-demos/pkg-descr ============================================================================== --- head/misc/biosfont-demos/pkg-descr Fri Jan 3 14:49:54 2014 (r338543) +++ head/misc/biosfont-demos/pkg-descr Fri Jan 3 15:16:13 2014 (r338544) @@ -1,3 +1,5 @@ Two samples for the biosfont(4) kernel module: * showchar shows a requested character on stdout * showdati is a digital clock. Best viewed on 80x25 consoles. + +WWW: http://rene-ladan.nl/biosfont/ Modified: head/sysutils/biosfont/pkg-descr ============================================================================== --- head/sysutils/biosfont/pkg-descr Fri Jan 3 14:49:54 2014 (r338543) +++ head/sysutils/biosfont/pkg-descr Fri Jan 3 15:16:13 2014 (r338544) @@ -1,2 +1,4 @@ This port provides a FreeBSD kernel module that can be used to retrieve the font bitmaps stored in BIOS memory. + +WWW: http://rene-ladan.nl/biosfont/