From owner-svn-ports-head@FreeBSD.ORG Wed Sep 10 03:11:42 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 B493DF05; Wed, 10 Sep 2014 03:11:42 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A031F8A3; Wed, 10 Sep 2014 03:11:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8A3BgCj066561; Wed, 10 Sep 2014 03:11:42 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8A3BgV9066560; Wed, 10 Sep 2014 03:11:42 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409100311.s8A3BgV9066560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 10 Sep 2014 03:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367794 - head/databases/hamsterdb 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.18-1 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, 10 Sep 2014 03:11:42 -0000 Author: adamw Date: Wed Sep 10 03:11:42 2014 New Revision: 367794 URL: http://svnweb.freebsd.org/changeset/ports/367794 QAT: https://qat.redports.org/buildarchive/r367794/ Log: Add some spaces after periods. Modified: head/databases/hamsterdb/pkg-descr Modified: head/databases/hamsterdb/pkg-descr ============================================================================== --- head/databases/hamsterdb/pkg-descr Wed Sep 10 00:38:03 2014 (r367793) +++ head/databases/hamsterdb/pkg-descr Wed Sep 10 03:11:42 2014 (r367794) @@ -2,13 +2,13 @@ hamsterdb is a lightweight embedded data in development for more than three years and concentrates on ease of use, high performance, stability and portability. -The hamsterdb API is simple and self-documenting.The interface -is similar to other widely-used database engines.Fast algorithms +The hamsterdb API is simple and self-documenting. The interface +is similar to other widely-used database engines. Fast algorithms and data structures guarantee high performance for all scenarios. Hamsterdb has hundreds of unittests with a test coverage of over 90%. Each release is tested with thousands of acceptance tests in many different configurations, tested on up to six different -hardware architectures and operating systems.Written in plain +hardware architectures and operating systems. Written in plain ANSI-C, hamsterdb runs on many architectures: Intel-compatible (x86, x64), PowerPC, SPARC, ARM, RISC and others. Tested operating systems include Microsoft Windows, Microsoft Windows CE, Linux,