From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4076 invoked by alias); 15 Mar 2016 23:02:49 -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 4004 invoked by uid 89); 15 Mar 2016 23:02:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Drive, debian, usp, Wayne X-HELO: mail-vk0-f52.google.com Received: from mail-vk0-f52.google.com (HELO mail-vk0-f52.google.com) (209.85.213.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 15 Mar 2016 23:02:44 +0000 Received: by mail-vk0-f52.google.com with SMTP id c3so40704831vkb.3 for ; Tue, 15 Mar 2016 16:02:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=JbBgXUDkKN5htoZmHIU42b3LA/lK/amC90nXgOwZDFU=; b=XL+kKJwn/W7/vHgxWCblSkiogLa/O8/Uuuvv+4ZgQFhxG0nmfel014P9f4zJ0au4kD +OH/TmdgzXd96lymg2XM/KKhq4BXsxSOngO4YOk7LqLpZ8J9t5yq6YvB+sbTQa08fX0G p+q0afv1dGG+TO/DqExxeX10loYcbMNu5z9A/haIObcM361Iu+We4F8D9IHPN5pi/R9z lK7nONE5+A7xhhsl9rzc+t5mtWEEWzZ+emN8LPKs9c4yKq0/WXBnU2chkCaQVXH94DYK okwtBODzCTNXeB6nyeajrt/VClqcq8RSU7k2RRHVSaCXFq/5VYEnmhv36BI9GyIJmnFv z94Q== X-Gm-Message-State: AD7BkJKS9WArxtcHIZrkYv9gXRktw+aru8nR1Rs4bq2LC865ayULyI4z8qgT2XLK5qe9yEWoaktou+AyfugRnA== MIME-Version: 1.0 X-Received: by 10.31.190.195 with SMTP id o186mr765908vkf.100.1458082962428; Tue, 15 Mar 2016 16:02:42 -0700 (PDT) Received: by 10.159.41.193 with HTTP; Tue, 15 Mar 2016 16:02:42 -0700 (PDT) Date: Tue, 15 Mar 2016 23:02:00 -0000 Message-ID: Subject: [ITA] procps From: Wayne Porter To: cygwin-apps@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00031.txt.bz2 I have just finished porting procps 3.3.9 and wanted to share it with the community. procps-3.3.9-1.tar.xz https://drive.google.com/file/d/0B6jD_6qfO1gMeEFVdUFyY0hqc0k/view?usp=sharing procps-3.3.9-1-src.tar.xz https://drive.google.com/file/d/0B6jD_6qfO1gMZW5yU0ZnSVR6ZVk/view?usp=sharing procps-debuginfo-3.3.9-1.tar.xz https://drive.google.com/file/d/0B6jD_6qfO1gMam4wbk5Mb2w3T3c/view?usp=sharing I don't have anywhere to upload the files directly to so I hope Google Drive links are not too frowned upon. Thank you for your consideration. Original source from https://gitlab.com/procps-ng/procps Debian stable info: https://packages.debian.org/jessie/procps setup.hint: category: System requires: cygwin libncursesw10 pkg-config sdesc: "System and process monitoring utilities" ldesc: "This package provides command line and full screen utilities for browsing procfs, a pseudo file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a zombie). It contains free, kill, pkill, pgrep, pmap, ps, pwdx, slabtop, sysctl, tload, top, uptime, vmstat, w, and watch" -- Wayne Porter