You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,17 @@ Usage
14
14
-`avidemux-build.sh`: This one does **not** work reliably, but you can try running it to see if it will build avidemux for you...
15
15
-`gen_macports_patches.sh`: I actually do **not** use this one myself, but apparently you give it two directories as arguments, and it will generate patches between the two for use with MacPorts...
16
16
-`install_macports.sh`: If you are installing `macportsscripts` via its port, you probably won't need this script, as you should already have MacPorts installed.
17
+
-`lintportindex.tcl`: check a PortIndex for duplicate portnames
17
18
-`macports_34482_fix.pl`: If you have a broken MacPorts registry, just run this script and it should fix it for you (assuming that it broke in a particular way)
18
19
-`macportstrac.sh`: interact with trac (specifically, query/view trac tickets)
19
20
-`macportsupdate.sh`: Just run this script and it will update your MacPorts stuff for you
21
+
-`mp-trac-category-ports.sh`: Used on the wiki
20
22
-`port-copy.sh`: I do **not** use this one myself either, but apparently it will make a copy of a port's portfile for diffing against if you are updating it or something...
21
23
-`port-depcheck.sh`: This is probably the script I use the most. You give it the name of an installed port, and then it will scan the files that that port has installed to see what it links against. After finding what it links against, it will match these libraries to the ports that provide them, and then it will output a diff between the ports that the port actually links against, and the ports that the port declares as library dependencies. `+`es in the diff (highlighted as green when uploaded to MacPorts's trac) mark the names of ports that can be added as library dependencies, while `-`es in the diff (marked as red when uploaded to MacPorts's trac) mark the names of ports that can be removed as library dependencies.
22
24
-`port-fetch-all.sh`: This was the original script that originally made up phw's old `macportsscripts` port. It takes the name of a port as an argument, and will fetch all the dependencies of that port.
23
25
-`port-patch.sh`: I do **not** use this one myself either, but apparently it will generate patches for portfiles...
24
26
-`port-unprovided.sh`: This script will scan your MacPorts prefix for stray files in it that are **not** provided by any ports. Pass it the `--help` flag for more info.
27
+
-`recursive_port_binary_distributable.tcl.sh`: check the binary distributability of a port and all of its dependencies
25
28
-`testport-script.sh`: a more generalized version of `avidemux-build.sh`. Test-installs a port into a custom prefix.
0 commit comments