Open cruftie opened 5 years ago
First step: create a script to identify such ports.
I'll give that some thought as time allows.
What I was actually looking forward to was designing the image/icon for it.
I think in the glory days of Hollywood schlock/horror, 'blobs' were always considered as being green. I think with my almost non-existent Gimp skillz, I might just manage a green blob!
Ask around, on freebsd-ports mailing list etc, see what you can find.
Or if you know a port with such a feature, look in the Makefile (there's a link to the subversion repo on every port page).
@cruftie how do we know if a port uses a precompiled binary?
re https://twitter.com/DLangille/status/1295033552740986881
The closest I can think of is extracting (not building) the dist file and seeing if any of the files are included in the built package.
i.e. an intersection between the tarball contents and pkg-plist
LICENSE comes to mind, README.txt.
That might get confusing for packages which are not built, e.g. scripts only, e.g. PHP, perl, shell scripts
You can then apply file to the results to find executables. Or objects, or libraries. Or maybe just filter out text files.
@cruftie Do you know of such a port please? A good place to start is knowing a port which installs a precompiled binary file.
@cruftie ping
@cruftie please come back. ;)
Would it be possible to do and maybe include a link to a brief explanation of the security implications of running such a port.
Much appreciate the good work you're doing.