From owner-cvs-all Mon Sep 2 5:42: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D446037B400; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9541343E4A; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82Cg0JU036660; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Cg0Vp036659; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) Message-Id: <200209021242.g82Cg0Vp036659@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Sep 2002 05:42:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/libchk Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/02 05:41:59 PDT Modified files: sysutils Makefile Added files: sysutils/libchk Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add sysutils/libchk: libchk is a tool to help users obtain the following information: - A list of executables that have unresolvable shared library links - A list of shared libraries that are not referenced by any binary - A list of binaries for each shared library that are linked with the library This will help to get a hint as to if you can safely remove shared libraries that look obsolete. Author: Akinori MUSHA WWW: http://www.iDaemons.org/cgi-bin/cvsweb.cgi/libchk/ Revision Changes Path 1.286 +1 -0 ports/sysutils/Makefile 1.1 +31 -0 ports/sysutils/libchk/Makefile (new) 1.1 +1 -0 ports/sysutils/libchk/distinfo (new) 1.1 +1 -0 ports/sysutils/libchk/pkg-comment (new) 1.1 +14 -0 ports/sysutils/libchk/pkg-descr (new) 1.1 +1 -0 ports/sysutils/libchk/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message