diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-08-16 10:51:45 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-08-16 10:52:58 +0000 |
| commit | 078b5f9227b8af8fef462b6f95ff5e2fd5622b3c (patch) | |
| tree | 7a7c64aa2b6ddda207eea31a1741ba7b98779d3c /Tools/scripts/README | |
| parent | 4c58862f6ca9961611c8c4253d4e49c139936dba (diff) | |
Diffstat (limited to 'Tools/scripts/README')
| -rw-r--r-- | Tools/scripts/README | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index c26c8fcc43e7..450a92136a92 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -25,8 +25,6 @@ distclean.sh - compare md5 sums of distfiles in ports/distfiles with currently 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 |
