Sun Jan 24 19:45:30 2016 UTC ()
Sort sections; new sentence, new line. Fix Dt argument.


(wiz)
diff -r1.1 -r1.2 pkgsrc/pkgtools/texlive2pkg/files/texlive2pkg.8

cvs diff -r1.1 -r1.2 pkgsrc/pkgtools/texlive2pkg/files/texlive2pkg.8 (expand / switch to unified diff)

--- pkgsrc/pkgtools/texlive2pkg/files/texlive2pkg.8 2016/01/24 19:34:44 1.1
+++ pkgsrc/pkgtools/texlive2pkg/files/texlive2pkg.8 2016/01/24 19:45:30 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: texlive2pkg.8,v 1.1 2016/01/24 19:34:44 markd Exp $ 1.\" $NetBSD: texlive2pkg.8,v 1.2 2016/01/24 19:45:30 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 3.\" Copyright (c) 2016
4.\" Mark Davies. All rights reserved. 4.\" Mark Davies. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the author nor the names of any contributors 14.\" 3. Neither the name of the author nor the names of any contributors
@@ -19,63 +19,66 @@ @@ -19,63 +19,66 @@
19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" 30.\"
31.Dd January 24, 2016 31.Dd January 24, 2016
32.Dt texlive2pkg 8 32.Dt TEXLIVE2PKG 8
33.Os 33.Os
34.Sh NAME 34.Sh NAME
35.Nm texlive2pkg 35.Nm texlive2pkg
36.Nd create a pkgsrc package for a texlive package 36.Nd create a pkgsrc package for a texlive package
37.Sh SYNOPSIS 37.Sh SYNOPSIS
38.Nm 38.Nm
39.Ar package-tarball 39.Ar package-tarball
40.Op Ar doc-tarball 40.Op Ar doc-tarball
41.Sh DESCRIPTION 41.Sh DESCRIPTION
42.Nm 42.Nm
43takes a texlive 43takes a texlive
44.Ar package-tarball 44.Ar package-tarball
45and optional  45and optional
46.Ar doc-tarball 46.Ar doc-tarball
47that should be turned into 47that should be turned into
48.Xr pkgsrc 7 48.Xr pkgsrc 7
49packages under the current directory. The generated packages include a 49packages under the current directory.
 50The generated packages include a
50.Pa Makefile 51.Pa Makefile
51and a mostly complete set of files to get the package going. However, the files should be reviewed and perhaps adjusted manually after  52and a mostly complete set of files to get the package going.
 53However, the files should be reviewed and perhaps adjusted manually after
52.Nm 54.Nm
53has finished its job. 55has finished its job.
54.Pp 56.Pp
55.Nm 57.Nm
56is intended to help the process of creating a package but is not 58is intended to help the process of creating a package but is not
57intended to fly on autopilot. 59intended to fly on autopilot.
58.Sh EXAMPLES 60.Sh EXAMPLES
59Use the following commands to create a 61Use the following commands to create a
60.Xr pkgsrc 7 62.Xr pkgsrc 7
61package for the texlive package 63package for the texlive package
62.Ar foo : 64.Ar foo :
63.Dl cd pkgsrc/print 65.Dl cd pkgsrc/print
64.Dl texlive2pkg foo.tar.xz foo.doc.tar.xz 66.Dl texlive2pkg foo.tar.xz foo.doc.tar.xz
65Remember to test the resulting package. 67Remember to test the resulting package.
 68.Sh SEE ALSO
 69.Xr pkgsrc 7
 70.Sh AUTHORS
 71.Nm
 72was written by
 73.An Mark Davies Aq Mt markd@NetBSD.org .
66.Sh BUGS 74.Sh BUGS
67.Nm 75.Nm
68does not create a finished package; instead, it facilitates the task. 76does not create a finished package; instead, it facilitates the task.
69However, the resulting files must be reviewed and possibly edited by 77However, the resulting files must be reviewed and possibly edited by
70hand. Although dependencies are included in the generated 78hand.
 79Although dependencies are included in the generated
71.Pa Makefile , 80.Pa Makefile ,
72they are only comments; no attempt is made to find corresponding 81they are only comments; no attempt is made to find corresponding
73packages within  82packages within
74.Xr pkgsrc 7 . 83.Xr pkgsrc 7 .
75As a consequence, the category of dependencies is also not determined. 84As a consequence, the category of dependencies is also not determined.
76.Sh SEE ALSO 
77.Xr pkgsrc 7 
78.Sh AUTHORS 
79.Nm 
80was written by 
81.An Mark Davies Aq Mt markd@NetBSD.org .