Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E68CB7A111 for ; Sat, 25 Feb 2017 10:17:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 98E27855AA; Sat, 25 Feb 2017 10:17:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 299B7855A3 for ; Sat, 25 Feb 2017 10:17:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id w-9zFUyhUrbz for ; Sat, 25 Feb 2017 10:17:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF8A18557F for ; Sat, 25 Feb 2017 10:17:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BDE9BFBE4; Sat, 25 Feb 2017 10:17:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488017864205480" MIME-Version: 1.0 Date: Sat, 25 Feb 2017 10:17:44 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/converters To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20170225101744.BDE9BFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1488017864205480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Feb 25 10:17:44 UTC 2017 Modified Files: pkgsrc/converters: Makefile Log Message: + converters/pdf2svg To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 pkgsrc/converters/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488017864205480 Content-Disposition: inline Content-Length: 654 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/Makefile diff -u pkgsrc/converters/Makefile:1.152 pkgsrc/converters/Makefile:1.153 --- pkgsrc/converters/Makefile:1.152 Mon Feb 6 07:10:00 2017 +++ pkgsrc/converters/Makefile Sat Feb 25 10:17:44 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2017/02/06 07:10:00 wiz Exp $ +# $NetBSD: Makefile,v 1.153 2017/02/25 10:17:44 kamil Exp $ # COMMENT= Document format and character code converters @@ -89,6 +89,7 @@ SUBDIR+= p5-Unicode-String SUBDIR+= p5-Unicode-UTF8simple SUBDIR+= p5-chkjis SUBDIR+= p5-nkf +SUBDIR+= pdf2svg SUBDIR+= pear-I18n_UnicodeNormalizer SUBDIR+= php-iconv SUBDIR+= php-mbstring --_----------=_1488017864205480--