From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) by sourceware.org (Postfix) with ESMTPS id B9BD53834F12 for ; Mon, 6 Jun 2022 14:34:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B9BD53834F12 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=php.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lf1-f52.google.com with SMTP id i29so6842888lfp.3 for ; Mon, 06 Jun 2022 07:34:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=pkIWZB306UQqg7KbGTFbS/rEtXxb/VNGKYx7VAr8VNc=; b=DWb0RMyd2/P5h+DYuK0B/1ba27hYgxVs2JeqJeoMlGhM+/+ai5dL0zZKDV6gnhiz3T 4ssRVTz0/0fvFKL4mLn0qSApcL1pPMOJNKtjPW4hnEyvtuPdHrX6ZnHyrbkiTAMuw/9Q UKKbaAWuxw3G+Upn1+d4XwCV1hV/Yi4Q67LLoIoFM/eN3prw2DZBVq+g2M7ZEX0KQLFc uYlrD7DewJCTLwR6XEXxe8yQb3aq6ggmILjm4fxqTsw6czDv0jXlekunpra1MEVCWRpH /1cqfSC127ePqRlkoK6fLGlLKjiqsD3Mo6om/ARW/u9ezUEZuf3aiCt/LNfH1lhKE7+B GY2w== X-Gm-Message-State: AOAM532616QHBuBijpNKlAdLhhPbo36U6HWxXc2vvkbt3EIA9iNqril4 lHB+xDyDq38gjgPE3fhlUgPHvW/Tb1VhSw== X-Google-Smtp-Source: ABdhPJxbWNaqp3TK4YDIMbzzaId1wvjhGogd2IVNUCMeAQsjVkdjZoBAvQKI/mLgqXzBLJTF30CdtA== X-Received: by 2002:a05:6512:1511:b0:479:fc:afa2 with SMTP id bq17-20020a056512151100b0047900fcafa2mr18404752lfb.665.1654526038836; Mon, 06 Jun 2022 07:33:58 -0700 (PDT) Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com. [209.85.167.42]) by smtp.gmail.com with ESMTPSA id bp2-20020a056512158200b00477c5940bbasm2880011lfb.265.2022.06.06.07.33.58 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 06 Jun 2022 07:33:58 -0700 (PDT) Received: by mail-lf1-f42.google.com with SMTP id a2so23630900lfc.2 for ; Mon, 06 Jun 2022 07:33:58 -0700 (PDT) X-Received: by 2002:a05:6512:703:b0:479:157a:c18d with SMTP id b3-20020a056512070300b00479157ac18dmr12657776lfs.639.1654526038007; Mon, 06 Jun 2022 07:33:58 -0700 (PDT) MIME-Version: 1.0 Reply-To: as@php.net From: as@php.net Date: Mon, 6 Jun 2022 10:33:41 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: [ITP] mle To: cygwin-apps@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2022 14:34:02 -0000 Hello all, I'd like to submit a cygport for mle[0], a text editor. It's available on various distros/OSs[1] including Debian, Fedora, FreeBSD, and others. It's licensed under ASL 2.0. A first attempt at a cygport is here[2]. The editor depends on a header-only library called uthash which I also attempted to package here[3]. The other deps, libpcre2-devel and liblua-devel, are already packaged. Is there a way to express a version constraint on the Lua dep? It needs 5.4. Adam [0] https://github.com/adsr/mle [1] https://repology.org/project/mle/versions [2] https://gist.github.com/adsr/4ecb4113f2d9c0e4ee389a800c0fd15b [3] https://gist.github.com/adsr/e5e6beb373a427dca9e3093cc31b4cea