From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21126 invoked by alias); 8 Dec 2018 17:29:41 -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 21111 invoked by uid 89); 8 Dec 2018 17:29:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=BAYES_20,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=auf, H*r:1101, 07122018, UD:www.avast.com X-HELO: mail-wm1-f66.google.com Received: from mail-wm1-f66.google.com (HELO mail-wm1-f66.google.com) (209.85.128.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 08 Dec 2018 17:29:39 +0000 Received: by mail-wm1-f66.google.com with SMTP id g67so7301342wmd.2 for ; Sat, 08 Dec 2018 09:29:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=el9FnYc8BSzwcakB40a+U7WXIcnJtDswF/YBDuI1I0E=; b=gck00JcqoN2yEs6gbeK3U6Yug9zG+P5o/bBF5y7ZOggV0rVT2guJs1uIpJUDDYDhKF jK7n2LfH5KMaw2d1Y5l8zI2uykK4mW1qu5sVmxc4ln6A2qDS20F6tIzcU19NH9aQ3kOm tRDDI97mS4nY0gUtf2OkHpLGs+4E7IO/kSkmLH1gXZbuHt11tmYLsJQ9dHO6VM7r7Q+E iuh7GE4Jso+rvgMj0pKK5ts85ZIV9RUzqvxgPWwqa0hUGEXJrbUf7KH0C0x8LiuWtFkb 5Roh/RJ1aERhi9a2BDqFor39l3MehYydydzZNrvvYkxVaJovYusWcjOwapTBT7mAhJNt guCw== Return-Path: Received: from ?IPv6:::1? (p200300EE63CA1101E097CAB4E81DE37F.dip0.t-ipconnect.de. [2003:ee:63ca:1101:e097:cab4:e81d:e37f]) by smtp.gmail.com with ESMTPSA id n9sm5739319wrx.80.2018.12.08.09.29.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Dec 2018 09:29:36 -0800 (PST) Subject: Re: cygport for simple package addon: skip prep? To: cygwin-apps@cygwin.com References: <6df50d8e-60a5-cd0d-60a2-30bf41c7c04a@avenger.ws> From: Marco Atzeri Message-ID: Date: Sat, 08 Dec 2018 17:29:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <6df50d8e-60a5-cd0d-60a2-30bf41c7c04a@avenger.ws> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00011.txt.bz2 Am 07.12.2018 um 23:42 schrieb Heavenly Avenger: > I am trying to write a cygport file for an extension to docbook-xsl > called mathml. > In general you should ask this question on the cygwin mailing list. This one is for discussion between package maintainer, or are you planning to become one ? > The latest version of the DTD file is at > https://docbook.org/xml/mathml/${VERSION}/dbmathml.dtd, and it is not > zipped nor packaged in any way. > > The package consists on just a single .DTD file and I can't figure out > how to make cygport "skip" the unpack attempt during "cygport prep". I > might need to just copy the file into what it assumes to be the package > directory, then during compile/install time, just copy over the file to > the correct location, and determine that as the package's contents. My solution for similar issue is to make a dummy source package with just a readme inside src_compile() { : } src_install() { # copy of the data from ... ORIG=3D"/cygdrive/d/cyg_pub/devel/tesseract/git" cd ${D}/usr/share/doc/docbook-xml... wget https://docbook.org/xml/mathml/${VERSION}/dbmathml.dtd } > > I have this debian package as a base to what should be in the package > file: https://packages.debian.org/sid/all/docbook-mathml/filelist > > It seems to be a so basic addition that cygport is kind of too complex > for it -- but it would be useful as a way to "remember" installation > steps required on cygwin, if the correct setup instructions are saved in= =20 > a cygport file. > > Any ideas and directions are welcome. If you know a cygwin package in a > similar format (just installs a file that it downloads in its original, > uncompressed format), that'd be of great help as well. > > Thanks in advance! > --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr=C3=BCft. https://www.avast.com/antivirus