View | Details | Raw Unified | Return to bug 226606
Collapse All | Expand All

(-)Tools/scripts/README (-17 lines)
Lines 26-49 Link Here
26
distclean - compare md5 sums of distfiles in ports/distfiles with currently
26
distclean - compare md5 sums of distfiles in ports/distfiles with currently
27
            installed ports collection in ports/* and prompt to remove
27
            installed ports collection in ports/* and prompt to remove
28
            unmatched entries
28
            unmatched entries
29
explicit_lib_depends.sh - shows the current explicit dependency list of libs
30
                          for a given installed port
31
getpatch - downloads patch attachments from a Bug Tracking Systems
29
getpatch - downloads patch attachments from a Bug Tracking Systems
32
getpatch.sh - downloads patch attachments from a Bug Tracking Systems (plain shell script)
30
getpatch.sh - downloads patch attachments from a Bug Tracking Systems (plain shell script)
33
getpr   - downloads a problem report from GNATS and attempts to extract
34
          the patch, shar, uuencoded file from it.
35
          this probably needs to be checked for potential security problems.
36
gnomedepends - Analyse pkg/PLIST and give an advice as to which GNOME ports
31
gnomedepends - Analyse pkg/PLIST and give an advice as to which GNOME ports
37
               should be listes in {RUN,LIB}_DEPENDS for this port
32
               should be listes in {RUN,LIB}_DEPENDS for this port
38
mark_safe.pl - utility to set subsets of ports to MAKE_JOBS_(UN)SAFE=yes
33
mark_safe.pl - utility to set subsets of ports to MAKE_JOBS_(UN)SAFE=yes
39
mfh - Merge from head to a given branch
34
mfh - Merge from head to a given branch
40
neededlibs.sh - Extract direct library dependencies from binaries.
35
neededlibs.sh - Extract direct library dependencies from binaries.
41
plist - automate (mostly, at least) pkg-plist generation
42
portsearch - A utility for searching the ports tree. It allows more detailed
36
portsearch - A utility for searching the ports tree. It allows more detailed
43
             search criteria than ``make search key=<string>'' and accepts
37
             search criteria than ``make search key=<string>'' and accepts
44
             all perl(1) regular expressions.
38
             all perl(1) regular expressions.
45
resolveportsfromlibs.sh - Prints the name(s) of ports(s) given a library
46
                          filename, suitable for direct use in LIB_DEPENDS.
47
splitpatch.pl - A small script to convert multi-file patches to several
39
splitpatch.pl - A small script to convert multi-file patches to several
48
                appropriately named single-file patches.
40
                appropriately named single-file patches.
49
tindex - script used to build INDEXes for supported FreeBSD branches, which
41
tindex - script used to build INDEXes for supported FreeBSD branches, which
Lines 53-67 Link Here
53
45
54
----------------------------------------------------------------------
46
----------------------------------------------------------------------
55
47
56
getpr is used as so:
57
	% cd /usr/ports/CATEGORY/PORT
58
	% getpr PRNUMBER
59
	<read diff presented to you>
60
	<check that there are no followups to the PR as getpr wont' split
61
	 them out of the PR>
62
63
----------------------------------------------------------------------
64
65
gnomedepends is a script, which analyses pkg/PLIST and gives an advice as to
48
gnomedepends is a script, which analyses pkg/PLIST and gives an advice as to
66
which GNOME ports should be listes in {RUN,LIB}_DEPENDS for the port to ensure
49
which GNOME ports should be listes in {RUN,LIB}_DEPENDS for the port to ensure
67
correct removal of GNOME shared directories. Usage is simple:
50
correct removal of GNOME shared directories. Usage is simple:

Return to bug 226606