pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/R2pkg/files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 18 18:44:06 UTC 2017

Modified Files:
        pkgsrc/pkgtools/R2pkg/files: R2pkg.8

Log Message:
Sort options. Minor other fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/pkgtools/R2pkg/files/R2pkg.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/R2pkg/files/R2pkg.8
diff -u pkgsrc/pkgtools/R2pkg/files/R2pkg.8:1.3 pkgsrc/pkgtools/R2pkg/files/R2pkg.8:1.4
--- pkgsrc/pkgtools/R2pkg/files/R2pkg.8:1.3     Tue Jul 18 18:41:23 2017
+++ pkgsrc/pkgtools/R2pkg/files/R2pkg.8 Tue Jul 18 18:44:06 2017
@@ -1,4 +1,4 @@
-.\"    $NetBSD: R2pkg.8,v 1.3 2017/07/18 18:41:23 wiz Exp $
+.\"    $NetBSD: R2pkg.8,v 1.4 2017/07/18 18:44:06 wiz Exp $
 .\"
 .\" Copyright (c) 2014,2015,2016,2017
 .\"    Brook Milligan.  All rights reserved.
@@ -36,7 +36,7 @@
 .Nd create a pkgsrc package for an R package
 .Sh SYNOPSIS
 .Nm
-.Op Fl DVehqruv
+.Op Fl DehqruVv
 .Op Fl E Ar editor
 .Op Fl R Ar dependency_file
 .Op Ar package
@@ -101,6 +101,12 @@ package.
 Use
 .Ar editor
 instead of the user's default editor.
+.It Fl e
+Do not edit Makefile and DESCR.
+.It Fl h
+Produce a short help message.
+.It Fl q
+Do not produce status messages along the way.
 .It Fl R Ar dependency_file
 Process dependency packages recursively using
 .Pa dependency_file
@@ -110,14 +116,6 @@ internal use only to implement recursion
 Instead, the
 .Fl r
 option should be used to select recursion.
-.It Fl V
-Print the version.
-.It Fl e
-Do not edit Makefile and DESCR.
-.It Fl h
-Produce a short help message.
-.It Fl q
-Do not produce status messages along the way.
 .It Fl r
 Process dependency packages recursively.
 A
@@ -151,6 +149,8 @@ must be run in an R package directory, w
 .Pa R-package .
 The name of the package to be updated will be taken from the directory
 name and need not be given on the command line.
+.It Fl V
+Print the version.
 .It Fl v
 Generate verbose output.
 This may be repeated to increase the verbosity.
@@ -159,7 +159,7 @@ This may be repeated to increase the ver
 The following environment variables affect the execution of
 .Nm :
 .Bl -tag -width BLOCKSIZE
-.It Ev PKGEDITOR, EDITOR
+.It Ev PKGEDITOR , EDITOR
 Editor used for editing
 .Pa Makefile
 and



Home | Main Index | Thread Index | Old Index