-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
49 lines (35 loc) · 1.05 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
========
PortCran
========
Generates FreeBSD Ports from CRAN packages.
Synopsis
========
portcran create <common options> [-c CATEGORIES] [-p PORTSDIR] name
portcran update <common options> [-o OUTDIR] name
Description
===========
Common options
--------------
The following common variables are recognised:
-a,--address ADDRESS
Use the specified address. Defaults to <username>@<hostname>
-h,--help
Show the help message and exit
Create options
--------------
The following create specific options are available:
-c,--CATEGORIES
Comma separated list of the port categories. Defaults to math
-p,--portsdir PORTSDIR
Output ports directory. Defaults to $(PORTDIR}
Update options
--------------
The following update specific options are available:
-o OUTDIR
Use the specified output directory for when updating the port. Defaults to
${PORTDIR}/${category}/R-cran-${name}
Environment Variables
=====================
The following environment variables are recognised:
PORTDIR
The directory of the FreeBSD Ports. Defaults to /usr/ports.