> On 3 Jun, 2017, at 14:44, Beeblebrox via freebsd-ports > <[email protected]> wrote: > > Thanks Matt for the suggestion, INDEX is a very good idea > > I am unable to figure out how to map package name to port name though > as INDEX does not store origins. Any suggestions?
freshports.org lists all ports that depend on a specific port, which might make things simpler for you. INDEX does store origins---it's the second field. Loop on dependency packages and grep for lines that start with that package name, and cut the second field. # Adam -- Adam Weinberger [email protected] https://www.adamw.org _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
