mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Stop documenting scripts which no longer lives in the tree
PR: 226606 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
This commit is contained in:
parent
a3e02dbf08
commit
8675fe333a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511191
1 changed files with 0 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue