From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1733 invoked by alias); 3 May 2017 17:43:48 -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 1703 invoked by uid 89); 3 May 2017 17:43:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*F:U*andy X-HELO: mail-lf0-f42.google.com Received: from mail-lf0-f42.google.com (HELO mail-lf0-f42.google.com) (209.85.215.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 May 2017 17:43:46 +0000 Received: by mail-lf0-f42.google.com with SMTP id r17so3473714lfg.0 for ; Wed, 03 May 2017 10:43:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=t+10z8XG+3sThfSJYvKZ+HZKSiTCj7Es+z0onX+JH4g=; b=YNc92AI+fC/AbhU7by/tJ8vxlYtCr7jTwFB10QZBYo3+rVL1VhX8lGdESMvqWF34TC Fh5GfljFBfmA1lr95adAHBFhVI1P6KTm76nXQMyPCEVOqLYrm+RV3+L2IYWoXnkgVgG+ oYID3GGBphSSPbsG+0ulu0SZTq6i+PCT6/sdo0CHwsJBPFkOj5LQFz96Md8c3yy/SLAM rrVKkl296OXQQA7rFUCv26IexEN+281PfPWqwjGGKtRBP5I87PrmgDiaeu0mSr2P8WW/ k6bZYt/ihN2GzoV8PzlUtjBhibAsS4h9cWnt4GjM2dd2AEP/b5ORX1fSFkbvwXq7taFP PhhQ== X-Gm-Message-State: AN3rC/5cjSrmXk74ZfC/F26+gKUJRMrH7SXECQf0Q6V0fu647ksHuzbj HWczMypSHda8Jt0CX22NfyhJn4DIOQ== X-Received: by 10.46.21.29 with SMTP id s29mr13249119ljd.98.1493833426173; Wed, 03 May 2017 10:43:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.21.149 with HTTP; Wed, 3 May 2017 10:43:15 -0700 (PDT) In-Reply-To: References: <69ab4011-2040-c243-10eb-46f9ab5d7413@gmail.com> From: Andy Li Date: Wed, 03 May 2017 17:43:00 -0000 Message-ID: Subject: Re: Neko package To: Jon Turney Cc: cygwin-apps@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00030.txt.bz2 > Looks ok to me. I added neko to your package list. Thanks! I will upload the package soon! >> # cygport cannot auto detect these, since the ndll files are not >> # named with .dll. > > > If these really are just .dll by another name, you might want to explore > patching cygport to teach it that (it already has to deal with some other > non-standard extensions for DLLS) > Good idea! I will look into it. Best regards, Andy