Created
April 6, 2024 17:27
-
-
Save cooljeanius/46d8c0f32c1470094f87ae42177e0507 to your computer and use it in GitHub Desktop.
Output showing which ports in Fink have installed .m4 files on my system, sorted by how many each package installs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ /opt/sw/bin/dpkg -S /opt/sw/share/aclocal/*.m4 2>/dev/null | cut -d: -f1 | sort | uniq -c | sort -r | |
| 582 autoconf-archive | |
| 10 gettext-tools | |
| 7 libtool2 | |
| 2 libstroke | |
| 2 libgpg-error | |
| 2 libflac12-dev | |
| 2 gnome-common | |
| 2 glib2-dev | |
| 1 zziplib13-dev | |
| 1 xmlsec1-dev | |
| 1 wxwidgets300-gtk2 | |
| 1 vala | |
| 1 util-macros | |
| 1 smpeg | |
| 1 sdl2 | |
| 1 sdl | |
| 1 pth2-dev | |
| 1 pstoedit | |
| 1 pkgconfig | |
| 1 pilot-link09 | |
| 1 orbit2-dev | |
| 1 ntbtls | |
| 1 nspr.0f | |
| 1 npth | |
| 1 libxslt | |
| 1 libxml2 | |
| 1 libxapian22-dev | |
| 1 libvorbis0 | |
| 1 libspeex1 | |
| 1 libshout4 | |
| 1 libopus0-shlibs | |
| 1 libogg | |
| 1 libmikmod3 | |
| 1 libmcrypt | |
| 1 libksba8 | |
| 1 libgsl25-dev | |
| 1 libgpgme11-1.9-dev | |
| 1 libgcrypt20 | |
| 1 libdap11 | |
| 1 libcurl4 | |
| 1 libassuan2 | |
| 1 libao4 | |
| 1 intltool40 | |
| 1 guile22-dev | |
| 1 gts75 | |
| 1 gtkglextmm | |
| 1 gtkglext1 | |
| 1 gtk-doc | |
| 1 gtk+2-dev | |
| 1 gstreamer-0.10-dev | |
| 1 gob2 | |
| 1 gnome-doc-utils | |
| 1 glibmm2.4-dev | |
| 1 gimp2-svg-dev | |
| 1 gconf2-dev | |
| 1 freetype219 | |
| 1 esound | |
| 1 cmake | |
| 1 check | |
| 1 bison | |
| 1 autotrace | |
| 1 autogen-dev | |
| 1 aalib | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment