Revision: 317 http://opencsw.svn.sourceforge.net/opencsw/?rev=317&view=rev Author: skayser Date: 2011-02-22 00:04:28 +0000 (Tue, 22 Feb 2011)
Log Message: ----------- mgar: add man page prototypes Added Paths: ----------- gar-wrapper/mgar.1.txt gar-wrapper/mgar.5.txt Added: gar-wrapper/mgar.1.txt =================================================================== --- gar-wrapper/mgar.1.txt (rev 0) +++ gar-wrapper/mgar.1.txt 2011-02-22 00:04:28 UTC (rev 317) @@ -0,0 +1,40 @@ +mgar(1) +======= + +NAME +---- +mgar - Automates the handling of the OpenCSW build tree and package builds + +SYNOPSIS +-------- +'mgar' <command> [<args>] + +DESCRIPTION +----------- +mgar is a command line tool that facilitates working with the OpenCSW package +build recipe tree. It automates everyday tasks and and abstracts implementation +details of the underlying repository as well as details of the build system +that is used to build packages out of the build recipes. + +GETTING STARTED +--------------- +So you've installed mgar. Great! In order to start working with it, you need +to initialize a local build tree and then pull in the build recipes from +OpenCSW. To do so, execute the following commands: + +------------ +$ mgar init # init the build tree at ~/opencsw +$ mgar up --all # fetch the build recipes +------------ + +If you haven't worked with the OpenCSW build recipes before, please hop over +to http://gar.opencsw.org for an introduction. For a full list of supported +commands, please see mgar --help. + +REPORTING BUGS +-------------- +Please report bugs at http://www.opencsw.org/mantis/. + +SEE ALSO +-------- +- mgar(5) Added: gar-wrapper/mgar.5.txt =================================================================== --- gar-wrapper/mgar.5.txt (rev 0) +++ gar-wrapper/mgar.5.txt 2011-02-22 00:04:28 UTC (rev 317) @@ -0,0 +1,21 @@ +mgar(5) +======= + +NAME +---- +mgar - Build recipe syntax + +DESCRIPTION +----------- +Build recipes are written in Makefile format (similar to what you would see in +e.g. FreeBSD ports). Please follow the links in the section section 'EXAMPLES' +for annotated examples and reference material. + +EXAMPLES +-------- +- https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/template/trunk/Makefile +- http://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference + +SEE ALSO +-------- +- http://gar.opencsw.org This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel