README 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. This is the FreeBSD Ports Collection. For an easy to use
  2. WEB-based interface to it, please see:
  3. https://www.FreeBSD.org/ports
  4. For general information on the Ports Collection, please see the
  5. FreeBSD Handbook ports section which is available from:
  6. https://docs.freebsd.org/en/books/handbook/ports/
  7. for the latest official version
  8. or:
  9. The ports(7) manual page (man ports).
  10. These will explain how to use ports and packages.
  11. If you would like to search for a port, you can do so easily by
  12. saying (in /usr/ports):
  13. make search name="<name>"
  14. or:
  15. make search key="<keyword>"
  16. which will generate a list of all ports matching <name> or <keyword>.
  17. make search also supports wildcards, such as:
  18. make search name="gtk*"
  19. For information about contributing to FreeBSD ports, please see the Porter's
  20. Handbook, available at:
  21. https://docs.freebsd.org/en/books/porters-handbook/
  22. NOTE: This tree will GROW significantly in size during normal usage!
  23. The distribution tar files can and do accumulate in /usr/ports/distfiles,
  24. and the individual ports will also use up lots of space in their work
  25. subdirectories unless you remember to "make clean" after you're done
  26. building a given port. /usr/ports/distfiles can also be periodically
  27. cleaned without ill-effect.