diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-05 14:18:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-05 14:18:46 +0000 |
commit | 8675fe333a10f63c3e8aba38430fc997210a0f0c (patch) | |
tree | ba42aacedc3478c863fdb32a7e97d80c3e596636 /Tools | |
parent | a3e02dbf08388feec7ab8daac3f233eeb173e98d (diff) | |
download | ports-8675fe333a10f63c3e8aba38430fc997210a0f0c.tar.gz ports-8675fe333a10f63c3e8aba38430fc997210a0f0c.zip |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/scripts/README | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index fe8bb9bf045d..af5771794569 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -27,24 +27,16 @@ doportlint - run portlint on every port and return the results 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 @@ -56,15 +48,6 @@ 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> - ----------------------------------------------------------------------- - gnomedepends is a script, which analyses pkg/PLIST and gives an advice as to which GNOME ports should be listes in {RUN,LIB}_DEPENDS for the port to ensure correct removal of GNOME shared directories. Usage is simple: |