Date: Thu, 5 Sep 2019 14:18:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511191 - head/Tools/scripts Message-ID: <201909051418.x85EIlvt098345@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sergey@akhmatov.ru> 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=<string>'' 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 - <read diff presented to you> - <check that there are no followups to the PR as getpr wont' split - them out of the PR> ----------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051418.x85EIlvt098345>