Changes between Version 2 and Version 3 of HaikuPorter
- Timestamp:
- 11/13/09 12:21:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaikuPorter
v2 v3 9 9 * builds the software 10 10 * installs the software 11 * zips up the resulting binary for distribution 11 12 12 13 Currently !HaikuPorter can not automatically resolve any dependencies. The !HaikuPorts project's main objective is the porting of software to Haiku, and not to create a package management system as powerful as Gentoo Portage or the FreeBSD ports system. Automatic dependency handling is therefor not high on the to-do list. … … 36 37 == Usage == 37 38 38 '''WARNING''' - !HaikuPorter is currently in alpha stage. No one should be actually using it!39 '''WARNING''' - !HaikuPorter is currently in development. Be sure to check over the resulting builds for any issues prior to posting them publicly. If you find broken .bep files be sure to post a trac ticket (and attach a fixed .bep if you fix it). 39 40 40 41 Usage information can be obtained by invoking !HaikuPorter with the {{{-h}}} option: … … 45 46 46 47 options: 47 --version show program's version number and exit48 48 -h, --help show this help message and exit 49 -v, --version show program's version number and exit 50 51 -a, --about show description of the specified port 52 -b, --nobuild don't build the port, just download, unpack and patch 53 -c, --clean clean the working directory of the specified port 54 -d, --distro make distribution package of the specified port (include download, unpack, patch, build) 55 -g, --get get ports tree 56 -i, --install also install the port (the default is to only build) 57 -l, --list list available ports 49 58 -p, --nopatch don't patch the sources, just download and unpack 50 -b, --nobuild don't build the port, just download, unpack and patch 51 -i, --install also install the port (the default is to only build) 52 -c, --clean clean the working directory of the specified port 59 -s, --search search for a port (regex) 60 -u, --update update ports tree (you should get it before) 53 61 }}} 54 62
