From owner-freebsd-ports@FreeBSD.ORG Thu Apr 16 15:14:11 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AE4910656C2 for ; Thu, 16 Apr 2009 15:14:11 +0000 (UTC) (envelope-from oleg.ginzburg@nevosoft.ru) Received: from nmail.nevosoft.ru (nmail.nevosoft.ru [78.108.89.51]) by mx1.freebsd.org (Postfix) with ESMTP id 148308FC12 for ; Thu, 16 Apr 2009 15:14:10 +0000 (UTC) (envelope-from oleg.ginzburg@nevosoft.ru) Received: from oleg.net.nevosoft.ru (unknown [195.182.128.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by nmail.nevosoft.ru (Postfix) with ESMTPSA id B79EF63EC0D for ; Thu, 16 Apr 2009 19:00:54 +0400 (MSD) From: Oleg Ginzburg Organization: NevoSoft To: freebsd-ports@freebsd.org Date: Thu, 16 Apr 2009 19:00:42 +0400 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; i386; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904161900.42681.oleg.ginzburg@nevosoft.ru> Subject: a little confuse with case-sensitive name ports and multiple ports with some name X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: oleg.ginzburg@nevosoft.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 15:14:12 -0000 Hello maillist! I have two examples of ports with which arises some complexities by operation with pkg_add and argument "-r". One of ports is "security/keepassx". His name is registered in lowercase, however at installation in/var/db/pkg is registered as KeepAssX. If to try to install port with pkg_add -r keepassx it will be fail and it will be correct with pkg_add -r KeepAssX. Probably it is an error in naming of port? One more problem with port - deco. It is present at two locations: % cat /usr/ports/{archivers,misc}/deco/pkg-descr Deco is a Un*x script able to extract various archive file formats. Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb, flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo. WWW: http://hartlich.com/deco/ A clone of Norton Commander for Unix. Text-based, full featured file manager intuitive interface. WWW: http://deco.sourceforge.net/ Whether there is a way to specify to what category to me it is required to download package of "deco"? whereis -sq deco /usr/ports/archivers/deco - its archivers By command pkg_add -r deco - I've receive in the system fine NC-clone, but not the archivers. When number of port with equal name will be increase - expected results may can not coincide with result pkg_add, and case-sensitive naming port make works a bit difficult .