Hello forum, I'm little confused: there is a ports tree and there is a official FreeBSD repository (my host uses pkg+http://pkg.FreeBSD.org/FreeBSD:10:amd64/quarterly repo). But comparison of software available from both this source demonstrates difference, for example -- there is audio/moc in ports:
but there is no moc available through pkg:
(output doesn't even contain audio category)
So my question is simple (of course after I dug in a bit): which packages is built from ports and get their place in official repo (and how much time is it takes)? Is it happens on periodic basis, or is it have something to do with particular ports itself? I just want to understand a logic, which bind software distribution in FreeBSD together (or if there is a logic at all).
Code:
# ls -d /usr/ports/*/moc/
/usr/ports/audio/moc/
but there is no moc available through pkg:
Code:
pkg search -xo moc
(output doesn't even contain audio category)
So my question is simple (of course after I dug in a bit): which packages is built from ports and get their place in official repo (and how much time is it takes)? Is it happens on periodic basis, or is it have something to do with particular ports itself? I just want to understand a logic, which bind software distribution in FreeBSD together (or if there is a logic at all).