From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 12:33:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C11DFFA9 for ; Wed, 1 Oct 2014 12:33:59 +0000 (UTC) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93C56DAE for ; Wed, 1 Oct 2014 12:33:59 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by gateway2.nyi.internal (Postfix) with ESMTP id 2F06A196A for ; Wed, 1 Oct 2014 08:33:58 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute2.internal (MEProxy); Wed, 01 Oct 2014 08:33:58 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=PwB2XMS8r673yWRcZEk7G/Z/ srU=; b=Vd5FylfUO9c44f2uJm5v9b3V39A3YfBL5xCp5c8deB42Rab2Sm0vIYnV V3MfSfkBpNniXDOXNOdWTBxQmzSW7qBWRPApVbgjtNgqCKfZ1LjYZkimcrNiaDTK GHTl6XvEQOgq5olszABMTxqAxkFcVqdmDlFT3KvZHsJ7DsNhusg= Received: by web6.nyi.internal (Postfix, from userid 99) id F2DC25CF77; Wed, 1 Oct 2014 08:33:57 -0400 (EDT) Message-Id: <1412166837.1994524.173874785.5FEDC463@webmail.messagingengine.com> X-Sasl-Enc: KQqUA3QMfV6ERzjdOfeyzasUR03JyXQEBMDK4msPDvjj 1412166837 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-3bf5bee3 In-Reply-To: <542BF06B.1070603@passap.ru> References: <542BF06B.1070603@passap.ru> Subject: Re: User and vendor packages (for pkg_* tools) Date: Wed, 01 Oct 2014 07:33:57 -0500 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 12:33:59 -0000 On Wed, Oct 1, 2014, at 07:15, Boris Samorodov wrote: > Hi All, > > A user has License to use an App and uses pkgng. The vendor has > only packages for pkg_* tools. > > What the user should do? Is there a tool to convert old packages to > new format? > There is no such tool. You would have to manually convert it to the new package format by making a port for it. I think a skeleton port that asked the user a few questions could do this automatically. I will consider taking a stab at this, but I will have to locate an example to test with.