From a59d4bba68deff65a772aa80ab08155a5afab4bd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 02 Sep 2014 12:28:55 -0400 Subject: dev/opkhelper/*: New manual pages --- (limited to 'dev/opkhelper') diff --git a/dev/opkhelper/oh-architecture.1.mdwn b/dev/opkhelper/oh-architecture.1.mdwn new file mode 100644 index 0000000..4ed8163 --- /dev/null +++ b/dev/opkhelper/oh-architecture.1.mdwn @@ -0,0 +1,89 @@ +[[!meta title="oh-architecture"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + + +

oh-architecture +− Print build system architecture names.

+ +

SYNOPSIS + +

+ + + +

oh-architecture +[-s sourcedir] [-S buildsystem] +[-B builddir] arch

+ +

DESCRIPTION + +

+ + + +

oh-architecture +looks up the build system architecture that matches +arch.

+ +

OPTIONS + +

+ + + +

−s sourcedir

+ +

Find sources in +sourcedir instead of in src.

+ + +

−S buildsystem

+ +

Force the use of +buildsystem, instead of trying to detect the one used +by the package.

+ + +

−B builddir

+ +

Build in builddir +instead of in the source directory.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-autobuild.1.mdwn b/dev/opkhelper/oh-autobuild.1.mdwn new file mode 100644 index 0000000..146423d --- /dev/null +++ b/dev/opkhelper/oh-autobuild.1.mdwn @@ -0,0 +1,94 @@ +[[!meta title="oh-autobuild"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

oh-autobuild +− Automatically build a package.

+ +

SYNOPSIS + +

+ + + +

oh-autobuild +[-s sourcedir] [-S buildsystem] +[-B builddir] [-T buildtarget] +[−− arguments]

+ +

DESCRIPTION + +

+ + + +

oh-autobuild +attempts to automatically build a package.

+ +

OPTIONS + +

+ + + +

−s sourcedir

+ +

Find sources in +sourcedir instead of in src.

+ + +

−S buildsystem

+ +

Force the use of +buildsystem, instead of trying to detect the one used +by the package.

+ + +

−B builddir

+ +

Build in builddir +instead of in the source directory.

+ + +

−T buildtarget

+ +

Update the buildtarget +target.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-autoclean.1.mdwn b/dev/opkhelper/oh-autoclean.1.mdwn new file mode 100644 index 0000000..31dbb24 --- /dev/null +++ b/dev/opkhelper/oh-autoclean.1.mdwn @@ -0,0 +1,90 @@ +[[!meta title="oh-autoclean"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

oh-autoclean +− Automatically clean up a package’s built +files.

+ +

SYNOPSIS + +

+ + + +

oh-autoclean +[-s sourcedir] [-S buildsystem] +[-B builddir] [−− +arguments]

+ +

DESCRIPTION + +

+ + + +

oh-autoclean +attempts to automatically clean up built files in the build +directory.

+ +

OPTIONS + +

+ + + +

−s sourcedir

+ +

Find sources in +sourcedir instead of in src.

+ + +

−S buildsystem

+ +

Force the use of +buildsystem, instead of trying to detect the one used +by the package.

+ + +

−B builddir

+ +

Build in builddir +instead of in the source directory.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-autoconfigure.1.mdwn b/dev/opkhelper/oh-autoconfigure.1.mdwn new file mode 100644 index 0000000..d577261 --- /dev/null +++ b/dev/opkhelper/oh-autoconfigure.1.mdwn @@ -0,0 +1,96 @@ +[[!meta title="oh-autoconfigure"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + + +

oh-autoconfigure +− Automatically configure a package to be built.

+ +

SYNOPSIS + +

+ + + +

oh-autoconfigure +[-s sourcedir] [-S buildsystem] +[-B builddir] [-t targetarch] +[−− arguments]

+ +

DESCRIPTION + +

+ + + +

oh-autoconfigure +attempts to automatically configure a package to be +built.

+ +

OPTIONS + +

+ + + +

−s sourcedir

+ +

Find sources in +sourcedir instead of in src.

+ + +

−S buildsystem

+ +

Force the use of +buildsystem, instead of trying to detect the one used +by the package.

+ + +

−B builddir

+ +

Build in builddir +instead of in the source directory.

+ + +

−t targetarch

+ +

Build a tool that cross builds +for targetarch.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-autoinstall.1.mdwn b/dev/opkhelper/oh-autoinstall.1.mdwn new file mode 100644 index 0000000..d2cc80f --- /dev/null +++ b/dev/opkhelper/oh-autoinstall.1.mdwn @@ -0,0 +1,103 @@ +[[!meta title="oh-autoinstall"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

oh-autoinstall +− Automatically install a package’s data +files.

+ +

SYNOPSIS + +

+ + + +

oh-autoinstall +[-s sourcedir] [-S buildsystem] +[-B builddir] [-d destdir] +[-T buildtarget] [−− +arguments]

+ +

DESCRIPTION + +

+ + + +

oh-autoinstall +attempts to automatically install a package’s data +files.

+ +

OPTIONS + +

+ + + +

−s sourcedir

+ +

Find sources in +sourcedir instead of in src.

+ + +

−S buildsystem

+ +

Force the use of +buildsystem, instead of trying to detect the one used +by the package.

+ + +

−B builddir

+ +

Build in builddir +instead of in the source directory.

+ + +

−d destdir

+ +

Install data files in +destdir. The default directory is dest.

+ + +

−T buildtarget

+ +

Update the buildtarget +target.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-autotest.1.mdwn b/dev/opkhelper/oh-autotest.1.mdwn new file mode 100644 index 0000000..a0c5bb6 --- /dev/null +++ b/dev/opkhelper/oh-autotest.1.mdwn @@ -0,0 +1,82 @@ +[[!meta title="oh-autotest"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

oh-autotest +− Automatically run a package’s test suites.

+ +

SYNOPSIS + +

+ + + +

oh-autotest +[-S buildsystem] [-B builddir] +[−− arguments]

+ +

DESCRIPTION + +

+ + + +

oh-autotest +attempts to automatically run a package’s test +suites.

+ +

OPTIONS + +

+ + + +

−S buildsystem

+ +

Force the use of +buildsystem, instead of trying to detect the one used +by the package.

+ + +

−B builddir

+ +

Build in builddir +instead of in the source directory.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-fixperms.1.mdwn b/dev/opkhelper/oh-fixperms.1.mdwn new file mode 100644 index 0000000..d855663 --- /dev/null +++ b/dev/opkhelper/oh-fixperms.1.mdwn @@ -0,0 +1,85 @@ +[[!meta title="oh-fixperms"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

oh-fixperms +− Fix permissions and ownerships of data files.

+ +

SYNOPSIS + +

+ + + +

oh-fixperms +[-d dir]

+ +

DESCRIPTION + +

+ + + +

oh-fixperms +fixes file ownerships and unsafe or unusual file modes on +data files.

+ +

OPTIONS + +

+ + + + + + + + +
+ + + +

−d dir

+ + +

Look for data files in +dir. The default directory is dest.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-installfiles.1.mdwn b/dev/opkhelper/oh-installfiles.1.mdwn new file mode 100644 index 0000000..b2d1a76 --- /dev/null +++ b/dev/opkhelper/oh-installfiles.1.mdwn @@ -0,0 +1,107 @@ +[[!meta title="oh-installfiles"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+FILES
+COPYRIGHT
+ +
+ + +

NAME + +

+ + + +

oh-installfiles +− Install files into binary package data +directories.

+ +

SYNOPSIS + +

+ + + +

oh-installfiles +[-d dir]

+ +

DESCRIPTION + +

+ + + +

oh-installfiles +is a utility that installs files into binary package data +directories. For each binary package, oh-installfiles +moves files that match patterns in a file called +files from the installation destination directory to +the binary package’s data directory.

+ +

OPTIONS + +

+ + + + + + + + +
+ + + +

−d dir

+ + +

Look for data files in +dir. The default directory is dest.

+ +

FILES + +

+ + + +

binpkg.pkg/files

+ +

Every binary package that is to +provide data files should have a file named files in +its metadata directory. This file is a list of patterns, one +per line, that match files in the installation destination +directory. The pathnames should be absolute – that is, +they should be full filesystem paths like +/usr/bin/foo.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/opkhelper/oh-strip.1.mdwn b/dev/opkhelper/oh-strip.1.mdwn new file mode 100644 index 0000000..39344dc --- /dev/null +++ b/dev/opkhelper/oh-strip.1.mdwn @@ -0,0 +1,98 @@ +[[!meta title="oh-strip"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

oh-strip +− Strip binary objects of symbols.

+ +

SYNOPSIS + +

+ + + +

oh-strip +[-d dir] [-k]

+ +

DESCRIPTION + +

+ + + +

oh-strip +strips binary object files of symbols, optionally first +copying debugging symbols into debugging object files.

+ +

OPTIONS + +

+ + + + + + + + + + + + + +
+ + + +

−d dir

+ + +

Look for data files in +dir. The default directory is dest.

+ + +

−k

+ + +

Copy debugging symbols into debugging object files under +/usr/lib/debug/ and add a link from each binary file +to its debugging object file.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2012 Patrick "P. J." McDermott

+ +

This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.

+ +

This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.

+ +

You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.

+ -- cgit v0.9.1