Received: by mail.netbsd.org (Postfix, from userid 605) id 8CCEB84D34; Mon, 4 Sep 2017 05:36:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F20984D28 for ; Mon, 4 Sep 2017 05:36:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9dafKhGF8pfO for ; Mon, 4 Sep 2017 05:36:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7E0B084CE0 for ; Mon, 4 Sep 2017 05:36:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 785A8FA97; Mon, 4 Sep 2017 05:36:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504503374161010" MIME-Version: 1.0 Date: Mon, 4 Sep 2017 05:36:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/antixls To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170904053614.785A8FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504503374161010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 05:36:14 UTC 2017 Modified Files: pkgsrc/math/antixls: Makefile Log Message: Comment out dead sites. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/antixls/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504503374161010 Content-Disposition: inline Content-Length: 831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/antixls/Makefile diff -u pkgsrc/math/antixls/Makefile:1.12 pkgsrc/math/antixls/Makefile:1.13 --- pkgsrc/math/antixls/Makefile:1.12 Sat Jul 9 06:38:32 2016 +++ pkgsrc/math/antixls/Makefile Mon Sep 4 05:36:14 2017 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 06:38:32 wiz Exp $ -# +# $NetBSD: Makefile,v 1.13 2017/09/04 05:36:14 wiz Exp $ DISTNAME= antixls-0.2b PKGREVISION= 6 CATEGORIES= math -MASTER_SITES= http://www.af0.net/~dan/ +#MASTER_SITES= http://www.af0.net/~dan/ EXTRACT_SUFX= .perl MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.af0.net/~dan/?antixls +#HOMEPAGE= http://www.af0.net/~dan/?antixls COMMENT= Print XLS file with minimal formatting, or as CSV DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel --_----------=_1504503374161010--