From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 11:57:53 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 0709110F; Wed, 26 Feb 2014 11:57:53 +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 E74AE1135; Wed, 26 Feb 2014 11:57:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QBvqBJ084059; Wed, 26 Feb 2014 11:57:52 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QBvqsT084058; Wed, 26 Feb 2014 11:57:52 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402261157.s1QBvqsT084058@svn.freebsd.org> From: John Marino Date: Wed, 26 Feb 2014 11:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346197 - 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 11:57:53 -0000 Author: marino Date: Wed Feb 26 11:57:52 2014 New Revision: 346197 URL: http://svnweb.freebsd.org/changeset/ports/346197 QAT: https://qat.redports.org/buildarchive/r346197/ Log: devel/smake: Justify long description (75 char max) Modified: head/devel/smake/pkg-descr Modified: head/devel/smake/pkg-descr ============================================================================== --- head/devel/smake/pkg-descr Wed Feb 26 11:47:30 2014 (r346196) +++ head/devel/smake/pkg-descr Wed Feb 26 11:57:52 2014 (r346197) @@ -1,9 +1,9 @@ -Smake is a highly portable make program with automake features. It is +Smake is a highly portable make program with automake features. It is 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 concept of untar -> configure -> make -> install -> remove +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 +concept of untar -> configure -> make -> install -> remove WWW: http://cdrecord.berlios.de/old/private/smake.html