Date: Tue, 29 Nov 2005 21:37:46 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pkg-orphan Makefile distinfo pkg-descr Message-ID: <200511292137.jATLbkkW048511@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2005-11-29 21:37:46 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pkg-orphan Makefile distinfo pkg-descr Log: New port: sysutils/pkg-orphan A console utility for managing unreferenced FreeBSD packages pkg-orphan is a console utility for managing orphan, i.e. unreferenced FreeBSD packages. It finds all or selected orphans and lets the user choose which ones to remove and which ones to keep. It maintains a keep-list file, so previously kept packages will be skipped automatically. In batch mode, all packages, not present in the keep-list are either deleted or kept in the list. Since orphan packages are usually much fewer than non-orphan ones, it can be useful for quickly finding and deleting unused packages, even on a system with hundreds of them installed. Features: - interactive and batch modes - maintains a kept package list, to avoid asking for the same package again - can delete packages recursively, but without deleting shared dependencies or previously kept packages - the keep-list file does not contain package versions, so upgrades generally don't require editing of the file WWW: http://sourceforge.net/projects/pkg-orphan/ - Victor Semionov semionov@mail.b PR: ports/89730 Submitted by: Victor Semionov <semionov@mail.bg> Revision Changes Path 1.720 +1 -0 ports/sysutils/Makefile 1.1 +28 -0 ports/sysutils/pkg-orphan/Makefile (new) 1.1 +3 -0 ports/sysutils/pkg-orphan/distinfo (new) 1.1 +22 -0 ports/sysutils/pkg-orphan/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511292137.jATLbkkW048511>