HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 2 and Version 3 of HaikuPorter


Ignore:
Timestamp:
11/13/09 12:21:12 (6 years ago)
Author:
scottmc
Comment:

updated command line options

Legend:

Unmodified
Added
Removed
Modified
  • HaikuPorter

    v2 v3  
    99 * builds the software 
    1010 * installs the software 
     11 * zips up the resulting binary for distribution 
    1112 
    1213Currently !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. 
    … …  
    3637== Usage == 
    3738 
    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).  
    3940 
    4041Usage information can be obtained by invoking !HaikuPorter with the {{{-h}}} option: 
    … …  
    4546 
    4647options: 
    47   --version      show program's version number and exit 
    4848  -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 
    4958  -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) 
    5361}}} 
    5462 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/