Changes between Version 3 and Version 4 of HaikuPorter
- Timestamp:
- 03/17/10 14:26:07 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaikuPorter
v3 v4 31 31 * gcc-2.95.3 (included with Haiku) 32 32 * CMake 33 * XZ-utils (if using the -z option) 33 34 * others? 34 35 … … 53 54 -c, --clean clean the working directory of the specified port 54 55 -d, --distro make distribution package of the specified port (include download, unpack, patch, build) 56 -f, --force force to perform the steps (unpack, patch, build) 55 57 -g, --get get ports tree 56 58 -i, --install also install the port (the default is to only build) … … 58 60 -p, --nopatch don't patch the sources, just download and unpack 59 61 -s, --search search for a port (regex) 62 -t, --tree print out the location of the haikuports source tree 60 63 -u, --update update ports tree (you should get it before) 64 -z, --archive create a patched source archive as <package>_haiku.tar.xz 61 65 }}} 62 66
