Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
17
.bin/OLD/port-list
Executable file
17
.bin/OLD/port-list
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
find /usr/ports/ \
|
||||
-maxdepth 6 \
|
||||
-not \( \
|
||||
-path "*CVS*" \
|
||||
-o -path "*.git*" \
|
||||
-o -path "/usr/ports/distfiles" \
|
||||
-o -path "/usr/ports/infrastructure" \
|
||||
-o -path "/usr/ports/lock" \
|
||||
-o -path "/usr/ports/packages" \
|
||||
-o -path "/usr/ports/plist" \
|
||||
-o -path "/usr/ports/pobj" \
|
||||
\) \
|
||||
-path "*/pkg" \
|
||||
-prune \
|
||||
| sed 's,/usr/ports/\(.*\)/pkg$,\1,'
|
||||
Reference in New Issue
Block a user