From owner-svn-ports-head@freebsd.org Thu Sep 5 14:18:47 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9704BE8B4A; Thu, 5 Sep 2019 14:18:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46PN8l3TWhz3KsP; Thu, 5 Sep 2019 14:18:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 438485714; Thu, 5 Sep 2019 14:18:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x85EIlh1098346; Thu, 5 Sep 2019 14:18:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x85EIlvt098345; Thu, 5 Sep 2019 14:18:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201909051418.x85EIlvt098345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Sep 2019 14:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511191 - head/Tools/scripts X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/Tools/scripts X-SVN-Commit-Revision: 511191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2019 14:18:47 -0000 Author: bapt Date: Thu Sep 5 14:18:46 2019 New Revision: 511191 URL: https://svnweb.freebsd.org/changeset/ports/511191 Log: Stop documenting scripts which no longer lives in the tree PR: 226606 Submitted by: Sergey Akhmatov Modified: head/Tools/scripts/README Modified: head/Tools/scripts/README ============================================================================== --- head/Tools/scripts/README Thu Sep 5 13:56:18 2019 (r511190) +++ head/Tools/scripts/README Thu Sep 5 14:18:46 2019 (r511191) @@ -27,24 +27,16 @@ doportlint - run portlint on every port and return the distclean - compare md5 sums of distfiles in ports/distfiles with currently installed ports collection in ports/* and prompt to remove unmatched entries -explicit_lib_depends.sh - shows the current explicit dependency list of libs - for a given installed port getpatch - downloads patch attachments from a Bug Tracking Systems getpatch.sh - downloads patch attachments from a Bug Tracking Systems (plain shell script) -getpr - downloads a problem report from GNATS and attempts to extract - the patch, shar, uuencoded file from it. - this probably needs to be checked for potential security problems. gnomedepends - Analyse pkg/PLIST and give an advice as to which GNOME ports should be listes in {RUN,LIB}_DEPENDS for this port mark_safe.pl - utility to set subsets of ports to MAKE_JOBS_(UN)SAFE=yes mfh - Merge from head to a given branch neededlibs.sh - Extract direct library dependencies from binaries. -plist - automate (mostly, at least) pkg-plist generation portsearch - A utility for searching the ports tree. It allows more detailed search criteria than ``make search key='' and accepts all perl(1) regular expressions. -resolveportsfromlibs.sh - Prints the name(s) of ports(s) given a library - filename, suitable for direct use in LIB_DEPENDS. search_lib_depends_and_bump.sh - Give it a port that has changed and it will bump all ports having a LIB_DEPENDS on this port splitpatch.pl - A small script to convert multi-file patches to several @@ -53,15 +45,6 @@ tindex - script used to build INDEXes for supported Fr are the source of the 'make fetchindex' INDEXes, and the build failure reports on ports@FreeBSD.org update-patches - generates updated patches. - ----------------------------------------------------------------------- - -getpr is used as so: - % cd /usr/ports/CATEGORY/PORT - % getpr PRNUMBER - - ----------------------------------------------------------------------