From owner-cvs-all@FreeBSD.ORG Thu Nov 24 11:49:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 8438816A420; Thu, 24 Nov 2005 11:49:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2D843D5E; Thu, 24 Nov 2005 11:49:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAOBneHa072151; Thu, 24 Nov 2005 11:49:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAOBneVq072150; Thu, 24 Nov 2005 11:49:40 GMT (envelope-from pav) Message-Id: <200511241149.jAOBneVq072150@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 24 Nov 2005 11:49:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/xscoop Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 11:49:41 -0000 pav 2005-11-24 11:49:40 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/xscoop Makefile distinfo pkg-descr Log: XScoop provides the ability to quickly determine which underlying X libraries were statically linked into an application, even when the source is not available. XScoop parses an executable, looking for matches on a subset of sample keywords that may identify the library being used. It does not produce absolute results, and instead supplies a report with key-hits which represent the likelihood that a particular library is present in the binary. PR: ports/89419 Submitted by: Ron Scheckelhoff Revision Changes Path 1.383 +1 -0 ports/x11-toolkits/Makefile 1.1 +27 -0 ports/x11-toolkits/xscoop/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/xscoop/distinfo (new) 1.1 +6 -0 ports/x11-toolkits/xscoop/pkg-descr (new)