From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id 4044C3875DFD for ; Fri, 20 Mar 2020 08:28:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4044C3875DFD Received: by mail-wr1-x431.google.com with SMTP id h9so6308026wrc.8 for ; Fri, 20 Mar 2020 01:28:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=hx/2tOBsh07XfMWyXbsJPi4RuWV38+UwFmbZKzkHtEM=; b=mI4uIeyzEq5sqm3gIGHY/+W/mKvYoppQ62j6hWbiXyhbxgZjpQXhkDCtcGPHGYzQvK V8lHFZJmE3HlGt5v9YOh9AzuOIDfIjxjCMMQKFrPbwB8dZqeamnd6BMxwKmSpdJuFDx5 5JbTxqYBzvwUTOzFvi1LVafnwEsj86cEMkBVztssFoQjBJ8vDYvG8cWrVKtDK0e3bNE1 WeC/RvnHC//W9CHZ1IvbOC6Eu+2BTmGktDDU24/wv8RyBFg29HBcBXAxbxDtom+5KFeX +VhLBAJazqeXCw1ysj+cjlTKJumlv4Ksui5AihFWpv62rMNGdtmNSxsYUofCz0nl4kM7 qEwQ== X-Gm-Message-State: ANhLgQ1YkVsCQnq1TNS+H4a4G/LX6m94RRn+9fwFEb4R1sLqMY0zmE6v ysVYAmCS0S3LAlCi/oNZWL82Zlq0148= X-Google-Smtp-Source: ADFU+vvdAB6kcaE87ZMSPevbM9DQ0mvXKeG4k0TdpY5FAe0NJSwiOLioAX0QpzVyhsA++81ItaboUw== X-Received: by 2002:a5d:55cf:: with SMTP id i15mr9371531wrw.321.1584692899062; Fri, 20 Mar 2020 01:28:19 -0700 (PDT) Received: from ?IPv6:2003:ee:6715:5401:6d56:3c83:e0a2:f913? (p200300EE671554016D563C83E0A2F913.dip0.t-ipconnect.de. [2003:ee:6715:5401:6d56:3c83:e0a2:f913]) by smtp.gmail.com with ESMTPSA id h16sm7277646wrr.48.2020.03.20.01.28.18 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 20 Mar 2020 01:28:18 -0700 (PDT) Subject: Re: Putting packages up for adoption To: "cygwin-apps@cygwin.com" References: From: Marco Atzeri Message-ID: Date: Fri, 20 Mar 2020 09:28:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin-apps mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2020 08:28:21 -0000 Am 20.03. um 09:13 schrieb Hamish McIntyre-Bhatty via Cygwin-apps: > If no one objects, I'd be happy to become a maintainer for the wxPython > and ddrescue packages. There are probably others I could pick up as > well, but I figure it's best to start small. > > I'm not sure if there's a process for becoming a maintainer, but as a > result of my using Cygwin on and off for a few years, I think I have a > reasonably good idea of how it works, so I'd be happy to help. Cygwin is > a great project and has been very useful for me and many other people. > > Hamish > Hi Hamish, bottom post on cygwin list, please. I suggest you to read the https://cygwin.com/packaging-contributors-guide.html and start looking at the source of the cygwin packages you would like to adopt as easy way to take over. Most of the time it is just a matter of changing the package version and download the upstream source and build it. If you have problem feel free to ask here. When your package is ready, just send a ITA (intention to adopt) instead of a ITP (intention to package) and some of the other maintainers will review your package. After GTG (good to go) we will put your name on https://www.cygwin.com/cygwin-pkg-maint and you can upload the package. Regards Marco