From owner-freebsd-ports Fri Jul 26 16:33:55 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14033 for ports-outgoing; Fri, 26 Jul 1996 16:33:55 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-26.ix.netcom.com [199.35.209.186]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA14022 for ; Fri, 26 Jul 1996 16:33:53 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id QAA00866; Fri, 26 Jul 1996 16:33:36 -0700 (PDT) Date: Fri, 26 Jul 1996 16:33:36 -0700 (PDT) Message-Id: <199607262333.QAA00866@silvia.HIP.Berkeley.EDU> To: se@zpr.uni-koeln.de CC: ports@freebsd.org In-reply-to: <199607262107.XAA00493@x14.mi.uni-koeln.de> (message from Stefan Esser on Fri, 26 Jul 1996 23:07:05 +0200 (MET DST)) Subject: Re: print/gs4 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * It should suffice top say "pkg_delete bash" for * example to remove the package "bash-1.14.6" (or * was it bash-1.14-6 :-) ... Adding something like this is quite easy without adding anything else to the Makefiles, as the package names are now standardized. Everything up to the last "-" is the "class" and the rest is the version. The version numbers are pretty standardized too, but unfortunately the current rules aren't good enough to make them sort in order (in particular, 'a'/'b' which usually mean "alpha"/"beta" sort before numbers), so you can't just say "delete everything but the latest version" or "add the newest package". Satoshi