diff options
Diffstat (limited to 'ports-mgmt/pkg-orphan')
| -rw-r--r-- | ports-mgmt/pkg-orphan/Makefile | 28 | ||||
| -rw-r--r-- | ports-mgmt/pkg-orphan/distinfo | 3 | ||||
| -rw-r--r-- | ports-mgmt/pkg-orphan/pkg-descr | 22 |
3 files changed, 0 insertions, 53 deletions
diff --git a/ports-mgmt/pkg-orphan/Makefile b/ports-mgmt/pkg-orphan/Makefile deleted file mode 100644 index 81f8e6a08146..000000000000 --- a/ports-mgmt/pkg-orphan/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: pkg-orphan -# Date created: 26 November 2005 -# Whom: Victor Semionov <semionov@mail.bg> -# -# $FreeBSD$ -# - -PORTNAME= pkg-orphan -PORTVERSION= 0.1.1 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=${PORTNAME} - -MAINTAINER= vsemionov@gmail.com -COMMENT= A console utility for managing unreferenced FreeBSD packages - -NO_BUILD= yes -USE_PERL5= yes - -MAN1= pkg-orphan.1 - -PLIST_FILES= sbin/pkg-orphan - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${PREFIX}/sbin/pkg-orphan - ${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${MAN1PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/ports-mgmt/pkg-orphan/distinfo b/ports-mgmt/pkg-orphan/distinfo deleted file mode 100644 index e71c2ae2136e..000000000000 --- a/ports-mgmt/pkg-orphan/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pkg-orphan-0.1.1.tar.gz) = 4be6c6921db432177870e6b00aec55ee -SHA256 (pkg-orphan-0.1.1.tar.gz) = a2dc15fd04b7672017fbab32e0f46421b67e6ec6f73db9329f82313ee68aeb21 -SIZE (pkg-orphan-0.1.1.tar.gz) = 5948 diff --git a/ports-mgmt/pkg-orphan/pkg-descr b/ports-mgmt/pkg-orphan/pkg-descr deleted file mode 100644 index 76cd402acbc2..000000000000 --- a/ports-mgmt/pkg-orphan/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -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 -vsemionov@gmail.com |
