[BACK]Return to README CVS log [TXT][DIR] Up to [local] / ports / infrastructure

Annotation of ports/infrastructure/README, Revision 1.12

1.1       espie       1: This directory does not hold ports, but rather stuff to help
1.2       espie       2: with building specific ports, or with checking packages.
                      3:
1.12    ! espie       4: A lot of documentation actually exists as manpages.
        !             5: See bsd.port.mk(5) for most things.
1.2       espie       6:
1.11      tj          7: bin/pkg_outdated
1.12    ! espie       8:        Compare installed registered packages with the ports tree, try to find
        !             9:        out of date ports.
1.2       espie      10:
1.7       landry     11: db/network.conf
1.6       jasper     12:        Distfiles configuration. Tweakable by the user.
                     13:
                     14: db/user.list
                     15:        List of users and groups created by the ports (or that are advised
                     16:        to be added.
1.2       espie      17:
1.9       jasper     18: bin/outdated-perl-ports
1.12    ! espie      19:        Compare perl ports INDEX entries (install portslist) with the
        !            20:        latest module versions available from CPAN.
1.6       jasper     21:
                     22: templates/Makefile.template
                     23:        Template Makefile that may be of use when making a port.