Chinaunix首页 | 论坛 | 博客
  • 博客访问: 705184
  • 博文数量: 235
  • 博客积分: 4309
  • 博客等级: 中校
  • 技术积分: 2325
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-17 11:25
个人简介

If you don\\\\\\\\\\\\\\\'t wanna do it, you find an EXCUSE; if you do, you\\\\\\\\\\\\\\\'ll find a WAY :-)

文章分类

全部博文(235)

文章存档

2014年(3)

2013年(2)

2012年(31)

2011年(199)

分类: BSD

2012-08-30 13:30:12


  1. fetch - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined) into ${DISTDIR} as necessary.
  2. fetch-list - Show list of files that would be retrieved by fetch.
  3. fetch-recursive - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined), for port and dependencies into ${DISTDIR} as necessary.
  4. fetch-recursive-list - Show list of files that would be retrieved by fetch-recursive.
  5. fetch-required-list - Show list of files that would be retrieved by fetch-required.
  6. fetch-required - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined), for port and dependencies that are not already installed into ${DISTDIR}.
  7. all-depends-list - Show all directories which are dependencies for this port.
  8. build-depends-list - Show all directories which are build-dependencies for this port.
  9. package-depends-list - Show all directories which are package-dependencies for this port.
  10. run-depends-list - Show all directories which are run-dependencies for this port.
  11. extract - Unpacks ${DISTFILES} into ${WRKDIR}.
  12. patch - Apply any provided patches to the source.
  13. configure - Runs either GNU configure, one or more local configure scripts or nothing, depending on what's available.
  14. build - Actually compile the sources.
  15. install - Install the results of a build.
  16. reinstall - Install the results of a build, ignoring "already installed" flag.
  17. deinstall - Remove the installation.
  18. deinstall-all - Remove all installations with the same PKGORIGIN.

  19. package - Create a package from an _installed_ port.
  20. package-recursive - Create a package for a port and _all_ of its dependancies.

  21. describe - Try to generate a one-line description for each port for use in INDEX files and the like.
  22. checkpatch - Do a "patch -C" instead of a "patch". Note that it may give incorrect results if multiple patches deal with the same file.
  23. checksum - Use distinfo to ensure that your distfiles are valid.
  24. checksum-recursive - Run checksum in this port and all dependencies.
  25. makesum - Generate distinfo (only do this for your own ports!).
  26. clean - Remove ${WRKDIR} and other temporary files used for building.
  27. clean-depends - Do a "make clean" for all dependencies.
  28. config - Configure options for this port (using ${DIALOG}). Automatically run prior to extract, patch, configure, build, install, and package.
  29. showconfig - Display options config for this port
  30. rmconfig - Remove the options config for this port

阅读(944) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~