diff options
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 40 |
1 files changed, 3 insertions, 37 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 8dfb2b17028a..450a92136a92 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -12,21 +12,19 @@ bump_revision.pl - Small script to bump the PORTREVISION variable of ports checkcats.py - verify that master categories in all ports are correct and report any problems. Beware that the full check takes quite some time. -checknewvers - checks for availability for a newest version of distfiles on +checknewver.sh - checks for availability for a newest version of distfiles on MASTER_SITES (ftp only). -checksum - allows checking of ports to see if their checksums +checksum.sh - allows checking of ports to see if their checksums match, and if they don't, give a diff against the older version to help discover why the checksum didn't match. chkorigin.sh - checks all ports in the tree for a wrong PKGORIGIN. Run this tool after every repocopy. doportlint - run portlint on every port and return the results -distclean - compare md5 sums of distfiles in ports/distfiles with currently +distclean.sh - compare md5 sums of distfiles in ports/distfiles with currently installed ports collection in ports/* and prompt to remove unmatched entries getpatch - downloads patch attachments from a Bug Tracking Systems getpatch.sh - downloads patch attachments from a Bug Tracking Systems (plain shell script) -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 neededlibs.sh - Extract direct library dependencies from binaries. port_conflicts_check.lua - Verify that files installed by more than 1 port are covered @@ -47,38 +45,6 @@ update_crates - script used to generate an updated Makefile using make cargo-cra ---------------------------------------------------------------------- -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: - % cd /usr/ports/CATEGORY/PORT - % gnomedepends.py - According to the contents of PLIST the port depends on the following GNOME - port(s): - - /usr/ports/audio/gnomeaudio, for directories: - share/gnome/sounds - - /usr/ports/sysutils/gnomecontrolcenter, for directories: - share/gnome/apps - - /usr/ports/x11/gnomecore, for directories: - share/gnome/apps/Games - - /usr/ports/x11/gnomelibs, for directories: - etc/sound/events - etc/sound - share/gnome/games - share/gnome/pixmaps - share/gnome - -The example above means that you need to have ${PORTSDIR}/audio/gnomeaudio, -${PORTSDIR}/sysutils/gnomecontrolcenter, ${PORTSDIR}/x11/gnomecore and -${PORTSDIR}/x11/gnomelibs listed in {RUN,LIB}_DEPENDS for this port. -Please be warned, that the this only means that the ports listed by the script -required for correct removal of GNOME shared directories, not for the port -functionality, so actual {RUN,LIB}_DEPENDS may have more entries. - ----------------------------------------------------------------------- portsearch - A utility for searching the ports tree. portsearch is a utility to for searching of the ports tree. It permits |