document some more scripts
This commit is contained in:
parent
c50f066bdf
commit
789d9d1c82
42
infrastructure/man/man1/dolock.1
Normal file
42
infrastructure/man/man1/dolock.1
Normal file
@ -0,0 +1,42 @@
|
||||
.\" $OpenBSD: dolock.1,v 1.1 2010/09/08 14:52:27 espie Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 Marc Espie <espie@openbsd.org>
|
||||
.\"
|
||||
.\" Permission to use, copy, modify, and distribute this software for any
|
||||
.\" purpose with or without fee is hereby granted, provided that the above
|
||||
.\" copyright notice and this permission notice appear in all copies.
|
||||
.\"
|
||||
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: September 8 2010 $
|
||||
.Dt DOLOCK 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm dolock
|
||||
.Nd lock port for concurrent builds
|
||||
.Sh SYNOPSIS
|
||||
.Nm dolock
|
||||
.Ar lockname
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
create a lock named
|
||||
.Ar lockname
|
||||
using
|
||||
.Xr open 2 .
|
||||
If the lock is already held, it will display one single wait message on
|
||||
stderr, sleep and retry until satisfaction.
|
||||
.Pp
|
||||
This implements a locking mechanism for ports building, see
|
||||
.Sq LOCK INFRASTRUCTURE
|
||||
in
|
||||
.Xr ports 7
|
||||
for details.
|
||||
See also
|
||||
.Xr dbp 1
|
||||
for a complementary lock infrastructure when using dpb.
|
59
infrastructure/man/man1/resolve-lib.1
Normal file
59
infrastructure/man/man1/resolve-lib.1
Normal file
@ -0,0 +1,59 @@
|
||||
.\" $OpenBSD: resolve-lib.1,v 1.1 2010/09/08 14:52:27 espie Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 Marc Espie <espie@openbsd.org>
|
||||
.\"
|
||||
.\" Permission to use, copy, modify, and distribute this software for any
|
||||
.\" purpose with or without fee is hereby granted, provided that the above
|
||||
.\" copyright notice and this permission notice appear in all copies.
|
||||
.\"
|
||||
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: September 8 2010 $
|
||||
.Dt RESOLVE-LIB 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm resolve-lib
|
||||
.Nd resolve library specs during ports build
|
||||
.Sh SYNOPSIS
|
||||
.Nm resolve-lib
|
||||
.Op Fl noshared
|
||||
.Ar spec ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
resolve library specs against a list of installed libraries.
|
||||
.Nm
|
||||
takes a list of file names with full path on stdin,
|
||||
and matches each library
|
||||
.Ar spec
|
||||
against those libraries,
|
||||
using
|
||||
.Xr library-specs 7
|
||||
conventions.
|
||||
.Pp
|
||||
In particular,
|
||||
.Ev X11BASE
|
||||
and
|
||||
.Ev LOCALBASE
|
||||
are used to locate X11 libraries and port libraries.
|
||||
.Pp
|
||||
.Nm
|
||||
will print the best libraries found in a format suitable for
|
||||
.Cm @wantlib
|
||||
.Po
|
||||
see
|
||||
.Xr pkg_create 1
|
||||
.Pc .
|
||||
.Pp
|
||||
Each
|
||||
.Ar spec
|
||||
not found will result in an error message and exit.
|
||||
.Nm
|
||||
If option
|
||||
.Fl noshared
|
||||
is used, shared libraries will be ignored.
|
Loading…
x
Reference in New Issue
Block a user