From owner-freebsd-ports@FreeBSD.ORG Sat May 12 12:43:31 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDBDF16A404 for ; Sat, 12 May 2007 12:43:31 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 6679113C48A for ; Sat, 12 May 2007 12:43:31 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1333310nze for ; Sat, 12 May 2007 05:43:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Wfq3mg2aSEADebO8PYE5K+jOefLwy4k8lmDtImR9qEmhixkhHrGh/3lPz/zy9WmRWALIsDjWifQMcjhiLlVLu5SF9ivjo36zbOjW+4DhD96DrxscLOrYPajofj/dpi4xfJ/hRp3ygyAAPGxAiTFyDgt624V7YTMOthZIFPQG/Kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YbImU7mtlsfuoN91BHAzXBAUIYjyLlqPgpFqf+sTwSjZF5B75ofCeB5Aulghyk6a3RXtWjZkpSPuMK3rRYCYcrw1THI64opWcVua4cJw3J4ayZ2Fr2cyxABSE7ar7db+ouW4+4vZ41NiYzgCcK9+8CGX1DK5x98KRFW7sOz4eos= Received: by 10.114.120.1 with SMTP id s1mr241954wac.1178973810065; Sat, 12 May 2007 05:43:30 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 12 May 2007 05:43:30 -0700 (PDT) Message-ID: Date: Sat, 12 May 2007 16:43:30 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Andy Kosela" In-Reply-To: <3cc535c80705120315j25be1113k933ec440d76a14e4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178963343.591874.231130@o5g2000hsb.googlegroups.com> <3cc535c80705120315j25be1113k933ec440d76a14e4@mail.gmail.com> X-Google-Sender-Auth: 4556e31f73799daa Cc: FreeBSD Ports Subject: Re: [NEW PORT] ports-mgmt/pkg - smart tool for managing FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 12:43:31 -0000 On 5/12/07, Andy Kosela wrote: > Hi all, > > I would like to present to you the new utility to deal with the ports > system. The main goal of this project is to provide one common tool > for managing ports and packages instead of relying on many > applications (pkg_add, pkg_delete, pkg_info, pkg_version etc.). > Actually it is a smart wrapper written in /bin/sh to the previously > mentioned applications. It also uses external tool portmaster written > also in /bin/sh by Doug Barton to work with the ports compiled from > source. Pkg tool automates upgrading installed packages, outputs > valuable information about packages/ports and overall simplifies > working with the FreeBSD Ports Collection. It uses no external > databases like portupgrade, just simplicity and minimalism are its > main goals. > > You can test the latest version by installing the package from here > http://home.si.rr.com/pyn/pf/pkg-1.1.tbz > > I commited pkg-1.0 with send-pr to the ports tree a few days ago. It > is awaiting approval... > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112572 > > Feel free to send any suggestions, new ideas and of course bug > reports... First of all, can you consider renaming it to something less ambitious? A tool named pkg is already present in some other systems (e.g. pkgjam in NetBSD). It would be a pity to see your tool, however marvelous it is, squatter the name just because it was the earliest one. That said, your tool is very welcome. P.S. You wanted to post your message to ports@, not hackers@. Cc fixed.