From owner-freebsd-ports@freebsd.org Thu Apr 20 12:34:36 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 734B5D48217 for ; Thu, 20 Apr 2017 12:34:36 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 54FBA9C6 for ; Thu, 20 Apr 2017 12:34:36 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mailman.ysv.freebsd.org (Postfix) id 54440D48216; Thu, 20 Apr 2017 12:34:36 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53E9DD48215 for ; Thu, 20 Apr 2017 12:34:36 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EADE59C5 for ; Thu, 20 Apr 2017 12:34:35 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mail-wm0-x233.google.com with SMTP id y18so2423297wmh.0 for ; Thu, 20 Apr 2017 05:34:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=I7aFy4FvPP96/W0Fqv9QthUguip501qhRsx5b6ueeF8=; b=B4mvaynqqLyM7GddQOZXHFa30usiI+is1Wu1Q+qgr5hhc/ignm327dWHoOv3ucr9vV u4OZfEOK9as/X7lpDxIH9BxGLSA+3XtOgL6S9KEc5nE7znDn9hMZik6jW+KeXTM5gujX hfwB8r2QbowTYYJjlluDpIwNmgDjKqEt7UX0c= 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; bh=I7aFy4FvPP96/W0Fqv9QthUguip501qhRsx5b6ueeF8=; b=KtkJJDZqIxomKhYarD688Xh6fHP2S1v7fu9gFJQlTvh9986s5QW7Fa68uD6WI42H84 o9Xg/s7z3xSihF0lU/o9vDWq3w/7WIuTsmlLMNMqyg29INjZhBqJmf1W03d0iY+paJUU DluS6pVlrIDrmTQosoYJBAt9lP4MdJNgxstEadoWfim/BNW1thZUzEsd/tFyir82tSoT zaUn72V2ZLLvV1QgCEIJn+Up5cJFIoBfWjkAsnnd/52uMSeXNutHoWSaGPOzPykkc4+6 1NcxhBRA0w/iXFRefgjIsivDVNsJN/Aigy4gjdgcOskdOl76ljsWMIdcZk2oHeB4ybKa Iciw== X-Gm-Message-State: AN3rC/72b297LEWN0xtZaiVOqh1NAxM2e4jWJa20yhYAuwJIxt+W9m/o d2r98T3Q+pBD3Vqli9a3qsfZ+/3eTA== X-Received: by 10.28.68.134 with SMTP id r128mr3158384wma.60.1492691672768; Thu, 20 Apr 2017 05:34:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.127.69 with HTTP; Thu, 20 Apr 2017 05:34:32 -0700 (PDT) In-Reply-To: <87pog8fiyt.fsf@domain.invalid> References: <87pog8fiyt.fsf@domain.invalid> From: Vick Khera Date: Thu, 20 Apr 2017 08:34:32 -0400 Message-ID: Subject: Re: iocage port To: FreeBSD Ports List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 12:34:36 -0000 On Wed, Apr 19, 2017 at 12:41 PM, Sebastian Schwarz wrote: > On 2017-04-19, Vick Khera wrote: > > Can the original iocage port be restored? > > I believe the old code has been forked and preserved under the > name iocell (https://github.com/bartekrutkowski/iocell) and is > available in pkg/ports under sysutils/iocell. > Thanks! That looks like a suitable replacement. An entry in the UPDATING file would have been helpful to me if this is the official position.