Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 23:54:56 -0400
From:      Michael Beasley <youvegotmoxie@gmail.com>
To:        reg@dwf.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to find what package (or port) a routine is in.
Message-ID:  <3996BB07-E51E-4C7B-9F0B-C1E6C8AB80CC@gmail.com>
In-Reply-To: <201509110308.t8B38QW9025454@deneb.dwf.com>
References:  <201509110308.t8B38QW9025454@deneb.dwf.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Sep 10, 2015, at 11:08 PM, reg@dwf.com wrote:
>=20
>=20
> I think the subject line says it all.
> I'm looking for 'formail' which google FreeBSD formail shows me
> exists in FreeBSD, but I have no idea how to find the package/
> port containing it.
>=20
> Someone point me in the right direction.
> --=20
>                                        Reg.Clemens
>                                        reg@dwf.com
>=20
`find /usr/ports -name Makefile | xargs grep =E2=80=9Cformail=E2=80=9D`

shows procmail

> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to =
"freebsd-questions-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3996BB07-E51E-4C7B-9F0B-C1E6C8AB80CC>