From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 03:13:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43DDF127; Tue, 17 Feb 2015 03:13:44 +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 2EFC2DB1; Tue, 17 Feb 2015 03:13:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3Didu025387; Tue, 17 Feb 2015 03:13:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1H3Dh1o025380; Tue, 17 Feb 2015 03:13:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502170313.t1H3Dh1o025380@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 17 Feb 2015 03:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379139 - head/math/numdiff 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: Tue, 17 Feb 2015 03:13:44 -0000 Author: jbeich Date: Tue Feb 17 03:13:42 2015 New Revision: 379139 URL: https://svnweb.freebsd.org/changeset/ports/379139 QAT: https://qat.redports.org/buildarchive/r379139/ Log: - Update to version 5.8.1 - Convert to GNU_CONFIGURE - Add NLS option - Respect STRIP - Unbreak check-plist with DOCS=off - Drop default LICENSE_FILE - Wrap long lines in pkg-descr PR: 197445 Submitted by: tkato432@yahoo.com Modified: head/math/numdiff/Makefile head/math/numdiff/distinfo head/math/numdiff/pkg-descr head/math/numdiff/pkg-plist Modified: head/math/numdiff/Makefile ============================================================================== --- head/math/numdiff/Makefile Tue Feb 17 03:06:32 2015 (r379138) +++ head/math/numdiff/Makefile Tue Feb 17 03:13:42 2015 (r379139) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numdiff -PORTVERSION= 5.6.1 +PORTVERSION= 5.8.1 CATEGORIES= math textproc MASTER_SITES= SAVANNAH @@ -10,25 +10,27 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Compare putatively similar files, ignoring small numeric differences LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} \ - --mandir=${PREFIX}/man \ - --exec-prefix=${PREFIX} \ - --infodir=${PREFIX}/${INFO_PATH} \ - --disable-nls -LIBS+= -lm USES= gmake - -INFO= numdiff - -OPTIONS_DEFINE= DOCS - -.include - -.if ! ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+= --docdir=${WRKDIR}/doc -.endif +GNU_CONFIGURE= yes +MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +INFO= numdiff + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls +NLS_INSTALL_TARGET= install install-nls + +post-patch: + @${REINPLACE_CMD} -e \ + '/$$(DOCS)/s|$$(INSTALL_DATA)|:| ; \ + /$$(INFOFILE).gz/s|$$(INSTALL_DATA)|:|' ${WRKSRC}/Makefile.in .include Modified: head/math/numdiff/distinfo ============================================================================== --- head/math/numdiff/distinfo Tue Feb 17 03:06:32 2015 (r379138) +++ head/math/numdiff/distinfo Tue Feb 17 03:13:42 2015 (r379139) @@ -1,2 +1,2 @@ -SHA256 (numdiff-5.6.1.tar.gz) = dd0dccdeac3f4f5e842f52af8a80e93e3d6e450610e7f0a82352aa9d6ef74b18 -SIZE (numdiff-5.6.1.tar.gz) = 858925 +SHA256 (numdiff-5.8.1.tar.gz) = 99aebaadf63325f5658411c09c6dde60d2990c5f9a24a51a6851cb574a4af503 +SIZE (numdiff-5.8.1.tar.gz) = 894729 Modified: head/math/numdiff/pkg-descr ============================================================================== --- head/math/numdiff/pkg-descr Tue Feb 17 03:06:32 2015 (r379138) +++ head/math/numdiff/pkg-descr Tue Feb 17 03:13:42 2015 (r379139) @@ -1,9 +1,9 @@ -Numdiff is a little program that can be used to compare putatively similar files -line by line and field by field, ignoring small numeric differences or/and -different numeric formats. +Numdiff is a little program that can be used to compare putatively +similar files line by line and field by field, ignoring small numeric +differences or/and different numeric formats. -Equivalently, Numdiff is a program with the capability to appropriately compare -files containing numerical fields (and not only). +Equivalently, Numdiff is a program with the capability to appropriately +compare files containing numerical fields (and not only). % numdiff file1 file2 Modified: head/math/numdiff/pkg-plist ============================================================================== --- head/math/numdiff/pkg-plist Tue Feb 17 03:06:32 2015 (r379138) +++ head/math/numdiff/pkg-plist Tue Feb 17 03:13:42 2015 (r379139) @@ -1,15 +1,9 @@ bin/ndselect bin/numdiff -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO +man/man1/ndselect.1.gz +man/man1/numdiff.1.gz %%PORTDOCS%%%%DOCSDIR%%/numdiff.html %%PORTDOCS%%%%DOCSDIR%%/numdiff.pdf %%PORTDOCS%%%%DOCSDIR%%/numdiff.txt -man/man1/ndselect.1.gz -man/man1/numdiff.1.gz +%%NLS%%share/locale/it/LC_MESSAGES/ndselect.mo +%%NLS%%share/locale/it/LC_MESSAGES/numdiff.mo