From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 12:06:17 2014 Return-Path: Delivered-To: svn-ports-all@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 D30522BC; Wed, 26 Feb 2014 12:06:17 +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 BF3361209; Wed, 26 Feb 2014 12:06:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QC6H99087957; Wed, 26 Feb 2014 12:06:17 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QC6Hsr087956; Wed, 26 Feb 2014 12:06:17 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402261206.s1QC6Hsr087956@svn.freebsd.org> From: John Marino Date: Wed, 26 Feb 2014 12:06:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346198 - head/devel/smake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 12:06:17 -0000 Author: marino Date: Wed Feb 26 12:06:17 2014 New Revision: 346198 URL: http://svnweb.freebsd.org/changeset/ports/346198 QAT: https://qat.redports.org/buildarchive/r346198/ Log: devel/smake: Translate long description into English Modified: head/devel/smake/pkg-descr Modified: head/devel/smake/pkg-descr ============================================================================== --- head/devel/smake/pkg-descr Wed Feb 26 11:57:52 2014 (r346197) +++ head/devel/smake/pkg-descr Wed Feb 26 12:06:17 2014 (r346198) @@ -1,9 +1,9 @@ Smake is a highly portable make program with automake features. It is -currently mainly targeted to be used with the makefiles system. +currently mainly targeted to be used with the Makefiles system. -makefiles allows to mount a source tree via NFS and simultaneous -compilation on all supported platforms makefiles therefore allows to -re-use a source tree for all supported platforms in favor of the GNU +The system allows mounting a source tree via NFS and simultaneous +compilation on all supported platforms. The system therefore allows the +re-use of a source tree for all supported platforms in contrast to the GNU concept of untar -> configure -> make -> install -> remove WWW: http://cdrecord.berlios.de/old/private/smake.html