diff --git a/manpages/bee-check.xml b/manpages/bee-check.xml
new file mode 100644
index 0000000..87c8f8c
--- /dev/null
+++ b/manpages/bee-check.xml
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee-check
+ 1
+
+
+
+ bee-check
+ perform some consistency checks on a bee package
+
+
+
+
+ bee check
+ options
+ <pattern>
+
+
+
+
+ Description
+
+ bee-check is used to perform
+ consistency checks on a bee package matching
+ pattern and shows missing link
+ targets, missing files and directories or changed
+ md5 sums.
+
+
+
+ Options
+
+
+
+
+
+ Print package dependencies.
+
+
+
+
+
+ Check all packages matching pattern if it does not match a full packagename.
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+ Environment
+
+
+
+
+ Directory searched for installed bee packages
+
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee1,
+ bee-download1,
+ bee-init1,
+ bee-install1,
+ bee-list1,
+ bee-query1,
+ bee-remove1,
+ bee-update1
+
+
+
diff --git a/manpages/bee-download.xml b/manpages/bee-download.xml
new file mode 100644
index 0000000..c6f88e7
--- /dev/null
+++ b/manpages/bee-download.xml
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee-download
+ 1
+
+
+
+ bee-download
+ Download a repository and convert it into a source tarball
+
+
+
+
+ bee download
+ options
+ <repository-url>
+
+
+
+
+ Description
+
+
+ bee-download is used to download a repository and convert it
+ into a source tarball. This tarball can be used to create a beefile via
+ bee-init.
+
+
+
+
+ Options
+
+
+
+
+
+
+ Specify the tarball's package name.
+
+
+
+
+
+
+ Specify the tarball's package version.
+
+
+
+
+
+
+
+ When downloading from a git repository: Use a certain commit
+ as the HEAD revision.
+
+
+
+
+
+
+
+
+ Specify the type of download (http, https or git).
+
+
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+ Environment
+
+
+
+
+ The downloaded file is placed here.
+
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee1,
+ bee-check1,
+ bee-init1,
+ bee-install1,
+ bee-list1,
+ bee-query1,
+ bee-remove1,
+ bee-update1
+
+
+
diff --git a/manpages/bee-init.xml b/manpages/bee-init.xml
new file mode 100644
index 0000000..0c05e09
--- /dev/null
+++ b/manpages/bee-init.xml
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee-init
+ 1
+
+
+
+ bee-init
+ Create a bee file for building a bee package
+
+
+
+
+ bee init
+ options
+ <url-to-source>
+ -- configure options
+
+
+
+
+ Description
+
+ bee-init is used to create
+ a file, that is run in order to build a bee package.
+
+
+
+
+ Options
+
+
+
+
+
+
+ Use the configure mode 'compat' if DATAROOTDIR
+ is not supported in your build process.
+
+
+
+
+
+
+
+ Force builtype: configure, cmake, make, autogen, perl-module,
+ perl-module-makemaker, phython-module
+
+
+
+
+
+
+
+ Do not substitute version numbers in the source url.
+
+
+
+
+
+
+
+
+ Overwrite already existing bee-file.
+
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+
+ Print version number.
+
+
+
+
+
+
+
+ Define environment variables within the bee-file.
+ Extra (over)quoting may be needed if B contains spaces.
+
+
+
+
+
+
+
+
+ Name of the new bee-file.
+
+
+
+
+
+
+
+
+ Execute the bee-file after creation.
+
+
+
+
+
+
+
+
+ Execute the bee-file and install software.
+
+
+
+
+
+
+ Naming bee-files
+
+
+
+
+
+
+ Add pkgextraname '_NAME' to bee-file-name.
+
+
+
+
+
+
+
+ Prefix bee-file with 'NAME-'.
+
+
+
+
+
+
+ Installation Directories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Set these directories, if you do not want
+ to install to the default locations.
+
+
+
+
+
+ Configure Options
+
+ Package specific configure options may be appended at the end of your
+ bee-init line, e.g.
+ bee init http://ftp.gnome.org/pub/gnome/sources/gtk+/3.5/gtk+-3.5.2.tar.xz
+ -- --enable-introspection --enable-xinerama
+ will automatically append
+ --enable-introspection and --enable-xinerama
+ to the bee_configure call in your bee-file.
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee1,
+ bee-check1,
+ bee-download1,
+ bee-install1,
+ bee-list1,
+ bee-query1,
+ bee-remove1,
+ bee-update1
+
+
+
diff --git a/manpages/bee-install.xml b/manpages/bee-install.xml
new file mode 100644
index 0000000..cf55d32
--- /dev/null
+++ b/manpages/bee-install.xml
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee-install
+ 1
+
+
+
+ bee-install
+ Install a bee package
+
+
+
+
+ bee install
+ options
+ <bee-package>
+
+
+ bee update
+ options
+ <bee-package>
+
+
+
+
+ Description
+
+
+ bee-install is used to install a bee package.
+
+
+ Normally bee-install searches BEE_PKGDIR
+ for <bee-package> but you can use
+ /path/to/<bee-package>.bee.tar.bz2 too.
+
+ bee-update is the short form of 'bee install --update'.
+
+
+
+ Options
+
+
+
+
+
+
+
+ Prevent bee-install from checking whether
+ <bee-package>
+ is already installed.
+
+
+
+
+
+
+
+
+
+ Update an installed
+ <bee-package>.
+
+
+
+
+
+
+
+
+ Do not install. Just print which files would be installed.
+
+
+
+
+
+
+
+
+ When updating: Remove all older versions of the package.
+
+
+
+
+
+
+
+
+ Be more verbose (can be use twice e.g. -vv).
+
+
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+ Environment
+
+
+
+
+ Directory searched for available bee packages
+
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee1,
+ bee-check1,
+ bee-download1,
+ bee-init1,
+ bee-list1,
+ bee-query1,
+ bee-remove1,
+ bee-update1
+
+
+
diff --git a/manpages/bee-list.xml b/manpages/bee-list.xml
new file mode 100644
index 0000000..ad1c9d8
--- /dev/null
+++ b/manpages/bee-list.xml
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee-list
+ 1
+
+
+
+ bee-list
+ List bee packages
+
+
+
+
+ bee list
+ options
+ <pattern>
+
+
+
+
+ Description
+
+ bee-list is used to display all bee packages that
+ are installed, available, uninstalled or updatable.
+
+
+
+
+ Options
+
+
+
+
+
+
+
+ List all bee packages available for installation matching
+ <pattern>.
+
+
+
+
+
+
+
+
+ Use this option, if you want <pattern>
+ to match the full package name.
+
+
+
+
+
+
+
+
+ List all installed bee packages matching
+ <pattern>.
+ This is the default.
+
+
+
+
+
+
+
+
+ List all packages that can bee updated.
+
+
+
+
+
+
+
+
+ List all uninstalled packages.
+
+
+
+
+
+
+ Show pathname when listing available packages.
+
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+ Environment
+
+
+
+
+ Directory searched for installed bee packages
+
+
+
+
+
+
+ Directory searched for available bee packages
+
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee1,
+ bee-check1,
+ bee-download1,
+ bee-init1,
+ bee-install1,
+ bee-query1,
+ bee-remove1,
+ bee-update1
+
+
+
diff --git a/manpages/bee-query.xml b/manpages/bee-query.xml
new file mode 100644
index 0000000..2848637
--- /dev/null
+++ b/manpages/bee-query.xml
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee-query
+ 1
+
+
+
+ bee-query
+ Ask the bee database for files and packages
+
+
+
+
+ bee query
+ options
+ <pattern>
+
+
+
+
+ Description
+
+
+ Use bee-query to ask the bee database for
+ <pattern>. If
+ <pattern> matches the full name of an
+ installed package, all related files, otherwise all matching files and the
+ related packages will be displayed.
+
+
+
+
+ Options
+
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+ Environment
+
+
+
+
+ Directory searched for installed bee packages
+
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee1,
+ bee-check1,
+ bee-download1,
+ bee-init1,
+ bee-install1,
+ bee-list1,
+ bee-remove1,
+ bee-update1
+
+
+
diff --git a/manpages/bee-remove.xml b/manpages/bee-remove.xml
new file mode 100644
index 0000000..f6cf559
--- /dev/null
+++ b/manpages/bee-remove.xml
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee-remove
+ 1
+
+
+
+ bee-remove
+ Remove an installed bee package
+
+
+
+
+ bee remove
+ options
+ <bee-package>
+
+
+
+
+ Description
+
+
+ Use bee-remove to remove installed bee packages.
+ If <bee-package> does not match
+ the full name of a bee package, all matching packages will be displayed.
+
+
+
+
+ Options
+
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+
+ Print removed files and directories.
+
+
+
+
+
+ Environment
+
+
+
+
+ Directory searched for installed bee packages
+
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee1,
+ bee-check1,
+ bee-download1,
+ bee-init1,
+ bee-install1,
+ bee-list1,
+ bee-query1,
+ bee-update1
+
+
+
diff --git a/manpages/bee.xml b/manpages/bee.xml
new file mode 100644
index 0000000..508f8d0
--- /dev/null
+++ b/manpages/bee.xml
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+ bee - bau et einfach
+ bee @BEE_VERSION@
+
+
+
+
+ Marius
+ Tolzmann
+ tolzmann@molgen.mpg.de
+
+
+
+
+ Tobias
+ Dreyer
+ dreyer@molgen.mpg.de
+
+
+
+
+ and other bee developers
+
+
+
+
+
+ bee
+ 1
+
+
+
+ bee
+ Run a bee tool
+
+
+
+
+ bee
+ options
+ <tool>
+ tool-options
+ tool-arguments
+
+
+
+
+ Description
+
+
+ bee is a wrapper tool that is used to run all bee tools.
+ All options known by these bee tools can bee passed to bee.
+
+
+
+
+ Options
+
+
+
+
+
+
+ Run bee as if BEE_BEEDESTDIR
+ is your system's root directory. That means
+ BEE_BEEDESTDIR is prepended to
+ BEE_METADIR and BEE_CACHEDIR
+ and in case you run
+ bee-install1
+ all files are extracted under BEE_BEEDESTDIR.
+
+
+
+
+
+
+
+ Displays all bee relevant variables.
+
+
+
+
+
+
+
+ Print a usage message.
+
+
+
+
+
+
+ Print bee's version.
+
+
+
+
+
+ Environment
+
+
+
+
+ Directory searched for installed bee packages
+
+
+
+
+ Directory searched for available bee packages
+
+
+
+
+
+ Bugs
+
+ Please report bugs to bee-dev@googlegroups.com or directly to the authors.
+
+
+
+
+ See Also
+
+ bee-check1,
+ bee-download1,
+ bee-init1,
+ bee-install1,
+ bee-list1,
+ bee-query1,
+ bee-remove1,
+ bee-update1
+
+
+