From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11800 invoked by alias); 5 May 2017 10:54:08 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 11785 invoked by uid 89); 5 May 2017 10:54:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=publishing, Hx-languages-length:2766, PDF, H*UA:6.0 X-HELO: msa03b.plala.or.jp Received: from msa03.plala.or.jp (HELO msa03b.plala.or.jp) (58.93.240.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 05 May 2017 10:54:05 +0000 Received: from msc02.plala.or.jp ([172.23.12.32]) by msa03b.plala.or.jp with ESMTP id <20170505105405.VQQN22944.msa03b.plala.or.jp@msc02.plala.or.jp>; Fri, 5 May 2017 19:54:05 +0900 Received: from localhost ([125.205.46.104]) by msc02.plala.or.jp with ESMTP id <20170505105405.EMUW2954.msc02.plala.or.jp@localhost>; Fri, 5 May 2017 19:54:05 +0900 Date: Fri, 05 May 2017 10:54:00 -0000 Message-Id: <20170505.195329.102495486861685117.trueroad@trueroad.jp> To: jon.turney@dronecode.org.uk Cc: cygwin-apps@cygwin.com Subject: Re: [ITP] extractpdfmark 1.0.2 From: Masamichi Hosoda In-Reply-To: <6770574d-6ce4-9df0-c84a-8975cd2ba6a2@dronecode.org.uk> References: <20170430.193116.441782417899643493.trueroad@trueroad.jp> <6770574d-6ce4-9df0-c84a-8975cd2ba6a2@dronecode.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; msa03m; Fri, 5 May 2017 19:54:05 +0900 X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00036.txt.bz2 >> Extract PDFmark can extract page mode and named destinations >> as PDFmark from PDF. >> By using this you can get the small PDF files that have preserved >> them. > > Thanks. Thank you for your reviewing. > extractpdfmark.cygport: > > DEPEND is for declaring build dependencies. This should include > libpoppler-devel I've added it. > runtime dependencies which aren't autodetected should be declared in > REQUIRES. texlive (pdftex), ghostscript (gs), and diffutils (diff) are needed for testing "cygport extractpdfmark.cygport check". They are not runtime dependencies. I've added comment. >> ldesc: "Extract PDFmark is able to extract page mode >> and named destinations as PDFmark from PDF. >> By using this you can get the small PDF files that have preserved >> them." > > The last sentence is a bit unclear to me. What is the referent of the > final "them"?. Final "them" is "the page mode and the named destinations". I've added it. extractpdfmark-1.0.2-1.hint: category: Publishing Utils requires: cygwin libgcc1 libpoppler66 libstdc++6 sdesc: "Extract page mode and named destinations as PDFmark from PDF" ldesc: "Extract PDFmark is able to extract page mode and named destinations as PDFmark from PDF. By using this you can get the small PDF files that have preserved the page mode and the named destinations." extractpdfmark-debuginfo-1.0.2-1.hint: category: Debug requires: cygwin-debuginfo external-source: extractpdfmark sdesc: "Debug info for extractpdfmark" ldesc: "This package contains files necessary for debugging the extractpdfmark package with gdb." package files: http://cygwin-packages.trueroad.jp/dist/x86_64/release/extractpdfmark/extractpdfmark-1.0.2-1.hint http://cygwin-packages.trueroad.jp/dist/x86_64/release/extractpdfmark/extractpdfmark-1.0.2-1.tar.xz http://cygwin-packages.trueroad.jp/dist/x86_64/release/extractpdfmark/extractpdfmark-1.0.2-1-src.tar.xz http://cygwin-packages.trueroad.jp/dist/x86_64/release/extractpdfmark/extractpdfmark-debuginfo/extractpdfmark-debuginfo-1.0.2-1.hint http://cygwin-packages.trueroad.jp/dist/x86_64/release/extractpdfmark/extractpdfmark-debuginfo/extractpdfmark-debuginfo-1.0.2-1.tar.xz http://cygwin-packages.trueroad.jp/dist/x86/release/extractpdfmark/extractpdfmark-1.0.2-1.hint http://cygwin-packages.trueroad.jp/dist/x86/release/extractpdfmark/extractpdfmark-1.0.2-1.tar.xz http://cygwin-packages.trueroad.jp/dist/x86/release/extractpdfmark/extractpdfmark-1.0.2-1-src.tar.xz http://cygwin-packages.trueroad.jp/dist/x86/release/extractpdfmark/extractpdfmark-debuginfo/extractpdfmark-debuginfo-1.0.2-1.hint http://cygwin-packages.trueroad.jp/dist/x86/release/extractpdfmark/extractpdfmark-debuginfo/extractpdfmark-debuginfo-1.0.2-1.tar.xz Thanks