From d1f7e63e0d68121cb37891f607a55c59d7785eab Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 28 Apr 2019 14:24:07 -0400 Subject: dev/opkhelper/*: Sync with opkhelper 3.1.2 dev/opkhelper/oh-shlibdeps.1: New file --- diff --git a/dev/opkhelper/oh-architecture.1.mdwn b/dev/opkhelper/oh-architecture.1.mdwn index 4ed8163..ee13049 100644 --- a/dev/opkhelper/oh-architecture.1.mdwn +++ b/dev/opkhelper/oh-architecture.1.mdwn @@ -16,7 +16,7 @@

oh-architecture -− Print build system architecture names.

+- Print build system architecture names.

SYNOPSIS @@ -44,20 +44,20 @@ looks up the build system architecture that matches -

−s sourcedir

+

-s sourcedir

Find sources in sourcedir instead of in src.

-

−S buildsystem

+

-S buildsystem

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

-

−B builddir

+

-B builddir

Build in builddir instead of in the source directory.

diff --git a/dev/opkhelper/oh-autobuild.1.mdwn b/dev/opkhelper/oh-autobuild.1.mdwn index 146423d..62ea6dd 100644 --- a/dev/opkhelper/oh-autobuild.1.mdwn +++ b/dev/opkhelper/oh-autobuild.1.mdwn @@ -14,8 +14,8 @@

-

oh-autobuild -− Automatically build a package.

+

oh-autobuild - +Automatically build a package.

SYNOPSIS @@ -26,7 +26,7 @@

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

+[-- arguments]

DESCRIPTION @@ -43,26 +43,26 @@ attempts to automatically build a package.

-

−s sourcedir

+

-s sourcedir

Find sources in sourcedir instead of in src.

-

−S buildsystem

+

-S buildsystem

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

-

−B builddir

+

-B builddir

Build in builddir instead of in the source directory.

-

−T buildtarget

+

-T buildtarget

Update the buildtarget target.

diff --git a/dev/opkhelper/oh-autoclean.1.mdwn b/dev/opkhelper/oh-autoclean.1.mdwn index 31dbb24..77716e6 100644 --- a/dev/opkhelper/oh-autoclean.1.mdwn +++ b/dev/opkhelper/oh-autoclean.1.mdwn @@ -14,9 +14,8 @@

-

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

+

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

SYNOPSIS @@ -26,8 +25,7 @@ files.

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

+[-B builddir] [-- arguments]

DESCRIPTION @@ -45,20 +43,20 @@ directory.

-

−s sourcedir

+

-s sourcedir

Find sources in sourcedir instead of in src.

-

−S buildsystem

+

-S buildsystem

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

-

−B builddir

+

-B builddir

Build in builddir instead of in the source directory.

diff --git a/dev/opkhelper/oh-autoconfigure.1.mdwn b/dev/opkhelper/oh-autoconfigure.1.mdwn index d577261..a3ee79e 100644 --- a/dev/opkhelper/oh-autoconfigure.1.mdwn +++ b/dev/opkhelper/oh-autoconfigure.1.mdwn @@ -16,7 +16,7 @@

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

+- Automatically configure a package to be built.

SYNOPSIS @@ -27,7 +27,7 @@

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

+[-- arguments]

DESCRIPTION @@ -45,26 +45,26 @@ built.

-

−s sourcedir

+

-s sourcedir

Find sources in sourcedir instead of in src.

-

−S buildsystem

+

-S buildsystem

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

-

−B builddir

+

-B builddir

Build in builddir instead of in the source directory.

-

−t targetarch

+

-t targetarch

Build a tool that cross builds for targetarch.

diff --git a/dev/opkhelper/oh-autoinstall.1.mdwn b/dev/opkhelper/oh-autoinstall.1.mdwn index d2cc80f..6fd8d88 100644 --- a/dev/opkhelper/oh-autoinstall.1.mdwn +++ b/dev/opkhelper/oh-autoinstall.1.mdwn @@ -15,8 +15,7 @@

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

+- Automatically install a package’s data files.

SYNOPSIS @@ -27,8 +26,7 @@ files.

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

+[-T buildtarget] [-- arguments]

DESCRIPTION @@ -46,32 +44,32 @@ files.

-

−s sourcedir

+

-s sourcedir

Find sources in sourcedir instead of in src.

-

−S buildsystem

+

-S buildsystem

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

-

−B builddir

+

-B builddir

Build in builddir instead of in the source directory.

-

−d destdir

+

-d destdir

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

-

−T buildtarget

+

-T buildtarget

Update the buildtarget target.

diff --git a/dev/opkhelper/oh-autotest.1.mdwn b/dev/opkhelper/oh-autotest.1.mdwn index a0c5bb6..a1d5739 100644 --- a/dev/opkhelper/oh-autotest.1.mdwn +++ b/dev/opkhelper/oh-autotest.1.mdwn @@ -14,8 +14,8 @@

-

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

+

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

SYNOPSIS @@ -25,7 +25,7 @@

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

+[-- arguments]

DESCRIPTION @@ -43,14 +43,14 @@ suites.

-

−S buildsystem

+

-S buildsystem

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

-

−B builddir

+

-B builddir

Build in builddir instead of in the source directory.

diff --git a/dev/opkhelper/oh-fixperms.1.mdwn b/dev/opkhelper/oh-fixperms.1.mdwn index d855663..a25d4cb 100644 --- a/dev/opkhelper/oh-fixperms.1.mdwn +++ b/dev/opkhelper/oh-fixperms.1.mdwn @@ -14,8 +14,8 @@

-

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

+

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

SYNOPSIS @@ -48,8 +48,7 @@ data files.

- -

−d dir

+

-d dir

diff --git a/dev/opkhelper/oh-installfiles.1.mdwn b/dev/opkhelper/oh-installfiles.1.mdwn index b2d1a76..ac694f0 100644 --- a/dev/opkhelper/oh-installfiles.1.mdwn +++ b/dev/opkhelper/oh-installfiles.1.mdwn @@ -17,8 +17,7 @@

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

+- Install files into binary package data directories.

SYNOPSIS @@ -54,8 +53,7 @@ the binary package’s data directory.

- -

−d dir

+

-d dir

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

NAME + +

+ + +

oh-shlibdeps - +Find shared library dependencies.

+ +

SYNOPSIS + +

+ + + +

oh-shlibdeps

+ +

DESCRIPTION + +

+ + + +

oh-shlibdeps +finds packages that provide libraries needed by ELF files in +each binary package. It lists library depenency packages in +each binary package’s "Shlib-Depends" +substitution variable.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2019 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 index 39344dc..d16d49b 100644 --- a/dev/opkhelper/oh-strip.1.mdwn +++ b/dev/opkhelper/oh-strip.1.mdwn @@ -14,8 +14,8 @@ -

oh-strip -− Strip binary objects of symbols.

+

oh-strip - +Strip binary objects of symbols.

SYNOPSIS @@ -48,8 +48,7 @@ copying debugging symbols into debugging object files.

- -

−d dir

+

-d dir

@@ -61,7 +60,7 @@ copying debugging symbols into debugging object files.

-

−k

+

-k

-- cgit v0.9.1